@builder.io/dev-tools 1.20.0 → 1.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/index.cjs +644 -640
- package/cli/index.cjs.map +4 -4
- package/core/index.cjs +1 -1
- package/core/index.mjs +1 -1
- package/node/index.cjs +1 -1
- package/node/index.mjs +1 -1
- package/package.json +1 -1
- package/server/index.cjs +252 -252
- package/server/index.mjs +252 -252
- package/types/cli/launch/vscode-tunnel-manager.d.ts +2 -1
- package/types/cli/mcp-local.d.ts +23 -5
- package/types/cli/utils/env-substitution.d.ts +10 -1
- package/types/tsconfig.tsbuildinfo +1 -1
package/server/index.mjs
CHANGED
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
import { createRequire } from 'module'; const require = createRequire(import.meta.url);
|
|
2
|
-
var XP=Object.create;var Ys=Object.defineProperty;var e_=Object.getOwnPropertyDescriptor;var t_=Object.getOwnPropertyNames;var r_=Object.getPrototypeOf,n_=Object.prototype.hasOwnProperty;var o_=(e,t,r)=>t in e?Ys(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var G=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var x=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),zm=(e,t)=>{for(var r in t)Ys(e,r,{get:t[r],enumerable:!0})},i_=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of t_(t))!n_.call(e,o)&&o!==r&&Ys(e,o,{get:()=>t[o],enumerable:!(n=e_(t,o))||n.enumerable});return e};var Ve=(e,t,r)=>(r=e!=null?XP(r_(e)):{},i_(t||!e||!e.__esModule?Ys(r,"default",{value:e,enumerable:!0}):r,e));var Ze=(e,t,r)=>o_(e,typeof t!="symbol"?t+"":t,r);var Hm=x((p9,Vm)=>{"use strict";Vm.exports=function(){if(process.env.npm_config_user_agent)return a_(process.env.npm_config_user_agent)};function a_(e){let t=e.split(" ")[0],r=t.lastIndexOf("/"),n=t.substring(0,r);return{name:n==="npminstall"?"cnpm":n,version:t.substring(r+1)}}});var oa=x((dU,yg)=>{"use strict";var fc={to(e,t){return t?`\x1B[${t+1};${e+1}H`:`\x1B[${e+1}G`},move(e,t){let r="";return e<0?r+=`\x1B[${-e}D`:e>0&&(r+=`\x1B[${e}C`),t<0?r+=`\x1B[${-t}A`:t>0&&(r+=`\x1B[${t}B`),r},up:(e=1)=>`\x1B[${e}A`,down:(e=1)=>`\x1B[${e}B`,forward:(e=1)=>`\x1B[${e}C`,backward:(e=1)=>`\x1B[${e}D`,nextLine:(e=1)=>"\x1B[E".repeat(e),prevLine:(e=1)=>"\x1B[F".repeat(e),left:"\x1B[G",hide:"\x1B[?25l",show:"\x1B[?25h",save:"\x1B7",restore:"\x1B8"},T_={up:(e=1)=>"\x1B[S".repeat(e),down:(e=1)=>"\x1B[T".repeat(e)},A_={screen:"\x1B[2J",up:(e=1)=>"\x1B[1J".repeat(e),down:(e=1)=>"\x1B[J".repeat(e),line:"\x1B[2K",lineEnd:"\x1B[K",lineStart:"\x1B[1K",lines(e){let t="";for(let r=0;r<e;r++)t+=this.line+(r<e-1?fc.up():"");return e&&(t+=fc.left),t}};yg.exports={cursor:fc,scroll:T_,erase:A_,beep:"\x07"}});var Vn=x((fU,mc)=>{var sa=process||{},Dg=sa.argv||[],ia=sa.env||{},F_=!(ia.NO_COLOR||Dg.includes("--no-color"))&&(!!ia.FORCE_COLOR||Dg.includes("--color")||sa.platform==="win32"||(sa.stdout||{}).isTTY&&ia.TERM!=="dumb"||!!ia.CI),R_=(e,t,r=e)=>n=>{let o=""+n,s=o.indexOf(t,e.length);return~s?e+$_(o,t,r,s)+t:e+o+t},$_=(e,t,r,n)=>{let o="",s=0;do o+=e.substring(s,n)+r,s=n+t.length,n=e.indexOf(t,s);while(~n);return o+e.substring(s)},vg=(e=F_)=>{let t=e?R_:()=>String;return{isColorSupported:e,reset:t("\x1B[0m","\x1B[0m"),bold:t("\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"),dim:t("\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"),italic:t("\x1B[3m","\x1B[23m"),underline:t("\x1B[4m","\x1B[24m"),inverse:t("\x1B[7m","\x1B[27m"),hidden:t("\x1B[8m","\x1B[28m"),strikethrough:t("\x1B[9m","\x1B[29m"),black:t("\x1B[30m","\x1B[39m"),red:t("\x1B[31m","\x1B[39m"),green:t("\x1B[32m","\x1B[39m"),yellow:t("\x1B[33m","\x1B[39m"),blue:t("\x1B[34m","\x1B[39m"),magenta:t("\x1B[35m","\x1B[39m"),cyan:t("\x1B[36m","\x1B[39m"),white:t("\x1B[37m","\x1B[39m"),gray:t("\x1B[90m","\x1B[39m"),bgBlack:t("\x1B[40m","\x1B[49m"),bgRed:t("\x1B[41m","\x1B[49m"),bgGreen:t("\x1B[42m","\x1B[49m"),bgYellow:t("\x1B[43m","\x1B[49m"),bgBlue:t("\x1B[44m","\x1B[49m"),bgMagenta:t("\x1B[45m","\x1B[49m"),bgCyan:t("\x1B[46m","\x1B[49m"),bgWhite:t("\x1B[47m","\x1B[49m"),blackBright:t("\x1B[90m","\x1B[39m"),redBright:t("\x1B[91m","\x1B[39m"),greenBright:t("\x1B[92m","\x1B[39m"),yellowBright:t("\x1B[93m","\x1B[39m"),blueBright:t("\x1B[94m","\x1B[39m"),magentaBright:t("\x1B[95m","\x1B[39m"),cyanBright:t("\x1B[96m","\x1B[39m"),whiteBright:t("\x1B[97m","\x1B[39m"),bgBlackBright:t("\x1B[100m","\x1B[49m"),bgRedBright:t("\x1B[101m","\x1B[49m"),bgGreenBright:t("\x1B[102m","\x1B[49m"),bgYellowBright:t("\x1B[103m","\x1B[49m"),bgBlueBright:t("\x1B[104m","\x1B[49m"),bgMagentaBright:t("\x1B[105m","\x1B[49m"),bgCyanBright:t("\x1B[106m","\x1B[49m"),bgWhiteBright:t("\x1B[107m","\x1B[49m")}};mc.exports=vg();mc.exports.createColors=vg});var Xh=x((c7,va)=>{va.exports.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/;va.exports.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/;va.exports.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/});var jc=x((l7,ey)=>{var zc=Xh();ey.exports={isSpaceSeparator(e){return typeof e=="string"&&zc.Space_Separator.test(e)},isIdStartChar(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e==="$"||e==="_"||zc.ID_Start.test(e))},isIdContinueChar(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||e==="$"||e==="_"||e==="\u200C"||e==="\u200D"||zc.ID_Continue.test(e))},isDigit(e){return typeof e=="string"&&/[0-9]/.test(e)},isHexDigit(e){return typeof e=="string"&&/[0-9A-Fa-f]/.test(e)}}});var iy=x((p7,oy)=>{var Xe=jc(),Vc,xt,rn,wa,bn,vr,et,Kc,ki;oy.exports=function(t,r){Vc=String(t),xt="start",rn=[],wa=0,bn=1,vr=0,et=void 0,Kc=void 0,ki=void 0;do et=RF(),IF[xt]();while(et.type!=="eof");return typeof r=="function"?Hc({"":ki},"",r):ki};function Hc(e,t,r){let n=e[t];if(n!=null&&typeof n=="object")if(Array.isArray(n))for(let o=0;o<n.length;o++){let s=String(o),i=Hc(n,s,r);i===void 0?delete n[s]:Object.defineProperty(n,s,{value:i,writable:!0,enumerable:!0,configurable:!0})}else for(let o in n){let s=Hc(n,o,r);s===void 0?delete n[o]:Object.defineProperty(n,o,{value:s,writable:!0,enumerable:!0,configurable:!0})}return r.call(e,t,n)}var J,K,$i,tn,ne;function RF(){for(J="default",K="",$i=!1,tn=1;;){ne=nn();let e=ry[J]();if(e)return e}}function nn(){if(Vc[wa])return String.fromCodePoint(Vc.codePointAt(wa))}function A(){let e=nn();return e===`
|
|
3
|
-
`?(
|
|
4
|
-
`:case"\r":case"\u2028":case"\u2029":A();return;case"/":A(),
|
|
5
|
-
`:case"\r":case"\u2028":case"\u2029":A(),
|
|
6
|
-
`:case"\r":throw
|
|
7
|
-
`;case"r":return A(),"\r";case"t":return A()," ";case"v":return A(),"\v";case"0":if(A(),
|
|
8
|
-
`:case"\u2028":case"\u2029":return A(),"";case"\r":return A(),
|
|
9
|
-
`&&A(),"";case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":throw
|
|
10
|
-
`+s;
|
|
11
|
-
`+s+
|
|
12
|
-
`+
|
|
13
|
-
`+s,
|
|
14
|
-
`+s+
|
|
15
|
-
`+
|
|
16
|
-
`).filter(Boolean);if(s.length===0){Object.keys(r).length===0&&n();return}s.forEach(function(i){let a=parseInt(i,10);isNaN(a)||(t[e].push(a),t[a]=[],r[a]=1,nD(a,t,r,n))})}catch{delete r[e],Object.keys(r).length===0&&n()}}});var Oa=x(nr=>{"use strict";nr.isInteger=e=>typeof e=="number"?Number.isInteger(e):typeof e=="string"&&e.trim()!==""?Number.isInteger(Number(e)):!1;nr.find=(e,t)=>e.nodes.find(r=>r.type===t);nr.exceedsLimit=(e,t,r=1,n)=>n===!1||!nr.isInteger(e)||!nr.isInteger(t)?!1:(Number(t)-Number(e))/Number(r)>=n;nr.escapeNode=(e,t=0,r)=>{let n=e.nodes[t];n&&(r&&n.type===r||n.type==="open"||n.type==="close")&&n.escaped!==!0&&(n.value="\\"+n.value,n.escaped=!0)};nr.encloseBrace=e=>e.type!=="brace"?!1:e.commas>>0+e.ranges>>0===0?(e.invalid=!0,!0):!1;nr.isInvalidBrace=e=>e.type!=="brace"?!1:e.invalid===!0||e.dollar?!0:e.commas>>0+e.ranges>>0===0||e.open!==!0||e.close!==!0?(e.invalid=!0,!0):!1;nr.isOpenOrClose=e=>e.type==="open"||e.type==="close"?!0:e.open===!0||e.close===!0;nr.reduce=e=>e.reduce((t,r)=>(r.type==="text"&&t.push(r.value),r.type==="range"&&(r.type="text"),t),[]);nr.flatten=(...e)=>{let t=[],r=n=>{for(let o=0;o<n.length;o++){let s=n[o];if(Array.isArray(s)){r(s);continue}s!==void 0&&t.push(s)}return t};return r(e),t}});var Ma=x((IW,pD)=>{"use strict";var lD=Oa();pD.exports=(e,t={})=>{let r=(n,o={})=>{let s=t.escapeInvalid&&lD.isInvalidBrace(o),i=n.invalid===!0&&t.escapeInvalid===!0,a="";if(n.value)return(s||i)&&lD.isOpenOrClose(n)?"\\"+n.value:n.value;if(n.value)return n.value;if(n.nodes)for(let u of n.nodes)a+=r(u);return a};return r(e)}});var fD=x((NW,dD)=>{"use strict";dD.exports=function(e){return typeof e=="number"?e-e===0:typeof e=="string"&&e.trim()!==""?Number.isFinite?Number.isFinite(+e):isFinite(+e):!1}});var bD=x((OW,wD)=>{"use strict";var mD=fD(),Qn=(e,t,r)=>{if(mD(e)===!1)throw new TypeError("toRegexRange: expected the first argument to be a number");if(t===void 0||e===t)return String(e);if(mD(t)===!1)throw new TypeError("toRegexRange: expected the second argument to be a number.");let n={relaxZeros:!0,...r};typeof n.strictZeros=="boolean"&&(n.relaxZeros=n.strictZeros===!1);let o=String(n.relaxZeros),s=String(n.shorthand),i=String(n.capture),a=String(n.wrap),u=e+":"+t+"="+o+s+i+a;if(Qn.cache.hasOwnProperty(u))return Qn.cache[u].result;let c=Math.min(e,t),l=Math.max(e,t);if(Math.abs(c-l)===1){let f=e+"|"+t;return n.capture?`(${f})`:n.wrap===!1?f:`(?:${f})`}let p=CD(e)||CD(t),d={min:e,max:t,a:c,b:l},g=[],m=[];if(p&&(d.isPadded=p,d.maxLen=String(d.max).length),c<0){let f=l<0?Math.abs(l):1;m=gD(f,Math.abs(c),d,n),c=d.a=0}return l>=0&&(g=gD(c,l,d,n)),d.negatives=m,d.positives=g,d.result=R$(m,g,n),n.capture===!0?d.result=`(${d.result})`:n.wrap!==!1&&g.length+m.length>1&&(d.result=`(?:${d.result})`),Qn.cache[u]=d,d.result};function R$(e,t,r){let n=Al(e,t,"-",!1,r)||[],o=Al(t,e,"",!1,r)||[],s=Al(e,t,"-?",!0,r)||[];return n.concat(s).concat(o).join("|")}function $$(e,t){let r=1,n=1,o=yD(e,r),s=new Set([t]);for(;e<=o&&o<=t;)s.add(o),r+=1,o=yD(e,r);for(o=DD(t+1,n)-1;e<o&&o<=t;)s.add(o),n+=1,o=DD(t+1,n)-1;return s=[...s],s.sort(N$),s}function k$(e,t,r){if(e===t)return{pattern:e,count:[],digits:0};let n=I$(e,t),o=n.length,s="",i=0;for(let a=0;a<o;a++){let[u,c]=n[a];u===c?s+=u:u!=="0"||c!=="9"?s+=O$(u,c,r):i++}return i&&(s+=r.shorthand===!0?"\\d":"[0-9]"),{pattern:s,count:[i],digits:o}}function gD(e,t,r,n){let o=$$(e,t),s=[],i=e,a;for(let u=0;u<o.length;u++){let c=o[u],l=k$(String(i),String(c),n),p="";if(!r.isPadded&&a&&a.pattern===l.pattern){a.count.length>1&&a.count.pop(),a.count.push(l.count[0]),a.string=a.pattern+vD(a.count),i=c+1;continue}r.isPadded&&(p=M$(c,r,n)),l.string=p+l.pattern+vD(l.count),s.push(l),i=c+1,a=l}return s}function Al(e,t,r,n,o){let s=[];for(let i of e){let{string:a}=i;!n&&!hD(t,"string",a)&&s.push(r+a),n&&hD(t,"string",a)&&s.push(r+a)}return s}function I$(e,t){let r=[];for(let n=0;n<e.length;n++)r.push([e[n],t[n]]);return r}function N$(e,t){return e>t?1:t>e?-1:0}function hD(e,t,r){return e.some(n=>n[t]===r)}function yD(e,t){return Number(String(e).slice(0,-t)+"9".repeat(t))}function DD(e,t){return e-e%Math.pow(10,t)}function vD(e){let[t=0,r=""]=e;return r||t>1?`{${t+(r?","+r:"")}}`:""}function O$(e,t,r){return`[${e}${t-e===1?"":"-"}${t}]`}function CD(e){return/^-?(0+)\d/.test(e)}function M$(e,t,r){if(!t.isPadded)return e;let n=Math.abs(t.maxLen-String(e).length),o=r.relaxZeros!==!1;switch(n){case 0:return"";case 1:return o?"0?":"0";case 2:return o?"0{0,2}":"00";default:return o?`0{0,${n}}`:`0{${n}}`}}Qn.cache={};Qn.clearCache=()=>Qn.cache={};wD.exports=Qn});var $l=x((MW,AD)=>{"use strict";var L$=G("util"),SD=bD(),xD=e=>e!==null&&typeof e=="object"&&!Array.isArray(e),B$=e=>t=>e===!0?Number(t):String(t),Fl=e=>typeof e=="number"||typeof e=="string"&&e!=="",Ui=e=>Number.isInteger(+e),Rl=e=>{let t=`${e}`,r=-1;if(t[0]==="-"&&(t=t.slice(1)),t==="0")return!1;for(;t[++r]==="0";);return r>0},z$=(e,t,r)=>typeof e=="string"||typeof t=="string"?!0:r.stringify===!0,j$=(e,t,r)=>{if(t>0){let n=e[0]==="-"?"-":"";n&&(e=e.slice(1)),e=n+e.padStart(n?t-1:t,"0")}return r===!1?String(e):e},Ba=(e,t)=>{let r=e[0]==="-"?"-":"";for(r&&(e=e.slice(1),t--);e.length<t;)e="0"+e;return r?"-"+e:e},U$=(e,t,r)=>{e.negatives.sort((a,u)=>a<u?-1:a>u?1:0),e.positives.sort((a,u)=>a<u?-1:a>u?1:0);let n=t.capture?"":"?:",o="",s="",i;return e.positives.length&&(o=e.positives.map(a=>Ba(String(a),r)).join("|")),e.negatives.length&&(s=`-(${n}${e.negatives.map(a=>Ba(String(a),r)).join("|")})`),o&&s?i=`${o}|${s}`:i=o||s,t.wrap?`(${n}${i})`:i},ED=(e,t,r,n)=>{if(r)return SD(e,t,{wrap:!1,...n});let o=String.fromCharCode(e);if(e===t)return o;let s=String.fromCharCode(t);return`[${o}-${s}]`},PD=(e,t,r)=>{if(Array.isArray(e)){let n=r.wrap===!0,o=r.capture?"":"?:";return n?`(${o}${e.join("|")})`:e.join("|")}return SD(e,t,r)},_D=(...e)=>new RangeError("Invalid range arguments: "+L$.inspect(...e)),TD=(e,t,r)=>{if(r.strictRanges===!0)throw _D([e,t]);return[]},V$=(e,t)=>{if(t.strictRanges===!0)throw new TypeError(`Expected step "${e}" to be a number`);return[]},H$=(e,t,r=1,n={})=>{let o=Number(e),s=Number(t);if(!Number.isInteger(o)||!Number.isInteger(s)){if(n.strictRanges===!0)throw _D([e,t]);return[]}o===0&&(o=0),s===0&&(s=0);let i=o>s,a=String(e),u=String(t),c=String(r);r=Math.max(Math.abs(r),1);let l=Rl(a)||Rl(u)||Rl(c),p=l?Math.max(a.length,u.length,c.length):0,d=l===!1&&z$(e,t,n)===!1,g=n.transform||B$(d);if(n.toRegex&&r===1)return ED(Ba(e,p),Ba(t,p),!0,n);let m={negatives:[],positives:[]},f=w=>m[w<0?"negatives":"positives"].push(Math.abs(w)),h=[],y=0;for(;i?o>=s:o<=s;)n.toRegex===!0&&r>1?f(o):h.push(j$(g(o,y),p,d)),o=i?o-r:o+r,y++;return n.toRegex===!0?r>1?U$(m,n,p):PD(h,null,{wrap:!1,...n}):h},q$=(e,t,r=1,n={})=>{if(!Ui(e)&&e.length>1||!Ui(t)&&t.length>1)return TD(e,t,n);let o=n.transform||(d=>String.fromCharCode(d)),s=`${e}`.charCodeAt(0),i=`${t}`.charCodeAt(0),a=s>i,u=Math.min(s,i),c=Math.max(s,i);if(n.toRegex&&r===1)return ED(u,c,!1,n);let l=[],p=0;for(;a?s>=i:s<=i;)l.push(o(s,p)),s=a?s-r:s+r,p++;return n.toRegex===!0?PD(l,null,{wrap:!1,options:n}):l},La=(e,t,r,n={})=>{if(t==null&&Fl(e))return[e];if(!Fl(e)||!Fl(t))return TD(e,t,n);if(typeof r=="function")return La(e,t,1,{transform:r});if(xD(r))return La(e,t,0,r);let o={...n};return o.capture===!0&&(o.wrap=!0),r=r||o.step||1,Ui(r)?Ui(e)&&Ui(t)?H$(e,t,r,o):q$(e,t,Math.max(Math.abs(r),1),o):r!=null&&!xD(r)?V$(r,o):La(e,t,1,r)};AD.exports=La});var $D=x((LW,RD)=>{"use strict";var K$=$l(),FD=Oa(),G$=(e,t={})=>{let r=(n,o={})=>{let s=FD.isInvalidBrace(o),i=n.invalid===!0&&t.escapeInvalid===!0,a=s===!0||i===!0,u=t.escapeInvalid===!0?"\\":"",c="";if(n.isOpen===!0)return u+n.value;if(n.isClose===!0)return console.log("node.isClose",u,n.value),u+n.value;if(n.type==="open")return a?u+n.value:"(";if(n.type==="close")return a?u+n.value:")";if(n.type==="comma")return n.prev.type==="comma"?"":a?n.value:"|";if(n.value)return n.value;if(n.nodes&&n.ranges>0){let l=FD.reduce(n.nodes),p=K$(...l,{...t,wrap:!1,toRegex:!0,strictZeros:!0});if(p.length!==0)return l.length>1&&p.length>1?`(${p})`:p}if(n.nodes)for(let l of n.nodes)c+=r(l,n);return c};return r(e)};RD.exports=G$});var ND=x((BW,ID)=>{"use strict";var W$=$l(),kD=Ma(),Oo=Oa(),Xn=(e="",t="",r=!1)=>{let n=[];if(e=[].concat(e),t=[].concat(t),!t.length)return e;if(!e.length)return r?Oo.flatten(t).map(o=>`{${o}}`):t;for(let o of e)if(Array.isArray(o))for(let s of o)n.push(Xn(s,t,r));else for(let s of t)r===!0&&typeof s=="string"&&(s=`{${s}}`),n.push(Array.isArray(s)?Xn(o,s,r):o+s);return Oo.flatten(n)},Z$=(e,t={})=>{let r=t.rangeLimit===void 0?1e3:t.rangeLimit,n=(o,s={})=>{o.queue=[];let i=s,a=s.queue;for(;i.type!=="brace"&&i.type!=="root"&&i.parent;)i=i.parent,a=i.queue;if(o.invalid||o.dollar){a.push(Xn(a.pop(),kD(o,t)));return}if(o.type==="brace"&&o.invalid!==!0&&o.nodes.length===2){a.push(Xn(a.pop(),["{}"]));return}if(o.nodes&&o.ranges>0){let p=Oo.reduce(o.nodes);if(Oo.exceedsLimit(...p,t.step,r))throw new RangeError("expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.");let d=W$(...p,t);d.length===0&&(d=kD(o,t)),a.push(Xn(a.pop(),d)),o.nodes=[];return}let u=Oo.encloseBrace(o),c=o.queue,l=o;for(;l.type!=="brace"&&l.type!=="root"&&l.parent;)l=l.parent,c=l.queue;for(let p=0;p<o.nodes.length;p++){let d=o.nodes[p];if(d.type==="comma"&&o.type==="brace"){p===1&&c.push(""),c.push("");continue}if(d.type==="close"){a.push(Xn(a.pop(),c,u));continue}if(d.value&&d.type!=="open"){c.push(Xn(c.pop(),d.value));continue}d.nodes&&n(d,o)}return c};return Oo.flatten(n(e))};ID.exports=Z$});var MD=x((zW,OD)=>{"use strict";OD.exports={MAX_LENGTH:1e4,CHAR_0:"0",CHAR_9:"9",CHAR_UPPERCASE_A:"A",CHAR_LOWERCASE_A:"a",CHAR_UPPERCASE_Z:"Z",CHAR_LOWERCASE_Z:"z",CHAR_LEFT_PARENTHESES:"(",CHAR_RIGHT_PARENTHESES:")",CHAR_ASTERISK:"*",CHAR_AMPERSAND:"&",CHAR_AT:"@",CHAR_BACKSLASH:"\\",CHAR_BACKTICK:"`",CHAR_CARRIAGE_RETURN:"\r",CHAR_CIRCUMFLEX_ACCENT:"^",CHAR_COLON:":",CHAR_COMMA:",",CHAR_DOLLAR:"$",CHAR_DOT:".",CHAR_DOUBLE_QUOTE:'"',CHAR_EQUAL:"=",CHAR_EXCLAMATION_MARK:"!",CHAR_FORM_FEED:"\f",CHAR_FORWARD_SLASH:"/",CHAR_HASH:"#",CHAR_HYPHEN_MINUS:"-",CHAR_LEFT_ANGLE_BRACKET:"<",CHAR_LEFT_CURLY_BRACE:"{",CHAR_LEFT_SQUARE_BRACKET:"[",CHAR_LINE_FEED:`
|
|
17
|
-
`,CHAR_NO_BREAK_SPACE:"\xA0",CHAR_PERCENT:"%",CHAR_PLUS:"+",CHAR_QUESTION_MARK:"?",CHAR_RIGHT_ANGLE_BRACKET:">",CHAR_RIGHT_CURLY_BRACE:"}",CHAR_RIGHT_SQUARE_BRACKET:"]",CHAR_SEMICOLON:";",CHAR_SINGLE_QUOTE:"'",CHAR_SPACE:" ",CHAR_TAB:" ",CHAR_UNDERSCORE:"_",CHAR_VERTICAL_LINE:"|",CHAR_ZERO_WIDTH_NOBREAK_SPACE:"\uFEFF"}});var UD=x((jW,jD)=>{"use strict";var J$=Ma(),{MAX_LENGTH:LD,CHAR_BACKSLASH:kl,CHAR_BACKTICK:Y$,CHAR_COMMA:Q$,CHAR_DOT:X$,CHAR_LEFT_PARENTHESES:ek,CHAR_RIGHT_PARENTHESES:tk,CHAR_LEFT_CURLY_BRACE:rk,CHAR_RIGHT_CURLY_BRACE:nk,CHAR_LEFT_SQUARE_BRACKET:BD,CHAR_RIGHT_SQUARE_BRACKET:zD,CHAR_DOUBLE_QUOTE:ok,CHAR_SINGLE_QUOTE:ik,CHAR_NO_BREAK_SPACE:sk,CHAR_ZERO_WIDTH_NOBREAK_SPACE:ak}=MD(),uk=(e,t={})=>{if(typeof e!="string")throw new TypeError("Expected a string");let r=t||{},n=typeof r.maxLength=="number"?Math.min(LD,r.maxLength):LD;if(e.length>n)throw new SyntaxError(`Input length (${e.length}), exceeds max characters (${n})`);let o={type:"root",input:e,nodes:[]},s=[o],i=o,a=o,u=0,c=e.length,l=0,p=0,d,g=()=>e[l++],m=f=>{if(f.type==="text"&&a.type==="dot"&&(a.type="text"),a&&a.type==="text"&&f.type==="text"){a.value+=f.value;return}return i.nodes.push(f),f.parent=i,f.prev=a,a=f,f};for(m({type:"bos"});l<c;)if(i=s[s.length-1],d=g(),!(d===ak||d===sk)){if(d===kl){m({type:"text",value:(t.keepEscaping?d:"")+g()});continue}if(d===zD){m({type:"text",value:"\\"+d});continue}if(d===BD){u++;let f;for(;l<c&&(f=g());){if(d+=f,f===BD){u++;continue}if(f===kl){d+=g();continue}if(f===zD&&(u--,u===0))break}m({type:"text",value:d});continue}if(d===ek){i=m({type:"paren",nodes:[]}),s.push(i),m({type:"text",value:d});continue}if(d===tk){if(i.type!=="paren"){m({type:"text",value:d});continue}i=s.pop(),m({type:"text",value:d}),i=s[s.length-1];continue}if(d===ok||d===ik||d===Y$){let f=d,h;for(t.keepQuotes!==!0&&(d="");l<c&&(h=g());){if(h===kl){d+=h+g();continue}if(h===f){t.keepQuotes===!0&&(d+=h);break}d+=h}m({type:"text",value:d});continue}if(d===rk){p++;let h={type:"brace",open:!0,close:!1,dollar:a.value&&a.value.slice(-1)==="$"||i.dollar===!0,depth:p,commas:0,ranges:0,nodes:[]};i=m(h),s.push(i),m({type:"open",value:d});continue}if(d===nk){if(i.type!=="brace"){m({type:"text",value:d});continue}let f="close";i=s.pop(),i.close=!0,m({type:f,value:d}),p--,i=s[s.length-1];continue}if(d===Q$&&p>0){if(i.ranges>0){i.ranges=0;let f=i.nodes.shift();i.nodes=[f,{type:"text",value:J$(i)}]}m({type:"comma",value:d}),i.commas++;continue}if(d===X$&&p>0&&i.commas===0){let f=i.nodes;if(p===0||f.length===0){m({type:"text",value:d});continue}if(a.type==="dot"){if(i.range=[],a.value+=d,a.type="range",i.nodes.length!==3&&i.nodes.length!==5){i.invalid=!0,i.ranges=0,a.type="text";continue}i.ranges++,i.args=[];continue}if(a.type==="range"){f.pop();let h=f[f.length-1];h.value+=a.value+d,a=h,i.ranges--;continue}m({type:"dot",value:d});continue}m({type:"text",value:d})}do if(i=s.pop(),i.type!=="root"){i.nodes.forEach(y=>{y.nodes||(y.type==="open"&&(y.isOpen=!0),y.type==="close"&&(y.isClose=!0),y.nodes||(y.type="text"),y.invalid=!0)});let f=s[s.length-1],h=f.nodes.indexOf(i);f.nodes.splice(h,1,...i.nodes)}while(s.length>0);return m({type:"eos"}),o};jD.exports=uk});var qD=x((UW,HD)=>{"use strict";var VD=Ma(),ck=$D(),lk=ND(),pk=UD(),qt=(e,t={})=>{let r=[];if(Array.isArray(e))for(let n of e){let o=qt.create(n,t);Array.isArray(o)?r.push(...o):r.push(o)}else r=[].concat(qt.create(e,t));return t&&t.expand===!0&&t.nodupes===!0&&(r=[...new Set(r)]),r};qt.parse=(e,t={})=>pk(e,t);qt.stringify=(e,t={})=>VD(typeof e=="string"?qt.parse(e,t):e,t);qt.compile=(e,t={})=>(typeof e=="string"&&(e=qt.parse(e,t)),ck(e,t));qt.expand=(e,t={})=>{typeof e=="string"&&(e=qt.parse(e,t));let r=lk(e,t);return t.noempty===!0&&(r=r.filter(Boolean)),t.nodupes===!0&&(r=[...new Set(r)]),r};qt.create=(e,t={})=>e===""||e.length<3?[e]:t.expand!==!0?qt.compile(e,t):qt.expand(e,t);HD.exports=qt});var Vi=x((VW,JD)=>{"use strict";var dk=G("path"),Ur="\\\\/",KD=`[^${Ur}]`,un="\\.",fk="\\+",mk="\\?",za="\\/",gk="(?=.)",GD="[^/]",Il=`(?:${za}|$)`,WD=`(?:^|${za})`,Nl=`${un}{1,2}${Il}`,hk=`(?!${un})`,yk=`(?!${WD}${Nl})`,Dk=`(?!${un}{0,1}${Il})`,vk=`(?!${Nl})`,Ck=`[^.${za}]`,wk=`${GD}*?`,ZD={DOT_LITERAL:un,PLUS_LITERAL:fk,QMARK_LITERAL:mk,SLASH_LITERAL:za,ONE_CHAR:gk,QMARK:GD,END_ANCHOR:Il,DOTS_SLASH:Nl,NO_DOT:hk,NO_DOTS:yk,NO_DOT_SLASH:Dk,NO_DOTS_SLASH:vk,QMARK_NO_DOT:Ck,STAR:wk,START_ANCHOR:WD},bk={...ZD,SLASH_LITERAL:`[${Ur}]`,QMARK:KD,STAR:`${KD}*?`,DOTS_SLASH:`${un}{1,2}(?:[${Ur}]|$)`,NO_DOT:`(?!${un})`,NO_DOTS:`(?!(?:^|[${Ur}])${un}{1,2}(?:[${Ur}]|$))`,NO_DOT_SLASH:`(?!${un}{0,1}(?:[${Ur}]|$))`,NO_DOTS_SLASH:`(?!${un}{1,2}(?:[${Ur}]|$))`,QMARK_NO_DOT:`[^.${Ur}]`,START_ANCHOR:`(?:^|[${Ur}])`,END_ANCHOR:`(?:[${Ur}]|$)`},xk={alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"};JD.exports={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:xk,REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:dk.sep,extglobChars(e){return{"!":{type:"negate",open:"(?:(?!(?:",close:`))${e.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}},globChars(e){return e===!0?bk:ZD}}});var Hi=x($t=>{"use strict";var Sk=G("path"),Ek=process.platform==="win32",{REGEX_BACKSLASH:Pk,REGEX_REMOVE_BACKSLASH:_k,REGEX_SPECIAL_CHARS:Tk,REGEX_SPECIAL_CHARS_GLOBAL:Ak}=Vi();$t.isObject=e=>e!==null&&typeof e=="object"&&!Array.isArray(e);$t.hasRegexChars=e=>Tk.test(e);$t.isRegexChar=e=>e.length===1&&$t.hasRegexChars(e);$t.escapeRegex=e=>e.replace(Ak,"\\$1");$t.toPosixSlashes=e=>e.replace(Pk,"/");$t.removeBackslashes=e=>e.replace(_k,t=>t==="\\"?"":t);$t.supportsLookbehinds=()=>{let e=process.version.slice(1).split(".").map(Number);return e.length===3&&e[0]>=9||e[0]===8&&e[1]>=10};$t.isWindows=e=>e&&typeof e.windows=="boolean"?e.windows:Ek===!0||Sk.sep==="\\";$t.escapeLast=(e,t,r)=>{let n=e.lastIndexOf(t,r);return n===-1?e:e[n-1]==="\\"?$t.escapeLast(e,t,n-1):`${e.slice(0,n)}\\${e.slice(n)}`};$t.removePrefix=(e,t={})=>{let r=e;return r.startsWith("./")&&(r=r.slice(2),t.prefix="./"),r};$t.wrapOutput=(e,t={},r={})=>{let n=r.contains?"":"^",o=r.contains?"":"$",s=`${n}(?:${e})${o}`;return t.negated===!0&&(s=`(?:^(?!${s}).*$)`),s}});var ov=x((qW,nv)=>{"use strict";var YD=Hi(),{CHAR_ASTERISK:Ol,CHAR_AT:Fk,CHAR_BACKWARD_SLASH:qi,CHAR_COMMA:Rk,CHAR_DOT:Ml,CHAR_EXCLAMATION_MARK:Ll,CHAR_FORWARD_SLASH:rv,CHAR_LEFT_CURLY_BRACE:Bl,CHAR_LEFT_PARENTHESES:zl,CHAR_LEFT_SQUARE_BRACKET:$k,CHAR_PLUS:kk,CHAR_QUESTION_MARK:QD,CHAR_RIGHT_CURLY_BRACE:Ik,CHAR_RIGHT_PARENTHESES:XD,CHAR_RIGHT_SQUARE_BRACKET:Nk}=Vi(),ev=e=>e===rv||e===qi,tv=e=>{e.isPrefix!==!0&&(e.depth=e.isGlobstar?1/0:1)},Ok=(e,t)=>{let r=t||{},n=e.length-1,o=r.parts===!0||r.scanToEnd===!0,s=[],i=[],a=[],u=e,c=-1,l=0,p=0,d=!1,g=!1,m=!1,f=!1,h=!1,y=!1,w=!1,C=!1,_=!1,S=!1,F=0,$,I,k={value:"",depth:0,isGlob:!1},R=()=>c>=n,D=()=>u.charCodeAt(c+1),L=()=>($=I,u.charCodeAt(++c));for(;c<n;){I=L();let Be;if(I===qi){w=k.backslashes=!0,I=L(),I===Bl&&(y=!0);continue}if(y===!0||I===Bl){for(F++;R()!==!0&&(I=L());){if(I===qi){w=k.backslashes=!0,L();continue}if(I===Bl){F++;continue}if(y!==!0&&I===Ml&&(I=L())===Ml){if(d=k.isBrace=!0,m=k.isGlob=!0,S=!0,o===!0)continue;break}if(y!==!0&&I===Rk){if(d=k.isBrace=!0,m=k.isGlob=!0,S=!0,o===!0)continue;break}if(I===Ik&&(F--,F===0)){y=!1,d=k.isBrace=!0,S=!0;break}}if(o===!0)continue;break}if(I===rv){if(s.push(c),i.push(k),k={value:"",depth:0,isGlob:!1},S===!0)continue;if($===Ml&&c===l+1){l+=2;continue}p=c+1;continue}if(r.noext!==!0&&(I===kk||I===Fk||I===Ol||I===QD||I===Ll)===!0&&D()===zl){if(m=k.isGlob=!0,f=k.isExtglob=!0,S=!0,I===Ll&&c===l&&(_=!0),o===!0){for(;R()!==!0&&(I=L());){if(I===qi){w=k.backslashes=!0,I=L();continue}if(I===XD){m=k.isGlob=!0,S=!0;break}}continue}break}if(I===Ol){if($===Ol&&(h=k.isGlobstar=!0),m=k.isGlob=!0,S=!0,o===!0)continue;break}if(I===QD){if(m=k.isGlob=!0,S=!0,o===!0)continue;break}if(I===$k){for(;R()!==!0&&(Be=L());){if(Be===qi){w=k.backslashes=!0,L();continue}if(Be===Nk){g=k.isBracket=!0,m=k.isGlob=!0,S=!0;break}}if(o===!0)continue;break}if(r.nonegate!==!0&&I===Ll&&c===l){C=k.negated=!0,l++;continue}if(r.noparen!==!0&&I===zl){if(m=k.isGlob=!0,o===!0){for(;R()!==!0&&(I=L());){if(I===zl){w=k.backslashes=!0,I=L();continue}if(I===XD){S=!0;break}}continue}break}if(m===!0){if(S=!0,o===!0)continue;break}}r.noext===!0&&(f=!1,m=!1);let U=u,H="",b="";l>0&&(H=u.slice(0,l),u=u.slice(l),p-=l),U&&m===!0&&p>0?(U=u.slice(0,p),b=u.slice(p)):m===!0?(U="",b=u):U=u,U&&U!==""&&U!=="/"&&U!==u&&ev(U.charCodeAt(U.length-1))&&(U=U.slice(0,-1)),r.unescape===!0&&(b&&(b=YD.removeBackslashes(b)),U&&w===!0&&(U=YD.removeBackslashes(U)));let E={prefix:H,input:e,start:l,base:U,glob:b,isBrace:d,isBracket:g,isGlob:m,isExtglob:f,isGlobstar:h,negated:C,negatedExtglob:_};if(r.tokens===!0&&(E.maxDepth=0,ev(I)||i.push(k),E.tokens=i),r.parts===!0||r.tokens===!0){let Be;for(let de=0;de<s.length;de++){let Pr=Be?Be+1:l,_r=s[de],jt=e.slice(Pr,_r);r.tokens&&(de===0&&l!==0?(i[de].isPrefix=!0,i[de].value=H):i[de].value=jt,tv(i[de]),E.maxDepth+=i[de].depth),(de!==0||jt!=="")&&a.push(jt),Be=_r}if(Be&&Be+1<e.length){let de=e.slice(Be+1);a.push(de),r.tokens&&(i[i.length-1].value=de,tv(i[i.length-1]),E.maxDepth+=i[i.length-1].depth)}E.slashes=s,E.parts=a}return E};nv.exports=Ok});var av=x((KW,sv)=>{"use strict";var ja=Vi(),Kt=Hi(),{MAX_LENGTH:Ua,POSIX_REGEX_SOURCE:Mk,REGEX_NON_SPECIAL_CHARS:Lk,REGEX_SPECIAL_CHARS_BACKREF:Bk,REPLACEMENTS:iv}=ja,zk=(e,t)=>{if(typeof t.expandRange=="function")return t.expandRange(...e,t);e.sort();let r=`[${e.join("-")}]`;try{new RegExp(r)}catch{return e.map(o=>Kt.escapeRegex(o)).join("..")}return r},Mo=(e,t)=>`Missing ${e}: "${t}" - use "\\\\${t}" to match literal characters`,jl=(e,t)=>{if(typeof e!="string")throw new TypeError("Expected a string");e=iv[e]||e;let r={...t},n=typeof r.maxLength=="number"?Math.min(Ua,r.maxLength):Ua,o=e.length;if(o>n)throw new SyntaxError(`Input length: ${o}, exceeds maximum allowed length: ${n}`);let s={type:"bos",value:"",output:r.prepend||""},i=[s],a=r.capture?"":"?:",u=Kt.isWindows(t),c=ja.globChars(u),l=ja.extglobChars(c),{DOT_LITERAL:p,PLUS_LITERAL:d,SLASH_LITERAL:g,ONE_CHAR:m,DOTS_SLASH:f,NO_DOT:h,NO_DOT_SLASH:y,NO_DOTS_SLASH:w,QMARK:C,QMARK_NO_DOT:_,STAR:S,START_ANCHOR:F}=c,$=M=>`(${a}(?:(?!${F}${M.dot?f:p}).)*?)`,I=r.dot?"":h,k=r.dot?C:_,R=r.bash===!0?$(r):S;r.capture&&(R=`(${R})`),typeof r.noext=="boolean"&&(r.noextglob=r.noext);let D={input:e,index:-1,start:0,dot:r.dot===!0,consumed:"",output:"",prefix:"",backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:i};e=Kt.removePrefix(e,D),o=e.length;let L=[],U=[],H=[],b=s,E,Be=()=>D.index===o-1,de=D.peek=(M=1)=>e[D.index+M],Pr=D.advance=()=>e[++D.index]||"",_r=()=>e.slice(D.index+1),jt=(M="",_e=0)=>{D.consumed+=M,D.index+=_e},Gs=M=>{D.output+=M.output!=null?M.output:M.value,jt(M.value)},YP=()=>{let M=1;for(;de()==="!"&&(de(2)!=="("||de(3)==="?");)Pr(),D.start++,M++;return M%2===0?!1:(D.negated=!0,D.start++,!0)},Ws=M=>{D[M]++,H.push(M)},Bn=M=>{D[M]--,H.pop()},re=M=>{if(b.type==="globstar"){let _e=D.braces>0&&(M.type==="comma"||M.type==="brace"),N=M.extglob===!0||L.length&&(M.type==="pipe"||M.type==="paren");M.type!=="slash"&&M.type!=="paren"&&!_e&&!N&&(D.output=D.output.slice(0,-b.output.length),b.type="star",b.value="*",b.output=R,D.output+=b.output)}if(L.length&&M.type!=="paren"&&(L[L.length-1].inner+=M.value),(M.value||M.output)&&Gs(M),b&&b.type==="text"&&M.type==="text"){b.value+=M.value,b.output=(b.output||"")+M.value;return}M.prev=b,i.push(M),b=M},Zs=(M,_e)=>{let N={...l[_e],conditions:1,inner:""};N.prev=b,N.parens=D.parens,N.output=D.output;let X=(r.capture?"(":"")+N.open;Ws("parens"),re({type:M,value:_e,output:D.output?"":m}),re({type:"paren",extglob:!0,value:Pr(),output:X}),L.push(N)},QP=M=>{let _e=M.close+(r.capture?")":""),N;if(M.type==="negate"){let X=R;if(M.inner&&M.inner.length>1&&M.inner.includes("/")&&(X=$(r)),(X!==R||Be()||/^\)+$/.test(_r()))&&(_e=M.close=`)$))${X}`),M.inner.includes("*")&&(N=_r())&&/^\.[^\\/.]+$/.test(N)){let ze=jl(N,{...t,fastpaths:!1}).output;_e=M.close=`)${ze})${X})`}M.prev.type==="bos"&&(D.negatedExtglob=!0)}re({type:"paren",extglob:!0,value:E,output:_e}),Bn("parens")};if(r.fastpaths!==!1&&!/(^[*!]|[/()[\]{}"])/.test(e)){let M=!1,_e=e.replace(Bk,(N,X,ze,Ct,We,oc)=>Ct==="\\"?(M=!0,N):Ct==="?"?X?X+Ct+(We?C.repeat(We.length):""):oc===0?k+(We?C.repeat(We.length):""):C.repeat(ze.length):Ct==="."?p.repeat(ze.length):Ct==="*"?X?X+Ct+(We?R:""):R:X?N:`\\${N}`);return M===!0&&(r.unescape===!0?_e=_e.replace(/\\/g,""):_e=_e.replace(/\\+/g,N=>N.length%2===0?"\\\\":N?"\\":"")),_e===e&&r.contains===!0?(D.output=e,D):(D.output=Kt.wrapOutput(_e,D,t),D)}for(;!Be();){if(E=Pr(),E==="\0")continue;if(E==="\\"){let N=de();if(N==="/"&&r.bash!==!0||N==="."||N===";")continue;if(!N){E+="\\",re({type:"text",value:E});continue}let X=/^\\+/.exec(_r()),ze=0;if(X&&X[0].length>2&&(ze=X[0].length,D.index+=ze,ze%2!==0&&(E+="\\")),r.unescape===!0?E=Pr():E+=Pr(),D.brackets===0){re({type:"text",value:E});continue}}if(D.brackets>0&&(E!=="]"||b.value==="["||b.value==="[^")){if(r.posix!==!1&&E===":"){let N=b.value.slice(1);if(N.includes("[")&&(b.posix=!0,N.includes(":"))){let X=b.value.lastIndexOf("["),ze=b.value.slice(0,X),Ct=b.value.slice(X+2),We=Mk[Ct];if(We){b.value=ze+We,D.backtrack=!0,Pr(),!s.output&&i.indexOf(b)===1&&(s.output=m);continue}}}(E==="["&&de()!==":"||E==="-"&&de()==="]")&&(E=`\\${E}`),E==="]"&&(b.value==="["||b.value==="[^")&&(E=`\\${E}`),r.posix===!0&&E==="!"&&b.value==="["&&(E="^"),b.value+=E,Gs({value:E});continue}if(D.quotes===1&&E!=='"'){E=Kt.escapeRegex(E),b.value+=E,Gs({value:E});continue}if(E==='"'){D.quotes=D.quotes===1?0:1,r.keepQuotes===!0&&re({type:"text",value:E});continue}if(E==="("){Ws("parens"),re({type:"paren",value:E});continue}if(E===")"){if(D.parens===0&&r.strictBrackets===!0)throw new SyntaxError(Mo("opening","("));let N=L[L.length-1];if(N&&D.parens===N.parens+1){QP(L.pop());continue}re({type:"paren",value:E,output:D.parens?")":"\\)"}),Bn("parens");continue}if(E==="["){if(r.nobracket===!0||!_r().includes("]")){if(r.nobracket!==!0&&r.strictBrackets===!0)throw new SyntaxError(Mo("closing","]"));E=`\\${E}`}else Ws("brackets");re({type:"bracket",value:E});continue}if(E==="]"){if(r.nobracket===!0||b&&b.type==="bracket"&&b.value.length===1){re({type:"text",value:E,output:`\\${E}`});continue}if(D.brackets===0){if(r.strictBrackets===!0)throw new SyntaxError(Mo("opening","["));re({type:"text",value:E,output:`\\${E}`});continue}Bn("brackets");let N=b.value.slice(1);if(b.posix!==!0&&N[0]==="^"&&!N.includes("/")&&(E=`/${E}`),b.value+=E,Gs({value:E}),r.literalBrackets===!1||Kt.hasRegexChars(N))continue;let X=Kt.escapeRegex(b.value);if(D.output=D.output.slice(0,-b.value.length),r.literalBrackets===!0){D.output+=X,b.value=X;continue}b.value=`(${a}${X}|${b.value})`,D.output+=b.value;continue}if(E==="{"&&r.nobrace!==!0){Ws("braces");let N={type:"brace",value:E,output:"(",outputIndex:D.output.length,tokensIndex:D.tokens.length};U.push(N),re(N);continue}if(E==="}"){let N=U[U.length-1];if(r.nobrace===!0||!N){re({type:"text",value:E,output:E});continue}let X=")";if(N.dots===!0){let ze=i.slice(),Ct=[];for(let We=ze.length-1;We>=0&&(i.pop(),ze[We].type!=="brace");We--)ze[We].type!=="dots"&&Ct.unshift(ze[We].value);X=zk(Ct,r),D.backtrack=!0}if(N.comma!==!0&&N.dots!==!0){let ze=D.output.slice(0,N.outputIndex),Ct=D.tokens.slice(N.tokensIndex);N.value=N.output="\\{",E=X="\\}",D.output=ze;for(let We of Ct)D.output+=We.output||We.value}re({type:"brace",value:E,output:X}),Bn("braces"),U.pop();continue}if(E==="|"){L.length>0&&L[L.length-1].conditions++,re({type:"text",value:E});continue}if(E===","){let N=E,X=U[U.length-1];X&&H[H.length-1]==="braces"&&(X.comma=!0,N="|"),re({type:"comma",value:E,output:N});continue}if(E==="/"){if(b.type==="dot"&&D.index===D.start+1){D.start=D.index+1,D.consumed="",D.output="",i.pop(),b=s;continue}re({type:"slash",value:E,output:g});continue}if(E==="."){if(D.braces>0&&b.type==="dot"){b.value==="."&&(b.output=p);let N=U[U.length-1];b.type="dots",b.output+=E,b.value+=E,N.dots=!0;continue}if(D.braces+D.parens===0&&b.type!=="bos"&&b.type!=="slash"){re({type:"text",value:E,output:p});continue}re({type:"dot",value:E,output:p});continue}if(E==="?"){if(!(b&&b.value==="(")&&r.noextglob!==!0&&de()==="("&&de(2)!=="?"){Zs("qmark",E);continue}if(b&&b.type==="paren"){let X=de(),ze=E;if(X==="<"&&!Kt.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");(b.value==="("&&!/[!=<:]/.test(X)||X==="<"&&!/<([!=]|\w+>)/.test(_r()))&&(ze=`\\${E}`),re({type:"text",value:E,output:ze});continue}if(r.dot!==!0&&(b.type==="slash"||b.type==="bos")){re({type:"qmark",value:E,output:_});continue}re({type:"qmark",value:E,output:C});continue}if(E==="!"){if(r.noextglob!==!0&&de()==="("&&(de(2)!=="?"||!/[!=<:]/.test(de(3)))){Zs("negate",E);continue}if(r.nonegate!==!0&&D.index===0){YP();continue}}if(E==="+"){if(r.noextglob!==!0&&de()==="("&&de(2)!=="?"){Zs("plus",E);continue}if(b&&b.value==="("||r.regex===!1){re({type:"plus",value:E,output:d});continue}if(b&&(b.type==="bracket"||b.type==="paren"||b.type==="brace")||D.parens>0){re({type:"plus",value:E});continue}re({type:"plus",value:d});continue}if(E==="@"){if(r.noextglob!==!0&&de()==="("&&de(2)!=="?"){re({type:"at",extglob:!0,value:E,output:""});continue}re({type:"text",value:E});continue}if(E!=="*"){(E==="$"||E==="^")&&(E=`\\${E}`);let N=Lk.exec(_r());N&&(E+=N[0],D.index+=N[0].length),re({type:"text",value:E});continue}if(b&&(b.type==="globstar"||b.star===!0)){b.type="star",b.star=!0,b.value+=E,b.output=R,D.backtrack=!0,D.globstar=!0,jt(E);continue}let M=_r();if(r.noextglob!==!0&&/^\([^?]/.test(M)){Zs("star",E);continue}if(b.type==="star"){if(r.noglobstar===!0){jt(E);continue}let N=b.prev,X=N.prev,ze=N.type==="slash"||N.type==="bos",Ct=X&&(X.type==="star"||X.type==="globstar");if(r.bash===!0&&(!ze||M[0]&&M[0]!=="/")){re({type:"star",value:E,output:""});continue}let We=D.braces>0&&(N.type==="comma"||N.type==="brace"),oc=L.length&&(N.type==="pipe"||N.type==="paren");if(!ze&&N.type!=="paren"&&!We&&!oc){re({type:"star",value:E,output:""});continue}for(;M.slice(0,3)==="/**";){let Js=e[D.index+4];if(Js&&Js!=="/")break;M=M.slice(3),jt("/**",3)}if(N.type==="bos"&&Be()){b.type="globstar",b.value+=E,b.output=$(r),D.output=b.output,D.globstar=!0,jt(E);continue}if(N.type==="slash"&&N.prev.type!=="bos"&&!Ct&&Be()){D.output=D.output.slice(0,-(N.output+b.output).length),N.output=`(?:${N.output}`,b.type="globstar",b.output=$(r)+(r.strictSlashes?")":"|$)"),b.value+=E,D.globstar=!0,D.output+=N.output+b.output,jt(E);continue}if(N.type==="slash"&&N.prev.type!=="bos"&&M[0]==="/"){let Js=M[1]!==void 0?"|$":"";D.output=D.output.slice(0,-(N.output+b.output).length),N.output=`(?:${N.output}`,b.type="globstar",b.output=`${$(r)}${g}|${g}${Js})`,b.value+=E,D.output+=N.output+b.output,D.globstar=!0,jt(E+Pr()),re({type:"slash",value:"/",output:""});continue}if(N.type==="bos"&&M[0]==="/"){b.type="globstar",b.value+=E,b.output=`(?:^|${g}|${$(r)}${g})`,D.output=b.output,D.globstar=!0,jt(E+Pr()),re({type:"slash",value:"/",output:""});continue}D.output=D.output.slice(0,-b.output.length),b.type="globstar",b.output=$(r),b.value+=E,D.output+=b.output,D.globstar=!0,jt(E);continue}let _e={type:"star",value:E,output:R};if(r.bash===!0){_e.output=".*?",(b.type==="bos"||b.type==="slash")&&(_e.output=I+_e.output),re(_e);continue}if(b&&(b.type==="bracket"||b.type==="paren")&&r.regex===!0){_e.output=E,re(_e);continue}(D.index===D.start||b.type==="slash"||b.type==="dot")&&(b.type==="dot"?(D.output+=y,b.output+=y):r.dot===!0?(D.output+=w,b.output+=w):(D.output+=I,b.output+=I),de()!=="*"&&(D.output+=m,b.output+=m)),re(_e)}for(;D.brackets>0;){if(r.strictBrackets===!0)throw new SyntaxError(Mo("closing","]"));D.output=Kt.escapeLast(D.output,"["),Bn("brackets")}for(;D.parens>0;){if(r.strictBrackets===!0)throw new SyntaxError(Mo("closing",")"));D.output=Kt.escapeLast(D.output,"("),Bn("parens")}for(;D.braces>0;){if(r.strictBrackets===!0)throw new SyntaxError(Mo("closing","}"));D.output=Kt.escapeLast(D.output,"{"),Bn("braces")}if(r.strictSlashes!==!0&&(b.type==="star"||b.type==="bracket")&&re({type:"maybe_slash",value:"",output:`${g}?`}),D.backtrack===!0){D.output="";for(let M of D.tokens)D.output+=M.output!=null?M.output:M.value,M.suffix&&(D.output+=M.suffix)}return D};jl.fastpaths=(e,t)=>{let r={...t},n=typeof r.maxLength=="number"?Math.min(Ua,r.maxLength):Ua,o=e.length;if(o>n)throw new SyntaxError(`Input length: ${o}, exceeds maximum allowed length: ${n}`);e=iv[e]||e;let s=Kt.isWindows(t),{DOT_LITERAL:i,SLASH_LITERAL:a,ONE_CHAR:u,DOTS_SLASH:c,NO_DOT:l,NO_DOTS:p,NO_DOTS_SLASH:d,STAR:g,START_ANCHOR:m}=ja.globChars(s),f=r.dot?p:l,h=r.dot?d:l,y=r.capture?"":"?:",w={negated:!1,prefix:""},C=r.bash===!0?".*?":g;r.capture&&(C=`(${C})`);let _=I=>I.noglobstar===!0?C:`(${y}(?:(?!${m}${I.dot?c:i}).)*?)`,S=I=>{switch(I){case"*":return`${f}${u}${C}`;case".*":return`${i}${u}${C}`;case"*.*":return`${f}${C}${i}${u}${C}`;case"*/*":return`${f}${C}${a}${u}${h}${C}`;case"**":return f+_(r);case"**/*":return`(?:${f}${_(r)}${a})?${h}${u}${C}`;case"**/*.*":return`(?:${f}${_(r)}${a})?${h}${C}${i}${u}${C}`;case"**/.*":return`(?:${f}${_(r)}${a})?${i}${u}${C}`;default:{let k=/^(.*?)\.(\w+)$/.exec(I);if(!k)return;let R=S(k[1]);return R?R+i+k[2]:void 0}}},F=Kt.removePrefix(e,w),$=S(F);return $&&r.strictSlashes!==!0&&($+=`${a}?`),$};sv.exports=jl});var cv=x((GW,uv)=>{"use strict";var jk=G("path"),Uk=ov(),Ul=av(),Vl=Hi(),Vk=Vi(),Hk=e=>e&&typeof e=="object"&&!Array.isArray(e),qe=(e,t,r=!1)=>{if(Array.isArray(e)){let l=e.map(d=>qe(d,t,r));return d=>{for(let g of l){let m=g(d);if(m)return m}return!1}}let n=Hk(e)&&e.tokens&&e.input;if(e===""||typeof e!="string"&&!n)throw new TypeError("Expected pattern to be a non-empty string");let o=t||{},s=Vl.isWindows(t),i=n?qe.compileRe(e,t):qe.makeRe(e,t,!1,!0),a=i.state;delete i.state;let u=()=>!1;if(o.ignore){let l={...t,ignore:null,onMatch:null,onResult:null};u=qe(o.ignore,l,r)}let c=(l,p=!1)=>{let{isMatch:d,match:g,output:m}=qe.test(l,i,t,{glob:e,posix:s}),f={glob:e,state:a,regex:i,posix:s,input:l,output:m,match:g,isMatch:d};return typeof o.onResult=="function"&&o.onResult(f),d===!1?(f.isMatch=!1,p?f:!1):u(l)?(typeof o.onIgnore=="function"&&o.onIgnore(f),f.isMatch=!1,p?f:!1):(typeof o.onMatch=="function"&&o.onMatch(f),p?f:!0)};return r&&(c.state=a),c};qe.test=(e,t,r,{glob:n,posix:o}={})=>{if(typeof e!="string")throw new TypeError("Expected input to be a string");if(e==="")return{isMatch:!1,output:""};let s=r||{},i=s.format||(o?Vl.toPosixSlashes:null),a=e===n,u=a&&i?i(e):e;return a===!1&&(u=i?i(e):e,a=u===n),(a===!1||s.capture===!0)&&(s.matchBase===!0||s.basename===!0?a=qe.matchBase(e,t,r,o):a=t.exec(u)),{isMatch:!!a,match:a,output:u}};qe.matchBase=(e,t,r,n=Vl.isWindows(r))=>(t instanceof RegExp?t:qe.makeRe(t,r)).test(jk.basename(e));qe.isMatch=(e,t,r)=>qe(t,r)(e);qe.parse=(e,t)=>Array.isArray(e)?e.map(r=>qe.parse(r,t)):Ul(e,{...t,fastpaths:!1});qe.scan=(e,t)=>Uk(e,t);qe.compileRe=(e,t,r=!1,n=!1)=>{if(r===!0)return e.output;let o=t||{},s=o.contains?"":"^",i=o.contains?"":"$",a=`${s}(?:${e.output})${i}`;e&&e.negated===!0&&(a=`^(?!${a}).*$`);let u=qe.toRegex(a,t);return n===!0&&(u.state=e),u};qe.makeRe=(e,t={},r=!1,n=!1)=>{if(!e||typeof e!="string")throw new TypeError("Expected a non-empty string");let o={negated:!1,fastpaths:!0};return t.fastpaths!==!1&&(e[0]==="."||e[0]==="*")&&(o.output=Ul.fastpaths(e,t)),o.output||(o=Ul(e,t)),qe.compileRe(o,t,r,n)};qe.toRegex=(e,t)=>{try{let r=t||{};return new RegExp(e,r.flags||(r.nocase?"i":""))}catch(r){if(t&&t.debug===!0)throw r;return/$^/}};qe.constants=Vk;uv.exports=qe});var pv=x((WW,lv)=>{"use strict";lv.exports=cv()});var ql=x((ZW,hv)=>{"use strict";var fv=G("util"),mv=qD(),Vr=pv(),Hl=Hi(),dv=e=>e===""||e==="./",gv=e=>{let t=e.indexOf("{");return t>-1&&e.indexOf("}",t)>-1},Fe=(e,t,r)=>{t=[].concat(t),e=[].concat(e);let n=new Set,o=new Set,s=new Set,i=0,a=l=>{s.add(l.output),r&&r.onResult&&r.onResult(l)};for(let l=0;l<t.length;l++){let p=Vr(String(t[l]),{...r,onResult:a},!0),d=p.state.negated||p.state.negatedExtglob;d&&i++;for(let g of e){let m=p(g,!0);(d?!m.isMatch:m.isMatch)&&(d?n.add(m.output):(n.delete(m.output),o.add(m.output)))}}let c=(i===t.length?[...s]:[...o]).filter(l=>!n.has(l));if(r&&c.length===0){if(r.failglob===!0)throw new Error(`No matches found for "${t.join(", ")}"`);if(r.nonull===!0||r.nullglob===!0)return r.unescape?t.map(l=>l.replace(/\\/g,"")):t}return c};Fe.match=Fe;Fe.matcher=(e,t)=>Vr(e,t);Fe.isMatch=(e,t,r)=>Vr(t,r)(e);Fe.any=Fe.isMatch;Fe.not=(e,t,r={})=>{t=[].concat(t).map(String);let n=new Set,o=[],s=a=>{r.onResult&&r.onResult(a),o.push(a.output)},i=new Set(Fe(e,t,{...r,onResult:s}));for(let a of o)i.has(a)||n.add(a);return[...n]};Fe.contains=(e,t,r)=>{if(typeof e!="string")throw new TypeError(`Expected a string: "${fv.inspect(e)}"`);if(Array.isArray(t))return t.some(n=>Fe.contains(e,n,r));if(typeof t=="string"){if(dv(e)||dv(t))return!1;if(e.includes(t)||e.startsWith("./")&&e.slice(2).includes(t))return!0}return Fe.isMatch(e,t,{...r,contains:!0})};Fe.matchKeys=(e,t,r)=>{if(!Hl.isObject(e))throw new TypeError("Expected the first argument to be an object");let n=Fe(Object.keys(e),t,r),o={};for(let s of n)o[s]=e[s];return o};Fe.some=(e,t,r)=>{let n=[].concat(e);for(let o of[].concat(t)){let s=Vr(String(o),r);if(n.some(i=>s(i)))return!0}return!1};Fe.every=(e,t,r)=>{let n=[].concat(e);for(let o of[].concat(t)){let s=Vr(String(o),r);if(!n.every(i=>s(i)))return!1}return!0};Fe.all=(e,t,r)=>{if(typeof e!="string")throw new TypeError(`Expected a string: "${fv.inspect(e)}"`);return[].concat(t).every(n=>Vr(n,r)(e))};Fe.capture=(e,t,r)=>{let n=Hl.isWindows(r),s=Vr.makeRe(String(e),{...r,capture:!0}).exec(n?Hl.toPosixSlashes(t):t);if(s)return s.slice(1).map(i=>i===void 0?"":i)};Fe.makeRe=(...e)=>Vr.makeRe(...e);Fe.scan=(...e)=>Vr.scan(...e);Fe.parse=(e,t)=>{let r=[];for(let n of[].concat(e||[]))for(let o of mv(String(n),t))r.push(Vr.parse(o,t));return r};Fe.braces=(e,t)=>{if(typeof e!="string")throw new TypeError("Expected a string");return t&&t.nobrace===!0||!gv(e)?[e]:mv(e,t)};Fe.braceExpand=(e,t)=>{if(typeof e!="string")throw new TypeError("Expected a string");return Fe.braces(e,{...t,expand:!0})};Fe.hasBraces=gv;hv.exports=Fe});var Dv=x((lZ,yv)=>{var Lo=1e3,Bo=Lo*60,zo=Bo*60,eo=zo*24,Wk=eo*7,Zk=eo*365.25;yv.exports=function(e,t){t=t||{};var r=typeof e;if(r==="string"&&e.length>0)return Jk(e);if(r==="number"&&isFinite(e))return t.long?Qk(e):Yk(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function Jk(e){if(e=String(e),!(e.length>100)){var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(t){var r=parseFloat(t[1]),n=(t[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return r*Zk;case"weeks":case"week":case"w":return r*Wk;case"days":case"day":case"d":return r*eo;case"hours":case"hour":case"hrs":case"hr":case"h":return r*zo;case"minutes":case"minute":case"mins":case"min":case"m":return r*Bo;case"seconds":case"second":case"secs":case"sec":case"s":return r*Lo;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}function Yk(e){var t=Math.abs(e);return t>=eo?Math.round(e/eo)+"d":t>=zo?Math.round(e/zo)+"h":t>=Bo?Math.round(e/Bo)+"m":t>=Lo?Math.round(e/Lo)+"s":e+"ms"}function Qk(e){var t=Math.abs(e);return t>=eo?Va(e,t,eo,"day"):t>=zo?Va(e,t,zo,"hour"):t>=Bo?Va(e,t,Bo,"minute"):t>=Lo?Va(e,t,Lo,"second"):e+" ms"}function Va(e,t,r,n){var o=t>=r*1.5;return Math.round(e/r)+" "+n+(o?"s":"")}});var Kl=x((pZ,vv)=>{function Xk(e){r.debug=r,r.default=r,r.coerce=u,r.disable=i,r.enable=o,r.enabled=a,r.humanize=Dv(),r.destroy=c,Object.keys(e).forEach(l=>{r[l]=e[l]}),r.names=[],r.skips=[],r.formatters={};function t(l){let p=0;for(let d=0;d<l.length;d++)p=(p<<5)-p+l.charCodeAt(d),p|=0;return r.colors[Math.abs(p)%r.colors.length]}r.selectColor=t;function r(l){let p,d=null,g,m;function f(...h){if(!f.enabled)return;let y=f,w=Number(new Date),C=w-(p||w);y.diff=C,y.prev=p,y.curr=w,p=w,h[0]=r.coerce(h[0]),typeof h[0]!="string"&&h.unshift("%O");let _=0;h[0]=h[0].replace(/%([a-zA-Z%])/g,(F,$)=>{if(F==="%%")return"%";_++;let I=r.formatters[$];if(typeof I=="function"){let k=h[_];F=I.call(y,k),h.splice(_,1),_--}return F}),r.formatArgs.call(y,h),(y.log||r.log).apply(y,h)}return f.namespace=l,f.useColors=r.useColors(),f.color=r.selectColor(l),f.extend=n,f.destroy=r.destroy,Object.defineProperty(f,"enabled",{enumerable:!0,configurable:!1,get:()=>d!==null?d:(g!==r.namespaces&&(g=r.namespaces,m=r.enabled(l)),m),set:h=>{d=h}}),typeof r.init=="function"&&r.init(f),f}function n(l,p){let d=r(this.namespace+(typeof p>"u"?":":p)+l);return d.log=this.log,d}function o(l){r.save(l),r.namespaces=l,r.names=[],r.skips=[];let p=(typeof l=="string"?l:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let d of p)d[0]==="-"?r.skips.push(d.slice(1)):r.names.push(d)}function s(l,p){let d=0,g=0,m=-1,f=0;for(;d<l.length;)if(g<p.length&&(p[g]===l[d]||p[g]==="*"))p[g]==="*"?(m=g,f=d,g++):(d++,g++);else if(m!==-1)g=m+1,f++,d=f;else return!1;for(;g<p.length&&p[g]==="*";)g++;return g===p.length}function i(){let l=[...r.names,...r.skips.map(p=>"-"+p)].join(",");return r.enable(""),l}function a(l){for(let p of r.skips)if(s(l,p))return!1;for(let p of r.names)if(s(l,p))return!0;return!1}function u(l){return l instanceof Error?l.stack||l.message:l}function c(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return r.enable(r.load()),r}vv.exports=Xk});var Cv=x((kt,Ha)=>{kt.formatArgs=tI;kt.save=rI;kt.load=nI;kt.useColors=eI;kt.storage=oI();kt.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();kt.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function eI(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let e;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(e=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(e[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function tI(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+Ha.exports.humanize(this.diff),!this.useColors)return;let t="color: "+this.color;e.splice(1,0,t,"color: inherit");let r=0,n=0;e[0].replace(/%[a-zA-Z%]/g,o=>{o!=="%%"&&(r++,o==="%c"&&(n=r))}),e.splice(n,0,t)}kt.log=console.debug||console.log||(()=>{});function rI(e){try{e?kt.storage.setItem("debug",e):kt.storage.removeItem("debug")}catch{}}function nI(){let e;try{e=kt.storage.getItem("debug")||kt.storage.getItem("DEBUG")}catch{}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}function oI(){try{return localStorage}catch{}}Ha.exports=Kl()(kt);var{formatters:iI}=Ha.exports;iI.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}});var bv=x((dZ,wv)=>{"use strict";wv.exports=(e,t=process.argv)=>{let r=e.startsWith("-")?"":e.length===1?"-":"--",n=t.indexOf(r+e),o=t.indexOf("--");return n!==-1&&(o===-1||n<o)}});var Ev=x((fZ,Sv)=>{"use strict";var sI=G("os"),xv=G("tty"),or=bv(),{env:tt}=process,Tn;or("no-color")||or("no-colors")||or("color=false")||or("color=never")?Tn=0:(or("color")||or("colors")||or("color=true")||or("color=always"))&&(Tn=1);"FORCE_COLOR"in tt&&(tt.FORCE_COLOR==="true"?Tn=1:tt.FORCE_COLOR==="false"?Tn=0:Tn=tt.FORCE_COLOR.length===0?1:Math.min(parseInt(tt.FORCE_COLOR,10),3));function Gl(e){return e===0?!1:{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function Wl(e,t){if(Tn===0)return 0;if(or("color=16m")||or("color=full")||or("color=truecolor"))return 3;if(or("color=256"))return 2;if(e&&!t&&Tn===void 0)return 0;let r=Tn||0;if(tt.TERM==="dumb")return r;if(process.platform==="win32"){let n=sI.release().split(".");return Number(n[0])>=10&&Number(n[2])>=10586?Number(n[2])>=14931?3:2:1}if("CI"in tt)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(n=>n in tt)||tt.CI_NAME==="codeship"?1:r;if("TEAMCITY_VERSION"in tt)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(tt.TEAMCITY_VERSION)?1:0;if(tt.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in tt){let n=parseInt((tt.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(tt.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(tt.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(tt.TERM)||"COLORTERM"in tt?1:r}function aI(e){let t=Wl(e,e&&e.isTTY);return Gl(t)}Sv.exports={supportsColor:aI,stdout:Gl(Wl(!0,xv.isatty(1))),stderr:Gl(Wl(!0,xv.isatty(2)))}});var _v=x((rt,Ka)=>{var uI=G("tty"),qa=G("util");rt.init=gI;rt.log=dI;rt.formatArgs=lI;rt.save=fI;rt.load=mI;rt.useColors=cI;rt.destroy=qa.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");rt.colors=[6,2,3,4,5,1];try{let e=Ev();e&&(e.stderr||e).level>=2&&(rt.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}rt.inspectOpts=Object.keys(process.env).filter(e=>/^debug_/i.test(e)).reduce((e,t)=>{let r=t.substring(6).toLowerCase().replace(/_([a-z])/g,(o,s)=>s.toUpperCase()),n=process.env[t];return/^(yes|on|true|enabled)$/i.test(n)?n=!0:/^(no|off|false|disabled)$/i.test(n)?n=!1:n==="null"?n=null:n=Number(n),e[r]=n,e},{});function cI(){return"colors"in rt.inspectOpts?!!rt.inspectOpts.colors:uI.isatty(process.stderr.fd)}function lI(e){let{namespace:t,useColors:r}=this;if(r){let n=this.color,o="\x1B[3"+(n<8?n:"8;5;"+n),s=` ${o};1m${t} \x1B[0m`;e[0]=s+e[0].split(`
|
|
2
|
+
var VP=Object.create;var va=Object.defineProperty;var HP=Object.getOwnPropertyDescriptor;var qP=Object.getOwnPropertyNames;var KP=Object.getPrototypeOf,GP=Object.prototype.hasOwnProperty;var WP=(e,t,r)=>t in e?va(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var W=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var S=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Pc=(e,t)=>{for(var r in t)va(e,r,{get:t[r],enumerable:!0})},ZP=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of qP(t))!GP.call(e,o)&&o!==r&&va(e,o,{get:()=>t[o],enumerable:!(n=HP(t,o))||n.enumerable});return e};var He=(e,t,r)=>(r=e!=null?VP(KP(e)):{},ZP(t||!e||!e.__esModule?va(r,"default",{value:e,enumerable:!0}):r,e));var Ye=(e,t,r)=>WP(e,typeof t!="symbol"?t+"":t,r);var Dh=S((x4,yh)=>{"use strict";yh.exports=function(){if(process.env.npm_config_user_agent)return YP(process.env.npm_config_user_agent)};function YP(e){let t=e.split(" ")[0],r=t.lastIndexOf("/"),n=t.substring(0,r);return{name:n==="npminstall"?"cnpm":n,version:t.substring(r+1)}}});var _a=S((S9,qh)=>{"use strict";var Oc={to(e,t){return t?`\x1B[${t+1};${e+1}H`:`\x1B[${e+1}G`},move(e,t){let r="";return e<0?r+=`\x1B[${-e}D`:e>0&&(r+=`\x1B[${e}C`),t<0?r+=`\x1B[${-t}A`:t>0&&(r+=`\x1B[${t}B`),r},up:(e=1)=>`\x1B[${e}A`,down:(e=1)=>`\x1B[${e}B`,forward:(e=1)=>`\x1B[${e}C`,backward:(e=1)=>`\x1B[${e}D`,nextLine:(e=1)=>"\x1B[E".repeat(e),prevLine:(e=1)=>"\x1B[F".repeat(e),left:"\x1B[G",hide:"\x1B[?25l",show:"\x1B[?25h",save:"\x1B7",restore:"\x1B8"},DT={up:(e=1)=>"\x1B[S".repeat(e),down:(e=1)=>"\x1B[T".repeat(e)},vT={screen:"\x1B[2J",up:(e=1)=>"\x1B[1J".repeat(e),down:(e=1)=>"\x1B[J".repeat(e),line:"\x1B[2K",lineEnd:"\x1B[K",lineStart:"\x1B[1K",lines(e){let t="";for(let r=0;r<e;r++)t+=this.line+(r<e-1?Oc.up():"");return e&&(t+=Oc.left),t}};qh.exports={cursor:Oc,scroll:DT,erase:vT,beep:"\x07"}});var Gn=S((E9,Mc)=>{var Ta=process||{},Kh=Ta.argv||[],Pa=Ta.env||{},CT=!(Pa.NO_COLOR||Kh.includes("--no-color"))&&(!!Pa.FORCE_COLOR||Kh.includes("--color")||Ta.platform==="win32"||(Ta.stdout||{}).isTTY&&Pa.TERM!=="dumb"||!!Pa.CI),wT=(e,t,r=e)=>n=>{let o=""+n,s=o.indexOf(t,e.length);return~s?e+bT(o,t,r,s)+t:e+o+t},bT=(e,t,r,n)=>{let o="",s=0;do o+=e.substring(s,n)+r,s=n+t.length,n=e.indexOf(t,s);while(~n);return o+e.substring(s)},Gh=(e=CT)=>{let t=e?wT:()=>String;return{isColorSupported:e,reset:t("\x1B[0m","\x1B[0m"),bold:t("\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"),dim:t("\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"),italic:t("\x1B[3m","\x1B[23m"),underline:t("\x1B[4m","\x1B[24m"),inverse:t("\x1B[7m","\x1B[27m"),hidden:t("\x1B[8m","\x1B[28m"),strikethrough:t("\x1B[9m","\x1B[29m"),black:t("\x1B[30m","\x1B[39m"),red:t("\x1B[31m","\x1B[39m"),green:t("\x1B[32m","\x1B[39m"),yellow:t("\x1B[33m","\x1B[39m"),blue:t("\x1B[34m","\x1B[39m"),magenta:t("\x1B[35m","\x1B[39m"),cyan:t("\x1B[36m","\x1B[39m"),white:t("\x1B[37m","\x1B[39m"),gray:t("\x1B[90m","\x1B[39m"),bgBlack:t("\x1B[40m","\x1B[49m"),bgRed:t("\x1B[41m","\x1B[49m"),bgGreen:t("\x1B[42m","\x1B[49m"),bgYellow:t("\x1B[43m","\x1B[49m"),bgBlue:t("\x1B[44m","\x1B[49m"),bgMagenta:t("\x1B[45m","\x1B[49m"),bgCyan:t("\x1B[46m","\x1B[49m"),bgWhite:t("\x1B[47m","\x1B[49m"),blackBright:t("\x1B[90m","\x1B[39m"),redBright:t("\x1B[91m","\x1B[39m"),greenBright:t("\x1B[92m","\x1B[39m"),yellowBright:t("\x1B[93m","\x1B[39m"),blueBright:t("\x1B[94m","\x1B[39m"),magentaBright:t("\x1B[95m","\x1B[39m"),cyanBright:t("\x1B[96m","\x1B[39m"),whiteBright:t("\x1B[97m","\x1B[39m"),bgBlackBright:t("\x1B[100m","\x1B[49m"),bgRedBright:t("\x1B[101m","\x1B[49m"),bgGreenBright:t("\x1B[102m","\x1B[49m"),bgYellowBright:t("\x1B[103m","\x1B[49m"),bgBlueBright:t("\x1B[104m","\x1B[49m"),bgMagentaBright:t("\x1B[105m","\x1B[49m"),bgCyanBright:t("\x1B[106m","\x1B[49m"),bgWhiteBright:t("\x1B[107m","\x1B[49m")}};Mc.exports=Gh();Mc.exports.createColors=Gh});var Py=S((wH,ja)=>{ja.exports.Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/;ja.exports.ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/;ja.exports.ID_Continue=/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/});var ll=S((bH,Ty)=>{var cl=Py();Ty.exports={isSpaceSeparator(e){return typeof e=="string"&&cl.Space_Separator.test(e)},isIdStartChar(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e==="$"||e==="_"||cl.ID_Start.test(e))},isIdContinueChar(e){return typeof e=="string"&&(e>="a"&&e<="z"||e>="A"&&e<="Z"||e>="0"&&e<="9"||e==="$"||e==="_"||e==="\u200C"||e==="\u200D"||cl.ID_Continue.test(e))},isDigit(e){return typeof e=="string"&&/[0-9]/.test(e)},isHexDigit(e){return typeof e=="string"&&/[0-9A-Fa-f]/.test(e)}}});var ky=S((xH,$y)=>{var rt=ll(),dl,_t,sn,Va,_n,wr,nt,hl,Ki;$y.exports=function(t,r){dl=String(t),_t="start",sn=[],Va=0,_n=1,wr=0,nt=void 0,hl=void 0,Ki=void 0;do nt=wR(),SR[_t]();while(nt.type!=="eof");return typeof r=="function"?fl({"":Ki},"",r):Ki};function fl(e,t,r){let n=e[t];if(n!=null&&typeof n=="object")if(Array.isArray(n))for(let o=0;o<n.length;o++){let s=String(o),i=fl(n,s,r);i===void 0?delete n[s]:Object.defineProperty(n,s,{value:i,writable:!0,enumerable:!0,configurable:!0})}else for(let o in n){let s=fl(n,o,r);s===void 0?delete n[o]:Object.defineProperty(n,o,{value:s,writable:!0,enumerable:!0,configurable:!0})}return r.call(e,t,n)}var Y,G,qi,on,oe;function wR(){for(Y="default",G="",qi=!1,on=1;;){oe=an();let e=Fy[Y]();if(e)return e}}function an(){if(dl[Va])return String.fromCodePoint(dl.codePointAt(Va))}function A(){let e=an();return e===`
|
|
3
|
+
`?(_n++,wr=0):e?wr+=e.length:wr++,e&&(Va+=e.length),e}var Fy={default(){switch(oe){case" ":case"\v":case"\f":case" ":case"\xA0":case"\uFEFF":case`
|
|
4
|
+
`:case"\r":case"\u2028":case"\u2029":A();return;case"/":A(),Y="comment";return;case void 0:return A(),Fe("eof")}if(rt.isSpaceSeparator(oe)){A();return}return Fy[_t]()},comment(){switch(oe){case"*":A(),Y="multiLineComment";return;case"/":A(),Y="singleLineComment";return}throw Re(A())},multiLineComment(){switch(oe){case"*":A(),Y="multiLineCommentAsterisk";return;case void 0:throw Re(A())}A()},multiLineCommentAsterisk(){switch(oe){case"*":A();return;case"/":A(),Y="default";return;case void 0:throw Re(A())}A(),Y="multiLineComment"},singleLineComment(){switch(oe){case`
|
|
5
|
+
`:case"\r":case"\u2028":case"\u2029":A(),Y="default";return;case void 0:return A(),Fe("eof")}A()},value(){switch(oe){case"{":case"[":return Fe("punctuator",A());case"n":return A(),Qn("ull"),Fe("null",null);case"t":return A(),Qn("rue"),Fe("boolean",!0);case"f":return A(),Qn("alse"),Fe("boolean",!1);case"-":case"+":A()==="-"&&(on=-1),Y="sign";return;case".":G=A(),Y="decimalPointLeading";return;case"0":G=A(),Y="zero";return;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":G=A(),Y="decimalInteger";return;case"I":return A(),Qn("nfinity"),Fe("numeric",1/0);case"N":return A(),Qn("aN"),Fe("numeric",NaN);case'"':case"'":qi=A()==='"',G="",Y="string";return}throw Re(A())},identifierNameStartEscape(){if(oe!=="u")throw Re(A());A();let e=ml();switch(e){case"$":case"_":break;default:if(!rt.isIdStartChar(e))throw Ay();break}G+=e,Y="identifierName"},identifierName(){switch(oe){case"$":case"_":case"\u200C":case"\u200D":G+=A();return;case"\\":A(),Y="identifierNameEscape";return}if(rt.isIdContinueChar(oe)){G+=A();return}return Fe("identifier",G)},identifierNameEscape(){if(oe!=="u")throw Re(A());A();let e=ml();switch(e){case"$":case"_":case"\u200C":case"\u200D":break;default:if(!rt.isIdContinueChar(e))throw Ay();break}G+=e,Y="identifierName"},sign(){switch(oe){case".":G=A(),Y="decimalPointLeading";return;case"0":G=A(),Y="zero";return;case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":G=A(),Y="decimalInteger";return;case"I":return A(),Qn("nfinity"),Fe("numeric",on*(1/0));case"N":return A(),Qn("aN"),Fe("numeric",NaN)}throw Re(A())},zero(){switch(oe){case".":G+=A(),Y="decimalPoint";return;case"e":case"E":G+=A(),Y="decimalExponent";return;case"x":case"X":G+=A(),Y="hexadecimal";return}return Fe("numeric",on*0)},decimalInteger(){switch(oe){case".":G+=A(),Y="decimalPoint";return;case"e":case"E":G+=A(),Y="decimalExponent";return}if(rt.isDigit(oe)){G+=A();return}return Fe("numeric",on*Number(G))},decimalPointLeading(){if(rt.isDigit(oe)){G+=A(),Y="decimalFraction";return}throw Re(A())},decimalPoint(){switch(oe){case"e":case"E":G+=A(),Y="decimalExponent";return}if(rt.isDigit(oe)){G+=A(),Y="decimalFraction";return}return Fe("numeric",on*Number(G))},decimalFraction(){switch(oe){case"e":case"E":G+=A(),Y="decimalExponent";return}if(rt.isDigit(oe)){G+=A();return}return Fe("numeric",on*Number(G))},decimalExponent(){switch(oe){case"+":case"-":G+=A(),Y="decimalExponentSign";return}if(rt.isDigit(oe)){G+=A(),Y="decimalExponentInteger";return}throw Re(A())},decimalExponentSign(){if(rt.isDigit(oe)){G+=A(),Y="decimalExponentInteger";return}throw Re(A())},decimalExponentInteger(){if(rt.isDigit(oe)){G+=A();return}return Fe("numeric",on*Number(G))},hexadecimal(){if(rt.isHexDigit(oe)){G+=A(),Y="hexadecimalInteger";return}throw Re(A())},hexadecimalInteger(){if(rt.isHexDigit(oe)){G+=A();return}return Fe("numeric",on*Number(G))},string(){switch(oe){case"\\":A(),G+=bR();return;case'"':if(qi)return A(),Fe("string",G);G+=A();return;case"'":if(!qi)return A(),Fe("string",G);G+=A();return;case`
|
|
6
|
+
`:case"\r":throw Re(A());case"\u2028":case"\u2029":ER(oe);break;case void 0:throw Re(A())}G+=A()},start(){switch(oe){case"{":case"[":return Fe("punctuator",A())}Y="value"},beforePropertyName(){switch(oe){case"$":case"_":G=A(),Y="identifierName";return;case"\\":A(),Y="identifierNameStartEscape";return;case"}":return Fe("punctuator",A());case'"':case"'":qi=A()==='"',Y="string";return}if(rt.isIdStartChar(oe)){G+=A(),Y="identifierName";return}throw Re(A())},afterPropertyName(){if(oe===":")return Fe("punctuator",A());throw Re(A())},beforePropertyValue(){Y="value"},afterPropertyValue(){switch(oe){case",":case"}":return Fe("punctuator",A())}throw Re(A())},beforeArrayValue(){if(oe==="]")return Fe("punctuator",A());Y="value"},afterArrayValue(){switch(oe){case",":case"]":return Fe("punctuator",A())}throw Re(A())},end(){throw Re(A())}};function Fe(e,t){return{type:e,value:t,line:_n,column:wr}}function Qn(e){for(let t of e){if(an()!==t)throw Re(A());A()}}function bR(){switch(an()){case"b":return A(),"\b";case"f":return A(),"\f";case"n":return A(),`
|
|
7
|
+
`;case"r":return A(),"\r";case"t":return A()," ";case"v":return A(),"\v";case"0":if(A(),rt.isDigit(an()))throw Re(A());return"\0";case"x":return A(),xR();case"u":return A(),ml();case`
|
|
8
|
+
`:case"\u2028":case"\u2029":return A(),"";case"\r":return A(),an()===`
|
|
9
|
+
`&&A(),"";case"1":case"2":case"3":case"4":case"5":case"6":case"7":case"8":case"9":throw Re(A());case void 0:throw Re(A())}return A()}function xR(){let e="",t=an();if(!rt.isHexDigit(t)||(e+=A(),t=an(),!rt.isHexDigit(t)))throw Re(A());return e+=A(),String.fromCodePoint(parseInt(e,16))}function ml(){let e="",t=4;for(;t-- >0;){let r=an();if(!rt.isHexDigit(r))throw Re(A());e+=A()}return String.fromCodePoint(parseInt(e,16))}var SR={start(){if(nt.type==="eof")throw Xn();pl()},beforePropertyName(){switch(nt.type){case"identifier":case"string":hl=nt.value,_t="afterPropertyName";return;case"punctuator":Ua();return;case"eof":throw Xn()}},afterPropertyName(){if(nt.type==="eof")throw Xn();_t="beforePropertyValue"},beforePropertyValue(){if(nt.type==="eof")throw Xn();pl()},beforeArrayValue(){if(nt.type==="eof")throw Xn();if(nt.type==="punctuator"&&nt.value==="]"){Ua();return}pl()},afterPropertyValue(){if(nt.type==="eof")throw Xn();switch(nt.value){case",":_t="beforePropertyName";return;case"}":Ua()}},afterArrayValue(){if(nt.type==="eof")throw Xn();switch(nt.value){case",":_t="beforeArrayValue";return;case"]":Ua()}},end(){}};function pl(){let e;switch(nt.type){case"punctuator":switch(nt.value){case"{":e={};break;case"[":e=[];break}break;case"null":case"boolean":case"numeric":case"string":e=nt.value;break}if(Ki===void 0)Ki=e;else{let t=sn[sn.length-1];Array.isArray(t)?t.push(e):Object.defineProperty(t,hl,{value:e,writable:!0,enumerable:!0,configurable:!0})}if(e!==null&&typeof e=="object")sn.push(e),Array.isArray(e)?_t="beforeArrayValue":_t="beforePropertyName";else{let t=sn[sn.length-1];t==null?_t="end":Array.isArray(t)?_t="afterArrayValue":_t="afterPropertyValue"}}function Ua(){sn.pop();let e=sn[sn.length-1];e==null?_t="end":Array.isArray(e)?_t="afterArrayValue":_t="afterPropertyValue"}function Re(e){return Ha(e===void 0?`JSON5: invalid end of input at ${_n}:${wr}`:`JSON5: invalid character '${Ry(e)}' at ${_n}:${wr}`)}function Xn(){return Ha(`JSON5: invalid end of input at ${_n}:${wr}`)}function Ay(){return wr-=5,Ha(`JSON5: invalid identifier character at ${_n}:${wr}`)}function ER(e){console.warn(`JSON5: '${Ry(e)}' in strings is not valid ECMAScript; consider escaping`)}function Ry(e){let t={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"};if(t[e])return t[e];if(e<" "){let r=e.charCodeAt(0).toString(16);return"\\x"+("00"+r).substring(r.length)}return e}function Ha(e){let t=new SyntaxError(e);return t.lineNumber=_n,t.columnNumber=wr,t}});var Ny=S((SH,Iy)=>{var gl=ll();Iy.exports=function(t,r,n){let o=[],s="",i,a,u="",c;if(r!=null&&typeof r=="object"&&!Array.isArray(r)&&(n=r.space,c=r.quote,r=r.replacer),typeof r=="function")a=r;else if(Array.isArray(r)){i=[];for(let f of r){let g;typeof f=="string"?g=f:(typeof f=="number"||f instanceof String||f instanceof Number)&&(g=String(f)),g!==void 0&&i.indexOf(g)<0&&i.push(g)}}return n instanceof Number?n=Number(n):n instanceof String&&(n=String(n)),typeof n=="number"?n>0&&(n=Math.min(10,Math.floor(n)),u=" ".substr(0,n)):typeof n=="string"&&(u=n.substr(0,10)),l("",{"":t});function l(f,g){let y=g[f];switch(y!=null&&(typeof y.toJSON5=="function"?y=y.toJSON5(f):typeof y.toJSON=="function"&&(y=y.toJSON(f))),a&&(y=a.call(g,f,y)),y instanceof Number?y=Number(y):y instanceof String?y=String(y):y instanceof Boolean&&(y=y.valueOf()),y){case null:return"null";case!0:return"true";case!1:return"false"}if(typeof y=="string")return p(y,!1);if(typeof y=="number")return String(y);if(typeof y=="object")return Array.isArray(y)?m(y):d(y)}function p(f){let g={"'":.1,'"':.2},y={"'":"\\'",'"':'\\"',"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t","\v":"\\v","\0":"\\0","\u2028":"\\u2028","\u2029":"\\u2029"},b="";for(let T=0;T<f.length;T++){let E=f[T];switch(E){case"'":case'"':g[E]++,b+=E;continue;case"\0":if(gl.isDigit(f[T+1])){b+="\\x00";continue}}if(y[E]){b+=y[E];continue}if(E<" "){let F=E.charCodeAt(0).toString(16);b+="\\x"+("00"+F).substring(F.length);continue}b+=E}let w=c||Object.keys(g).reduce((T,E)=>g[T]<g[E]?T:E);return b=b.replace(new RegExp(w,"g"),y[w]),w+b+w}function d(f){if(o.indexOf(f)>=0)throw TypeError("Converting circular structure to JSON5");o.push(f);let g=s;s=s+u;let y=i||Object.keys(f),b=[];for(let T of y){let E=l(T,f);if(E!==void 0){let F=h(T)+":";u!==""&&(F+=" "),F+=E,b.push(F)}}let w;if(b.length===0)w="{}";else{let T;if(u==="")T=b.join(","),w="{"+T+"}";else{let E=`,
|
|
10
|
+
`+s;T=b.join(E),w=`{
|
|
11
|
+
`+s+T+`,
|
|
12
|
+
`+g+"}"}}return o.pop(),s=g,w}function h(f){if(f.length===0)return p(f,!0);let g=String.fromCodePoint(f.codePointAt(0));if(!gl.isIdStartChar(g))return p(f,!0);for(let y=g.length;y<f.length;y++)if(!gl.isIdContinueChar(String.fromCodePoint(f.codePointAt(y))))return p(f,!0);return f}function m(f){if(o.indexOf(f)>=0)throw TypeError("Converting circular structure to JSON5");o.push(f);let g=s;s=s+u;let y=[];for(let w=0;w<f.length;w++){let T=l(String(w),f);y.push(T!==void 0?T:"null")}let b;if(y.length===0)b="[]";else if(u==="")b="["+y.join(",")+"]";else{let w=`,
|
|
13
|
+
`+s,T=y.join(w);b=`[
|
|
14
|
+
`+s+T+`,
|
|
15
|
+
`+g+"]"}return o.pop(),s=g,b}}});var My=S((EH,Oy)=>{var _R=ky(),PR=Ny(),TR={parse:_R,stringify:PR};Oy.exports=TR});var Cl=S(Pn=>{"use strict";Object.defineProperty(Pn,"__esModule",{value:!0});Pn.throwUnsupportedData=Pn.throwUnknownDataType=Pn.getType=void 0;function Xy(e){return Object.prototype.toString.call(e)}Pn.getType=Xy;function e$(e){throw new TypeError("unsupported data type: "+Xy(e))}Pn.throwUnknownDataType=e$;function t$(e){throw new TypeError("unsupported data type: "+e)}Pn.throwUnsupportedData=t$});var El=S(ht=>{"use strict";Object.defineProperty(ht,"__esModule",{value:!0});ht.s_to_num=ht.int_str_to_s=ht.num_to_s=ht.big_int_to_s=ht.int_to_s=ht.s_to_big_int=ht.s_to_int=void 0;var un="";for(let e=0;e<10;e++){let t=String.fromCharCode(48+e);un+=t}for(let e=0;e<26;e++){let t=String.fromCharCode(65+e);un+=t}for(let e=0;e<26;e++){let t=String.fromCharCode(97+e);un+=t}var Mo=un.length,bl={};for(let e=0;e<Mo;e++){let t=un[e];bl[t]=e}function xl(e){let t=0,r=1;for(let n=e.length-1;n>=0;n--){let o=e[n],s=bl[o];s*=r,t+=s,r*=Mo}return t}ht.s_to_int=xl;function eD(e){let t=BigInt(0),r=BigInt(1),n=BigInt(Mo);for(let o=e.length-1;o>=0;o--){let s=e[o],i=BigInt(bl[s]);i*=r,t+=i,r*=n}return t}ht.s_to_big_int=eD;function Sl(e){if(e===0)return un[0];let t=[];for(;e!==0;){let r=e%Mo,n=un[r];t.push(n),e-=r,e/=Mo}return t.reverse().join("")}ht.int_to_s=Sl;function tD(e){let t=BigInt(0),r=BigInt(Mo);if(e===t)return un[0];let n=[];for(;e!==t;){let o=e%r,s=un[Number(o)];n.push(s),e/=r}return n.reverse().join("")}ht.big_int_to_s=tD;function rD(e){return e.split("").reverse().join("")}function nD(e){if(e<0)return"-"+nD(-e);let[t,r]=e.toString().split(".");if(!r)if(t.includes("e")){let[s,i]=t.split("e");t=s,r="0e"+i}else return Sl(e);let n;r&&([r,n]=r.split("e")),t=Ka(t),r=rD(r),r=Ka(r);let o=t+"."+r;if(n){switch(o+=".",n[0]){case"+":n=n.slice(1);break;case"-":o+="-",n=n.slice(1);break}n=Ka(n),o+=n}return o}ht.num_to_s=nD;function Ka(e){let t=+e;return t.toString()===e&&t+1!==t&&t-1!==t?Sl(t):":"+tD(BigInt(e))}ht.int_str_to_s=Ka;function wl(e){return e[0]===":"?eD(e.substring(1)).toString():xl(e).toString()}function oD(e){if(e[0]==="-")return-oD(e.substr(1));let[t,r,n]=e.split(".");if(!r)return xl(t);t=wl(t),r=wl(r),r=rD(r);let o=t+"."+r;if(n){o+="e";let s=!1;n[0]==="-"&&(s=!0,n=n.slice(1)),n=wl(n),o+=s?-n:+n}return+o}ht.s_to_num=oD});var Pl=S(gt=>{"use strict";Object.defineProperty(gt,"__esModule",{value:!0});gt.decodeStr=gt.encodeStr=gt.decodeBool=gt.encodeBool=gt.decodeKey=gt.decodeNum=gt.encodeNum=void 0;var _l=El();function r$(e){return"n|"+(0,_l.num_to_s)(e)}gt.encodeNum=r$;function n$(e){return e=e.replace("n|",""),(0,_l.s_to_num)(e)}gt.decodeNum=n$;function o$(e){return typeof e=="number"?e:(0,_l.s_to_int)(e)}gt.decodeKey=o$;function i$(e){return e?"b|T":"b|F"}gt.encodeBool=i$;function s$(e){switch(e){case"b|T":return!0;case"b|F":return!1}return!!e}gt.decodeBool=s$;function a$(e){switch(e[0]+e[1]){case"b|":case"o|":case"n|":case"a|":case"s|":e="s|"+e}return e}gt.encodeStr=a$;function u$(e){return e[0]+e[1]==="s|"?e.substr(2):e}gt.decodeStr=u$});var Tl=S(Ga=>{"use strict";Object.defineProperty(Ga,"__esModule",{value:!0});Ga.config=void 0;Ga.config={sort_key:!1,error_on_nan:!1,error_on_infinite:!1}});var $l=S(ir=>{"use strict";Object.defineProperty(ir,"__esModule",{value:!0});ir.addValue=ir.makeInMemoryMemory=ir.makeInMemoryCache=ir.makeInMemoryStore=ir.memToValues=void 0;var Rl=Tl(),Al=Cl(),Fl=Pl(),c$=El();function l$(e){return e.store.toArray()}ir.memToValues=l$;function iD(){let e=[];return{forEach(t){for(let r=0;r<e.length;r++)if(t(e[r])==="break")return},add(t){e.push(t)},toArray(){return e}}}ir.makeInMemoryStore=iD;function sD(){let e=Object.create(null),t=Object.create(null);return{getValue(r){return e[r]},getSchema(r){return t[r]},forEachValue(r){for(let[n,o]of Object.entries(e))if(r(n,o)==="break")return},forEachSchema(r){for(let[n,o]of Object.entries(t))if(r(n,o)==="break")return},setValue(r,n){e[r]=n},setSchema(r,n){t[r]=n},hasValue(r){return r in e},hasSchema(r){return r in t}}}ir.makeInMemoryCache=sD;function p$(){return{store:iD(),cache:sD(),keyCount:0}}ir.makeInMemoryMemory=p$;function to(e,t){if(e.cache.hasValue(t))return e.cache.getValue(t);let r=e.keyCount++,n=(0,c$.num_to_s)(r);return e.store.add(t),e.cache.setValue(t,n),n}function d$(e,t){Rl.config.sort_key&&t.sort();let r=t.join(",");if(e.cache.hasSchema(r))return e.cache.getSchema(r);let n=Wi(e,t,void 0);return e.cache.setSchema(r,n),n}function Wi(e,t,r){if(t===null)return"";switch(typeof t){case"undefined":if(Array.isArray(r))return Wi(e,null,r);break;case"object":if(t===null)return to(e,null);if(Array.isArray(t)){let n="a";for(let o=0;o<t.length;o++){let s=t[o],i=s===null?"_":Wi(e,s,t);n+="|"+i}return n==="a"&&(n="a|"),to(e,n)}else{let n=Object.keys(t);if(n.length===0)return to(e,"o|");let o="o",s=d$(e,n);o+="|"+s;for(let i of n){let a=t[i],u=Wi(e,a,t);o+="|"+u}return to(e,o)}case"boolean":return to(e,(0,Fl.encodeBool)(t));case"number":return Number.isNaN(t)?(Rl.config.error_on_nan&&(0,Al.throwUnsupportedData)("[number NaN]"),""):Number.POSITIVE_INFINITY===t||Number.NEGATIVE_INFINITY===t?(Rl.config.error_on_infinite&&(0,Al.throwUnsupportedData)("[number Infinity]"),""):to(e,(0,Fl.encodeNum)(t));case"string":return to(e,(0,Fl.encodeStr)(t))}return(0,Al.throwUnknownDataType)(t)}ir.addValue=Wi});var Il=S(Tn=>{"use strict";Object.defineProperty(Tn,"__esModule",{value:!0});Tn.decompress=Tn.decode=Tn.compress=void 0;var f$=Cl(),Wa=Pl(),kl=$l();function m$(e){let t=(0,kl.makeInMemoryMemory)(),r=(0,kl.addValue)(t,e,void 0);return[(0,kl.memToValues)(t),r]}Tn.compress=m$;function h$(e,t){if(t==="o|")return{};let r={},n=t.split("|"),o=n[1],s=Zi(e,o),i=n.length;i-2===1&&!Array.isArray(s)&&(s=[s]);for(let a=2;a<i;a++){let u=s[a-2],c=n[a];c=Zi(e,c),r[u]=c}return r}function g$(e,t){if(t==="a|")return[];let r=t.split("|"),n=r.length-1,o=new Array(n);for(let s=0;s<n;s++){let i=r[s+1];i=Zi(e,i),o[s]=i}return o}function Zi(e,t){if(t===""||t==="_")return null;let r=(0,Wa.decodeKey)(t),n=e[r];if(n===null)return n;switch(typeof n){case"undefined":return n;case"number":return n;case"string":switch(n[0]+n[1]){case"b|":return(0,Wa.decodeBool)(n);case"o|":return h$(e,n);case"n|":return(0,Wa.decodeNum)(n);case"a|":return g$(e,n);default:return(0,Wa.decodeStr)(n)}}return(0,f$.throwUnknownDataType)(n)}Tn.decode=Zi;function y$(e){let[t,r]=e;return Zi(t,r)}Tn.decompress=y$});var uD=S(Lo=>{"use strict";Object.defineProperty(Lo,"__esModule",{value:!0});Lo.trimUndefinedRecursively=Lo.trimUndefined=void 0;function D$(e){for(let t in e)e[t]===void 0&&delete e[t]}Lo.trimUndefined=D$;function v$(e){aD(e,new Set)}Lo.trimUndefinedRecursively=v$;function aD(e,t){t.add(e);for(let r in e)if(e[r]===void 0)delete e[r];else{let n=e[r];n&&typeof n=="object"&&!t.has(n)&&aD(n,t)}}});var pD=S(yt=>{"use strict";Object.defineProperty(yt,"__esModule",{value:!0});yt.config=yt.trimUndefinedRecursively=yt.trimUndefined=yt.addValue=yt.decode=yt.decompress=yt.compress=void 0;var cD=Il();Object.defineProperty(yt,"compress",{enumerable:!0,get:function(){return cD.compress}});Object.defineProperty(yt,"decompress",{enumerable:!0,get:function(){return cD.decompress}});var C$=Il();Object.defineProperty(yt,"decode",{enumerable:!0,get:function(){return C$.decode}});var w$=$l();Object.defineProperty(yt,"addValue",{enumerable:!0,get:function(){return w$.addValue}});var lD=uD();Object.defineProperty(yt,"trimUndefined",{enumerable:!0,get:function(){return lD.trimUndefined}});Object.defineProperty(yt,"trimUndefinedRecursively",{enumerable:!0,get:function(){return lD.trimUndefinedRecursively}});var b$=Tl();Object.defineProperty(yt,"config",{enumerable:!0,get:function(){return b$.config}})});var kD=S((lZ,$D)=>{"use strict";var AD=W("child_process"),mk=AD.spawn,hk=AD.exec;$D.exports=function(e,t,r){if(typeof t=="function"&&r===void 0&&(r=t,t=void 0),e=parseInt(e),Number.isNaN(e)){if(r)return r(new Error("pid must be a number"));throw new Error("pid must be a number")}var n={},o={};switch(n[e]=[],o[e]=1,process.platform){case"win32":hk("taskkill /pid "+e+" /T /F",r);break;case"darwin":RD(e,n,o,function(){PD(n,t,r)});break;default:FD(e,n,o,function(s){return mk("ps",["-o","pid","--no-headers","--ppid",s])},function(){PD(n,t,r)});break}};function PD(e,t,r){var n={};try{Object.keys(e).forEach(function(o){e[o].forEach(function(s){n[s]||(TD(s,t),n[s]=1)}),n[o]||(TD(o,t),n[o]=1)})}catch(o){if(r)return r(o);throw o}if(r)return r()}function TD(e,t){try{process.kill(parseInt(e,10),t)}catch(r){if(r.code!=="ESRCH")throw r}}function FD(e,t,r,n,o){var s=n(e),i="";s.stdout.on("data",function(c){var c=c.toString("ascii");i+=c});var a=function(u){if(delete r[e],u!=0){Object.keys(r).length==0&&o();return}i.match(/\d+/g).forEach(function(c){c=parseInt(c,10),t[e].push(c),t[c]=[],r[c]=1,FD(c,t,r,n,o)})};s.on("close",a)}function RD(e,t,r,n){try{let o="";try{o=execSync("pgrep -P "+e,{encoding:"utf8",timeout:2e3,maxBuffer:1024*1024})}catch(i){if(i.status!==1)throw i}delete r[e];let s=o.trim().split(`
|
|
16
|
+
`).filter(Boolean);if(s.length===0){Object.keys(r).length===0&&n();return}s.forEach(function(i){let a=parseInt(i,10);isNaN(a)||(t[e].push(a),t[a]=[],r[a]=1,RD(a,t,r,n))})}catch{delete r[e],Object.keys(r).length===0&&n()}}});var ou=S(sr=>{"use strict";sr.isInteger=e=>typeof e=="number"?Number.isInteger(e):typeof e=="string"&&e.trim()!==""?Number.isInteger(Number(e)):!1;sr.find=(e,t)=>e.nodes.find(r=>r.type===t);sr.exceedsLimit=(e,t,r=1,n)=>n===!1||!sr.isInteger(e)||!sr.isInteger(t)?!1:(Number(t)-Number(e))/Number(r)>=n;sr.escapeNode=(e,t=0,r)=>{let n=e.nodes[t];n&&(r&&n.type===r||n.type==="open"||n.type==="close")&&n.escaped!==!0&&(n.value="\\"+n.value,n.escaped=!0)};sr.encloseBrace=e=>e.type!=="brace"?!1:e.commas>>0+e.ranges>>0===0?(e.invalid=!0,!0):!1;sr.isInvalidBrace=e=>e.type!=="brace"?!1:e.invalid===!0||e.dollar?!0:e.commas>>0+e.ranges>>0===0||e.open!==!0||e.close!==!0?(e.invalid=!0,!0):!1;sr.isOpenOrClose=e=>e.type==="open"||e.type==="close"?!0:e.open===!0||e.close===!0;sr.reduce=e=>e.reduce((t,r)=>(r.type==="text"&&t.push(r.value),r.type==="range"&&(r.type="text"),t),[]);sr.flatten=(...e)=>{let t=[],r=n=>{for(let o=0;o<n.length;o++){let s=n[o];if(Array.isArray(s)){r(s);continue}s!==void 0&&t.push(s)}return t};return r(e),t}});var iu=S((KZ,BD)=>{"use strict";var LD=ou();BD.exports=(e,t={})=>{let r=(n,o={})=>{let s=t.escapeInvalid&&LD.isInvalidBrace(o),i=n.invalid===!0&&t.escapeInvalid===!0,a="";if(n.value)return(s||i)&&LD.isOpenOrClose(n)?"\\"+n.value:n.value;if(n.value)return n.value;if(n.nodes)for(let u of n.nodes)a+=r(u);return a};return r(e)}});var jD=S((GZ,zD)=>{"use strict";zD.exports=function(e){return typeof e=="number"?e-e===0:typeof e=="string"&&e.trim()!==""?Number.isFinite?Number.isFinite(+e):isFinite(+e):!1}});var JD=S((WZ,ZD)=>{"use strict";var UD=jD(),ro=(e,t,r)=>{if(UD(e)===!1)throw new TypeError("toRegexRange: expected the first argument to be a number");if(t===void 0||e===t)return String(e);if(UD(t)===!1)throw new TypeError("toRegexRange: expected the second argument to be a number.");let n={relaxZeros:!0,...r};typeof n.strictZeros=="boolean"&&(n.relaxZeros=n.strictZeros===!1);let o=String(n.relaxZeros),s=String(n.shorthand),i=String(n.capture),a=String(n.wrap),u=e+":"+t+"="+o+s+i+a;if(ro.cache.hasOwnProperty(u))return ro.cache[u].result;let c=Math.min(e,t),l=Math.max(e,t);if(Math.abs(c-l)===1){let f=e+"|"+t;return n.capture?`(${f})`:n.wrap===!1?f:`(?:${f})`}let p=WD(e)||WD(t),d={min:e,max:t,a:c,b:l},h=[],m=[];if(p&&(d.isPadded=p,d.maxLen=String(d.max).length),c<0){let f=l<0?Math.abs(l):1;m=VD(f,Math.abs(c),d,n),c=d.a=0}return l>=0&&(h=VD(c,l,d,n)),d.negatives=m,d.positives=h,d.result=wk(m,h,n),n.capture===!0?d.result=`(${d.result})`:n.wrap!==!1&&h.length+m.length>1&&(d.result=`(?:${d.result})`),ro.cache[u]=d,d.result};function wk(e,t,r){let n=Ql(e,t,"-",!1,r)||[],o=Ql(t,e,"",!1,r)||[],s=Ql(e,t,"-?",!0,r)||[];return n.concat(s).concat(o).join("|")}function bk(e,t){let r=1,n=1,o=qD(e,r),s=new Set([t]);for(;e<=o&&o<=t;)s.add(o),r+=1,o=qD(e,r);for(o=KD(t+1,n)-1;e<o&&o<=t;)s.add(o),n+=1,o=KD(t+1,n)-1;return s=[...s],s.sort(Ek),s}function xk(e,t,r){if(e===t)return{pattern:e,count:[],digits:0};let n=Sk(e,t),o=n.length,s="",i=0;for(let a=0;a<o;a++){let[u,c]=n[a];u===c?s+=u:u!=="0"||c!=="9"?s+=_k(u,c,r):i++}return i&&(s+=r.shorthand===!0?"\\d":"[0-9]"),{pattern:s,count:[i],digits:o}}function VD(e,t,r,n){let o=bk(e,t),s=[],i=e,a;for(let u=0;u<o.length;u++){let c=o[u],l=xk(String(i),String(c),n),p="";if(!r.isPadded&&a&&a.pattern===l.pattern){a.count.length>1&&a.count.pop(),a.count.push(l.count[0]),a.string=a.pattern+GD(a.count),i=c+1;continue}r.isPadded&&(p=Pk(c,r,n)),l.string=p+l.pattern+GD(l.count),s.push(l),i=c+1,a=l}return s}function Ql(e,t,r,n,o){let s=[];for(let i of e){let{string:a}=i;!n&&!HD(t,"string",a)&&s.push(r+a),n&&HD(t,"string",a)&&s.push(r+a)}return s}function Sk(e,t){let r=[];for(let n=0;n<e.length;n++)r.push([e[n],t[n]]);return r}function Ek(e,t){return e>t?1:t>e?-1:0}function HD(e,t,r){return e.some(n=>n[t]===r)}function qD(e,t){return Number(String(e).slice(0,-t)+"9".repeat(t))}function KD(e,t){return e-e%Math.pow(10,t)}function GD(e){let[t=0,r=""]=e;return r||t>1?`{${t+(r?","+r:"")}}`:""}function _k(e,t,r){return`[${e}${t-e===1?"":"-"}${t}]`}function WD(e){return/^-?(0+)\d/.test(e)}function Pk(e,t,r){if(!t.isPadded)return e;let n=Math.abs(t.maxLen-String(e).length),o=r.relaxZeros!==!1;switch(n){case 0:return"";case 1:return o?"0?":"0";case 2:return o?"0{0,2}":"00";default:return o?`0{0,${n}}`:`0{${n}}`}}ro.cache={};ro.clearCache=()=>ro.cache={};ZD.exports=ro});var tp=S((ZZ,nv)=>{"use strict";var Tk=W("util"),QD=JD(),YD=e=>e!==null&&typeof e=="object"&&!Array.isArray(e),Ak=e=>t=>e===!0?Number(t):String(t),Xl=e=>typeof e=="number"||typeof e=="string"&&e!=="",ts=e=>Number.isInteger(+e),ep=e=>{let t=`${e}`,r=-1;if(t[0]==="-"&&(t=t.slice(1)),t==="0")return!1;for(;t[++r]==="0";);return r>0},Fk=(e,t,r)=>typeof e=="string"||typeof t=="string"?!0:r.stringify===!0,Rk=(e,t,r)=>{if(t>0){let n=e[0]==="-"?"-":"";n&&(e=e.slice(1)),e=n+e.padStart(n?t-1:t,"0")}return r===!1?String(e):e},au=(e,t)=>{let r=e[0]==="-"?"-":"";for(r&&(e=e.slice(1),t--);e.length<t;)e="0"+e;return r?"-"+e:e},$k=(e,t,r)=>{e.negatives.sort((a,u)=>a<u?-1:a>u?1:0),e.positives.sort((a,u)=>a<u?-1:a>u?1:0);let n=t.capture?"":"?:",o="",s="",i;return e.positives.length&&(o=e.positives.map(a=>au(String(a),r)).join("|")),e.negatives.length&&(s=`-(${n}${e.negatives.map(a=>au(String(a),r)).join("|")})`),o&&s?i=`${o}|${s}`:i=o||s,t.wrap?`(${n}${i})`:i},XD=(e,t,r,n)=>{if(r)return QD(e,t,{wrap:!1,...n});let o=String.fromCharCode(e);if(e===t)return o;let s=String.fromCharCode(t);return`[${o}-${s}]`},ev=(e,t,r)=>{if(Array.isArray(e)){let n=r.wrap===!0,o=r.capture?"":"?:";return n?`(${o}${e.join("|")})`:e.join("|")}return QD(e,t,r)},tv=(...e)=>new RangeError("Invalid range arguments: "+Tk.inspect(...e)),rv=(e,t,r)=>{if(r.strictRanges===!0)throw tv([e,t]);return[]},kk=(e,t)=>{if(t.strictRanges===!0)throw new TypeError(`Expected step "${e}" to be a number`);return[]},Ik=(e,t,r=1,n={})=>{let o=Number(e),s=Number(t);if(!Number.isInteger(o)||!Number.isInteger(s)){if(n.strictRanges===!0)throw tv([e,t]);return[]}o===0&&(o=0),s===0&&(s=0);let i=o>s,a=String(e),u=String(t),c=String(r);r=Math.max(Math.abs(r),1);let l=ep(a)||ep(u)||ep(c),p=l?Math.max(a.length,u.length,c.length):0,d=l===!1&&Fk(e,t,n)===!1,h=n.transform||Ak(d);if(n.toRegex&&r===1)return XD(au(e,p),au(t,p),!0,n);let m={negatives:[],positives:[]},f=b=>m[b<0?"negatives":"positives"].push(Math.abs(b)),g=[],y=0;for(;i?o>=s:o<=s;)n.toRegex===!0&&r>1?f(o):g.push(Rk(h(o,y),p,d)),o=i?o-r:o+r,y++;return n.toRegex===!0?r>1?$k(m,n,p):ev(g,null,{wrap:!1,...n}):g},Nk=(e,t,r=1,n={})=>{if(!ts(e)&&e.length>1||!ts(t)&&t.length>1)return rv(e,t,n);let o=n.transform||(d=>String.fromCharCode(d)),s=`${e}`.charCodeAt(0),i=`${t}`.charCodeAt(0),a=s>i,u=Math.min(s,i),c=Math.max(s,i);if(n.toRegex&&r===1)return XD(u,c,!1,n);let l=[],p=0;for(;a?s>=i:s<=i;)l.push(o(s,p)),s=a?s-r:s+r,p++;return n.toRegex===!0?ev(l,null,{wrap:!1,options:n}):l},su=(e,t,r,n={})=>{if(t==null&&Xl(e))return[e];if(!Xl(e)||!Xl(t))return rv(e,t,n);if(typeof r=="function")return su(e,t,1,{transform:r});if(YD(r))return su(e,t,0,r);let o={...n};return o.capture===!0&&(o.wrap=!0),r=r||o.step||1,ts(r)?ts(e)&&ts(t)?Ik(e,t,r,o):Nk(e,t,Math.max(Math.abs(r),1),o):r!=null&&!YD(r)?kk(r,o):su(e,t,1,r)};nv.exports=su});var sv=S((JZ,iv)=>{"use strict";var Ok=tp(),ov=ou(),Mk=(e,t={})=>{let r=(n,o={})=>{let s=ov.isInvalidBrace(o),i=n.invalid===!0&&t.escapeInvalid===!0,a=s===!0||i===!0,u=t.escapeInvalid===!0?"\\":"",c="";if(n.isOpen===!0)return u+n.value;if(n.isClose===!0)return console.log("node.isClose",u,n.value),u+n.value;if(n.type==="open")return a?u+n.value:"(";if(n.type==="close")return a?u+n.value:")";if(n.type==="comma")return n.prev.type==="comma"?"":a?n.value:"|";if(n.value)return n.value;if(n.nodes&&n.ranges>0){let l=ov.reduce(n.nodes),p=Ok(...l,{...t,wrap:!1,toRegex:!0,strictZeros:!0});if(p.length!==0)return l.length>1&&p.length>1?`(${p})`:p}if(n.nodes)for(let l of n.nodes)c+=r(l,n);return c};return r(e)};iv.exports=Mk});var cv=S((YZ,uv)=>{"use strict";var Lk=tp(),av=iu(),zo=ou(),no=(e="",t="",r=!1)=>{let n=[];if(e=[].concat(e),t=[].concat(t),!t.length)return e;if(!e.length)return r?zo.flatten(t).map(o=>`{${o}}`):t;for(let o of e)if(Array.isArray(o))for(let s of o)n.push(no(s,t,r));else for(let s of t)r===!0&&typeof s=="string"&&(s=`{${s}}`),n.push(Array.isArray(s)?no(o,s,r):o+s);return zo.flatten(n)},Bk=(e,t={})=>{let r=t.rangeLimit===void 0?1e3:t.rangeLimit,n=(o,s={})=>{o.queue=[];let i=s,a=s.queue;for(;i.type!=="brace"&&i.type!=="root"&&i.parent;)i=i.parent,a=i.queue;if(o.invalid||o.dollar){a.push(no(a.pop(),av(o,t)));return}if(o.type==="brace"&&o.invalid!==!0&&o.nodes.length===2){a.push(no(a.pop(),["{}"]));return}if(o.nodes&&o.ranges>0){let p=zo.reduce(o.nodes);if(zo.exceedsLimit(...p,t.step,r))throw new RangeError("expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.");let d=Lk(...p,t);d.length===0&&(d=av(o,t)),a.push(no(a.pop(),d)),o.nodes=[];return}let u=zo.encloseBrace(o),c=o.queue,l=o;for(;l.type!=="brace"&&l.type!=="root"&&l.parent;)l=l.parent,c=l.queue;for(let p=0;p<o.nodes.length;p++){let d=o.nodes[p];if(d.type==="comma"&&o.type==="brace"){p===1&&c.push(""),c.push("");continue}if(d.type==="close"){a.push(no(a.pop(),c,u));continue}if(d.value&&d.type!=="open"){c.push(no(c.pop(),d.value));continue}d.nodes&&n(d,o)}return c};return zo.flatten(n(e))};uv.exports=Bk});var pv=S((QZ,lv)=>{"use strict";lv.exports={MAX_LENGTH:1e4,CHAR_0:"0",CHAR_9:"9",CHAR_UPPERCASE_A:"A",CHAR_LOWERCASE_A:"a",CHAR_UPPERCASE_Z:"Z",CHAR_LOWERCASE_Z:"z",CHAR_LEFT_PARENTHESES:"(",CHAR_RIGHT_PARENTHESES:")",CHAR_ASTERISK:"*",CHAR_AMPERSAND:"&",CHAR_AT:"@",CHAR_BACKSLASH:"\\",CHAR_BACKTICK:"`",CHAR_CARRIAGE_RETURN:"\r",CHAR_CIRCUMFLEX_ACCENT:"^",CHAR_COLON:":",CHAR_COMMA:",",CHAR_DOLLAR:"$",CHAR_DOT:".",CHAR_DOUBLE_QUOTE:'"',CHAR_EQUAL:"=",CHAR_EXCLAMATION_MARK:"!",CHAR_FORM_FEED:"\f",CHAR_FORWARD_SLASH:"/",CHAR_HASH:"#",CHAR_HYPHEN_MINUS:"-",CHAR_LEFT_ANGLE_BRACKET:"<",CHAR_LEFT_CURLY_BRACE:"{",CHAR_LEFT_SQUARE_BRACKET:"[",CHAR_LINE_FEED:`
|
|
17
|
+
`,CHAR_NO_BREAK_SPACE:"\xA0",CHAR_PERCENT:"%",CHAR_PLUS:"+",CHAR_QUESTION_MARK:"?",CHAR_RIGHT_ANGLE_BRACKET:">",CHAR_RIGHT_CURLY_BRACE:"}",CHAR_RIGHT_SQUARE_BRACKET:"]",CHAR_SEMICOLON:";",CHAR_SINGLE_QUOTE:"'",CHAR_SPACE:" ",CHAR_TAB:" ",CHAR_UNDERSCORE:"_",CHAR_VERTICAL_LINE:"|",CHAR_ZERO_WIDTH_NOBREAK_SPACE:"\uFEFF"}});var gv=S((XZ,hv)=>{"use strict";var zk=iu(),{MAX_LENGTH:dv,CHAR_BACKSLASH:rp,CHAR_BACKTICK:jk,CHAR_COMMA:Uk,CHAR_DOT:Vk,CHAR_LEFT_PARENTHESES:Hk,CHAR_RIGHT_PARENTHESES:qk,CHAR_LEFT_CURLY_BRACE:Kk,CHAR_RIGHT_CURLY_BRACE:Gk,CHAR_LEFT_SQUARE_BRACKET:fv,CHAR_RIGHT_SQUARE_BRACKET:mv,CHAR_DOUBLE_QUOTE:Wk,CHAR_SINGLE_QUOTE:Zk,CHAR_NO_BREAK_SPACE:Jk,CHAR_ZERO_WIDTH_NOBREAK_SPACE:Yk}=pv(),Qk=(e,t={})=>{if(typeof e!="string")throw new TypeError("Expected a string");let r=t||{},n=typeof r.maxLength=="number"?Math.min(dv,r.maxLength):dv;if(e.length>n)throw new SyntaxError(`Input length (${e.length}), exceeds max characters (${n})`);let o={type:"root",input:e,nodes:[]},s=[o],i=o,a=o,u=0,c=e.length,l=0,p=0,d,h=()=>e[l++],m=f=>{if(f.type==="text"&&a.type==="dot"&&(a.type="text"),a&&a.type==="text"&&f.type==="text"){a.value+=f.value;return}return i.nodes.push(f),f.parent=i,f.prev=a,a=f,f};for(m({type:"bos"});l<c;)if(i=s[s.length-1],d=h(),!(d===Yk||d===Jk)){if(d===rp){m({type:"text",value:(t.keepEscaping?d:"")+h()});continue}if(d===mv){m({type:"text",value:"\\"+d});continue}if(d===fv){u++;let f;for(;l<c&&(f=h());){if(d+=f,f===fv){u++;continue}if(f===rp){d+=h();continue}if(f===mv&&(u--,u===0))break}m({type:"text",value:d});continue}if(d===Hk){i=m({type:"paren",nodes:[]}),s.push(i),m({type:"text",value:d});continue}if(d===qk){if(i.type!=="paren"){m({type:"text",value:d});continue}i=s.pop(),m({type:"text",value:d}),i=s[s.length-1];continue}if(d===Wk||d===Zk||d===jk){let f=d,g;for(t.keepQuotes!==!0&&(d="");l<c&&(g=h());){if(g===rp){d+=g+h();continue}if(g===f){t.keepQuotes===!0&&(d+=g);break}d+=g}m({type:"text",value:d});continue}if(d===Kk){p++;let g={type:"brace",open:!0,close:!1,dollar:a.value&&a.value.slice(-1)==="$"||i.dollar===!0,depth:p,commas:0,ranges:0,nodes:[]};i=m(g),s.push(i),m({type:"open",value:d});continue}if(d===Gk){if(i.type!=="brace"){m({type:"text",value:d});continue}let f="close";i=s.pop(),i.close=!0,m({type:f,value:d}),p--,i=s[s.length-1];continue}if(d===Uk&&p>0){if(i.ranges>0){i.ranges=0;let f=i.nodes.shift();i.nodes=[f,{type:"text",value:zk(i)}]}m({type:"comma",value:d}),i.commas++;continue}if(d===Vk&&p>0&&i.commas===0){let f=i.nodes;if(p===0||f.length===0){m({type:"text",value:d});continue}if(a.type==="dot"){if(i.range=[],a.value+=d,a.type="range",i.nodes.length!==3&&i.nodes.length!==5){i.invalid=!0,i.ranges=0,a.type="text";continue}i.ranges++,i.args=[];continue}if(a.type==="range"){f.pop();let g=f[f.length-1];g.value+=a.value+d,a=g,i.ranges--;continue}m({type:"dot",value:d});continue}m({type:"text",value:d})}do if(i=s.pop(),i.type!=="root"){i.nodes.forEach(y=>{y.nodes||(y.type==="open"&&(y.isOpen=!0),y.type==="close"&&(y.isClose=!0),y.nodes||(y.type="text"),y.invalid=!0)});let f=s[s.length-1],g=f.nodes.indexOf(i);f.nodes.splice(g,1,...i.nodes)}while(s.length>0);return m({type:"eos"}),o};hv.exports=Qk});var vv=S((eJ,Dv)=>{"use strict";var yv=iu(),Xk=sv(),eI=cv(),tI=gv(),Gt=(e,t={})=>{let r=[];if(Array.isArray(e))for(let n of e){let o=Gt.create(n,t);Array.isArray(o)?r.push(...o):r.push(o)}else r=[].concat(Gt.create(e,t));return t&&t.expand===!0&&t.nodupes===!0&&(r=[...new Set(r)]),r};Gt.parse=(e,t={})=>tI(e,t);Gt.stringify=(e,t={})=>yv(typeof e=="string"?Gt.parse(e,t):e,t);Gt.compile=(e,t={})=>(typeof e=="string"&&(e=Gt.parse(e,t)),Xk(e,t));Gt.expand=(e,t={})=>{typeof e=="string"&&(e=Gt.parse(e,t));let r=eI(e,t);return t.noempty===!0&&(r=r.filter(Boolean)),t.nodupes===!0&&(r=[...new Set(r)]),r};Gt.create=(e,t={})=>e===""||e.length<3?[e]:t.expand!==!0?Gt.compile(e,t):Gt.expand(e,t);Dv.exports=Gt});var rs=S((tJ,Sv)=>{"use strict";var rI=W("path"),Kr="\\\\/",Cv=`[^${Kr}]`,pn="\\.",nI="\\+",oI="\\?",uu="\\/",iI="(?=.)",wv="[^/]",np=`(?:${uu}|$)`,bv=`(?:^|${uu})`,op=`${pn}{1,2}${np}`,sI=`(?!${pn})`,aI=`(?!${bv}${op})`,uI=`(?!${pn}{0,1}${np})`,cI=`(?!${op})`,lI=`[^.${uu}]`,pI=`${wv}*?`,xv={DOT_LITERAL:pn,PLUS_LITERAL:nI,QMARK_LITERAL:oI,SLASH_LITERAL:uu,ONE_CHAR:iI,QMARK:wv,END_ANCHOR:np,DOTS_SLASH:op,NO_DOT:sI,NO_DOTS:aI,NO_DOT_SLASH:uI,NO_DOTS_SLASH:cI,QMARK_NO_DOT:lI,STAR:pI,START_ANCHOR:bv},dI={...xv,SLASH_LITERAL:`[${Kr}]`,QMARK:Cv,STAR:`${Cv}*?`,DOTS_SLASH:`${pn}{1,2}(?:[${Kr}]|$)`,NO_DOT:`(?!${pn})`,NO_DOTS:`(?!(?:^|[${Kr}])${pn}{1,2}(?:[${Kr}]|$))`,NO_DOT_SLASH:`(?!${pn}{0,1}(?:[${Kr}]|$))`,NO_DOTS_SLASH:`(?!${pn}{1,2}(?:[${Kr}]|$))`,QMARK_NO_DOT:`[^.${Kr}]`,START_ANCHOR:`(?:^|[${Kr}])`,END_ANCHOR:`(?:[${Kr}]|$)`},fI={alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"};Sv.exports={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:fI,REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,SEP:rI.sep,extglobChars(e){return{"!":{type:"negate",open:"(?:(?!(?:",close:`))${e.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}},globChars(e){return e===!0?dI:xv}}});var ns=S(It=>{"use strict";var mI=W("path"),hI=process.platform==="win32",{REGEX_BACKSLASH:gI,REGEX_REMOVE_BACKSLASH:yI,REGEX_SPECIAL_CHARS:DI,REGEX_SPECIAL_CHARS_GLOBAL:vI}=rs();It.isObject=e=>e!==null&&typeof e=="object"&&!Array.isArray(e);It.hasRegexChars=e=>DI.test(e);It.isRegexChar=e=>e.length===1&&It.hasRegexChars(e);It.escapeRegex=e=>e.replace(vI,"\\$1");It.toPosixSlashes=e=>e.replace(gI,"/");It.removeBackslashes=e=>e.replace(yI,t=>t==="\\"?"":t);It.supportsLookbehinds=()=>{let e=process.version.slice(1).split(".").map(Number);return e.length===3&&e[0]>=9||e[0]===8&&e[1]>=10};It.isWindows=e=>e&&typeof e.windows=="boolean"?e.windows:hI===!0||mI.sep==="\\";It.escapeLast=(e,t,r)=>{let n=e.lastIndexOf(t,r);return n===-1?e:e[n-1]==="\\"?It.escapeLast(e,t,n-1):`${e.slice(0,n)}\\${e.slice(n)}`};It.removePrefix=(e,t={})=>{let r=e;return r.startsWith("./")&&(r=r.slice(2),t.prefix="./"),r};It.wrapOutput=(e,t={},r={})=>{let n=r.contains?"":"^",o=r.contains?"":"$",s=`${n}(?:${e})${o}`;return t.negated===!0&&(s=`(?:^(?!${s}).*$)`),s}});var $v=S((nJ,Rv)=>{"use strict";var Ev=ns(),{CHAR_ASTERISK:ip,CHAR_AT:CI,CHAR_BACKWARD_SLASH:os,CHAR_COMMA:wI,CHAR_DOT:sp,CHAR_EXCLAMATION_MARK:ap,CHAR_FORWARD_SLASH:Fv,CHAR_LEFT_CURLY_BRACE:up,CHAR_LEFT_PARENTHESES:cp,CHAR_LEFT_SQUARE_BRACKET:bI,CHAR_PLUS:xI,CHAR_QUESTION_MARK:_v,CHAR_RIGHT_CURLY_BRACE:SI,CHAR_RIGHT_PARENTHESES:Pv,CHAR_RIGHT_SQUARE_BRACKET:EI}=rs(),Tv=e=>e===Fv||e===os,Av=e=>{e.isPrefix!==!0&&(e.depth=e.isGlobstar?1/0:1)},_I=(e,t)=>{let r=t||{},n=e.length-1,o=r.parts===!0||r.scanToEnd===!0,s=[],i=[],a=[],u=e,c=-1,l=0,p=0,d=!1,h=!1,m=!1,f=!1,g=!1,y=!1,b=!1,w=!1,T=!1,E=!1,F=0,$,I,k={value:"",depth:0,isGlob:!1},R=()=>c>=n,v=()=>u.charCodeAt(c+1),z=()=>($=I,u.charCodeAt(++c));for(;c<n;){I=z();let je;if(I===os){b=k.backslashes=!0,I=z(),I===up&&(y=!0);continue}if(y===!0||I===up){for(F++;R()!==!0&&(I=z());){if(I===os){b=k.backslashes=!0,z();continue}if(I===up){F++;continue}if(y!==!0&&I===sp&&(I=z())===sp){if(d=k.isBrace=!0,m=k.isGlob=!0,E=!0,o===!0)continue;break}if(y!==!0&&I===wI){if(d=k.isBrace=!0,m=k.isGlob=!0,E=!0,o===!0)continue;break}if(I===SI&&(F--,F===0)){y=!1,d=k.isBrace=!0,E=!0;break}}if(o===!0)continue;break}if(I===Fv){if(s.push(c),i.push(k),k={value:"",depth:0,isGlob:!1},E===!0)continue;if($===sp&&c===l+1){l+=2;continue}p=c+1;continue}if(r.noext!==!0&&(I===xI||I===CI||I===ip||I===_v||I===ap)===!0&&v()===cp){if(m=k.isGlob=!0,f=k.isExtglob=!0,E=!0,I===ap&&c===l&&(T=!0),o===!0){for(;R()!==!0&&(I=z());){if(I===os){b=k.backslashes=!0,I=z();continue}if(I===Pv){m=k.isGlob=!0,E=!0;break}}continue}break}if(I===ip){if($===ip&&(g=k.isGlobstar=!0),m=k.isGlob=!0,E=!0,o===!0)continue;break}if(I===_v){if(m=k.isGlob=!0,E=!0,o===!0)continue;break}if(I===bI){for(;R()!==!0&&(je=z());){if(je===os){b=k.backslashes=!0,z();continue}if(je===EI){h=k.isBracket=!0,m=k.isGlob=!0,E=!0;break}}if(o===!0)continue;break}if(r.nonegate!==!0&&I===ap&&c===l){w=k.negated=!0,l++;continue}if(r.noparen!==!0&&I===cp){if(m=k.isGlob=!0,o===!0){for(;R()!==!0&&(I=z());){if(I===cp){b=k.backslashes=!0,I=z();continue}if(I===Pv){E=!0;break}}continue}break}if(m===!0){if(E=!0,o===!0)continue;break}}r.noext===!0&&(f=!1,m=!1);let V=u,q="",x="";l>0&&(q=u.slice(0,l),u=u.slice(l),p-=l),V&&m===!0&&p>0?(V=u.slice(0,p),x=u.slice(p)):m===!0?(V="",x=u):V=u,V&&V!==""&&V!=="/"&&V!==u&&Tv(V.charCodeAt(V.length-1))&&(V=V.slice(0,-1)),r.unescape===!0&&(x&&(x=Ev.removeBackslashes(x)),V&&b===!0&&(V=Ev.removeBackslashes(V)));let _={prefix:q,input:e,start:l,base:V,glob:x,isBrace:d,isBracket:h,isGlob:m,isExtglob:f,isGlobstar:g,negated:w,negatedExtglob:T};if(r.tokens===!0&&(_.maxDepth=0,Tv(I)||i.push(k),_.tokens=i),r.parts===!0||r.tokens===!0){let je;for(let de=0;de<s.length;de++){let Fr=je?je+1:l,Rr=s[de],Vt=e.slice(Fr,Rr);r.tokens&&(de===0&&l!==0?(i[de].isPrefix=!0,i[de].value=q):i[de].value=Vt,Av(i[de]),_.maxDepth+=i[de].depth),(de!==0||Vt!=="")&&a.push(Vt),je=Rr}if(je&&je+1<e.length){let de=e.slice(je+1);a.push(de),r.tokens&&(i[i.length-1].value=de,Av(i[i.length-1]),_.maxDepth+=i[i.length-1].depth)}_.slashes=s,_.parts=a}return _};Rv.exports=_I});var Nv=S((oJ,Iv)=>{"use strict";var cu=rs(),Wt=ns(),{MAX_LENGTH:lu,POSIX_REGEX_SOURCE:PI,REGEX_NON_SPECIAL_CHARS:TI,REGEX_SPECIAL_CHARS_BACKREF:AI,REPLACEMENTS:kv}=cu,FI=(e,t)=>{if(typeof t.expandRange=="function")return t.expandRange(...e,t);e.sort();let r=`[${e.join("-")}]`;try{new RegExp(r)}catch{return e.map(o=>Wt.escapeRegex(o)).join("..")}return r},jo=(e,t)=>`Missing ${e}: "${t}" - use "\\\\${t}" to match literal characters`,lp=(e,t)=>{if(typeof e!="string")throw new TypeError("Expected a string");e=kv[e]||e;let r={...t},n=typeof r.maxLength=="number"?Math.min(lu,r.maxLength):lu,o=e.length;if(o>n)throw new SyntaxError(`Input length: ${o}, exceeds maximum allowed length: ${n}`);let s={type:"bos",value:"",output:r.prepend||""},i=[s],a=r.capture?"":"?:",u=Wt.isWindows(t),c=cu.globChars(u),l=cu.extglobChars(c),{DOT_LITERAL:p,PLUS_LITERAL:d,SLASH_LITERAL:h,ONE_CHAR:m,DOTS_SLASH:f,NO_DOT:g,NO_DOT_SLASH:y,NO_DOTS_SLASH:b,QMARK:w,QMARK_NO_DOT:T,STAR:E,START_ANCHOR:F}=c,$=L=>`(${a}(?:(?!${F}${L.dot?f:p}).)*?)`,I=r.dot?"":g,k=r.dot?w:T,R=r.bash===!0?$(r):E;r.capture&&(R=`(${R})`),typeof r.noext=="boolean"&&(r.noextglob=r.noext);let v={input:e,index:-1,start:0,dot:r.dot===!0,consumed:"",output:"",prefix:"",backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:i};e=Wt.removePrefix(e,v),o=e.length;let z=[],V=[],q=[],x=s,_,je=()=>v.index===o-1,de=v.peek=(L=1)=>e[v.index+L],Fr=v.advance=()=>e[++v.index]||"",Rr=()=>e.slice(v.index+1),Vt=(L="",Ae=0)=>{v.consumed+=L,v.index+=Ae},ha=L=>{v.output+=L.output!=null?L.output:L.value,Vt(L.value)},jP=()=>{let L=1;for(;de()==="!"&&(de(2)!=="("||de(3)==="?");)Fr(),v.start++,L++;return L%2===0?!1:(v.negated=!0,v.start++,!0)},ga=L=>{v[L]++,q.push(L)},Vn=L=>{v[L]--,q.pop()},ne=L=>{if(x.type==="globstar"){let Ae=v.braces>0&&(L.type==="comma"||L.type==="brace"),O=L.extglob===!0||z.length&&(L.type==="pipe"||L.type==="paren");L.type!=="slash"&&L.type!=="paren"&&!Ae&&!O&&(v.output=v.output.slice(0,-x.output.length),x.type="star",x.value="*",x.output=R,v.output+=x.output)}if(z.length&&L.type!=="paren"&&(z[z.length-1].inner+=L.value),(L.value||L.output)&&ha(L),x&&x.type==="text"&&L.type==="text"){x.value+=L.value,x.output=(x.output||"")+L.value;return}L.prev=x,i.push(L),x=L},ya=(L,Ae)=>{let O={...l[Ae],conditions:1,inner:""};O.prev=x,O.parens=v.parens,O.output=v.output;let ee=(r.capture?"(":"")+O.open;ga("parens"),ne({type:L,value:Ae,output:v.output?"":m}),ne({type:"paren",extglob:!0,value:Fr(),output:ee}),z.push(O)},UP=L=>{let Ae=L.close+(r.capture?")":""),O;if(L.type==="negate"){let ee=R;if(L.inner&&L.inner.length>1&&L.inner.includes("/")&&(ee=$(r)),(ee!==R||je()||/^\)+$/.test(Rr()))&&(Ae=L.close=`)$))${ee}`),L.inner.includes("*")&&(O=Rr())&&/^\.[^\\/.]+$/.test(O)){let Ue=lp(O,{...t,fastpaths:!1}).output;Ae=L.close=`)${Ue})${ee})`}L.prev.type==="bos"&&(v.negatedExtglob=!0)}ne({type:"paren",extglob:!0,value:_,output:Ae}),Vn("parens")};if(r.fastpaths!==!1&&!/(^[*!]|[/()[\]{}"])/.test(e)){let L=!1,Ae=e.replace(AI,(O,ee,Ue,xt,Je,_c)=>xt==="\\"?(L=!0,O):xt==="?"?ee?ee+xt+(Je?w.repeat(Je.length):""):_c===0?k+(Je?w.repeat(Je.length):""):w.repeat(Ue.length):xt==="."?p.repeat(Ue.length):xt==="*"?ee?ee+xt+(Je?R:""):R:ee?O:`\\${O}`);return L===!0&&(r.unescape===!0?Ae=Ae.replace(/\\/g,""):Ae=Ae.replace(/\\+/g,O=>O.length%2===0?"\\\\":O?"\\":"")),Ae===e&&r.contains===!0?(v.output=e,v):(v.output=Wt.wrapOutput(Ae,v,t),v)}for(;!je();){if(_=Fr(),_==="\0")continue;if(_==="\\"){let O=de();if(O==="/"&&r.bash!==!0||O==="."||O===";")continue;if(!O){_+="\\",ne({type:"text",value:_});continue}let ee=/^\\+/.exec(Rr()),Ue=0;if(ee&&ee[0].length>2&&(Ue=ee[0].length,v.index+=Ue,Ue%2!==0&&(_+="\\")),r.unescape===!0?_=Fr():_+=Fr(),v.brackets===0){ne({type:"text",value:_});continue}}if(v.brackets>0&&(_!=="]"||x.value==="["||x.value==="[^")){if(r.posix!==!1&&_===":"){let O=x.value.slice(1);if(O.includes("[")&&(x.posix=!0,O.includes(":"))){let ee=x.value.lastIndexOf("["),Ue=x.value.slice(0,ee),xt=x.value.slice(ee+2),Je=PI[xt];if(Je){x.value=Ue+Je,v.backtrack=!0,Fr(),!s.output&&i.indexOf(x)===1&&(s.output=m);continue}}}(_==="["&&de()!==":"||_==="-"&&de()==="]")&&(_=`\\${_}`),_==="]"&&(x.value==="["||x.value==="[^")&&(_=`\\${_}`),r.posix===!0&&_==="!"&&x.value==="["&&(_="^"),x.value+=_,ha({value:_});continue}if(v.quotes===1&&_!=='"'){_=Wt.escapeRegex(_),x.value+=_,ha({value:_});continue}if(_==='"'){v.quotes=v.quotes===1?0:1,r.keepQuotes===!0&&ne({type:"text",value:_});continue}if(_==="("){ga("parens"),ne({type:"paren",value:_});continue}if(_===")"){if(v.parens===0&&r.strictBrackets===!0)throw new SyntaxError(jo("opening","("));let O=z[z.length-1];if(O&&v.parens===O.parens+1){UP(z.pop());continue}ne({type:"paren",value:_,output:v.parens?")":"\\)"}),Vn("parens");continue}if(_==="["){if(r.nobracket===!0||!Rr().includes("]")){if(r.nobracket!==!0&&r.strictBrackets===!0)throw new SyntaxError(jo("closing","]"));_=`\\${_}`}else ga("brackets");ne({type:"bracket",value:_});continue}if(_==="]"){if(r.nobracket===!0||x&&x.type==="bracket"&&x.value.length===1){ne({type:"text",value:_,output:`\\${_}`});continue}if(v.brackets===0){if(r.strictBrackets===!0)throw new SyntaxError(jo("opening","["));ne({type:"text",value:_,output:`\\${_}`});continue}Vn("brackets");let O=x.value.slice(1);if(x.posix!==!0&&O[0]==="^"&&!O.includes("/")&&(_=`/${_}`),x.value+=_,ha({value:_}),r.literalBrackets===!1||Wt.hasRegexChars(O))continue;let ee=Wt.escapeRegex(x.value);if(v.output=v.output.slice(0,-x.value.length),r.literalBrackets===!0){v.output+=ee,x.value=ee;continue}x.value=`(${a}${ee}|${x.value})`,v.output+=x.value;continue}if(_==="{"&&r.nobrace!==!0){ga("braces");let O={type:"brace",value:_,output:"(",outputIndex:v.output.length,tokensIndex:v.tokens.length};V.push(O),ne(O);continue}if(_==="}"){let O=V[V.length-1];if(r.nobrace===!0||!O){ne({type:"text",value:_,output:_});continue}let ee=")";if(O.dots===!0){let Ue=i.slice(),xt=[];for(let Je=Ue.length-1;Je>=0&&(i.pop(),Ue[Je].type!=="brace");Je--)Ue[Je].type!=="dots"&&xt.unshift(Ue[Je].value);ee=FI(xt,r),v.backtrack=!0}if(O.comma!==!0&&O.dots!==!0){let Ue=v.output.slice(0,O.outputIndex),xt=v.tokens.slice(O.tokensIndex);O.value=O.output="\\{",_=ee="\\}",v.output=Ue;for(let Je of xt)v.output+=Je.output||Je.value}ne({type:"brace",value:_,output:ee}),Vn("braces"),V.pop();continue}if(_==="|"){z.length>0&&z[z.length-1].conditions++,ne({type:"text",value:_});continue}if(_===","){let O=_,ee=V[V.length-1];ee&&q[q.length-1]==="braces"&&(ee.comma=!0,O="|"),ne({type:"comma",value:_,output:O});continue}if(_==="/"){if(x.type==="dot"&&v.index===v.start+1){v.start=v.index+1,v.consumed="",v.output="",i.pop(),x=s;continue}ne({type:"slash",value:_,output:h});continue}if(_==="."){if(v.braces>0&&x.type==="dot"){x.value==="."&&(x.output=p);let O=V[V.length-1];x.type="dots",x.output+=_,x.value+=_,O.dots=!0;continue}if(v.braces+v.parens===0&&x.type!=="bos"&&x.type!=="slash"){ne({type:"text",value:_,output:p});continue}ne({type:"dot",value:_,output:p});continue}if(_==="?"){if(!(x&&x.value==="(")&&r.noextglob!==!0&&de()==="("&&de(2)!=="?"){ya("qmark",_);continue}if(x&&x.type==="paren"){let ee=de(),Ue=_;if(ee==="<"&&!Wt.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");(x.value==="("&&!/[!=<:]/.test(ee)||ee==="<"&&!/<([!=]|\w+>)/.test(Rr()))&&(Ue=`\\${_}`),ne({type:"text",value:_,output:Ue});continue}if(r.dot!==!0&&(x.type==="slash"||x.type==="bos")){ne({type:"qmark",value:_,output:T});continue}ne({type:"qmark",value:_,output:w});continue}if(_==="!"){if(r.noextglob!==!0&&de()==="("&&(de(2)!=="?"||!/[!=<:]/.test(de(3)))){ya("negate",_);continue}if(r.nonegate!==!0&&v.index===0){jP();continue}}if(_==="+"){if(r.noextglob!==!0&&de()==="("&&de(2)!=="?"){ya("plus",_);continue}if(x&&x.value==="("||r.regex===!1){ne({type:"plus",value:_,output:d});continue}if(x&&(x.type==="bracket"||x.type==="paren"||x.type==="brace")||v.parens>0){ne({type:"plus",value:_});continue}ne({type:"plus",value:d});continue}if(_==="@"){if(r.noextglob!==!0&&de()==="("&&de(2)!=="?"){ne({type:"at",extglob:!0,value:_,output:""});continue}ne({type:"text",value:_});continue}if(_!=="*"){(_==="$"||_==="^")&&(_=`\\${_}`);let O=TI.exec(Rr());O&&(_+=O[0],v.index+=O[0].length),ne({type:"text",value:_});continue}if(x&&(x.type==="globstar"||x.star===!0)){x.type="star",x.star=!0,x.value+=_,x.output=R,v.backtrack=!0,v.globstar=!0,Vt(_);continue}let L=Rr();if(r.noextglob!==!0&&/^\([^?]/.test(L)){ya("star",_);continue}if(x.type==="star"){if(r.noglobstar===!0){Vt(_);continue}let O=x.prev,ee=O.prev,Ue=O.type==="slash"||O.type==="bos",xt=ee&&(ee.type==="star"||ee.type==="globstar");if(r.bash===!0&&(!Ue||L[0]&&L[0]!=="/")){ne({type:"star",value:_,output:""});continue}let Je=v.braces>0&&(O.type==="comma"||O.type==="brace"),_c=z.length&&(O.type==="pipe"||O.type==="paren");if(!Ue&&O.type!=="paren"&&!Je&&!_c){ne({type:"star",value:_,output:""});continue}for(;L.slice(0,3)==="/**";){let Da=e[v.index+4];if(Da&&Da!=="/")break;L=L.slice(3),Vt("/**",3)}if(O.type==="bos"&&je()){x.type="globstar",x.value+=_,x.output=$(r),v.output=x.output,v.globstar=!0,Vt(_);continue}if(O.type==="slash"&&O.prev.type!=="bos"&&!xt&&je()){v.output=v.output.slice(0,-(O.output+x.output).length),O.output=`(?:${O.output}`,x.type="globstar",x.output=$(r)+(r.strictSlashes?")":"|$)"),x.value+=_,v.globstar=!0,v.output+=O.output+x.output,Vt(_);continue}if(O.type==="slash"&&O.prev.type!=="bos"&&L[0]==="/"){let Da=L[1]!==void 0?"|$":"";v.output=v.output.slice(0,-(O.output+x.output).length),O.output=`(?:${O.output}`,x.type="globstar",x.output=`${$(r)}${h}|${h}${Da})`,x.value+=_,v.output+=O.output+x.output,v.globstar=!0,Vt(_+Fr()),ne({type:"slash",value:"/",output:""});continue}if(O.type==="bos"&&L[0]==="/"){x.type="globstar",x.value+=_,x.output=`(?:^|${h}|${$(r)}${h})`,v.output=x.output,v.globstar=!0,Vt(_+Fr()),ne({type:"slash",value:"/",output:""});continue}v.output=v.output.slice(0,-x.output.length),x.type="globstar",x.output=$(r),x.value+=_,v.output+=x.output,v.globstar=!0,Vt(_);continue}let Ae={type:"star",value:_,output:R};if(r.bash===!0){Ae.output=".*?",(x.type==="bos"||x.type==="slash")&&(Ae.output=I+Ae.output),ne(Ae);continue}if(x&&(x.type==="bracket"||x.type==="paren")&&r.regex===!0){Ae.output=_,ne(Ae);continue}(v.index===v.start||x.type==="slash"||x.type==="dot")&&(x.type==="dot"?(v.output+=y,x.output+=y):r.dot===!0?(v.output+=b,x.output+=b):(v.output+=I,x.output+=I),de()!=="*"&&(v.output+=m,x.output+=m)),ne(Ae)}for(;v.brackets>0;){if(r.strictBrackets===!0)throw new SyntaxError(jo("closing","]"));v.output=Wt.escapeLast(v.output,"["),Vn("brackets")}for(;v.parens>0;){if(r.strictBrackets===!0)throw new SyntaxError(jo("closing",")"));v.output=Wt.escapeLast(v.output,"("),Vn("parens")}for(;v.braces>0;){if(r.strictBrackets===!0)throw new SyntaxError(jo("closing","}"));v.output=Wt.escapeLast(v.output,"{"),Vn("braces")}if(r.strictSlashes!==!0&&(x.type==="star"||x.type==="bracket")&&ne({type:"maybe_slash",value:"",output:`${h}?`}),v.backtrack===!0){v.output="";for(let L of v.tokens)v.output+=L.output!=null?L.output:L.value,L.suffix&&(v.output+=L.suffix)}return v};lp.fastpaths=(e,t)=>{let r={...t},n=typeof r.maxLength=="number"?Math.min(lu,r.maxLength):lu,o=e.length;if(o>n)throw new SyntaxError(`Input length: ${o}, exceeds maximum allowed length: ${n}`);e=kv[e]||e;let s=Wt.isWindows(t),{DOT_LITERAL:i,SLASH_LITERAL:a,ONE_CHAR:u,DOTS_SLASH:c,NO_DOT:l,NO_DOTS:p,NO_DOTS_SLASH:d,STAR:h,START_ANCHOR:m}=cu.globChars(s),f=r.dot?p:l,g=r.dot?d:l,y=r.capture?"":"?:",b={negated:!1,prefix:""},w=r.bash===!0?".*?":h;r.capture&&(w=`(${w})`);let T=I=>I.noglobstar===!0?w:`(${y}(?:(?!${m}${I.dot?c:i}).)*?)`,E=I=>{switch(I){case"*":return`${f}${u}${w}`;case".*":return`${i}${u}${w}`;case"*.*":return`${f}${w}${i}${u}${w}`;case"*/*":return`${f}${w}${a}${u}${g}${w}`;case"**":return f+T(r);case"**/*":return`(?:${f}${T(r)}${a})?${g}${u}${w}`;case"**/*.*":return`(?:${f}${T(r)}${a})?${g}${w}${i}${u}${w}`;case"**/.*":return`(?:${f}${T(r)}${a})?${i}${u}${w}`;default:{let k=/^(.*?)\.(\w+)$/.exec(I);if(!k)return;let R=E(k[1]);return R?R+i+k[2]:void 0}}},F=Wt.removePrefix(e,b),$=E(F);return $&&r.strictSlashes!==!0&&($+=`${a}?`),$};Iv.exports=lp});var Mv=S((iJ,Ov)=>{"use strict";var RI=W("path"),$I=$v(),pp=Nv(),dp=ns(),kI=rs(),II=e=>e&&typeof e=="object"&&!Array.isArray(e),Ke=(e,t,r=!1)=>{if(Array.isArray(e)){let l=e.map(d=>Ke(d,t,r));return d=>{for(let h of l){let m=h(d);if(m)return m}return!1}}let n=II(e)&&e.tokens&&e.input;if(e===""||typeof e!="string"&&!n)throw new TypeError("Expected pattern to be a non-empty string");let o=t||{},s=dp.isWindows(t),i=n?Ke.compileRe(e,t):Ke.makeRe(e,t,!1,!0),a=i.state;delete i.state;let u=()=>!1;if(o.ignore){let l={...t,ignore:null,onMatch:null,onResult:null};u=Ke(o.ignore,l,r)}let c=(l,p=!1)=>{let{isMatch:d,match:h,output:m}=Ke.test(l,i,t,{glob:e,posix:s}),f={glob:e,state:a,regex:i,posix:s,input:l,output:m,match:h,isMatch:d};return typeof o.onResult=="function"&&o.onResult(f),d===!1?(f.isMatch=!1,p?f:!1):u(l)?(typeof o.onIgnore=="function"&&o.onIgnore(f),f.isMatch=!1,p?f:!1):(typeof o.onMatch=="function"&&o.onMatch(f),p?f:!0)};return r&&(c.state=a),c};Ke.test=(e,t,r,{glob:n,posix:o}={})=>{if(typeof e!="string")throw new TypeError("Expected input to be a string");if(e==="")return{isMatch:!1,output:""};let s=r||{},i=s.format||(o?dp.toPosixSlashes:null),a=e===n,u=a&&i?i(e):e;return a===!1&&(u=i?i(e):e,a=u===n),(a===!1||s.capture===!0)&&(s.matchBase===!0||s.basename===!0?a=Ke.matchBase(e,t,r,o):a=t.exec(u)),{isMatch:!!a,match:a,output:u}};Ke.matchBase=(e,t,r,n=dp.isWindows(r))=>(t instanceof RegExp?t:Ke.makeRe(t,r)).test(RI.basename(e));Ke.isMatch=(e,t,r)=>Ke(t,r)(e);Ke.parse=(e,t)=>Array.isArray(e)?e.map(r=>Ke.parse(r,t)):pp(e,{...t,fastpaths:!1});Ke.scan=(e,t)=>$I(e,t);Ke.compileRe=(e,t,r=!1,n=!1)=>{if(r===!0)return e.output;let o=t||{},s=o.contains?"":"^",i=o.contains?"":"$",a=`${s}(?:${e.output})${i}`;e&&e.negated===!0&&(a=`^(?!${a}).*$`);let u=Ke.toRegex(a,t);return n===!0&&(u.state=e),u};Ke.makeRe=(e,t={},r=!1,n=!1)=>{if(!e||typeof e!="string")throw new TypeError("Expected a non-empty string");let o={negated:!1,fastpaths:!0};return t.fastpaths!==!1&&(e[0]==="."||e[0]==="*")&&(o.output=pp.fastpaths(e,t)),o.output||(o=pp(e,t)),Ke.compileRe(o,t,r,n)};Ke.toRegex=(e,t)=>{try{let r=t||{};return new RegExp(e,r.flags||(r.nocase?"i":""))}catch(r){if(t&&t.debug===!0)throw r;return/$^/}};Ke.constants=kI;Ov.exports=Ke});var Bv=S((sJ,Lv)=>{"use strict";Lv.exports=Mv()});var mp=S((aJ,Hv)=>{"use strict";var jv=W("util"),Uv=vv(),Gr=Bv(),fp=ns(),zv=e=>e===""||e==="./",Vv=e=>{let t=e.indexOf("{");return t>-1&&e.indexOf("}",t)>-1},$e=(e,t,r)=>{t=[].concat(t),e=[].concat(e);let n=new Set,o=new Set,s=new Set,i=0,a=l=>{s.add(l.output),r&&r.onResult&&r.onResult(l)};for(let l=0;l<t.length;l++){let p=Gr(String(t[l]),{...r,onResult:a},!0),d=p.state.negated||p.state.negatedExtglob;d&&i++;for(let h of e){let m=p(h,!0);(d?!m.isMatch:m.isMatch)&&(d?n.add(m.output):(n.delete(m.output),o.add(m.output)))}}let c=(i===t.length?[...s]:[...o]).filter(l=>!n.has(l));if(r&&c.length===0){if(r.failglob===!0)throw new Error(`No matches found for "${t.join(", ")}"`);if(r.nonull===!0||r.nullglob===!0)return r.unescape?t.map(l=>l.replace(/\\/g,"")):t}return c};$e.match=$e;$e.matcher=(e,t)=>Gr(e,t);$e.isMatch=(e,t,r)=>Gr(t,r)(e);$e.any=$e.isMatch;$e.not=(e,t,r={})=>{t=[].concat(t).map(String);let n=new Set,o=[],s=a=>{r.onResult&&r.onResult(a),o.push(a.output)},i=new Set($e(e,t,{...r,onResult:s}));for(let a of o)i.has(a)||n.add(a);return[...n]};$e.contains=(e,t,r)=>{if(typeof e!="string")throw new TypeError(`Expected a string: "${jv.inspect(e)}"`);if(Array.isArray(t))return t.some(n=>$e.contains(e,n,r));if(typeof t=="string"){if(zv(e)||zv(t))return!1;if(e.includes(t)||e.startsWith("./")&&e.slice(2).includes(t))return!0}return $e.isMatch(e,t,{...r,contains:!0})};$e.matchKeys=(e,t,r)=>{if(!fp.isObject(e))throw new TypeError("Expected the first argument to be an object");let n=$e(Object.keys(e),t,r),o={};for(let s of n)o[s]=e[s];return o};$e.some=(e,t,r)=>{let n=[].concat(e);for(let o of[].concat(t)){let s=Gr(String(o),r);if(n.some(i=>s(i)))return!0}return!1};$e.every=(e,t,r)=>{let n=[].concat(e);for(let o of[].concat(t)){let s=Gr(String(o),r);if(!n.every(i=>s(i)))return!1}return!0};$e.all=(e,t,r)=>{if(typeof e!="string")throw new TypeError(`Expected a string: "${jv.inspect(e)}"`);return[].concat(t).every(n=>Gr(n,r)(e))};$e.capture=(e,t,r)=>{let n=fp.isWindows(r),s=Gr.makeRe(String(e),{...r,capture:!0}).exec(n?fp.toPosixSlashes(t):t);if(s)return s.slice(1).map(i=>i===void 0?"":i)};$e.makeRe=(...e)=>Gr.makeRe(...e);$e.scan=(...e)=>Gr.scan(...e);$e.parse=(e,t)=>{let r=[];for(let n of[].concat(e||[]))for(let o of Uv(String(n),t))r.push(Gr.parse(o,t));return r};$e.braces=(e,t)=>{if(typeof e!="string")throw new TypeError("Expected a string");return t&&t.nobrace===!0||!Vv(e)?[e]:Uv(e,t)};$e.braceExpand=(e,t)=>{if(typeof e!="string")throw new TypeError("Expected a string");return $e.braces(e,{...t,expand:!0})};$e.hasBraces=Vv;Hv.exports=$e});var Kv=S((bJ,qv)=>{var Uo=1e3,Vo=Uo*60,Ho=Vo*60,oo=Ho*24,LI=oo*7,BI=oo*365.25;qv.exports=function(e,t){t=t||{};var r=typeof e;if(r==="string"&&e.length>0)return zI(e);if(r==="number"&&isFinite(e))return t.long?UI(e):jI(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))};function zI(e){if(e=String(e),!(e.length>100)){var t=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(t){var r=parseFloat(t[1]),n=(t[2]||"ms").toLowerCase();switch(n){case"years":case"year":case"yrs":case"yr":case"y":return r*BI;case"weeks":case"week":case"w":return r*LI;case"days":case"day":case"d":return r*oo;case"hours":case"hour":case"hrs":case"hr":case"h":return r*Ho;case"minutes":case"minute":case"mins":case"min":case"m":return r*Vo;case"seconds":case"second":case"secs":case"sec":case"s":return r*Uo;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}function jI(e){var t=Math.abs(e);return t>=oo?Math.round(e/oo)+"d":t>=Ho?Math.round(e/Ho)+"h":t>=Vo?Math.round(e/Vo)+"m":t>=Uo?Math.round(e/Uo)+"s":e+"ms"}function UI(e){var t=Math.abs(e);return t>=oo?pu(e,t,oo,"day"):t>=Ho?pu(e,t,Ho,"hour"):t>=Vo?pu(e,t,Vo,"minute"):t>=Uo?pu(e,t,Uo,"second"):e+" ms"}function pu(e,t,r,n){var o=t>=r*1.5;return Math.round(e/r)+" "+n+(o?"s":"")}});var hp=S((xJ,Gv)=>{function VI(e){r.debug=r,r.default=r,r.coerce=u,r.disable=i,r.enable=o,r.enabled=a,r.humanize=Kv(),r.destroy=c,Object.keys(e).forEach(l=>{r[l]=e[l]}),r.names=[],r.skips=[],r.formatters={};function t(l){let p=0;for(let d=0;d<l.length;d++)p=(p<<5)-p+l.charCodeAt(d),p|=0;return r.colors[Math.abs(p)%r.colors.length]}r.selectColor=t;function r(l){let p,d=null,h,m;function f(...g){if(!f.enabled)return;let y=f,b=Number(new Date),w=b-(p||b);y.diff=w,y.prev=p,y.curr=b,p=b,g[0]=r.coerce(g[0]),typeof g[0]!="string"&&g.unshift("%O");let T=0;g[0]=g[0].replace(/%([a-zA-Z%])/g,(F,$)=>{if(F==="%%")return"%";T++;let I=r.formatters[$];if(typeof I=="function"){let k=g[T];F=I.call(y,k),g.splice(T,1),T--}return F}),r.formatArgs.call(y,g),(y.log||r.log).apply(y,g)}return f.namespace=l,f.useColors=r.useColors(),f.color=r.selectColor(l),f.extend=n,f.destroy=r.destroy,Object.defineProperty(f,"enabled",{enumerable:!0,configurable:!1,get:()=>d!==null?d:(h!==r.namespaces&&(h=r.namespaces,m=r.enabled(l)),m),set:g=>{d=g}}),typeof r.init=="function"&&r.init(f),f}function n(l,p){let d=r(this.namespace+(typeof p>"u"?":":p)+l);return d.log=this.log,d}function o(l){r.save(l),r.namespaces=l,r.names=[],r.skips=[];let p=(typeof l=="string"?l:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(let d of p)d[0]==="-"?r.skips.push(d.slice(1)):r.names.push(d)}function s(l,p){let d=0,h=0,m=-1,f=0;for(;d<l.length;)if(h<p.length&&(p[h]===l[d]||p[h]==="*"))p[h]==="*"?(m=h,f=d,h++):(d++,h++);else if(m!==-1)h=m+1,f++,d=f;else return!1;for(;h<p.length&&p[h]==="*";)h++;return h===p.length}function i(){let l=[...r.names,...r.skips.map(p=>"-"+p)].join(",");return r.enable(""),l}function a(l){for(let p of r.skips)if(s(l,p))return!1;for(let p of r.names)if(s(l,p))return!0;return!1}function u(l){return l instanceof Error?l.stack||l.message:l}function c(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return r.enable(r.load()),r}Gv.exports=VI});var Wv=S((Nt,du)=>{Nt.formatArgs=qI;Nt.save=KI;Nt.load=GI;Nt.useColors=HI;Nt.storage=WI();Nt.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})();Nt.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function HI(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let e;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(e=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(e[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function qI(e){if(e[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+e[0]+(this.useColors?"%c ":" ")+"+"+du.exports.humanize(this.diff),!this.useColors)return;let t="color: "+this.color;e.splice(1,0,t,"color: inherit");let r=0,n=0;e[0].replace(/%[a-zA-Z%]/g,o=>{o!=="%%"&&(r++,o==="%c"&&(n=r))}),e.splice(n,0,t)}Nt.log=console.debug||console.log||(()=>{});function KI(e){try{e?Nt.storage.setItem("debug",e):Nt.storage.removeItem("debug")}catch{}}function GI(){let e;try{e=Nt.storage.getItem("debug")||Nt.storage.getItem("DEBUG")}catch{}return!e&&typeof process<"u"&&"env"in process&&(e=process.env.DEBUG),e}function WI(){try{return localStorage}catch{}}du.exports=hp()(Nt);var{formatters:ZI}=du.exports;ZI.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}});var Jv=S((SJ,Zv)=>{"use strict";Zv.exports=(e,t=process.argv)=>{let r=e.startsWith("-")?"":e.length===1?"-":"--",n=t.indexOf(r+e),o=t.indexOf("--");return n!==-1&&(o===-1||n<o)}});var Xv=S((EJ,Qv)=>{"use strict";var JI=W("os"),Yv=W("tty"),ar=Jv(),{env:ot}=process,$n;ar("no-color")||ar("no-colors")||ar("color=false")||ar("color=never")?$n=0:(ar("color")||ar("colors")||ar("color=true")||ar("color=always"))&&($n=1);"FORCE_COLOR"in ot&&(ot.FORCE_COLOR==="true"?$n=1:ot.FORCE_COLOR==="false"?$n=0:$n=ot.FORCE_COLOR.length===0?1:Math.min(parseInt(ot.FORCE_COLOR,10),3));function gp(e){return e===0?!1:{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function yp(e,t){if($n===0)return 0;if(ar("color=16m")||ar("color=full")||ar("color=truecolor"))return 3;if(ar("color=256"))return 2;if(e&&!t&&$n===void 0)return 0;let r=$n||0;if(ot.TERM==="dumb")return r;if(process.platform==="win32"){let n=JI.release().split(".");return Number(n[0])>=10&&Number(n[2])>=10586?Number(n[2])>=14931?3:2:1}if("CI"in ot)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(n=>n in ot)||ot.CI_NAME==="codeship"?1:r;if("TEAMCITY_VERSION"in ot)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(ot.TEAMCITY_VERSION)?1:0;if(ot.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in ot){let n=parseInt((ot.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(ot.TERM_PROGRAM){case"iTerm.app":return n>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(ot.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(ot.TERM)||"COLORTERM"in ot?1:r}function YI(e){let t=yp(e,e&&e.isTTY);return gp(t)}Qv.exports={supportsColor:YI,stdout:gp(yp(!0,Yv.isatty(1))),stderr:gp(yp(!0,Yv.isatty(2)))}});var tC=S((it,mu)=>{var QI=W("tty"),fu=W("util");it.init=i1;it.log=r1;it.formatArgs=e1;it.save=n1;it.load=o1;it.useColors=XI;it.destroy=fu.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");it.colors=[6,2,3,4,5,1];try{let e=Xv();e&&(e.stderr||e).level>=2&&(it.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}it.inspectOpts=Object.keys(process.env).filter(e=>/^debug_/i.test(e)).reduce((e,t)=>{let r=t.substring(6).toLowerCase().replace(/_([a-z])/g,(o,s)=>s.toUpperCase()),n=process.env[t];return/^(yes|on|true|enabled)$/i.test(n)?n=!0:/^(no|off|false|disabled)$/i.test(n)?n=!1:n==="null"?n=null:n=Number(n),e[r]=n,e},{});function XI(){return"colors"in it.inspectOpts?!!it.inspectOpts.colors:QI.isatty(process.stderr.fd)}function e1(e){let{namespace:t,useColors:r}=this;if(r){let n=this.color,o="\x1B[3"+(n<8?n:"8;5;"+n),s=` ${o};1m${t} \x1B[0m`;e[0]=s+e[0].split(`
|
|
18
18
|
`).join(`
|
|
19
|
-
`+s),e.push(o+"m+"+
|
|
20
|
-
`)}function
|
|
21
|
-
`).map(t=>t.trim()).join(" ")};Pv.O=function(e){return this.inspectOpts.colors=this.useColors,qa.inspect(e,this.inspectOpts)}});var Ga=x((mZ,Zl)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Zl.exports=Cv():Zl.exports=_v()});var Av=x((gZ,Tv)=>{var Ki;Tv.exports=function(){if(!Ki){try{Ki=Ga()("follow-redirects")}catch{}typeof Ki!="function"&&(Ki=function(){})}Ki.apply(null,arguments)}});var Iv=x((hZ,ap)=>{var Wi=G("url"),Gi=Wi.URL,hI=G("http"),yI=G("https"),ep=G("stream").Writable,tp=G("assert"),Fv=Av();(function(){var t=typeof process<"u",r=typeof window<"u"&&typeof document<"u",n=ro(Error.captureStackTrace);!t&&(r||!n)&&console.warn("The follow-redirects package should be excluded from browser builds.")})();var rp=!1;try{tp(new Gi(""))}catch(e){rp=e.code==="ERR_INVALID_URL"}var DI=["auth","host","hostname","href","path","pathname","port","protocol","query","search","hash"],np=["abort","aborted","connect","error","socket","timeout"],op=Object.create(null);np.forEach(function(e){op[e]=function(t,r,n){this._redirectable.emit(e,t,r,n)}});var Yl=Zi("ERR_INVALID_URL","Invalid URL",TypeError),Ql=Zi("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),vI=Zi("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded",Ql),CI=Zi("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),wI=Zi("ERR_STREAM_WRITE_AFTER_END","write after end"),bI=ep.prototype.destroy||$v;function It(e,t){ep.call(this),this._sanitizeOptions(e),this._options=e,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],t&&this.on("response",t);var r=this;this._onNativeResponse=function(n){try{r._processResponse(n)}catch(o){r.emit("error",o instanceof Ql?o:new Ql({cause:o}))}},this._performRequest()}It.prototype=Object.create(ep.prototype);It.prototype.abort=function(){sp(this._currentRequest),this._currentRequest.abort(),this.emit("abort")};It.prototype.destroy=function(e){return sp(this._currentRequest,e),bI.call(this,e),this};It.prototype.write=function(e,t,r){if(this._ending)throw new wI;if(!to(e)&&!EI(e))throw new TypeError("data should be a string, Buffer or Uint8Array");if(ro(t)&&(r=t,t=null),e.length===0){r&&r();return}this._requestBodyLength+e.length<=this._options.maxBodyLength?(this._requestBodyLength+=e.length,this._requestBodyBuffers.push({data:e,encoding:t}),this._currentRequest.write(e,t,r)):(this.emit("error",new CI),this.abort())};It.prototype.end=function(e,t,r){if(ro(e)?(r=e,e=t=null):ro(t)&&(r=t,t=null),!e)this._ended=this._ending=!0,this._currentRequest.end(null,null,r);else{var n=this,o=this._currentRequest;this.write(e,t,function(){n._ended=!0,o.end(null,null,r)}),this._ending=!0}};It.prototype.setHeader=function(e,t){this._options.headers[e]=t,this._currentRequest.setHeader(e,t)};It.prototype.removeHeader=function(e){delete this._options.headers[e],this._currentRequest.removeHeader(e)};It.prototype.setTimeout=function(e,t){var r=this;function n(i){i.setTimeout(e),i.removeListener("timeout",i.destroy),i.addListener("timeout",i.destroy)}function o(i){r._timeout&&clearTimeout(r._timeout),r._timeout=setTimeout(function(){r.emit("timeout"),s()},e),n(i)}function s(){r._timeout&&(clearTimeout(r._timeout),r._timeout=null),r.removeListener("abort",s),r.removeListener("error",s),r.removeListener("response",s),r.removeListener("close",s),t&&r.removeListener("timeout",t),r.socket||r._currentRequest.removeListener("socket",o)}return t&&this.on("timeout",t),this.socket?o(this.socket):this._currentRequest.once("socket",o),this.on("socket",n),this.on("abort",s),this.on("error",s),this.on("response",s),this.on("close",s),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(e){It.prototype[e]=function(t,r){return this._currentRequest[e](t,r)}});["aborted","connection","socket"].forEach(function(e){Object.defineProperty(It.prototype,e,{get:function(){return this._currentRequest[e]}})});It.prototype._sanitizeOptions=function(e){if(e.headers||(e.headers={}),e.host&&(e.hostname||(e.hostname=e.host),delete e.host),!e.pathname&&e.path){var t=e.path.indexOf("?");t<0?e.pathname=e.path:(e.pathname=e.path.substring(0,t),e.search=e.path.substring(t))}};It.prototype._performRequest=function(){var e=this._options.protocol,t=this._options.nativeProtocols[e];if(!t)throw new TypeError("Unsupported protocol "+e);if(this._options.agents){var r=e.slice(0,-1);this._options.agent=this._options.agents[r]}var n=this._currentRequest=t.request(this._options,this._onNativeResponse);n._redirectable=this;for(var o of np)n.on(o,op[o]);if(this._currentUrl=/^\//.test(this._options.path)?Wi.format(this._options):this._options.path,this._isRedirect){var s=0,i=this,a=this._requestBodyBuffers;(function u(c){if(n===i._currentRequest)if(c)i.emit("error",c);else if(s<a.length){var l=a[s++];n.finished||n.write(l.data,l.encoding,u)}else i._ended&&n.end()})()}};It.prototype._processResponse=function(e){var t=e.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:e.headers,statusCode:t});var r=e.headers.location;if(!r||this._options.followRedirects===!1||t<300||t>=400){e.responseUrl=this._currentUrl,e.redirects=this._redirects,this.emit("response",e),this._requestBodyBuffers=[];return}if(sp(this._currentRequest),e.destroy(),++this._redirectCount>this._options.maxRedirects)throw new vI;var n,o=this._options.beforeRedirect;o&&(n=Object.assign({Host:e.req.getHeader("host")},this._options.headers));var s=this._options.method;((t===301||t===302)&&this._options.method==="POST"||t===303&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],Jl(/^content-/i,this._options.headers));var i=Jl(/^host$/i,this._options.headers),a=ip(this._currentUrl),u=i||a.host,c=/^\w+:/.test(r)?this._currentUrl:Wi.format(Object.assign(a,{host:u})),l=xI(r,c);if(Fv("redirecting to",l.href),this._isRedirect=!0,Xl(l,this._options),(l.protocol!==a.protocol&&l.protocol!=="https:"||l.host!==u&&!SI(l.host,u))&&Jl(/^(?:(?:proxy-)?authorization|cookie)$/i,this._options.headers),ro(o)){var p={headers:e.headers,statusCode:t},d={url:c,method:s,headers:n};o(this._options,p,d),this._sanitizeOptions(this._options)}this._performRequest()};function Rv(e){var t={maxRedirects:21,maxBodyLength:10485760},r={};return Object.keys(e).forEach(function(n){var o=n+":",s=r[o]=e[n],i=t[n]=Object.create(s);function a(c,l,p){return PI(c)?c=Xl(c):to(c)?c=Xl(ip(c)):(p=l,l=kv(c),c={protocol:o}),ro(l)&&(p=l,l=null),l=Object.assign({maxRedirects:t.maxRedirects,maxBodyLength:t.maxBodyLength},c,l),l.nativeProtocols=r,!to(l.host)&&!to(l.hostname)&&(l.hostname="::1"),tp.equal(l.protocol,o,"protocol mismatch"),Fv("options",l),new It(l,p)}function u(c,l,p){var d=i.request(c,l,p);return d.end(),d}Object.defineProperties(i,{request:{value:a,configurable:!0,enumerable:!0,writable:!0},get:{value:u,configurable:!0,enumerable:!0,writable:!0}})}),t}function $v(){}function ip(e){var t;if(rp)t=new Gi(e);else if(t=kv(Wi.parse(e)),!to(t.protocol))throw new Yl({input:e});return t}function xI(e,t){return rp?new Gi(e,t):ip(Wi.resolve(t,e))}function kv(e){if(/^\[/.test(e.hostname)&&!/^\[[:0-9a-f]+\]$/i.test(e.hostname))throw new Yl({input:e.href||e});if(/^\[/.test(e.host)&&!/^\[[:0-9a-f]+\](:\d+)?$/i.test(e.host))throw new Yl({input:e.href||e});return e}function Xl(e,t){var r=t||{};for(var n of DI)r[n]=e[n];return r.hostname.startsWith("[")&&(r.hostname=r.hostname.slice(1,-1)),r.port!==""&&(r.port=Number(r.port)),r.path=r.search?r.pathname+r.search:r.pathname,r}function Jl(e,t){var r;for(var n in t)e.test(n)&&(r=t[n],delete t[n]);return r===null||typeof r>"u"?void 0:String(r).trim()}function Zi(e,t,r){function n(o){ro(Error.captureStackTrace)&&Error.captureStackTrace(this,this.constructor),Object.assign(this,o||{}),this.code=e,this.message=this.cause?t+": "+this.cause.message:t}return n.prototype=new(r||Error),Object.defineProperties(n.prototype,{constructor:{value:n,enumerable:!1},name:{value:"Error ["+e+"]",enumerable:!1}}),n}function sp(e,t){for(var r of np)e.removeListener(r,op[r]);e.on("error",$v),e.destroy(t)}function SI(e,t){tp(to(e)&&to(t));var r=e.length-t.length-1;return r>0&&e[r]==="."&&e.endsWith(t)}function to(e){return typeof e=="string"||e instanceof String}function ro(e){return typeof e=="function"}function EI(e){return typeof e=="object"&&"length"in e}function PI(e){return Gi&&e instanceof Gi}ap.exports=Rv({http:hI,https:yI});ap.exports.wrap=Rv});var Ji=x(Gt=>{"use strict";Object.defineProperty(Gt,"__esModule",{value:!0});Gt.isSSL=void 0;Gt.setupOutgoing=FI;Gt.setupSocket=RI;Gt.getPort=$I;Gt.hasEncryptedConnection=Mv;Gt.urlJoin=Lv;Gt.rewriteCookieProperty=Bv;Gt.toURL=zv;var _I=G("node:tls"),TI=/(^|,)\s*upgrade\s*($|,)/i;Gt.isSSL=/^https|wss/;var AI="trailer",Nv=[":method",":path",":scheme",":authority","connection","keep-alive"];function FI(e,t,r,n){let o=t[n||"target"];e.port=+(o.port??(o.protocol!==void 0&&Gt.isSSL.test(o.protocol)?443:80));for(let a of["host","hostname","socketPath","pfx","key","passphrase","cert","ca","ciphers","secureProtocol"])e[a]=o[a];e.method=t.method||r.method,e.headers={...r.headers},r.headers?.[":authority"]&&(e.headers.host=r.headers[":authority"]),t.headers&&(e.headers={...e.headers,...t.headers});for(let a in e.headers)if(AI==a.toLowerCase()){delete e.headers[a];break}if(r.httpVersionMajor>1)for(let a of Nv)delete e.headers[a];t.auth&&(delete e.headers.authorization,e.auth=t.auth),t.ca&&(e.ca=t.ca),o.protocol!==void 0&&Gt.isSSL.test(o.protocol)&&(e.rejectUnauthorized=typeof t.secure>"u"?!0:t.secure),e.agent=t.agent||!1,e.localAddress=t.localAddress,e.agent||(e.headers=e.headers||{},(typeof e.headers.connection!="string"||!TI.test(e.headers.connection))&&(e.headers.connection="close"));let s=o&&t.prependPath!==!1&&"pathname"in o?Ov(`${o.pathname}${o.search??""}`):"/",i=t.toProxy?r.url:Ov(r.url);if(i=t.ignorePath?"":i,e.path=Lv(s,i??""),t.changeOrigin&&(e.headers.host=o.protocol!==void 0&&II(e.port,o.protocol)&&!kI(e.host)?e.host+":"+e.port:e.host),e.url="href"in o&&o.href||(o.protocol==="https"?"https":"http")+"://"+e.host+(e.port?":"+e.port:""),r.httpVersionMajor>1)for(let a of Nv)delete e.headers[a];return e}function RI(e){return e.setTimeout(0),e.setNoDelay(!0),e.setKeepAlive(!0,0),e}function $I(e){let t=e.headers[":authority"]||e.headers.host,r=t?t.match(/:(\d+)/):"";return r?r[1]:Mv(e)?"443":"80"}function Mv(e){let t=e.connection;return t instanceof _I.TLSSocket&&t.encrypted||!!t.pair}function Lv(...e){let t=[],r="";e.forEach((o,s)=>{let i=o.indexOf("?");i!==-1&&(t.push(o.substring(i+1)),e[s]=o.substring(0,i))}),r=t.filter(Boolean).join("&");let n="";for(let o of e)o&&(n.endsWith("/")?o.startsWith("/")?n+=o.slice(1):n+=o:o.startsWith("/")?n+=o:n+="/"+o);return r?n+"?"+r:n}function Bv(e,t,r){return Array.isArray(e)?e.map(n=>Bv(n,t,r)):e.replace(new RegExp("(;\\s*"+r+"=)([^;]+)","i"),(n,o,s)=>{let i;if(s in t)i=t[s];else if("*"in t)i=t["*"];else return n;return i?o+i:""})}function kI(e){return!!~e.indexOf(":")}function Ov(e){if(e===""||e?.startsWith("?"))return e;let t=zv(e);return`${t.pathname??""}${t.search??""}`}function zv(e){return e instanceof URL?e:(typeof e=="object"&&"href"in e&&typeof e.href=="string"&&(e=e.href),e||(e=""),typeof e!="string"&&(e=`${e}`),e.startsWith("//")&&(e=`http://base.invalid${e}`),new URL(e,"http://base.invalid"))}function II(e,t){if(t=t.split(":")[0],e=+e,!e)return!1;switch(t){case"http":case"ws":return e!==80;case"https":case"wss":return e!==443}return e!==0}});var up=x(St=>{"use strict";var NI=St&&St.__createBinding||(Object.create?(function(e,t,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);(!o||("get"in o?!t.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}):(function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]})),OI=St&&St.__setModuleDefault||(Object.create?(function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}):function(e,t){e.default=t}),MI=St&&St.__importStar||(function(){var e=function(t){return e=Object.getOwnPropertyNames||function(r){var n=[];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(n[n.length]=o);return n},e(t)};return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var n=e(t),o=0;o<n.length;o++)n[o]!=="default"&&NI(r,t,n[o]);return OI(r,t),r}})();Object.defineProperty(St,"__esModule",{value:!0});St.OUTGOING_PASSES=void 0;St.removeChunked=jv;St.setConnection=Uv;St.setRedirectHostRewrite=Vv;St.writeHeaders=Hv;St.writeStatusCode=qv;var Wa=MI(Ji()),LI=/^201|30(1|2|7|8)$/;function jv(e,t,r){delete r.headers["transfer-encoding"]}function Uv(e,t,r){e.httpVersion==="1.0"?r.headers.connection=e.headers.connection||"close":e.httpVersion!=="2.0"&&!r.headers.connection&&(r.headers.connection=e.headers.connection||"keep-alive")}function Vv(e,t,r,n){if((n.hostRewrite||n.autoRewrite||n.protocolRewrite)&&r.headers.location&&LI.test(`${r.statusCode}`)){let o=Wa.toURL(n.target),s=r.headers.location;if(typeof s!="string")return;let i=Wa.toURL(s);if(o.host!=i.host)return;n.hostRewrite?i.host=n.hostRewrite:n.autoRewrite&&(i.host=e.headers[":authority"]??e.headers.host??""),n.protocolRewrite&&(i.protocol=n.protocolRewrite),r.headers.location=i.toString()}}function Hv(e,t,r,n){let o=typeof n.cookieDomainRewrite=="string"?{"*":n.cookieDomainRewrite}:n.cookieDomainRewrite,s=typeof n.cookiePathRewrite=="string"?{"*":n.cookiePathRewrite}:n.cookiePathRewrite,i=n.preserveHeaderKeyCase,a=(c,l)=>{l!=null&&(o&&c.toLowerCase()==="set-cookie"&&(l=Wa.rewriteCookieProperty(l,o,"domain")),s&&c.toLowerCase()==="set-cookie"&&(l=Wa.rewriteCookieProperty(l,s,"path")),t.setHeader(String(c).trim(),l))},u;if(i&&r.rawHeaders!=null){u={};for(let c=0;c<r.rawHeaders.length;c+=2){let l=r.rawHeaders[c];u[l.toLowerCase()]=l}}for(let c in r.headers){let l=c;if(e.httpVersionMajor>1&&(l==="connection"||l==="keep-alive"))continue;let p=r.headers[l];i&&u&&(l=u[l]??l),a(l,p)}}function qv(e,t,r){t.statusCode=r.statusCode,r.statusMessage&&e.httpVersionMajor===1&&(t.statusMessage=r.statusMessage)}St.OUTGOING_PASSES={removeChunked:jv,setConnection:Uv,setRedirectHostRewrite:Vv,writeHeaders:Hv,writeStatusCode:qv}});var Yv=x(Nt=>{"use strict";var BI=Nt&&Nt.__createBinding||(Object.create?(function(e,t,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);(!o||("get"in o?!t.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}):(function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]})),zI=Nt&&Nt.__setModuleDefault||(Object.create?(function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}):function(e,t){e.default=t}),Za=Nt&&Nt.__importStar||(function(){var e=function(t){return e=Object.getOwnPropertyNames||function(r){var n=[];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(n[n.length]=o);return n},e(t)};return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var n=e(t),o=0;o<n.length;o++)n[o]!=="default"&&BI(r,t,n[o]);return zI(r,t),r}})();Object.defineProperty(Nt,"__esModule",{value:!0});Nt.WEB_PASSES=void 0;Nt.deleteLength=Gv;Nt.timeout=Wv;Nt.XHeaders=Zv;Nt.stream=Jv;var jI=Za(G("node:http")),UI=Za(G("node:https")),VI=Za(Iv()),jo=Za(Ji()),HI=up(),qI=G("node:stream"),Kv=Object.values(HI.OUTGOING_PASSES),KI={http:jI,https:UI};function Gv(e){(e.method==="DELETE"||e.method==="OPTIONS")&&!e.headers["content-length"]&&(e.headers["content-length"]="0",delete e.headers["transfer-encoding"])}function Wv(e,t,r){r.timeout&&e.socket.setTimeout(r.timeout)}function Zv(e,t,r){if(!r.xfwd)return;let n=jo.hasEncryptedConnection(e),o={for:e.connection.remoteAddress||e.socket.remoteAddress,port:jo.getPort(e),proto:n?"https":"http"};for(let s of["for","port","proto"])e.headers["x-forwarded-"+s]=(e.headers["x-forwarded-"+s]||"")+(e.headers["x-forwarded-"+s]?",":"")+o[s];e.headers["x-forwarded-host"]=e.headers["x-forwarded-host"]||e.headers[":authority"]||e.headers.host||""}function Jv(e,t,r,n,o,s){if(o.emit("start",e,t,r.target||r.forward),r.fetch||r.fetchOptions||process.env.FORCE_FETCH_PATH==="true")return GI(e,t,r,n,o,s);let i=r.followRedirects?VI:KI,a=i.http,u=i.https;if(r.forward){let m=r.forward.protocol==="https:"?u:a,f=jo.setupOutgoing(r.ssl||{},r,e,"forward"),h=m.request(f),y=g(h,r.forward);if(e.on("error",y),h.on("error",y),(r.buffer||e).pipe(h),!r.target)return t.end()}let c=r.target.protocol==="https:"?u:a,l=jo.setupOutgoing(r.ssl||{},r,e),p=c.request(l);p.on("socket",m=>{o&&!p.getHeader("expect")&&o.emit("proxyReq",p,e,t,r,m)}),r.proxyTimeout&&p.setTimeout(r.proxyTimeout,()=>{p.destroy()}),t.on("close",()=>{!t.writableFinished&&p.destroy()});let d=g(p,r.target);e.on("error",d),p.on("error",d);function g(m,f){return h=>{if(e.socket.destroyed&&h.code==="ECONNRESET"){o.emit("econnreset",h,e,t,f),m.destroy();return}s?s(h,e,t,f):o.emit("error",h,e,t,f)}}(r.buffer||e).pipe(p),p.on("response",m=>{if(o?.emit("proxyRes",m,e,t),!t.headersSent&&!r.selfHandleResponse)for(let f of Kv)f(e,t,m,r);t.finished?o?.emit("end",e,t,m):(m.on("end",()=>{o?.emit("end",e,t,m)}),r.selfHandleResponse||m.pipe(t))})}async function GI(e,t,r,n,o,s){let i=(g,m)=>{let f=g;f.code===void 0&&f.cause?.code&&(f.code=f.cause.code),s?s(g,e,t,m):o.emit("error",g,e,t,m)};e.on("error",g=>{if(e.socket.destroyed&&g.code==="ECONNRESET"){let m=r.target||r.forward;m&&o.emit("econnreset",g,e,t,m);return}i(g)});let a=r.fetch||fetch,u=r.fetchOptions??{},c=g=>{let m={method:g.method,...u.requestOptions},f=new Headers(u.requestOptions?.headers);if(!u.requestOptions?.headers&&g.headers){for(let[h,y]of Object.entries(g.headers))if(typeof h=="string")if(Array.isArray(y))for(let w of y)f.append(h,w);else y!=null&&f.append(h,y)}return r.auth&&f.set("authorization",`Basic ${Buffer.from(r.auth).toString("base64")}`),r.proxyTimeout&&(m.signal=AbortSignal.timeout(r.proxyTimeout)),m.headers=f,r.buffer?m.body=r.buffer:e.method!=="GET"&&e.method!=="HEAD"&&(m.body=e,m.duplex="half"),m};if(r.forward){let g=jo.setupOutgoing(r.ssl||{},r,e,"forward"),m=c(g),f=new URL(g.url).origin+g.path;if(f.startsWith("ws")&&(f=f.replace("ws","http")),u.onBeforeRequest)try{await u.onBeforeRequest(m,e,t,r)}catch(h){i(h,r.forward);return}try{let h=await a(f,m);if(u.onAfterResponse)try{await u.onAfterResponse(h,e,t,r)}catch(y){i(y,r.forward);return}}catch(h){i(h,r.forward)}if(!r.target)return t.end()}let l=jo.setupOutgoing(r.ssl||{},r,e),p=c(l),d=new URL(l.url).origin+l.path;if(d.startsWith("ws")&&(d=d.replace("ws","http")),u.onBeforeRequest)try{await u.onBeforeRequest(p,e,t,r)}catch(g){i(g,r.target);return}try{let g=await a(d,p);if(u.onAfterResponse)try{await u.onAfterResponse(g,e,t,r)}catch(f){i(f,r.target);return}let m={statusCode:g.status,statusMessage:g.statusText,headers:Object.fromEntries(g.headers.entries()),rawHeaders:Object.entries(g.headers).flatMap(([f,h])=>Array.isArray(h)?h.flatMap(y=>y!=null?[f,y]:[]):h!=null?[f,h]:[])};if(o?.emit("proxyRes",m,e,t),!t.headersSent&&!r.selfHandleResponse)for(let f of Kv)f(e,t,m,r);if(t.writableEnded)o?.emit("end",e,t,m);else{let f=g.body?qI.Readable.from(g.body):null;f?(f.on("error",h=>{i(h,r.target)}),f.on("end",()=>{o?.emit("end",e,t,m)}),r.selfHandleResponse?f.resume():f.pipe(t,{end:!0})):o?.emit("end",e,t,m)}}catch(g){i(g,r.target)}}Nt.WEB_PASSES={deleteLength:Gv,timeout:Wv,XHeaders:Zv,stream:Jv}});var fp=x(gt=>{"use strict";var WI=gt&>.__createBinding||(Object.create?(function(e,t,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);(!o||("get"in o?!t.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}):(function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]})),ZI=gt&>.__setModuleDefault||(Object.create?(function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}):function(e,t){e.default=t}),dp=gt&>.__importStar||(function(){var e=function(t){return e=Object.getOwnPropertyNames||function(r){var n=[];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(n[n.length]=o);return n},e(t)};return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var n=e(t),o=0;o<n.length;o++)n[o]!=="default"&&WI(r,t,n[o]);return ZI(r,t),r}})(),JI=gt&>.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(gt,"__esModule",{value:!0});gt.WS_PASSES=void 0;gt.numOpenSockets=r1;gt.checkMethodAndHeader=Xv;gt.XHeaders=eC;gt.stream=tC;var YI=dp(G("node:http")),QI=dp(G("node:https")),Uo=dp(Ji()),XI=up(),e1=JI(Ga()),Vo=(0,e1.default)("http-proxy-3:ws-incoming"),t1=Object.values(XI.OUTGOING_PASSES);function Qv(e){let t=new Set;return({add:r,rm:n}={})=>(r&&(r.id||(r.id=Math.random()),t.has(r.id)||t.add(r.id)),n&&(n.id||(n.id=Math.random()),t.has(n.id)&&t.delete(n.id)),Vo("socket counter:",{[e]:t.size},r?"add":n?"rm":""),t.size)}var cp=Qv("socket"),lp=Qv("proxySocket"),pp=class{constructor(){this.headers={},this.statusCode=200,this.statusMessage=""}setHeader(t,r){return this.headers[t]=r,this}};function r1(){return cp()+lp()}function Xv(e,t){if(Vo("websocket: checkMethodAndHeader"),e.method!=="GET"||!e.headers.upgrade||e.headers.upgrade.toLowerCase()!=="websocket")return t.destroy(),!0}function eC(e,t,r){if(!r.xfwd)return;Vo("websocket: XHeaders");let n={for:e.connection.remoteAddress||e.socket.remoteAddress,port:Uo.getPort(e),proto:Uo.hasEncryptedConnection(e)?"wss":"ws"};for(let o of["for","port","proto"])e.headers["x-forwarded-"+o]=(e.headers["x-forwarded-"+o]||"")+(e.headers["x-forwarded-"+o]?",":"")+n[o]}function tC(e,t,r,n,o,s){Vo("websocket: new stream");let i=[];cp({add:t});let a=()=>{for(let g of i)g.end()};t.on("close",()=>{cp({rm:t}),a()}),t.on("error",a);let u=(g,m)=>Object.keys(m).reduce((f,h)=>{let y=m[h];if(!Array.isArray(y))return f.push(h+": "+y),f;for(let w=0;w<y.length;w++)f.push(h+": "+y[w]);return f},[g]).join(`\r
|
|
19
|
+
`+s),e.push(o+"m+"+mu.exports.humanize(this.diff)+"\x1B[0m")}else e[0]=t1()+t+" "+e[0]}function t1(){return it.inspectOpts.hideDate?"":new Date().toISOString()+" "}function r1(...e){return process.stderr.write(fu.formatWithOptions(it.inspectOpts,...e)+`
|
|
20
|
+
`)}function n1(e){e?process.env.DEBUG=e:delete process.env.DEBUG}function o1(){return process.env.DEBUG}function i1(e){e.inspectOpts={};let t=Object.keys(it.inspectOpts);for(let r=0;r<t.length;r++)e.inspectOpts[t[r]]=it.inspectOpts[t[r]]}mu.exports=hp()(it);var{formatters:eC}=mu.exports;eC.o=function(e){return this.inspectOpts.colors=this.useColors,fu.inspect(e,this.inspectOpts).split(`
|
|
21
|
+
`).map(t=>t.trim()).join(" ")};eC.O=function(e){return this.inspectOpts.colors=this.useColors,fu.inspect(e,this.inspectOpts)}});var hu=S((_J,Dp)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Dp.exports=Wv():Dp.exports=tC()});var nC=S((PJ,rC)=>{var is;rC.exports=function(){if(!is){try{is=hu()("follow-redirects")}catch{}typeof is!="function"&&(is=function(){})}is.apply(null,arguments)}});var uC=S((TJ,Fp)=>{var as=W("url"),ss=as.URL,s1=W("http"),a1=W("https"),xp=W("stream").Writable,Sp=W("assert"),oC=nC();(function(){var t=typeof process<"u",r=typeof window<"u"&&typeof document<"u",n=so(Error.captureStackTrace);!t&&(r||!n)&&console.warn("The follow-redirects package should be excluded from browser builds.")})();var Ep=!1;try{Sp(new ss(""))}catch(e){Ep=e.code==="ERR_INVALID_URL"}var u1=["auth","host","hostname","href","path","pathname","port","protocol","query","search","hash"],_p=["abort","aborted","connect","error","socket","timeout"],Pp=Object.create(null);_p.forEach(function(e){Pp[e]=function(t,r,n){this._redirectable.emit(e,t,r,n)}});var Cp=us("ERR_INVALID_URL","Invalid URL",TypeError),wp=us("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),c1=us("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded",wp),l1=us("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),p1=us("ERR_STREAM_WRITE_AFTER_END","write after end"),d1=xp.prototype.destroy||sC;function Ot(e,t){xp.call(this),this._sanitizeOptions(e),this._options=e,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],t&&this.on("response",t);var r=this;this._onNativeResponse=function(n){try{r._processResponse(n)}catch(o){r.emit("error",o instanceof wp?o:new wp({cause:o}))}},this._performRequest()}Ot.prototype=Object.create(xp.prototype);Ot.prototype.abort=function(){Ap(this._currentRequest),this._currentRequest.abort(),this.emit("abort")};Ot.prototype.destroy=function(e){return Ap(this._currentRequest,e),d1.call(this,e),this};Ot.prototype.write=function(e,t,r){if(this._ending)throw new p1;if(!io(e)&&!h1(e))throw new TypeError("data should be a string, Buffer or Uint8Array");if(so(t)&&(r=t,t=null),e.length===0){r&&r();return}this._requestBodyLength+e.length<=this._options.maxBodyLength?(this._requestBodyLength+=e.length,this._requestBodyBuffers.push({data:e,encoding:t}),this._currentRequest.write(e,t,r)):(this.emit("error",new l1),this.abort())};Ot.prototype.end=function(e,t,r){if(so(e)?(r=e,e=t=null):so(t)&&(r=t,t=null),!e)this._ended=this._ending=!0,this._currentRequest.end(null,null,r);else{var n=this,o=this._currentRequest;this.write(e,t,function(){n._ended=!0,o.end(null,null,r)}),this._ending=!0}};Ot.prototype.setHeader=function(e,t){this._options.headers[e]=t,this._currentRequest.setHeader(e,t)};Ot.prototype.removeHeader=function(e){delete this._options.headers[e],this._currentRequest.removeHeader(e)};Ot.prototype.setTimeout=function(e,t){var r=this;function n(i){i.setTimeout(e),i.removeListener("timeout",i.destroy),i.addListener("timeout",i.destroy)}function o(i){r._timeout&&clearTimeout(r._timeout),r._timeout=setTimeout(function(){r.emit("timeout"),s()},e),n(i)}function s(){r._timeout&&(clearTimeout(r._timeout),r._timeout=null),r.removeListener("abort",s),r.removeListener("error",s),r.removeListener("response",s),r.removeListener("close",s),t&&r.removeListener("timeout",t),r.socket||r._currentRequest.removeListener("socket",o)}return t&&this.on("timeout",t),this.socket?o(this.socket):this._currentRequest.once("socket",o),this.on("socket",n),this.on("abort",s),this.on("error",s),this.on("response",s),this.on("close",s),this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(e){Ot.prototype[e]=function(t,r){return this._currentRequest[e](t,r)}});["aborted","connection","socket"].forEach(function(e){Object.defineProperty(Ot.prototype,e,{get:function(){return this._currentRequest[e]}})});Ot.prototype._sanitizeOptions=function(e){if(e.headers||(e.headers={}),e.host&&(e.hostname||(e.hostname=e.host),delete e.host),!e.pathname&&e.path){var t=e.path.indexOf("?");t<0?e.pathname=e.path:(e.pathname=e.path.substring(0,t),e.search=e.path.substring(t))}};Ot.prototype._performRequest=function(){var e=this._options.protocol,t=this._options.nativeProtocols[e];if(!t)throw new TypeError("Unsupported protocol "+e);if(this._options.agents){var r=e.slice(0,-1);this._options.agent=this._options.agents[r]}var n=this._currentRequest=t.request(this._options,this._onNativeResponse);n._redirectable=this;for(var o of _p)n.on(o,Pp[o]);if(this._currentUrl=/^\//.test(this._options.path)?as.format(this._options):this._options.path,this._isRedirect){var s=0,i=this,a=this._requestBodyBuffers;(function u(c){if(n===i._currentRequest)if(c)i.emit("error",c);else if(s<a.length){var l=a[s++];n.finished||n.write(l.data,l.encoding,u)}else i._ended&&n.end()})()}};Ot.prototype._processResponse=function(e){var t=e.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:e.headers,statusCode:t});var r=e.headers.location;if(!r||this._options.followRedirects===!1||t<300||t>=400){e.responseUrl=this._currentUrl,e.redirects=this._redirects,this.emit("response",e),this._requestBodyBuffers=[];return}if(Ap(this._currentRequest),e.destroy(),++this._redirectCount>this._options.maxRedirects)throw new c1;var n,o=this._options.beforeRedirect;o&&(n=Object.assign({Host:e.req.getHeader("host")},this._options.headers));var s=this._options.method;((t===301||t===302)&&this._options.method==="POST"||t===303&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],vp(/^content-/i,this._options.headers));var i=vp(/^host$/i,this._options.headers),a=Tp(this._currentUrl),u=i||a.host,c=/^\w+:/.test(r)?this._currentUrl:as.format(Object.assign(a,{host:u})),l=f1(r,c);if(oC("redirecting to",l.href),this._isRedirect=!0,bp(l,this._options),(l.protocol!==a.protocol&&l.protocol!=="https:"||l.host!==u&&!m1(l.host,u))&&vp(/^(?:(?:proxy-)?authorization|cookie)$/i,this._options.headers),so(o)){var p={headers:e.headers,statusCode:t},d={url:c,method:s,headers:n};o(this._options,p,d),this._sanitizeOptions(this._options)}this._performRequest()};function iC(e){var t={maxRedirects:21,maxBodyLength:10485760},r={};return Object.keys(e).forEach(function(n){var o=n+":",s=r[o]=e[n],i=t[n]=Object.create(s);function a(c,l,p){return g1(c)?c=bp(c):io(c)?c=bp(Tp(c)):(p=l,l=aC(c),c={protocol:o}),so(l)&&(p=l,l=null),l=Object.assign({maxRedirects:t.maxRedirects,maxBodyLength:t.maxBodyLength},c,l),l.nativeProtocols=r,!io(l.host)&&!io(l.hostname)&&(l.hostname="::1"),Sp.equal(l.protocol,o,"protocol mismatch"),oC("options",l),new Ot(l,p)}function u(c,l,p){var d=i.request(c,l,p);return d.end(),d}Object.defineProperties(i,{request:{value:a,configurable:!0,enumerable:!0,writable:!0},get:{value:u,configurable:!0,enumerable:!0,writable:!0}})}),t}function sC(){}function Tp(e){var t;if(Ep)t=new ss(e);else if(t=aC(as.parse(e)),!io(t.protocol))throw new Cp({input:e});return t}function f1(e,t){return Ep?new ss(e,t):Tp(as.resolve(t,e))}function aC(e){if(/^\[/.test(e.hostname)&&!/^\[[:0-9a-f]+\]$/i.test(e.hostname))throw new Cp({input:e.href||e});if(/^\[/.test(e.host)&&!/^\[[:0-9a-f]+\](:\d+)?$/i.test(e.host))throw new Cp({input:e.href||e});return e}function bp(e,t){var r=t||{};for(var n of u1)r[n]=e[n];return r.hostname.startsWith("[")&&(r.hostname=r.hostname.slice(1,-1)),r.port!==""&&(r.port=Number(r.port)),r.path=r.search?r.pathname+r.search:r.pathname,r}function vp(e,t){var r;for(var n in t)e.test(n)&&(r=t[n],delete t[n]);return r===null||typeof r>"u"?void 0:String(r).trim()}function us(e,t,r){function n(o){so(Error.captureStackTrace)&&Error.captureStackTrace(this,this.constructor),Object.assign(this,o||{}),this.code=e,this.message=this.cause?t+": "+this.cause.message:t}return n.prototype=new(r||Error),Object.defineProperties(n.prototype,{constructor:{value:n,enumerable:!1},name:{value:"Error ["+e+"]",enumerable:!1}}),n}function Ap(e,t){for(var r of _p)e.removeListener(r,Pp[r]);e.on("error",sC),e.destroy(t)}function m1(e,t){Sp(io(e)&&io(t));var r=e.length-t.length-1;return r>0&&e[r]==="."&&e.endsWith(t)}function io(e){return typeof e=="string"||e instanceof String}function so(e){return typeof e=="function"}function h1(e){return typeof e=="object"&&"length"in e}function g1(e){return ss&&e instanceof ss}Fp.exports=iC({http:s1,https:a1});Fp.exports.wrap=iC});var cs=S(Zt=>{"use strict";Object.defineProperty(Zt,"__esModule",{value:!0});Zt.isSSL=void 0;Zt.setupOutgoing=C1;Zt.setupSocket=w1;Zt.getPort=b1;Zt.hasEncryptedConnection=pC;Zt.urlJoin=dC;Zt.rewriteCookieProperty=fC;Zt.toURL=mC;var y1=W("node:tls"),D1=/(^|,)\s*upgrade\s*($|,)/i;Zt.isSSL=/^https|wss/;var v1="trailer",cC=[":method",":path",":scheme",":authority","connection","keep-alive"];function C1(e,t,r,n){let o=t[n||"target"];e.port=+(o.port??(o.protocol!==void 0&&Zt.isSSL.test(o.protocol)?443:80));for(let a of["host","hostname","socketPath","pfx","key","passphrase","cert","ca","ciphers","secureProtocol"])e[a]=o[a];e.method=t.method||r.method,e.headers={...r.headers},r.headers?.[":authority"]&&(e.headers.host=r.headers[":authority"]),t.headers&&(e.headers={...e.headers,...t.headers});for(let a in e.headers)if(v1==a.toLowerCase()){delete e.headers[a];break}if(r.httpVersionMajor>1)for(let a of cC)delete e.headers[a];t.auth&&(delete e.headers.authorization,e.auth=t.auth),t.ca&&(e.ca=t.ca),o.protocol!==void 0&&Zt.isSSL.test(o.protocol)&&(e.rejectUnauthorized=typeof t.secure>"u"?!0:t.secure),e.agent=t.agent||!1,e.localAddress=t.localAddress,e.agent||(e.headers=e.headers||{},(typeof e.headers.connection!="string"||!D1.test(e.headers.connection))&&(e.headers.connection="close"));let s=o&&t.prependPath!==!1&&"pathname"in o?lC(`${o.pathname}${o.search??""}`):"/",i=t.toProxy?r.url:lC(r.url);if(i=t.ignorePath?"":i,e.path=dC(s,i??""),t.changeOrigin&&(e.headers.host=o.protocol!==void 0&&S1(e.port,o.protocol)&&!x1(e.host)?e.host+":"+e.port:e.host),e.url="href"in o&&o.href||(o.protocol==="https"?"https":"http")+"://"+e.host+(e.port?":"+e.port:""),r.httpVersionMajor>1)for(let a of cC)delete e.headers[a];return e}function w1(e){return e.setTimeout(0),e.setNoDelay(!0),e.setKeepAlive(!0,0),e}function b1(e){let t=e.headers[":authority"]||e.headers.host,r=t?t.match(/:(\d+)/):"";return r?r[1]:pC(e)?"443":"80"}function pC(e){let t=e.connection;return t instanceof y1.TLSSocket&&t.encrypted||!!t.pair}function dC(...e){let t=[],r="";e.forEach((o,s)=>{let i=o.indexOf("?");i!==-1&&(t.push(o.substring(i+1)),e[s]=o.substring(0,i))}),r=t.filter(Boolean).join("&");let n="";for(let o of e)o&&(n.endsWith("/")?o.startsWith("/")?n+=o.slice(1):n+=o:o.startsWith("/")?n+=o:n+="/"+o);return r?n+"?"+r:n}function fC(e,t,r){return Array.isArray(e)?e.map(n=>fC(n,t,r)):e.replace(new RegExp("(;\\s*"+r+"=)([^;]+)","i"),(n,o,s)=>{let i;if(s in t)i=t[s];else if("*"in t)i=t["*"];else return n;return i?o+i:""})}function x1(e){return!!~e.indexOf(":")}function lC(e){if(e===""||e?.startsWith("?"))return e;let t=mC(e);return`${t.pathname??""}${t.search??""}`}function mC(e){return e instanceof URL?e:(typeof e=="object"&&"href"in e&&typeof e.href=="string"&&(e=e.href),e||(e=""),typeof e!="string"&&(e=`${e}`),e.startsWith("//")&&(e=`http://base.invalid${e}`),new URL(e,"http://base.invalid"))}function S1(e,t){if(t=t.split(":")[0],e=+e,!e)return!1;switch(t){case"http":case"ws":return e!==80;case"https":case"wss":return e!==443}return e!==0}});var Rp=S(Pt=>{"use strict";var E1=Pt&&Pt.__createBinding||(Object.create?(function(e,t,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);(!o||("get"in o?!t.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}):(function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]})),_1=Pt&&Pt.__setModuleDefault||(Object.create?(function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}):function(e,t){e.default=t}),P1=Pt&&Pt.__importStar||(function(){var e=function(t){return e=Object.getOwnPropertyNames||function(r){var n=[];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(n[n.length]=o);return n},e(t)};return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var n=e(t),o=0;o<n.length;o++)n[o]!=="default"&&E1(r,t,n[o]);return _1(r,t),r}})();Object.defineProperty(Pt,"__esModule",{value:!0});Pt.OUTGOING_PASSES=void 0;Pt.removeChunked=hC;Pt.setConnection=gC;Pt.setRedirectHostRewrite=yC;Pt.writeHeaders=DC;Pt.writeStatusCode=vC;var gu=P1(cs()),T1=/^201|30(1|2|7|8)$/;function hC(e,t,r){delete r.headers["transfer-encoding"]}function gC(e,t,r){e.httpVersion==="1.0"?r.headers.connection=e.headers.connection||"close":e.httpVersion!=="2.0"&&!r.headers.connection&&(r.headers.connection=e.headers.connection||"keep-alive")}function yC(e,t,r,n){if((n.hostRewrite||n.autoRewrite||n.protocolRewrite)&&r.headers.location&&T1.test(`${r.statusCode}`)){let o=gu.toURL(n.target),s=r.headers.location;if(typeof s!="string")return;let i=gu.toURL(s);if(o.host!=i.host)return;n.hostRewrite?i.host=n.hostRewrite:n.autoRewrite&&(i.host=e.headers[":authority"]??e.headers.host??""),n.protocolRewrite&&(i.protocol=n.protocolRewrite),r.headers.location=i.toString()}}function DC(e,t,r,n){let o=typeof n.cookieDomainRewrite=="string"?{"*":n.cookieDomainRewrite}:n.cookieDomainRewrite,s=typeof n.cookiePathRewrite=="string"?{"*":n.cookiePathRewrite}:n.cookiePathRewrite,i=n.preserveHeaderKeyCase,a=(c,l)=>{l!=null&&(o&&c.toLowerCase()==="set-cookie"&&(l=gu.rewriteCookieProperty(l,o,"domain")),s&&c.toLowerCase()==="set-cookie"&&(l=gu.rewriteCookieProperty(l,s,"path")),t.setHeader(String(c).trim(),l))},u;if(i&&r.rawHeaders!=null){u={};for(let c=0;c<r.rawHeaders.length;c+=2){let l=r.rawHeaders[c];u[l.toLowerCase()]=l}}for(let c in r.headers){let l=c;if(e.httpVersionMajor>1&&(l==="connection"||l==="keep-alive"))continue;let p=r.headers[l];i&&u&&(l=u[l]??l),a(l,p)}}function vC(e,t,r){t.statusCode=r.statusCode,r.statusMessage&&e.httpVersionMajor===1&&(t.statusMessage=r.statusMessage)}Pt.OUTGOING_PASSES={removeChunked:hC,setConnection:gC,setRedirectHostRewrite:yC,writeHeaders:DC,writeStatusCode:vC}});var EC=S(Mt=>{"use strict";var A1=Mt&&Mt.__createBinding||(Object.create?(function(e,t,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);(!o||("get"in o?!t.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}):(function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]})),F1=Mt&&Mt.__setModuleDefault||(Object.create?(function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}):function(e,t){e.default=t}),yu=Mt&&Mt.__importStar||(function(){var e=function(t){return e=Object.getOwnPropertyNames||function(r){var n=[];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(n[n.length]=o);return n},e(t)};return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var n=e(t),o=0;o<n.length;o++)n[o]!=="default"&&A1(r,t,n[o]);return F1(r,t),r}})();Object.defineProperty(Mt,"__esModule",{value:!0});Mt.WEB_PASSES=void 0;Mt.deleteLength=wC;Mt.timeout=bC;Mt.XHeaders=xC;Mt.stream=SC;var R1=yu(W("node:http")),$1=yu(W("node:https")),k1=yu(uC()),qo=yu(cs()),I1=Rp(),N1=W("node:stream"),CC=Object.values(I1.OUTGOING_PASSES),O1={http:R1,https:$1};function wC(e){(e.method==="DELETE"||e.method==="OPTIONS")&&!e.headers["content-length"]&&(e.headers["content-length"]="0",delete e.headers["transfer-encoding"])}function bC(e,t,r){r.timeout&&e.socket.setTimeout(r.timeout)}function xC(e,t,r){if(!r.xfwd)return;let n=qo.hasEncryptedConnection(e),o={for:e.connection.remoteAddress||e.socket.remoteAddress,port:qo.getPort(e),proto:n?"https":"http"};for(let s of["for","port","proto"])e.headers["x-forwarded-"+s]=(e.headers["x-forwarded-"+s]||"")+(e.headers["x-forwarded-"+s]?",":"")+o[s];e.headers["x-forwarded-host"]=e.headers["x-forwarded-host"]||e.headers[":authority"]||e.headers.host||""}function SC(e,t,r,n,o,s){if(o.emit("start",e,t,r.target||r.forward),r.fetch||r.fetchOptions||process.env.FORCE_FETCH_PATH==="true")return M1(e,t,r,n,o,s);let i=r.followRedirects?k1:O1,a=i.http,u=i.https;if(r.forward){let m=r.forward.protocol==="https:"?u:a,f=qo.setupOutgoing(r.ssl||{},r,e,"forward"),g=m.request(f),y=h(g,r.forward);if(e.on("error",y),g.on("error",y),(r.buffer||e).pipe(g),!r.target)return t.end()}let c=r.target.protocol==="https:"?u:a,l=qo.setupOutgoing(r.ssl||{},r,e),p=c.request(l);p.on("socket",m=>{o&&!p.getHeader("expect")&&o.emit("proxyReq",p,e,t,r,m)}),r.proxyTimeout&&p.setTimeout(r.proxyTimeout,()=>{p.destroy()}),t.on("close",()=>{!t.writableFinished&&p.destroy()});let d=h(p,r.target);e.on("error",d),p.on("error",d);function h(m,f){return g=>{if(e.socket.destroyed&&g.code==="ECONNRESET"){o.emit("econnreset",g,e,t,f),m.destroy();return}s?s(g,e,t,f):o.emit("error",g,e,t,f)}}(r.buffer||e).pipe(p),p.on("response",m=>{if(o?.emit("proxyRes",m,e,t),!t.headersSent&&!r.selfHandleResponse)for(let f of CC)f(e,t,m,r);t.finished?o?.emit("end",e,t,m):(m.on("end",()=>{o?.emit("end",e,t,m)}),r.selfHandleResponse||m.pipe(t))})}async function M1(e,t,r,n,o,s){let i=(h,m)=>{let f=h;f.code===void 0&&f.cause?.code&&(f.code=f.cause.code),s?s(h,e,t,m):o.emit("error",h,e,t,m)};e.on("error",h=>{if(e.socket.destroyed&&h.code==="ECONNRESET"){let m=r.target||r.forward;m&&o.emit("econnreset",h,e,t,m);return}i(h)});let a=r.fetch||fetch,u=r.fetchOptions??{},c=h=>{let m={method:h.method,...u.requestOptions},f=new Headers(u.requestOptions?.headers);if(!u.requestOptions?.headers&&h.headers){for(let[g,y]of Object.entries(h.headers))if(typeof g=="string")if(Array.isArray(y))for(let b of y)f.append(g,b);else y!=null&&f.append(g,y)}return r.auth&&f.set("authorization",`Basic ${Buffer.from(r.auth).toString("base64")}`),r.proxyTimeout&&(m.signal=AbortSignal.timeout(r.proxyTimeout)),m.headers=f,r.buffer?m.body=r.buffer:e.method!=="GET"&&e.method!=="HEAD"&&(m.body=e,m.duplex="half"),m};if(r.forward){let h=qo.setupOutgoing(r.ssl||{},r,e,"forward"),m=c(h),f=new URL(h.url).origin+h.path;if(f.startsWith("ws")&&(f=f.replace("ws","http")),u.onBeforeRequest)try{await u.onBeforeRequest(m,e,t,r)}catch(g){i(g,r.forward);return}try{let g=await a(f,m);if(u.onAfterResponse)try{await u.onAfterResponse(g,e,t,r)}catch(y){i(y,r.forward);return}}catch(g){i(g,r.forward)}if(!r.target)return t.end()}let l=qo.setupOutgoing(r.ssl||{},r,e),p=c(l),d=new URL(l.url).origin+l.path;if(d.startsWith("ws")&&(d=d.replace("ws","http")),u.onBeforeRequest)try{await u.onBeforeRequest(p,e,t,r)}catch(h){i(h,r.target);return}try{let h=await a(d,p);if(u.onAfterResponse)try{await u.onAfterResponse(h,e,t,r)}catch(f){i(f,r.target);return}let m={statusCode:h.status,statusMessage:h.statusText,headers:Object.fromEntries(h.headers.entries()),rawHeaders:Object.entries(h.headers).flatMap(([f,g])=>Array.isArray(g)?g.flatMap(y=>y!=null?[f,y]:[]):g!=null?[f,g]:[])};if(o?.emit("proxyRes",m,e,t),!t.headersSent&&!r.selfHandleResponse)for(let f of CC)f(e,t,m,r);if(t.writableEnded)o?.emit("end",e,t,m);else{let f=h.body?N1.Readable.from(h.body):null;f?(f.on("error",g=>{i(g,r.target)}),f.on("end",()=>{o?.emit("end",e,t,m)}),r.selfHandleResponse?f.resume():f.pipe(t,{end:!0})):o?.emit("end",e,t,m)}}catch(h){i(h,r.target)}}Mt.WEB_PASSES={deleteLength:wC,timeout:bC,XHeaders:xC,stream:SC}});var Op=S(Dt=>{"use strict";var L1=Dt&&Dt.__createBinding||(Object.create?(function(e,t,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);(!o||("get"in o?!t.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}):(function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]})),B1=Dt&&Dt.__setModuleDefault||(Object.create?(function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}):function(e,t){e.default=t}),Np=Dt&&Dt.__importStar||(function(){var e=function(t){return e=Object.getOwnPropertyNames||function(r){var n=[];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(n[n.length]=o);return n},e(t)};return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var n=e(t),o=0;o<n.length;o++)n[o]!=="default"&&L1(r,t,n[o]);return B1(r,t),r}})(),z1=Dt&&Dt.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Dt,"__esModule",{value:!0});Dt.WS_PASSES=void 0;Dt.numOpenSockets=K1;Dt.checkMethodAndHeader=PC;Dt.XHeaders=TC;Dt.stream=AC;var j1=Np(W("node:http")),U1=Np(W("node:https")),Ko=Np(cs()),V1=Rp(),H1=z1(hu()),Go=(0,H1.default)("http-proxy-3:ws-incoming"),q1=Object.values(V1.OUTGOING_PASSES);function _C(e){let t=new Set;return({add:r,rm:n}={})=>(r&&(r.id||(r.id=Math.random()),t.has(r.id)||t.add(r.id)),n&&(n.id||(n.id=Math.random()),t.has(n.id)&&t.delete(n.id)),Go("socket counter:",{[e]:t.size},r?"add":n?"rm":""),t.size)}var $p=_C("socket"),kp=_C("proxySocket"),Ip=class{constructor(){this.headers={},this.statusCode=200,this.statusMessage=""}setHeader(t,r){return this.headers[t]=r,this}};function K1(){return $p()+kp()}function PC(e,t){if(Go("websocket: checkMethodAndHeader"),e.method!=="GET"||!e.headers.upgrade||e.headers.upgrade.toLowerCase()!=="websocket")return t.destroy(),!0}function TC(e,t,r){if(!r.xfwd)return;Go("websocket: XHeaders");let n={for:e.connection.remoteAddress||e.socket.remoteAddress,port:Ko.getPort(e),proto:Ko.hasEncryptedConnection(e)?"wss":"ws"};for(let o of["for","port","proto"])e.headers["x-forwarded-"+o]=(e.headers["x-forwarded-"+o]||"")+(e.headers["x-forwarded-"+o]?",":"")+n[o]}function AC(e,t,r,n,o,s){Go("websocket: new stream");let i=[];$p({add:t});let a=()=>{for(let h of i)h.end()};t.on("close",()=>{$p({rm:t}),a()}),t.on("error",a);let u=(h,m)=>Object.keys(m).reduce((f,g)=>{let y=m[g];if(!Array.isArray(y))return f.push(g+": "+y),f;for(let b=0;b<y.length;b++)f.push(g+": "+y[b]);return f},[h]).join(`\r
|
|
22
22
|
`)+`\r
|
|
23
23
|
\r
|
|
24
|
-
`;
|
|
24
|
+
`;Ko.setupSocket(t),n&&n.length&&t.unshift(n);let c=Ko.isSSL.test(r.target.protocol)?U1:j1,l=Ko.setupOutgoing(r.ssl||{},r,e),p=c.request(l);o&&o.emit("proxyReqWs",p,e,t,r,n),p.on("error",d),p.on("upgrade",(h,m,f)=>{Go("upgrade"),kp({add:m}),i.push(m),m.on("close",()=>{kp({rm:m})}),m.on("error",d),m.on("end",()=>{o.emit("close",h,m,f)}),m.on("close",()=>{t.end()}),Ko.setupSocket(m),f&&f.length&&m.unshift(f),t.write(u("HTTP/1.1 101 Switching Protocols",h.headers)),m.pipe(t).pipe(m),o.emit("open",m)});function d(h){s?s(h,e,t):o.emit("error",h,e,t),t.destroySoon()}p.on("response",h=>{Go("got non-ws HTTP response",{statusCode:h.statusCode,statusMessage:h.statusMessage});let m=new Ip;for(let y of q1)y(e,m,h,r);let f=y=>{t.write(y)};e.httpVersion==="1.1"&&h.headers["content-length"]===void 0&&(m.headers["transfer-encoding"]="chunked",f=y=>{t.write(y.length.toString(16)),t.write(`\r
|
|
25
25
|
`),t.write(y),t.write(`\r
|
|
26
|
-
`)});let h=u(`HTTP/${e.httpVersion} ${g.statusCode} ${g.statusMessage}`,m.headers);t.destroyed?g.resume():(t.write(h),g.on("data",y=>{f(y)}),g.on("end",()=>{f(""),t.destroySoon()}))}),p.end()}gt.WS_PASSES={checkMethodAndHeader:Xv,XHeaders:eC,stream:tC}});var nC=x(ir=>{"use strict";var n1=ir&&ir.__createBinding||(Object.create?(function(e,t,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);(!o||("get"in o?!t.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}):(function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]})),o1=ir&&ir.__setModuleDefault||(Object.create?(function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}):function(e,t){e.default=t}),rC=ir&&ir.__importStar||(function(){var e=function(t){return e=Object.getOwnPropertyNames||function(r){var n=[];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(n[n.length]=o);return n},e(t)};return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var n=e(t),o=0;o<n.length;o++)n[o]!=="default"&&n1(r,t,n[o]);return o1(r,t),r}})(),i1=ir&&ir.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(ir,"__esModule",{value:!0});ir.ProxyServer=void 0;var s1=rC(G("node:http")),a1=rC(G("node:http2")),u1=Yv(),c1=fp(),l1=G("node:events"),p1=i1(Ga()),d1=Ji(),Ja=(0,p1.default)("http-proxy-3"),mp=class e extends l1.EventEmitter{constructor(t={}){super(),this.createRightProxy=r=>(Ja("createRightProxy",{type:r}),n=>(...o)=>{let s=o[0];Ja("proxy: ",{type:r,path:s.url});let i=o[1],a=r==="ws"?this.wsPasses:this.webPasses;r=="ws"&&i.on("error",d=>{this.emit("error",d,s,i)});let u=o.length-1,c,l;typeof o[u]=="function"&&(l=o[u],u--);let p;!(o[u]instanceof Buffer)&&o[u]!==i?(p={...n,...o[u]},u--):p={...n},o[u]instanceof Buffer&&(c=o[u]);for(let d of["target","forward"])typeof p[d]=="string"&&(p[d]=(0,d1.toURL)(p[d]));if(!p.target&&!p.forward){this.emit("error",new Error("Must set target or forward"),s,i);return}for(let d of a)if(d(s,i,p,c,this,l))break}),this.onError=r=>{if(this.listeners("error").length===1)throw r},this.listen=(r,n)=>{Ja("listen",{port:r,hostname:n});let o=(s,i)=>{this.web(s,i)};return this._server=this.options.ssl?a1.createSecureServer({...this.options.ssl,allowHTTP1:!0},o):s1.createServer(o),this.options.ws&&this._server.on("upgrade",(s,i,a)=>{this.ws(s,i,a)}),this._server.listen(r,n),this},this.address=()=>this._server?.address(),this.close=r=>{if(this._server==null){r?.();return}this._server.close(n=>{this._server=null,r?.(n)})},this.before=(r,n,o)=>{if(r!=="ws"&&r!=="web")throw new Error("type must be `web` or `ws`");let s=r==="ws"?this.wsPasses:this.webPasses,i=!1;if(s.forEach((a,u)=>{a.name===n&&(i=u)}),i===!1)throw new Error("No such pass");s.splice(i,0,o)},this.after=(r,n,o)=>{if(r!=="ws"&&r!=="web")throw new Error("type must be `web` or `ws`");let s=r==="ws"?this.wsPasses:this.webPasses,i=!1;if(s.forEach((a,u)=>{a.name===n&&(i=u)}),i===!1)throw new Error("No such pass");s.splice(i++,0,o)},Ja("creating a ProxyServer",t),t.prependPath=t.prependPath!==!1,this.options=t,this.web=this.createRightProxy("web")(t),this.ws=this.createRightProxy("ws")(t),this.webPasses=Object.values(u1.WEB_PASSES),this.wsPasses=Object.values(c1.WS_PASSES),this.on("error",this.onError)}static createProxyServer(t){return new e(t)}static createServer(t){return new e(t)}static createProxy(t){return new e(t)}};ir.ProxyServer=mp});var oC=x(Hr=>{"use strict";Object.defineProperty(Hr,"__esModule",{value:!0});Hr.numOpenSockets=Hr.ProxyServer=void 0;Hr.createProxyServer=hp;Hr.createServer=hp;Hr.createProxy=hp;var gp=nC();Object.defineProperty(Hr,"ProxyServer",{enumerable:!0,get:function(){return gp.ProxyServer}});var f1=fp();Object.defineProperty(Hr,"numOpenSockets",{enumerable:!0,get:function(){return f1.numOpenSockets}});function hp(e={}){return new gp.ProxyServer(e)}Hr.default=gp.ProxyServer});var aC=x(yp=>{"use strict";yp.parse=C1;yp.serialize=w1;var m1=Object.prototype.toString,g1=Object.prototype.hasOwnProperty,h1=/^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/,y1=/^("?)[\u0021\u0023-\u002B\u002D-\u003A\u003C-\u005B\u005D-\u007E]*\1$/,D1=/^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i,v1=/^[\u0020-\u003A\u003D-\u007E]*$/;function C1(e,t){if(typeof e!="string")throw new TypeError("argument str must be a string");var r={},n=e.length;if(n<2)return r;var o=t&&t.decode||b1,s=0,i=0,a=0;do{if(i=e.indexOf("=",s),i===-1)break;if(a=e.indexOf(";",s),a===-1)a=n;else if(i>a){s=e.lastIndexOf(";",i-1)+1;continue}var u=iC(e,s,i),c=sC(e,i,u),l=e.slice(u,c);if(!g1.call(r,l)){var p=iC(e,i+1,a),d=sC(e,a,p);e.charCodeAt(p)===34&&e.charCodeAt(d-1)===34&&(p++,d--);var g=e.slice(p,d);r[l]=S1(g,o)}s=a+1}while(s<n);return r}function iC(e,t,r){do{var n=e.charCodeAt(t);if(n!==32&&n!==9)return t}while(++t<r);return r}function sC(e,t,r){for(;t>r;){var n=e.charCodeAt(--t);if(n!==32&&n!==9)return t+1}return r}function w1(e,t,r){var n=r&&r.encode||encodeURIComponent;if(typeof n!="function")throw new TypeError("option encode is invalid");if(!h1.test(e))throw new TypeError("argument name is invalid");var o=n(t);if(!y1.test(o))throw new TypeError("argument val is invalid");var s=e+"="+o;if(!r)return s;if(r.maxAge!=null){var i=Math.floor(r.maxAge);if(!isFinite(i))throw new TypeError("option maxAge is invalid");s+="; Max-Age="+i}if(r.domain){if(!D1.test(r.domain))throw new TypeError("option domain is invalid");s+="; Domain="+r.domain}if(r.path){if(!v1.test(r.path))throw new TypeError("option path is invalid");s+="; Path="+r.path}if(r.expires){var a=r.expires;if(!x1(a)||isNaN(a.valueOf()))throw new TypeError("option expires is invalid");s+="; Expires="+a.toUTCString()}if(r.httpOnly&&(s+="; HttpOnly"),r.secure&&(s+="; Secure"),r.partitioned&&(s+="; Partitioned"),r.priority){var u=typeof r.priority=="string"?r.priority.toLowerCase():r.priority;switch(u){case"low":s+="; Priority=Low";break;case"medium":s+="; Priority=Medium";break;case"high":s+="; Priority=High";break;default:throw new TypeError("option priority is invalid")}}if(r.sameSite){var c=typeof r.sameSite=="string"?r.sameSite.toLowerCase():r.sameSite;switch(c){case!0:s+="; SameSite=Strict";break;case"lax":s+="; SameSite=Lax";break;case"strict":s+="; SameSite=Strict";break;case"none":s+="; SameSite=None";break;default:throw new TypeError("option sameSite is invalid")}}return s}function b1(e){return e.indexOf("%")!==-1?decodeURIComponent(e):e}function x1(e){return m1.call(e)==="[object Date]"}function S1(e,t){try{return t(e)}catch{return e}}});var lC=x(Ya=>{var cC=G("crypto");Ya.sign=function(e,t){if(typeof e!="string")throw new TypeError("Cookie value must be provided as a string.");if(typeof t!="string")throw new TypeError("Secret string must be provided.");return e+"."+cC.createHmac("sha256",t).update(e).digest("base64").replace(/\=+$/,"")};Ya.unsign=function(e,t){if(typeof e!="string")throw new TypeError("Signed cookie string must be provided.");if(typeof t!="string")throw new TypeError("Secret string must be provided.");var r=e.slice(0,e.lastIndexOf(".")),n=Ya.sign(r,t);return uC(n)==uC(e)?r:!1};function uC(e){return cC.createHash("sha1").update(e).digest("hex")}});var mC=x((EZ,Ho)=>{"use strict";var E1=aC(),P1=lC();Ho.exports=_1;Ho.exports.JSONCookie=pC;Ho.exports.JSONCookies=Dp;Ho.exports.signedCookie=dC;Ho.exports.signedCookies=fC;function _1(e,t){var r=!e||Array.isArray(e)?e||[]:[e];return function(o,s,i){if(o.cookies)return i();var a=o.headers.cookie;if(o.secret=r[0],o.cookies=Object.create(null),o.signedCookies=Object.create(null),!a)return i();o.cookies=E1.parse(a,t),r.length!==0&&(o.signedCookies=fC(o.cookies,r),o.signedCookies=Dp(o.signedCookies)),o.cookies=Dp(o.cookies),i()}}function pC(e){if(!(typeof e!="string"||e.substr(0,2)!=="j:"))try{return JSON.parse(e.slice(2))}catch{return}}function Dp(e){for(var t=Object.keys(e),r,n,o=0;o<t.length;o++)r=t[o],n=pC(e[r]),n&&(e[r]=n);return e}function dC(e,t){if(typeof e=="string"){if(e.substr(0,2)!=="s:")return e;for(var r=!t||Array.isArray(t)?t||[]:[t],n=0;n<r.length;n++){var o=P1.unsign(e.slice(2),r[n]);if(o!==!1)return o}return!1}}function fC(e,t){for(var r=Object.keys(e),n,o,s=Object.create(null),i,a=0;a<r.length;a++)o=r[a],i=e[o],n=dC(i,t),i!==n&&(s[o]=n,delete e[o]);return s}});var Ds=x(le=>{"use strict";Object.defineProperty(le,"__esModule",{value:!0});le.regexpCode=le.getEsmExportName=le.getProperty=le.safeStringify=le.stringify=le.strConcat=le.addCodeArg=le.str=le._=le.nil=le._Code=le.Name=le.IDENTIFIER=le._CodeOrName=void 0;var hs=class{};le._CodeOrName=hs;le.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var so=class extends hs{constructor(t){if(super(),!le.IDENTIFIER.test(t))throw new Error("CodeGen: name must be a valid identifier");this.str=t}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};le.Name=so;var cr=class extends hs{constructor(t){super(),this._items=typeof t=="string"?[t]:t}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let t=this._items[0];return t===""||t==='""'}get str(){var t;return(t=this._str)!==null&&t!==void 0?t:this._str=this._items.reduce((r,n)=>`${r}${n}`,"")}get names(){var t;return(t=this._names)!==null&&t!==void 0?t:this._names=this._items.reduce((r,n)=>(n instanceof so&&(r[n.str]=(r[n.str]||0)+1),r),{})}};le._Code=cr;le.nil=new cr("");function Qx(e,...t){let r=[e[0]],n=0;for(;n<t.length;)_d(r,t[n]),r.push(e[++n]);return new cr(r)}le._=Qx;var Pd=new cr("+");function Xx(e,...t){let r=[ys(e[0])],n=0;for(;n<t.length;)r.push(Pd),_d(r,t[n]),r.push(Pd,ys(e[++n]));return U2(r),new cr(r)}le.str=Xx;function _d(e,t){t instanceof cr?e.push(...t._items):t instanceof so?e.push(t):e.push(q2(t))}le.addCodeArg=_d;function U2(e){let t=1;for(;t<e.length-1;){if(e[t]===Pd){let r=V2(e[t-1],e[t+1]);if(r!==void 0){e.splice(t-1,3,r);continue}e[t++]="+"}t++}}function V2(e,t){if(t==='""')return e;if(e==='""')return t;if(typeof e=="string")return t instanceof so||e[e.length-1]!=='"'?void 0:typeof t!="string"?`${e.slice(0,-1)}${t}"`:t[0]==='"'?e.slice(0,-1)+t.slice(1):void 0;if(typeof t=="string"&&t[0]==='"'&&!(e instanceof so))return`"${e}${t.slice(1)}`}function H2(e,t){return t.emptyStr()?e:e.emptyStr()?t:Xx`${e}${t}`}le.strConcat=H2;function q2(e){return typeof e=="number"||typeof e=="boolean"||e===null?e:ys(Array.isArray(e)?e.join(","):e)}function K2(e){return new cr(ys(e))}le.stringify=K2;function ys(e){return JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}le.safeStringify=ys;function G2(e){return typeof e=="string"&&le.IDENTIFIER.test(e)?new cr(`.${e}`):Qx`[${e}]`}le.getProperty=G2;function W2(e){if(typeof e=="string"&&le.IDENTIFIER.test(e))return new cr(`${e}`);throw new Error(`CodeGen: invalid export name: ${e}, use explicit $id name mapping`)}le.getEsmExportName=W2;function Z2(e){return new cr(e.toString())}le.regexpCode=Z2});var Fd=x(Lt=>{"use strict";Object.defineProperty(Lt,"__esModule",{value:!0});Lt.ValueScope=Lt.ValueScopeName=Lt.Scope=Lt.varKinds=Lt.UsedValueState=void 0;var Mt=Ds(),Td=class extends Error{constructor(t){super(`CodeGen: "code" for ${t} not defined`),this.value=t.value}},vu;(function(e){e[e.Started=0]="Started",e[e.Completed=1]="Completed"})(vu||(Lt.UsedValueState=vu={}));Lt.varKinds={const:new Mt.Name("const"),let:new Mt.Name("let"),var:new Mt.Name("var")};var Cu=class{constructor({prefixes:t,parent:r}={}){this._names={},this._prefixes=t,this._parent=r}toName(t){return t instanceof Mt.Name?t:this.name(t)}name(t){return new Mt.Name(this._newName(t))}_newName(t){let r=this._names[t]||this._nameGroup(t);return`${t}${r.index++}`}_nameGroup(t){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(t)||this._prefixes&&!this._prefixes.has(t))throw new Error(`CodeGen: prefix "${t}" is not allowed in this scope`);return this._names[t]={prefix:t,index:0}}};Lt.Scope=Cu;var wu=class extends Mt.Name{constructor(t,r){super(r),this.prefix=t}setValue(t,{property:r,itemIndex:n}){this.value=t,this.scopePath=(0,Mt._)`.${new Mt.Name(r)}[${n}]`}};Lt.ValueScopeName=wu;var J2=(0,Mt._)`\n`,Ad=class extends Cu{constructor(t){super(t),this._values={},this._scope=t.scope,this.opts={...t,_n:t.lines?J2:Mt.nil}}get(){return this._scope}name(t){return new wu(t,this._newName(t))}value(t,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let o=this.toName(t),{prefix:s}=o,i=(n=r.key)!==null&&n!==void 0?n:r.ref,a=this._values[s];if(a){let l=a.get(i);if(l)return l}else a=this._values[s]=new Map;a.set(i,o);let u=this._scope[s]||(this._scope[s]=[]),c=u.length;return u[c]=r.ref,o.setValue(r,{property:s,itemIndex:c}),o}getValue(t,r){let n=this._values[t];if(n)return n.get(r)}scopeRefs(t,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,Mt._)`${t}${n.scopePath}`})}scopeCode(t=this._values,r,n){return this._reduceValues(t,o=>{if(o.value===void 0)throw new Error(`CodeGen: name "${o}" has no value`);return o.value.code},r,n)}_reduceValues(t,r,n={},o){let s=Mt.nil;for(let i in t){let a=t[i];if(!a)continue;let u=n[i]=n[i]||new Map;a.forEach(c=>{if(u.has(c))return;u.set(c,vu.Started);let l=r(c);if(l){let p=this.opts.es5?Lt.varKinds.var:Lt.varKinds.const;s=(0,Mt._)`${s}${p} ${c} = ${l};${this.opts._n}`}else if(l=o?.(c))s=(0,Mt._)`${s}${l}${this.opts._n}`;else throw new Td(c);u.set(c,vu.Completed)})}return s}};Lt.ValueScope=Ad});var Y=x(Q=>{"use strict";Object.defineProperty(Q,"__esModule",{value:!0});Q.or=Q.and=Q.not=Q.CodeGen=Q.operators=Q.varKinds=Q.ValueScopeName=Q.ValueScope=Q.Scope=Q.Name=Q.regexpCode=Q.stringify=Q.getProperty=Q.nil=Q.strConcat=Q.str=Q._=void 0;var ie=Ds(),wr=Fd(),Fn=Ds();Object.defineProperty(Q,"_",{enumerable:!0,get:function(){return Fn._}});Object.defineProperty(Q,"str",{enumerable:!0,get:function(){return Fn.str}});Object.defineProperty(Q,"strConcat",{enumerable:!0,get:function(){return Fn.strConcat}});Object.defineProperty(Q,"nil",{enumerable:!0,get:function(){return Fn.nil}});Object.defineProperty(Q,"getProperty",{enumerable:!0,get:function(){return Fn.getProperty}});Object.defineProperty(Q,"stringify",{enumerable:!0,get:function(){return Fn.stringify}});Object.defineProperty(Q,"regexpCode",{enumerable:!0,get:function(){return Fn.regexpCode}});Object.defineProperty(Q,"Name",{enumerable:!0,get:function(){return Fn.Name}});var Eu=Fd();Object.defineProperty(Q,"Scope",{enumerable:!0,get:function(){return Eu.Scope}});Object.defineProperty(Q,"ValueScope",{enumerable:!0,get:function(){return Eu.ValueScope}});Object.defineProperty(Q,"ValueScopeName",{enumerable:!0,get:function(){return Eu.ValueScopeName}});Object.defineProperty(Q,"varKinds",{enumerable:!0,get:function(){return Eu.varKinds}});Q.operators={GT:new ie._Code(">"),GTE:new ie._Code(">="),LT:new ie._Code("<"),LTE:new ie._Code("<="),EQ:new ie._Code("==="),NEQ:new ie._Code("!=="),NOT:new ie._Code("!"),OR:new ie._Code("||"),AND:new ie._Code("&&"),ADD:new ie._Code("+")};var pn=class{optimizeNodes(){return this}optimizeNames(t,r){return this}},Rd=class extends pn{constructor(t,r,n){super(),this.varKind=t,this.name=r,this.rhs=n}render({es5:t,_n:r}){let n=t?wr.varKinds.var:this.varKind,o=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${o};`+r}optimizeNames(t,r){if(t[this.name.str])return this.rhs&&(this.rhs=Yo(this.rhs,t,r)),this}get names(){return this.rhs instanceof ie._CodeOrName?this.rhs.names:{}}},bu=class extends pn{constructor(t,r,n){super(),this.lhs=t,this.rhs=r,this.sideEffects=n}render({_n:t}){return`${this.lhs} = ${this.rhs};`+t}optimizeNames(t,r){if(!(this.lhs instanceof ie.Name&&!t[this.lhs.str]&&!this.sideEffects))return this.rhs=Yo(this.rhs,t,r),this}get names(){let t=this.lhs instanceof ie.Name?{}:{...this.lhs.names};return Su(t,this.rhs)}},$d=class extends bu{constructor(t,r,n,o){super(t,n,o),this.op=r}render({_n:t}){return`${this.lhs} ${this.op}= ${this.rhs};`+t}},kd=class extends pn{constructor(t){super(),this.label=t,this.names={}}render({_n:t}){return`${this.label}:`+t}},Id=class extends pn{constructor(t){super(),this.label=t,this.names={}}render({_n:t}){return`break${this.label?` ${this.label}`:""};`+t}},Nd=class extends pn{constructor(t){super(),this.error=t}render({_n:t}){return`throw ${this.error};`+t}get names(){return this.error.names}},Od=class extends pn{constructor(t){super(),this.code=t}render({_n:t}){return`${this.code};`+t}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(t,r){return this.code=Yo(this.code,t,r),this}get names(){return this.code instanceof ie._CodeOrName?this.code.names:{}}},vs=class extends pn{constructor(t=[]){super(),this.nodes=t}render(t){return this.nodes.reduce((r,n)=>r+n.render(t),"")}optimizeNodes(){let{nodes:t}=this,r=t.length;for(;r--;){let n=t[r].optimizeNodes();Array.isArray(n)?t.splice(r,1,...n):n?t[r]=n:t.splice(r,1)}return t.length>0?this:void 0}optimizeNames(t,r){let{nodes:n}=this,o=n.length;for(;o--;){let s=n[o];s.optimizeNames(t,r)||(Y2(t,s.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((t,r)=>co(t,r.names),{})}},dn=class extends vs{render(t){return"{"+t._n+super.render(t)+"}"+t._n}},Md=class extends vs{},Jo=class extends dn{};Jo.kind="else";var ao=class e extends dn{constructor(t,r){super(r),this.condition=t}render(t){let r=`if(${this.condition})`+super.render(t);return this.else&&(r+="else "+this.else.render(t)),r}optimizeNodes(){super.optimizeNodes();let t=this.condition;if(t===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new Jo(n):n}if(r)return t===!1?r instanceof e?r:r.nodes:this.nodes.length?this:new e(e0(t),r instanceof e?[r]:r.nodes);if(!(t===!1||!this.nodes.length))return this}optimizeNames(t,r){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(t,r),!!(super.optimizeNames(t,r)||this.else))return this.condition=Yo(this.condition,t,r),this}get names(){let t=super.names;return Su(t,this.condition),this.else&&co(t,this.else.names),t}};ao.kind="if";var uo=class extends dn{};uo.kind="for";var Ld=class extends uo{constructor(t){super(),this.iteration=t}render(t){return`for(${this.iteration})`+super.render(t)}optimizeNames(t,r){if(super.optimizeNames(t,r))return this.iteration=Yo(this.iteration,t,r),this}get names(){return co(super.names,this.iteration.names)}},Bd=class extends uo{constructor(t,r,n,o){super(),this.varKind=t,this.name=r,this.from=n,this.to=o}render(t){let r=t.es5?wr.varKinds.var:this.varKind,{name:n,from:o,to:s}=this;return`for(${r} ${n}=${o}; ${n}<${s}; ${n}++)`+super.render(t)}get names(){let t=Su(super.names,this.from);return Su(t,this.to)}},xu=class extends uo{constructor(t,r,n,o){super(),this.loop=t,this.varKind=r,this.name=n,this.iterable=o}render(t){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(t)}optimizeNames(t,r){if(super.optimizeNames(t,r))return this.iterable=Yo(this.iterable,t,r),this}get names(){return co(super.names,this.iterable.names)}},Cs=class extends dn{constructor(t,r,n){super(),this.name=t,this.args=r,this.async=n}render(t){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(t)}};Cs.kind="func";var ws=class extends vs{render(t){return"return "+super.render(t)}};ws.kind="return";var zd=class extends dn{render(t){let r="try"+super.render(t);return this.catch&&(r+=this.catch.render(t)),this.finally&&(r+=this.finally.render(t)),r}optimizeNodes(){var t,r;return super.optimizeNodes(),(t=this.catch)===null||t===void 0||t.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(t,r){var n,o;return super.optimizeNames(t,r),(n=this.catch)===null||n===void 0||n.optimizeNames(t,r),(o=this.finally)===null||o===void 0||o.optimizeNames(t,r),this}get names(){let t=super.names;return this.catch&&co(t,this.catch.names),this.finally&&co(t,this.finally.names),t}},bs=class extends dn{constructor(t){super(),this.error=t}render(t){return`catch(${this.error})`+super.render(t)}};bs.kind="catch";var xs=class extends dn{render(t){return"finally"+super.render(t)}};xs.kind="finally";var jd=class{constructor(t,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
|
|
27
|
-
`:""},this._extScope=t,this._scope=new wr.Scope({parent:t}),this._nodes=[new Md]}toString(){return this._root.render(this.opts)}name(t){return this._scope.name(t)}scopeName(t){return this._extScope.name(t)}scopeValue(t,r){let n=this._extScope.value(t,r);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(t,r){return this._extScope.getValue(t,r)}scopeRefs(t){return this._extScope.scopeRefs(t,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(t,r,n,o){let s=this._scope.toName(r);return n!==void 0&&o&&(this._constants[s.str]=n),this._leafNode(new Rd(t,s,n)),s}const(t,r,n){return this._def(wr.varKinds.const,t,r,n)}let(t,r,n){return this._def(wr.varKinds.let,t,r,n)}var(t,r,n){return this._def(wr.varKinds.var,t,r,n)}assign(t,r,n){return this._leafNode(new bu(t,r,n))}add(t,r){return this._leafNode(new $d(t,Q.operators.ADD,r))}code(t){return typeof t=="function"?t():t!==ie.nil&&this._leafNode(new Od(t)),this}object(...t){let r=["{"];for(let[n,o]of t)r.length>1&&r.push(","),r.push(n),(n!==o||this.opts.es5)&&(r.push(":"),(0,ie.addCodeArg)(r,o));return r.push("}"),new ie._Code(r)}if(t,r,n){if(this._blockNode(new ao(t)),r&&n)this.code(r).else().code(n).endIf();else if(r)this.code(r).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(t){return this._elseNode(new ao(t))}else(){return this._elseNode(new Jo)}endIf(){return this._endBlockNode(ao,Jo)}_for(t,r){return this._blockNode(t),r&&this.code(r).endFor(),this}for(t,r){return this._for(new Ld(t),r)}forRange(t,r,n,o,s=this.opts.es5?wr.varKinds.var:wr.varKinds.let){let i=this._scope.toName(t);return this._for(new Bd(s,i,r,n),()=>o(i))}forOf(t,r,n,o=wr.varKinds.const){let s=this._scope.toName(t);if(this.opts.es5){let i=r instanceof ie.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,ie._)`${i}.length`,a=>{this.var(s,(0,ie._)`${i}[${a}]`),n(s)})}return this._for(new xu("of",o,s,r),()=>n(s))}forIn(t,r,n,o=this.opts.es5?wr.varKinds.var:wr.varKinds.const){if(this.opts.ownProperties)return this.forOf(t,(0,ie._)`Object.keys(${r})`,n);let s=this._scope.toName(t);return this._for(new xu("in",o,s,r),()=>n(s))}endFor(){return this._endBlockNode(uo)}label(t){return this._leafNode(new kd(t))}break(t){return this._leafNode(new Id(t))}return(t){let r=new ws;if(this._blockNode(r),this.code(t),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(ws)}try(t,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new zd;if(this._blockNode(o),this.code(t),r){let s=this.name("e");this._currNode=o.catch=new bs(s),r(s)}return n&&(this._currNode=o.finally=new xs,this.code(n)),this._endBlockNode(bs,xs)}throw(t){return this._leafNode(new Nd(t))}block(t,r){return this._blockStarts.push(this._nodes.length),t&&this.code(t).endBlock(r),this}endBlock(t){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-r;if(n<0||t!==void 0&&n!==t)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${t} expected`);return this._nodes.length=r,this}func(t,r=ie.nil,n,o){return this._blockNode(new Cs(t,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode(Cs)}optimize(t=1){for(;t-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(t){return this._currNode.nodes.push(t),this}_blockNode(t){this._currNode.nodes.push(t),this._nodes.push(t)}_endBlockNode(t,r){let n=this._currNode;if(n instanceof t||r&&n instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${t.kind}/${r.kind}`:t.kind}"`)}_elseNode(t){let r=this._currNode;if(!(r instanceof ao))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=t,this}get _root(){return this._nodes[0]}get _currNode(){let t=this._nodes;return t[t.length-1]}set _currNode(t){let r=this._nodes;r[r.length-1]=t}};Q.CodeGen=jd;function co(e,t){for(let r in t)e[r]=(e[r]||0)+(t[r]||0);return e}function Su(e,t){return t instanceof ie._CodeOrName?co(e,t.names):e}function Yo(e,t,r){if(e instanceof ie.Name)return n(e);if(!o(e))return e;return new ie._Code(e._items.reduce((s,i)=>(i instanceof ie.Name&&(i=n(i)),i instanceof ie._Code?s.push(...i._items):s.push(i),s),[]));function n(s){let i=r[s.str];return i===void 0||t[s.str]!==1?s:(delete t[s.str],i)}function o(s){return s instanceof ie._Code&&s._items.some(i=>i instanceof ie.Name&&t[i.str]===1&&r[i.str]!==void 0)}}function Y2(e,t){for(let r in t)e[r]=(e[r]||0)-(t[r]||0)}function e0(e){return typeof e=="boolean"||typeof e=="number"||e===null?!e:(0,ie._)`!${Ud(e)}`}Q.not=e0;var Q2=t0(Q.operators.AND);function X2(...e){return e.reduce(Q2)}Q.and=X2;var eM=t0(Q.operators.OR);function tM(...e){return e.reduce(eM)}Q.or=tM;function t0(e){return(t,r)=>t===ie.nil?r:r===ie.nil?t:(0,ie._)`${Ud(t)} ${e} ${Ud(r)}`}function Ud(e){return e instanceof ie.Name?e:(0,ie._)`(${e})`}});var pe=x(ee=>{"use strict";Object.defineProperty(ee,"__esModule",{value:!0});ee.checkStrictMode=ee.getErrorPath=ee.Type=ee.useFunc=ee.setEvaluated=ee.evaluatedPropsToName=ee.mergeEvaluated=ee.eachItem=ee.unescapeJsonPointer=ee.escapeJsonPointer=ee.escapeFragment=ee.unescapeFragment=ee.schemaRefOrVal=ee.schemaHasRulesButRef=ee.schemaHasRules=ee.checkUnknownRules=ee.alwaysValidSchema=ee.toHash=void 0;var we=Y(),rM=Ds();function nM(e){let t={};for(let r of e)t[r]=!0;return t}ee.toHash=nM;function oM(e,t){return typeof t=="boolean"?t:Object.keys(t).length===0?!0:(o0(e,t),!i0(t,e.self.RULES.all))}ee.alwaysValidSchema=oM;function o0(e,t=e.schema){let{opts:r,self:n}=e;if(!r.strictSchema||typeof t=="boolean")return;let o=n.RULES.keywords;for(let s in t)o[s]||u0(e,`unknown keyword: "${s}"`)}ee.checkUnknownRules=o0;function i0(e,t){if(typeof e=="boolean")return!e;for(let r in e)if(t[r])return!0;return!1}ee.schemaHasRules=i0;function iM(e,t){if(typeof e=="boolean")return!e;for(let r in e)if(r!=="$ref"&&t.all[r])return!0;return!1}ee.schemaHasRulesButRef=iM;function sM({topSchemaRef:e,schemaPath:t},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,we._)`${r}`}return(0,we._)`${e}${t}${(0,we.getProperty)(n)}`}ee.schemaRefOrVal=sM;function aM(e){return s0(decodeURIComponent(e))}ee.unescapeFragment=aM;function uM(e){return encodeURIComponent(Hd(e))}ee.escapeFragment=uM;function Hd(e){return typeof e=="number"?`${e}`:e.replace(/~/g,"~0").replace(/\//g,"~1")}ee.escapeJsonPointer=Hd;function s0(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}ee.unescapeJsonPointer=s0;function cM(e,t){if(Array.isArray(e))for(let r of e)t(r);else t(e)}ee.eachItem=cM;function r0({mergeNames:e,mergeToName:t,mergeValues:r,resultToName:n}){return(o,s,i,a)=>{let u=i===void 0?s:i instanceof we.Name?(s instanceof we.Name?e(o,s,i):t(o,s,i),i):s instanceof we.Name?(t(o,i,s),s):r(s,i);return a===we.Name&&!(u instanceof we.Name)?n(o,u):u}}ee.mergeEvaluated={props:r0({mergeNames:(e,t,r)=>e.if((0,we._)`${r} !== true && ${t} !== undefined`,()=>{e.if((0,we._)`${t} === true`,()=>e.assign(r,!0),()=>e.assign(r,(0,we._)`${r} || {}`).code((0,we._)`Object.assign(${r}, ${t})`))}),mergeToName:(e,t,r)=>e.if((0,we._)`${r} !== true`,()=>{t===!0?e.assign(r,!0):(e.assign(r,(0,we._)`${r} || {}`),qd(e,r,t))}),mergeValues:(e,t)=>e===!0?!0:{...e,...t},resultToName:a0}),items:r0({mergeNames:(e,t,r)=>e.if((0,we._)`${r} !== true && ${t} !== undefined`,()=>e.assign(r,(0,we._)`${t} === true ? true : ${r} > ${t} ? ${r} : ${t}`)),mergeToName:(e,t,r)=>e.if((0,we._)`${r} !== true`,()=>e.assign(r,t===!0?!0:(0,we._)`${r} > ${t} ? ${r} : ${t}`)),mergeValues:(e,t)=>e===!0?!0:Math.max(e,t),resultToName:(e,t)=>e.var("items",t)})};function a0(e,t){if(t===!0)return e.var("props",!0);let r=e.var("props",(0,we._)`{}`);return t!==void 0&&qd(e,r,t),r}ee.evaluatedPropsToName=a0;function qd(e,t,r){Object.keys(r).forEach(n=>e.assign((0,we._)`${t}${(0,we.getProperty)(n)}`,!0))}ee.setEvaluated=qd;var n0={};function lM(e,t){return e.scopeValue("func",{ref:t,code:n0[t.code]||(n0[t.code]=new rM._Code(t.code))})}ee.useFunc=lM;var Vd;(function(e){e[e.Num=0]="Num",e[e.Str=1]="Str"})(Vd||(ee.Type=Vd={}));function pM(e,t,r){if(e instanceof we.Name){let n=t===Vd.Num;return r?n?(0,we._)`"[" + ${e} + "]"`:(0,we._)`"['" + ${e} + "']"`:n?(0,we._)`"/" + ${e}`:(0,we._)`"/" + ${e}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,we.getProperty)(e).toString():"/"+Hd(e)}ee.getErrorPath=pM;function u0(e,t,r=e.opts.strictSchema){if(r){if(t=`strict mode: ${t}`,r===!0)throw new Error(t);e.self.logger.warn(t)}}ee.checkStrictMode=u0});var fn=x(Kd=>{"use strict";Object.defineProperty(Kd,"__esModule",{value:!0});var yt=Y(),dM={data:new yt.Name("data"),valCxt:new yt.Name("valCxt"),instancePath:new yt.Name("instancePath"),parentData:new yt.Name("parentData"),parentDataProperty:new yt.Name("parentDataProperty"),rootData:new yt.Name("rootData"),dynamicAnchors:new yt.Name("dynamicAnchors"),vErrors:new yt.Name("vErrors"),errors:new yt.Name("errors"),this:new yt.Name("this"),self:new yt.Name("self"),scope:new yt.Name("scope"),json:new yt.Name("json"),jsonPos:new yt.Name("jsonPos"),jsonLen:new yt.Name("jsonLen"),jsonPart:new yt.Name("jsonPart")};Kd.default=dM});var Ss=x(Dt=>{"use strict";Object.defineProperty(Dt,"__esModule",{value:!0});Dt.extendErrors=Dt.resetErrorsCount=Dt.reportExtraError=Dt.reportError=Dt.keyword$DataError=Dt.keywordError=void 0;var ue=Y(),Pu=pe(),Pt=fn();Dt.keywordError={message:({keyword:e})=>(0,ue.str)`must pass "${e}" keyword validation`};Dt.keyword$DataError={message:({keyword:e,schemaType:t})=>t?(0,ue.str)`"${e}" keyword must be ${t} ($data)`:(0,ue.str)`"${e}" keyword is invalid ($data)`};function fM(e,t=Dt.keywordError,r,n){let{it:o}=e,{gen:s,compositeRule:i,allErrors:a}=o,u=p0(e,t,r);n??(i||a)?c0(s,u):l0(o,(0,ue._)`[${u}]`)}Dt.reportError=fM;function mM(e,t=Dt.keywordError,r){let{it:n}=e,{gen:o,compositeRule:s,allErrors:i}=n,a=p0(e,t,r);c0(o,a),s||i||l0(n,Pt.default.vErrors)}Dt.reportExtraError=mM;function gM(e,t){e.assign(Pt.default.errors,t),e.if((0,ue._)`${Pt.default.vErrors} !== null`,()=>e.if(t,()=>e.assign((0,ue._)`${Pt.default.vErrors}.length`,t),()=>e.assign(Pt.default.vErrors,null)))}Dt.resetErrorsCount=gM;function hM({gen:e,keyword:t,schemaValue:r,data:n,errsCount:o,it:s}){if(o===void 0)throw new Error("ajv implementation error");let i=e.name("err");e.forRange("i",o,Pt.default.errors,a=>{e.const(i,(0,ue._)`${Pt.default.vErrors}[${a}]`),e.if((0,ue._)`${i}.instancePath === undefined`,()=>e.assign((0,ue._)`${i}.instancePath`,(0,ue.strConcat)(Pt.default.instancePath,s.errorPath))),e.assign((0,ue._)`${i}.schemaPath`,(0,ue.str)`${s.errSchemaPath}/${t}`),s.opts.verbose&&(e.assign((0,ue._)`${i}.schema`,r),e.assign((0,ue._)`${i}.data`,n))})}Dt.extendErrors=hM;function c0(e,t){let r=e.const("err",t);e.if((0,ue._)`${Pt.default.vErrors} === null`,()=>e.assign(Pt.default.vErrors,(0,ue._)`[${r}]`),(0,ue._)`${Pt.default.vErrors}.push(${r})`),e.code((0,ue._)`${Pt.default.errors}++`)}function l0(e,t){let{gen:r,validateName:n,schemaEnv:o}=e;o.$async?r.throw((0,ue._)`new ${e.ValidationError}(${t})`):(r.assign((0,ue._)`${n}.errors`,t),r.return(!1))}var lo={keyword:new ue.Name("keyword"),schemaPath:new ue.Name("schemaPath"),params:new ue.Name("params"),propertyName:new ue.Name("propertyName"),message:new ue.Name("message"),schema:new ue.Name("schema"),parentSchema:new ue.Name("parentSchema")};function p0(e,t,r){let{createErrors:n}=e.it;return n===!1?(0,ue._)`{}`:yM(e,t,r)}function yM(e,t,r={}){let{gen:n,it:o}=e,s=[DM(o,r),vM(e,r)];return CM(e,t,s),n.object(...s)}function DM({errorPath:e},{instancePath:t}){let r=t?(0,ue.str)`${e}${(0,Pu.getErrorPath)(t,Pu.Type.Str)}`:e;return[Pt.default.instancePath,(0,ue.strConcat)(Pt.default.instancePath,r)]}function vM({keyword:e,it:{errSchemaPath:t}},{schemaPath:r,parentSchema:n}){let o=n?t:(0,ue.str)`${t}/${e}`;return r&&(o=(0,ue.str)`${o}${(0,Pu.getErrorPath)(r,Pu.Type.Str)}`),[lo.schemaPath,o]}function CM(e,{params:t,message:r},n){let{keyword:o,data:s,schemaValue:i,it:a}=e,{opts:u,propertyName:c,topSchemaRef:l,schemaPath:p}=a;n.push([lo.keyword,o],[lo.params,typeof t=="function"?t(e):t||(0,ue._)`{}`]),u.messages&&n.push([lo.message,typeof r=="function"?r(e):r]),u.verbose&&n.push([lo.schema,i],[lo.parentSchema,(0,ue._)`${l}${p}`],[Pt.default.data,s]),c&&n.push([lo.propertyName,c])}});var f0=x(Qo=>{"use strict";Object.defineProperty(Qo,"__esModule",{value:!0});Qo.boolOrEmptySchema=Qo.topBoolOrEmptySchema=void 0;var wM=Ss(),bM=Y(),xM=fn(),SM={message:"boolean schema is false"};function EM(e){let{gen:t,schema:r,validateName:n}=e;r===!1?d0(e,!1):typeof r=="object"&&r.$async===!0?t.return(xM.default.data):(t.assign((0,bM._)`${n}.errors`,null),t.return(!0))}Qo.topBoolOrEmptySchema=EM;function PM(e,t){let{gen:r,schema:n}=e;n===!1?(r.var(t,!1),d0(e)):r.var(t,!0)}Qo.boolOrEmptySchema=PM;function d0(e,t){let{gen:r,data:n}=e,o={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:e};(0,wM.reportError)(o,SM,void 0,t)}});var Gd=x(Xo=>{"use strict";Object.defineProperty(Xo,"__esModule",{value:!0});Xo.getRules=Xo.isJSONType=void 0;var _M=["string","number","integer","boolean","null","object","array"],TM=new Set(_M);function AM(e){return typeof e=="string"&&TM.has(e)}Xo.isJSONType=AM;function FM(){let e={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}}Xo.getRules=FM});var Wd=x(Rn=>{"use strict";Object.defineProperty(Rn,"__esModule",{value:!0});Rn.shouldUseRule=Rn.shouldUseGroup=Rn.schemaHasRulesForType=void 0;function RM({schema:e,self:t},r){let n=t.RULES.types[r];return n&&n!==!0&&m0(e,n)}Rn.schemaHasRulesForType=RM;function m0(e,t){return t.rules.some(r=>g0(e,r))}Rn.shouldUseGroup=m0;function g0(e,t){var r;return e[t.keyword]!==void 0||((r=t.definition.implements)===null||r===void 0?void 0:r.some(n=>e[n]!==void 0))}Rn.shouldUseRule=g0});var Es=x(vt=>{"use strict";Object.defineProperty(vt,"__esModule",{value:!0});vt.reportTypeError=vt.checkDataTypes=vt.checkDataType=vt.coerceAndCheckDataType=vt.getJSONTypes=vt.getSchemaTypes=vt.DataType=void 0;var $M=Gd(),kM=Wd(),IM=Ss(),W=Y(),h0=pe(),ei;(function(e){e[e.Correct=0]="Correct",e[e.Wrong=1]="Wrong"})(ei||(vt.DataType=ei={}));function NM(e){let t=y0(e.type);if(t.includes("null")){if(e.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!t.length&&e.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');e.nullable===!0&&t.push("null")}return t}vt.getSchemaTypes=NM;function y0(e){let t=Array.isArray(e)?e:e?[e]:[];if(t.every($M.isJSONType))return t;throw new Error("type must be JSONType or JSONType[]: "+t.join(","))}vt.getJSONTypes=y0;function OM(e,t){let{gen:r,data:n,opts:o}=e,s=MM(t,o.coerceTypes),i=t.length>0&&!(s.length===0&&t.length===1&&(0,kM.schemaHasRulesForType)(e,t[0]));if(i){let a=Jd(t,n,o.strictNumbers,ei.Wrong);r.if(a,()=>{s.length?LM(e,t,s):Yd(e)})}return i}vt.coerceAndCheckDataType=OM;var D0=new Set(["string","number","integer","boolean","null"]);function MM(e,t){return t?e.filter(r=>D0.has(r)||t==="array"&&r==="array"):[]}function LM(e,t,r){let{gen:n,data:o,opts:s}=e,i=n.let("dataType",(0,W._)`typeof ${o}`),a=n.let("coerced",(0,W._)`undefined`);s.coerceTypes==="array"&&n.if((0,W._)`${i} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,W._)`${o}[0]`).assign(i,(0,W._)`typeof ${o}`).if(Jd(t,o,s.strictNumbers),()=>n.assign(a,o))),n.if((0,W._)`${a} !== undefined`);for(let c of r)(D0.has(c)||c==="array"&&s.coerceTypes==="array")&&u(c);n.else(),Yd(e),n.endIf(),n.if((0,W._)`${a} !== undefined`,()=>{n.assign(o,a),BM(e,a)});function u(c){switch(c){case"string":n.elseIf((0,W._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,W._)`"" + ${o}`).elseIf((0,W._)`${o} === null`).assign(a,(0,W._)`""`);return;case"number":n.elseIf((0,W._)`${i} == "boolean" || ${o} === null
|
|
28
|
-
|| (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,
|
|
29
|
-
|| (${i} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(a,(0,
|
|
30
|
-
|| ${i} === "boolean" || ${o} === null`).assign(a,(0,W._)`[${o}]`)}}}function BM({gen:e,parentData:t,parentDataProperty:r},n){e.if((0,W._)`${t} !== undefined`,()=>e.assign((0,W._)`${t}[${r}]`,n))}function Zd(e,t,r,n=ei.Correct){let o=n===ei.Correct?W.operators.EQ:W.operators.NEQ,s;switch(e){case"null":return(0,W._)`${t} ${o} null`;case"array":s=(0,W._)`Array.isArray(${t})`;break;case"object":s=(0,W._)`${t} && typeof ${t} == "object" && !Array.isArray(${t})`;break;case"integer":s=i((0,W._)`!(${t} % 1) && !isNaN(${t})`);break;case"number":s=i();break;default:return(0,W._)`typeof ${t} ${o} ${e}`}return n===ei.Correct?s:(0,W.not)(s);function i(a=W.nil){return(0,W.and)((0,W._)`typeof ${t} == "number"`,a,r?(0,W._)`isFinite(${t})`:W.nil)}}vt.checkDataType=Zd;function Jd(e,t,r,n){if(e.length===1)return Zd(e[0],t,r,n);let o,s=(0,h0.toHash)(e);if(s.array&&s.object){let i=(0,W._)`typeof ${t} != "object"`;o=s.null?i:(0,W._)`!${t} || ${i}`,delete s.null,delete s.array,delete s.object}else o=W.nil;s.number&&delete s.integer;for(let i in s)o=(0,W.and)(o,Zd(i,t,r,n));return o}vt.checkDataTypes=Jd;var zM={message:({schema:e})=>`must be ${e}`,params:({schema:e,schemaValue:t})=>typeof e=="string"?(0,W._)`{type: ${e}}`:(0,W._)`{type: ${t}}`};function Yd(e){let t=jM(e);(0,IM.reportError)(t,zM)}vt.reportTypeError=Yd;function jM(e){let{gen:t,data:r,schema:n}=e,o=(0,h0.schemaRefOrVal)(e,n,"type");return{gen:t,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:e}}});var C0=x(_u=>{"use strict";Object.defineProperty(_u,"__esModule",{value:!0});_u.assignDefaults=void 0;var ti=Y(),UM=pe();function VM(e,t){let{properties:r,items:n}=e.schema;if(t==="object"&&r)for(let o in r)v0(e,o,r[o].default);else t==="array"&&Array.isArray(n)&&n.forEach((o,s)=>v0(e,s,o.default))}_u.assignDefaults=VM;function v0(e,t,r){let{gen:n,compositeRule:o,data:s,opts:i}=e;if(r===void 0)return;let a=(0,ti._)`${s}${(0,ti.getProperty)(t)}`;if(o){(0,UM.checkStrictMode)(e,`default is ignored for: ${a}`);return}let u=(0,ti._)`${a} === undefined`;i.useDefaults==="empty"&&(u=(0,ti._)`${u} || ${a} === null || ${a} === ""`),n.if(u,(0,ti._)`${a} = ${(0,ti.stringify)(r)}`)}});var lr=x(ve=>{"use strict";Object.defineProperty(ve,"__esModule",{value:!0});ve.validateUnion=ve.validateArray=ve.usePattern=ve.callValidateCode=ve.schemaProperties=ve.allSchemaProperties=ve.noPropertyInData=ve.propertyInData=ve.isOwnProperty=ve.hasPropFunc=ve.reportMissingProp=ve.checkMissingProp=ve.checkReportMissingProp=void 0;var $e=Y(),Qd=pe(),$n=fn(),HM=pe();function qM(e,t){let{gen:r,data:n,it:o}=e;r.if(ef(r,n,t,o.opts.ownProperties),()=>{e.setParams({missingProperty:(0,$e._)`${t}`},!0),e.error()})}ve.checkReportMissingProp=qM;function KM({gen:e,data:t,it:{opts:r}},n,o){return(0,$e.or)(...n.map(s=>(0,$e.and)(ef(e,t,s,r.ownProperties),(0,$e._)`${o} = ${s}`)))}ve.checkMissingProp=KM;function GM(e,t){e.setParams({missingProperty:t},!0),e.error()}ve.reportMissingProp=GM;function w0(e){return e.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,$e._)`Object.prototype.hasOwnProperty`})}ve.hasPropFunc=w0;function Xd(e,t,r){return(0,$e._)`${w0(e)}.call(${t}, ${r})`}ve.isOwnProperty=Xd;function WM(e,t,r,n){let o=(0,$e._)`${t}${(0,$e.getProperty)(r)} !== undefined`;return n?(0,$e._)`${o} && ${Xd(e,t,r)}`:o}ve.propertyInData=WM;function ef(e,t,r,n){let o=(0,$e._)`${t}${(0,$e.getProperty)(r)} === undefined`;return n?(0,$e.or)(o,(0,$e.not)(Xd(e,t,r))):o}ve.noPropertyInData=ef;function b0(e){return e?Object.keys(e).filter(t=>t!=="__proto__"):[]}ve.allSchemaProperties=b0;function ZM(e,t){return b0(t).filter(r=>!(0,Qd.alwaysValidSchema)(e,t[r]))}ve.schemaProperties=ZM;function JM({schemaCode:e,data:t,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:s},it:i},a,u,c){let l=c?(0,$e._)`${e}, ${t}, ${n}${o}`:t,p=[[$n.default.instancePath,(0,$e.strConcat)($n.default.instancePath,s)],[$n.default.parentData,i.parentData],[$n.default.parentDataProperty,i.parentDataProperty],[$n.default.rootData,$n.default.rootData]];i.opts.dynamicRef&&p.push([$n.default.dynamicAnchors,$n.default.dynamicAnchors]);let d=(0,$e._)`${l}, ${r.object(...p)}`;return u!==$e.nil?(0,$e._)`${a}.call(${u}, ${d})`:(0,$e._)`${a}(${d})`}ve.callValidateCode=JM;var YM=(0,$e._)`new RegExp`;function QM({gen:e,it:{opts:t}},r){let n=t.unicodeRegExp?"u":"",{regExp:o}=t.code,s=o(r,n);return e.scopeValue("pattern",{key:s.toString(),ref:s,code:(0,$e._)`${o.code==="new RegExp"?YM:(0,HM.useFunc)(e,o)}(${r}, ${n})`})}ve.usePattern=QM;function XM(e){let{gen:t,data:r,keyword:n,it:o}=e,s=t.name("valid");if(o.allErrors){let a=t.let("valid",!0);return i(()=>t.assign(a,!1)),a}return t.var(s,!0),i(()=>t.break()),s;function i(a){let u=t.const("len",(0,$e._)`${r}.length`);t.forRange("i",0,u,c=>{e.subschema({keyword:n,dataProp:c,dataPropType:Qd.Type.Num},s),t.if((0,$e.not)(s),a)})}}ve.validateArray=XM;function eL(e){let{gen:t,schema:r,keyword:n,it:o}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(u=>(0,Qd.alwaysValidSchema)(o,u))&&!o.opts.unevaluated)return;let i=t.let("valid",!1),a=t.name("_valid");t.block(()=>r.forEach((u,c)=>{let l=e.subschema({keyword:n,schemaProp:c,compositeRule:!0},a);t.assign(i,(0,$e._)`${i} || ${a}`),e.mergeValidEvaluated(l,a)||t.if((0,$e.not)(i))})),e.result(i,()=>e.reset(),()=>e.error(!0))}ve.validateUnion=eL});var E0=x(Gr=>{"use strict";Object.defineProperty(Gr,"__esModule",{value:!0});Gr.validateKeywordUsage=Gr.validSchemaType=Gr.funcKeywordCode=Gr.macroKeywordCode=void 0;var _t=Y(),po=fn(),tL=lr(),rL=Ss();function nL(e,t){let{gen:r,keyword:n,schema:o,parentSchema:s,it:i}=e,a=t.macro.call(i.self,o,s,i),u=S0(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let c=r.name("valid");e.subschema({schema:a,schemaPath:_t.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:u,compositeRule:!0},c),e.pass(c,()=>e.error(!0))}Gr.macroKeywordCode=nL;function oL(e,t){var r;let{gen:n,keyword:o,schema:s,parentSchema:i,$data:a,it:u}=e;sL(u,t);let c=!a&&t.compile?t.compile.call(u.self,s,i,u):t.validate,l=S0(n,o,c),p=n.let("valid");e.block$data(p,d),e.ok((r=t.valid)!==null&&r!==void 0?r:p);function d(){if(t.errors===!1)f(),t.modifying&&x0(e),h(()=>e.error());else{let y=t.async?g():m();t.modifying&&x0(e),h(()=>iL(e,y))}}function g(){let y=n.let("ruleErrs",null);return n.try(()=>f((0,_t._)`await `),w=>n.assign(p,!1).if((0,_t._)`${w} instanceof ${u.ValidationError}`,()=>n.assign(y,(0,_t._)`${w}.errors`),()=>n.throw(w))),y}function m(){let y=(0,_t._)`${l}.errors`;return n.assign(y,null),f(_t.nil),y}function f(y=t.async?(0,_t._)`await `:_t.nil){let w=u.opts.passContext?po.default.this:po.default.self,C=!("compile"in t&&!a||t.schema===!1);n.assign(p,(0,_t._)`${y}${(0,tL.callValidateCode)(e,l,w,C)}`,t.modifying)}function h(y){var w;n.if((0,_t.not)((w=t.valid)!==null&&w!==void 0?w:p),y)}}Gr.funcKeywordCode=oL;function x0(e){let{gen:t,data:r,it:n}=e;t.if(n.parentData,()=>t.assign(r,(0,_t._)`${n.parentData}[${n.parentDataProperty}]`))}function iL(e,t){let{gen:r}=e;r.if((0,_t._)`Array.isArray(${t})`,()=>{r.assign(po.default.vErrors,(0,_t._)`${po.default.vErrors} === null ? ${t} : ${po.default.vErrors}.concat(${t})`).assign(po.default.errors,(0,_t._)`${po.default.vErrors}.length`),(0,rL.extendErrors)(e)},()=>e.error())}function sL({schemaEnv:e},t){if(t.async&&!e.$async)throw new Error("async keyword in sync schema")}function S0(e,t,r){if(r===void 0)throw new Error(`keyword "${t}" failed to compile`);return e.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,_t.stringify)(r)})}function aL(e,t,r=!1){return!t.length||t.some(n=>n==="array"?Array.isArray(e):n==="object"?e&&typeof e=="object"&&!Array.isArray(e):typeof e==n||r&&typeof e>"u")}Gr.validSchemaType=aL;function uL({schema:e,opts:t,self:r,errSchemaPath:n},o,s){if(Array.isArray(o.keyword)?!o.keyword.includes(s):o.keyword!==s)throw new Error("ajv implementation error");let i=o.dependencies;if(i?.some(a=>!Object.prototype.hasOwnProperty.call(e,a)))throw new Error(`parent schema must have dependencies of ${s}: ${i.join(",")}`);if(o.validateSchema&&!o.validateSchema(e[s])){let u=`keyword "${s}" value is invalid at path "${n}": `+r.errorsText(o.validateSchema.errors);if(t.validateSchema==="log")r.logger.error(u);else throw new Error(u)}}Gr.validateKeywordUsage=uL});var _0=x(kn=>{"use strict";Object.defineProperty(kn,"__esModule",{value:!0});kn.extendSubschemaMode=kn.extendSubschemaData=kn.getSubschema=void 0;var Wr=Y(),P0=pe();function cL(e,{keyword:t,schemaProp:r,schema:n,schemaPath:o,errSchemaPath:s,topSchemaRef:i}){if(t!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(t!==void 0){let a=e.schema[t];return r===void 0?{schema:a,schemaPath:(0,Wr._)`${e.schemaPath}${(0,Wr.getProperty)(t)}`,errSchemaPath:`${e.errSchemaPath}/${t}`}:{schema:a[r],schemaPath:(0,Wr._)`${e.schemaPath}${(0,Wr.getProperty)(t)}${(0,Wr.getProperty)(r)}`,errSchemaPath:`${e.errSchemaPath}/${t}/${(0,P0.escapeFragment)(r)}`}}if(n!==void 0){if(o===void 0||s===void 0||i===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:o,topSchemaRef:i,errSchemaPath:s}}throw new Error('either "keyword" or "schema" must be passed')}kn.getSubschema=cL;function lL(e,t,{dataProp:r,dataPropType:n,data:o,dataTypes:s,propertyName:i}){if(o!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=t;if(r!==void 0){let{errorPath:c,dataPathArr:l,opts:p}=t,d=a.let("data",(0,Wr._)`${t.data}${(0,Wr.getProperty)(r)}`,!0);u(d),e.errorPath=(0,Wr.str)`${c}${(0,P0.getErrorPath)(r,n,p.jsPropertySyntax)}`,e.parentDataProperty=(0,Wr._)`${r}`,e.dataPathArr=[...l,e.parentDataProperty]}if(o!==void 0){let c=o instanceof Wr.Name?o:a.let("data",o,!0);u(c),i!==void 0&&(e.propertyName=i)}s&&(e.dataTypes=s);function u(c){e.data=c,e.dataLevel=t.dataLevel+1,e.dataTypes=[],t.definedProperties=new Set,e.parentData=t.data,e.dataNames=[...t.dataNames,c]}}kn.extendSubschemaData=lL;function pL(e,{jtdDiscriminator:t,jtdMetadata:r,compositeRule:n,createErrors:o,allErrors:s}){n!==void 0&&(e.compositeRule=n),o!==void 0&&(e.createErrors=o),s!==void 0&&(e.allErrors=s),e.jtdDiscriminator=t,e.jtdMetadata=r}kn.extendSubschemaMode=pL});var tf=x((_re,T0)=>{"use strict";T0.exports=function e(t,r){if(t===r)return!0;if(t&&r&&typeof t=="object"&&typeof r=="object"){if(t.constructor!==r.constructor)return!1;var n,o,s;if(Array.isArray(t)){if(n=t.length,n!=r.length)return!1;for(o=n;o--!==0;)if(!e(t[o],r[o]))return!1;return!0}if(t.constructor===RegExp)return t.source===r.source&&t.flags===r.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===r.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===r.toString();if(s=Object.keys(t),n=s.length,n!==Object.keys(r).length)return!1;for(o=n;o--!==0;)if(!Object.prototype.hasOwnProperty.call(r,s[o]))return!1;for(o=n;o--!==0;){var i=s[o];if(!e(t[i],r[i]))return!1}return!0}return t!==t&&r!==r}});var F0=x((Tre,A0)=>{"use strict";var In=A0.exports=function(e,t,r){typeof t=="function"&&(r=t,t={}),r=t.cb||r;var n=typeof r=="function"?r:r.pre||function(){},o=r.post||function(){};Tu(t,n,o,e,"",e)};In.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};In.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};In.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};In.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function Tu(e,t,r,n,o,s,i,a,u,c){if(n&&typeof n=="object"&&!Array.isArray(n)){t(n,o,s,i,a,u,c);for(var l in n){var p=n[l];if(Array.isArray(p)){if(l in In.arrayKeywords)for(var d=0;d<p.length;d++)Tu(e,t,r,p[d],o+"/"+l+"/"+d,s,o,l,n,d)}else if(l in In.propsKeywords){if(p&&typeof p=="object")for(var g in p)Tu(e,t,r,p[g],o+"/"+l+"/"+dL(g),s,o,l,n,g)}else(l in In.keywords||e.allKeys&&!(l in In.skipKeywords))&&Tu(e,t,r,p,o+"/"+l,s,o,l,n)}r(n,o,s,i,a,u,c)}}function dL(e){return e.replace(/~/g,"~0").replace(/\//g,"~1")}});var Ps=x(Bt=>{"use strict";Object.defineProperty(Bt,"__esModule",{value:!0});Bt.getSchemaRefs=Bt.resolveUrl=Bt.normalizeId=Bt._getFullPath=Bt.getFullPath=Bt.inlineRef=void 0;var fL=pe(),mL=tf(),gL=F0(),hL=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function yL(e,t=!0){return typeof e=="boolean"?!0:t===!0?!rf(e):t?R0(e)<=t:!1}Bt.inlineRef=yL;var DL=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function rf(e){for(let t in e){if(DL.has(t))return!0;let r=e[t];if(Array.isArray(r)&&r.some(rf)||typeof r=="object"&&rf(r))return!0}return!1}function R0(e){let t=0;for(let r in e){if(r==="$ref")return 1/0;if(t++,!hL.has(r)&&(typeof e[r]=="object"&&(0,fL.eachItem)(e[r],n=>t+=R0(n)),t===1/0))return 1/0}return t}function $0(e,t="",r){r!==!1&&(t=ri(t));let n=e.parse(t);return k0(e,n)}Bt.getFullPath=$0;function k0(e,t){return e.serialize(t).split("#")[0]+"#"}Bt._getFullPath=k0;var vL=/#\/?$/;function ri(e){return e?e.replace(vL,""):""}Bt.normalizeId=ri;function CL(e,t,r){return r=ri(r),e.resolve(t,r)}Bt.resolveUrl=CL;var wL=/^[a-z_][-a-z0-9._]*$/i;function bL(e,t){if(typeof e=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=ri(e[r]||t),s={"":o},i=$0(n,o,!1),a={},u=new Set;return gL(e,{allKeys:!0},(p,d,g,m)=>{if(m===void 0)return;let f=i+d,h=s[m];typeof p[r]=="string"&&(h=y.call(this,p[r])),w.call(this,p.$anchor),w.call(this,p.$dynamicAnchor),s[d]=h;function y(C){let _=this.opts.uriResolver.resolve;if(C=ri(h?_(h,C):C),u.has(C))throw l(C);u.add(C);let S=this.refs[C];return typeof S=="string"&&(S=this.refs[S]),typeof S=="object"?c(p,S.schema,C):C!==ri(f)&&(C[0]==="#"?(c(p,a[C],C),a[C]=p):this.refs[C]=f),C}function w(C){if(typeof C=="string"){if(!wL.test(C))throw new Error(`invalid anchor "${C}"`);y.call(this,`#${C}`)}}}),a;function c(p,d,g){if(d!==void 0&&!mL(p,d))throw l(g)}function l(p){return new Error(`reference "${p}" resolves to more than one schema`)}}Bt.getSchemaRefs=bL});var As=x(Nn=>{"use strict";Object.defineProperty(Nn,"__esModule",{value:!0});Nn.getData=Nn.KeywordCxt=Nn.validateFunctionCode=void 0;var L0=f0(),I0=Es(),of=Wd(),Au=Es(),xL=C0(),Ts=E0(),nf=_0(),z=Y(),q=fn(),SL=Ps(),mn=pe(),_s=Ss();function EL(e){if(j0(e)&&(U0(e),z0(e))){TL(e);return}B0(e,()=>(0,L0.topBoolOrEmptySchema)(e))}Nn.validateFunctionCode=EL;function B0({gen:e,validateName:t,schema:r,schemaEnv:n,opts:o},s){o.code.es5?e.func(t,(0,z._)`${q.default.data}, ${q.default.valCxt}`,n.$async,()=>{e.code((0,z._)`"use strict"; ${N0(r,o)}`),_L(e,o),e.code(s)}):e.func(t,(0,z._)`${q.default.data}, ${PL(o)}`,n.$async,()=>e.code(N0(r,o)).code(s))}function PL(e){return(0,z._)`{${q.default.instancePath}="", ${q.default.parentData}, ${q.default.parentDataProperty}, ${q.default.rootData}=${q.default.data}${e.dynamicRef?(0,z._)`, ${q.default.dynamicAnchors}={}`:z.nil}}={}`}function _L(e,t){e.if(q.default.valCxt,()=>{e.var(q.default.instancePath,(0,z._)`${q.default.valCxt}.${q.default.instancePath}`),e.var(q.default.parentData,(0,z._)`${q.default.valCxt}.${q.default.parentData}`),e.var(q.default.parentDataProperty,(0,z._)`${q.default.valCxt}.${q.default.parentDataProperty}`),e.var(q.default.rootData,(0,z._)`${q.default.valCxt}.${q.default.rootData}`),t.dynamicRef&&e.var(q.default.dynamicAnchors,(0,z._)`${q.default.valCxt}.${q.default.dynamicAnchors}`)},()=>{e.var(q.default.instancePath,(0,z._)`""`),e.var(q.default.parentData,(0,z._)`undefined`),e.var(q.default.parentDataProperty,(0,z._)`undefined`),e.var(q.default.rootData,q.default.data),t.dynamicRef&&e.var(q.default.dynamicAnchors,(0,z._)`{}`)})}function TL(e){let{schema:t,opts:r,gen:n}=e;B0(e,()=>{r.$comment&&t.$comment&&H0(e),kL(e),n.let(q.default.vErrors,null),n.let(q.default.errors,0),r.unevaluated&&AL(e),V0(e),OL(e)})}function AL(e){let{gen:t,validateName:r}=e;e.evaluated=t.const("evaluated",(0,z._)`${r}.evaluated`),t.if((0,z._)`${e.evaluated}.dynamicProps`,()=>t.assign((0,z._)`${e.evaluated}.props`,(0,z._)`undefined`)),t.if((0,z._)`${e.evaluated}.dynamicItems`,()=>t.assign((0,z._)`${e.evaluated}.items`,(0,z._)`undefined`))}function N0(e,t){let r=typeof e=="object"&&e[t.schemaId];return r&&(t.code.source||t.code.process)?(0,z._)`/*# sourceURL=${r} */`:z.nil}function FL(e,t){if(j0(e)&&(U0(e),z0(e))){RL(e,t);return}(0,L0.boolOrEmptySchema)(e,t)}function z0({schema:e,self:t}){if(typeof e=="boolean")return!e;for(let r in e)if(t.RULES.all[r])return!0;return!1}function j0(e){return typeof e.schema!="boolean"}function RL(e,t){let{schema:r,gen:n,opts:o}=e;o.$comment&&r.$comment&&H0(e),IL(e),NL(e);let s=n.const("_errs",q.default.errors);V0(e,s),n.var(t,(0,z._)`${s} === ${q.default.errors}`)}function U0(e){(0,mn.checkUnknownRules)(e),$L(e)}function V0(e,t){if(e.opts.jtd)return O0(e,[],!1,t);let r=(0,I0.getSchemaTypes)(e.schema),n=(0,I0.coerceAndCheckDataType)(e,r);O0(e,r,!n,t)}function $L(e){let{schema:t,errSchemaPath:r,opts:n,self:o}=e;t.$ref&&n.ignoreKeywordsWithRef&&(0,mn.schemaHasRulesButRef)(t,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function kL(e){let{schema:t,opts:r}=e;t.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,mn.checkStrictMode)(e,"default is ignored in the schema root")}function IL(e){let t=e.schema[e.opts.schemaId];t&&(e.baseId=(0,SL.resolveUrl)(e.opts.uriResolver,e.baseId,t))}function NL(e){if(e.schema.$async&&!e.schemaEnv.$async)throw new Error("async schema in sync schema")}function H0({gen:e,schemaEnv:t,schema:r,errSchemaPath:n,opts:o}){let s=r.$comment;if(o.$comment===!0)e.code((0,z._)`${q.default.self}.logger.log(${s})`);else if(typeof o.$comment=="function"){let i=(0,z.str)`${n}/$comment`,a=e.scopeValue("root",{ref:t.root});e.code((0,z._)`${q.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function OL(e){let{gen:t,schemaEnv:r,validateName:n,ValidationError:o,opts:s}=e;r.$async?t.if((0,z._)`${q.default.errors} === 0`,()=>t.return(q.default.data),()=>t.throw((0,z._)`new ${o}(${q.default.vErrors})`)):(t.assign((0,z._)`${n}.errors`,q.default.vErrors),s.unevaluated&&ML(e),t.return((0,z._)`${q.default.errors} === 0`))}function ML({gen:e,evaluated:t,props:r,items:n}){r instanceof z.Name&&e.assign((0,z._)`${t}.props`,r),n instanceof z.Name&&e.assign((0,z._)`${t}.items`,n)}function O0(e,t,r,n){let{gen:o,schema:s,data:i,allErrors:a,opts:u,self:c}=e,{RULES:l}=c;if(s.$ref&&(u.ignoreKeywordsWithRef||!(0,mn.schemaHasRulesButRef)(s,l))){o.block(()=>K0(e,"$ref",l.all.$ref.definition));return}u.jtd||LL(e,t),o.block(()=>{for(let d of l.rules)p(d);p(l.post)});function p(d){(0,of.shouldUseGroup)(s,d)&&(d.type?(o.if((0,Au.checkDataType)(d.type,i,u.strictNumbers)),M0(e,d),t.length===1&&t[0]===d.type&&r&&(o.else(),(0,Au.reportTypeError)(e)),o.endIf()):M0(e,d),a||o.if((0,z._)`${q.default.errors} === ${n||0}`))}}function M0(e,t){let{gen:r,schema:n,opts:{useDefaults:o}}=e;o&&(0,xL.assignDefaults)(e,t.type),r.block(()=>{for(let s of t.rules)(0,of.shouldUseRule)(n,s)&&K0(e,s.keyword,s.definition,t.type)})}function LL(e,t){e.schemaEnv.meta||!e.opts.strictTypes||(BL(e,t),e.opts.allowUnionTypes||zL(e,t),jL(e,e.dataTypes))}function BL(e,t){if(t.length){if(!e.dataTypes.length){e.dataTypes=t;return}t.forEach(r=>{q0(e.dataTypes,r)||sf(e,`type "${r}" not allowed by context "${e.dataTypes.join(",")}"`)}),VL(e,t)}}function zL(e,t){t.length>1&&!(t.length===2&&t.includes("null"))&&sf(e,"use allowUnionTypes to allow union type keyword")}function jL(e,t){let r=e.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,of.shouldUseRule)(e.schema,o)){let{type:s}=o.definition;s.length&&!s.some(i=>UL(t,i))&&sf(e,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function UL(e,t){return e.includes(t)||t==="number"&&e.includes("integer")}function q0(e,t){return e.includes(t)||t==="integer"&&e.includes("number")}function VL(e,t){let r=[];for(let n of e.dataTypes)q0(t,n)?r.push(n):t.includes("integer")&&n==="number"&&r.push("integer");e.dataTypes=r}function sf(e,t){let r=e.schemaEnv.baseId+e.errSchemaPath;t+=` at "${r}" (strictTypes)`,(0,mn.checkStrictMode)(e,t,e.opts.strictTypes)}var Fu=class{constructor(t,r,n){if((0,Ts.validateKeywordUsage)(t,r,n),this.gen=t.gen,this.allErrors=t.allErrors,this.keyword=n,this.data=t.data,this.schema=t.schema[n],this.$data=r.$data&&t.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,mn.schemaRefOrVal)(t,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=t.schema,this.params={},this.it=t,this.def=r,this.$data)this.schemaCode=t.gen.const("vSchema",G0(this.$data,t));else if(this.schemaCode=this.schemaValue,!(0,Ts.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=t.gen.const("_errs",q.default.errors))}result(t,r,n){this.failResult((0,z.not)(t),r,n)}failResult(t,r,n){this.gen.if(t),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(t,r){this.failResult((0,z.not)(t),void 0,r)}fail(t){if(t===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(t),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(t){if(!this.$data)return this.fail(t);let{schemaCode:r}=this;this.fail((0,z._)`${r} !== undefined && (${(0,z.or)(this.invalid$data(),t)})`)}error(t,r,n){if(r){this.setParams(r),this._error(t,n),this.setParams({});return}this._error(t,n)}_error(t,r){(t?_s.reportExtraError:_s.reportError)(this,this.def.error,r)}$dataError(){(0,_s.reportError)(this,this.def.$dataError||_s.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,_s.resetErrorsCount)(this.gen,this.errsCount)}ok(t){this.allErrors||this.gen.if(t)}setParams(t,r){r?Object.assign(this.params,t):this.params=t}block$data(t,r,n=z.nil){this.gen.block(()=>{this.check$data(t,n),r()})}check$data(t=z.nil,r=z.nil){if(!this.$data)return;let{gen:n,schemaCode:o,schemaType:s,def:i}=this;n.if((0,z.or)((0,z._)`${o} === undefined`,r)),t!==z.nil&&n.assign(t,!0),(s.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),t!==z.nil&&n.assign(t,!1)),n.else()}invalid$data(){let{gen:t,schemaCode:r,schemaType:n,def:o,it:s}=this;return(0,z.or)(i(),a());function i(){if(n.length){if(!(r instanceof z.Name))throw new Error("ajv implementation error");let u=Array.isArray(n)?n:[n];return(0,z._)`${(0,Au.checkDataTypes)(u,r,s.opts.strictNumbers,Au.DataType.Wrong)}`}return z.nil}function a(){if(o.validateSchema){let u=t.scopeValue("validate$data",{ref:o.validateSchema});return(0,z._)`!${u}(${r})`}return z.nil}}subschema(t,r){let n=(0,nf.getSubschema)(this.it,t);(0,nf.extendSubschemaData)(n,this.it,t),(0,nf.extendSubschemaMode)(n,t);let o={...this.it,...n,items:void 0,props:void 0};return FL(o,r),o}mergeEvaluated(t,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&t.props!==void 0&&(n.props=mn.mergeEvaluated.props(o,t.props,n.props,r)),n.items!==!0&&t.items!==void 0&&(n.items=mn.mergeEvaluated.items(o,t.items,n.items,r)))}mergeValidEvaluated(t,r){let{it:n,gen:o}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return o.if(r,()=>this.mergeEvaluated(t,z.Name)),!0}};Nn.KeywordCxt=Fu;function K0(e,t,r,n){let o=new Fu(e,r,t);"code"in r?r.code(o,n):o.$data&&r.validate?(0,Ts.funcKeywordCode)(o,r):"macro"in r?(0,Ts.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,Ts.funcKeywordCode)(o,r)}var HL=/^\/(?:[^~]|~0|~1)*$/,qL=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function G0(e,{dataLevel:t,dataNames:r,dataPathArr:n}){let o,s;if(e==="")return q.default.rootData;if(e[0]==="/"){if(!HL.test(e))throw new Error(`Invalid JSON-pointer: ${e}`);o=e,s=q.default.rootData}else{let c=qL.exec(e);if(!c)throw new Error(`Invalid JSON-pointer: ${e}`);let l=+c[1];if(o=c[2],o==="#"){if(l>=t)throw new Error(u("property/index",l));return n[t-l]}if(l>t)throw new Error(u("data",l));if(s=r[t-l],!o)return s}let i=s,a=o.split("/");for(let c of a)c&&(s=(0,z._)`${s}${(0,z.getProperty)((0,mn.unescapeJsonPointer)(c))}`,i=(0,z._)`${i} && ${s}`);return i;function u(c,l){return`Cannot access ${c} ${l} levels up, current level is ${t}`}}Nn.getData=G0});var Ru=x(uf=>{"use strict";Object.defineProperty(uf,"__esModule",{value:!0});var af=class extends Error{constructor(t){super("validation failed"),this.errors=t,this.ajv=this.validation=!0}};uf.default=af});var Fs=x(pf=>{"use strict";Object.defineProperty(pf,"__esModule",{value:!0});var cf=Ps(),lf=class extends Error{constructor(t,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,cf.resolveUrl)(t,r,n),this.missingSchema=(0,cf.normalizeId)((0,cf.getFullPath)(t,this.missingRef))}};pf.default=lf});var ku=x(pr=>{"use strict";Object.defineProperty(pr,"__esModule",{value:!0});pr.resolveSchema=pr.getCompilingSchema=pr.resolveRef=pr.compileSchema=pr.SchemaEnv=void 0;var br=Y(),KL=Ru(),fo=fn(),xr=Ps(),W0=pe(),GL=As(),ni=class{constructor(t){var r;this.refs={},this.dynamicAnchors={};let n;typeof t.schema=="object"&&(n=t.schema),this.schema=t.schema,this.schemaId=t.schemaId,this.root=t.root||this,this.baseId=(r=t.baseId)!==null&&r!==void 0?r:(0,xr.normalizeId)(n?.[t.schemaId||"$id"]),this.schemaPath=t.schemaPath,this.localRefs=t.localRefs,this.meta=t.meta,this.$async=n?.$async,this.refs={}}};pr.SchemaEnv=ni;function ff(e){let t=Z0.call(this,e);if(t)return t;let r=(0,xr.getFullPath)(this.opts.uriResolver,e.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new br.CodeGen(this.scope,{es5:n,lines:o,ownProperties:s}),a;e.$async&&(a=i.scopeValue("Error",{ref:KL.default,code:(0,br._)`require("ajv/dist/runtime/validation_error").default`}));let u=i.scopeName("validate");e.validateName=u;let c={gen:i,allErrors:this.opts.allErrors,data:fo.default.data,parentData:fo.default.parentData,parentDataProperty:fo.default.parentDataProperty,dataNames:[fo.default.data],dataPathArr:[br.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:e.schema,code:(0,br.stringify)(e.schema)}:{ref:e.schema}),validateName:u,ValidationError:a,schema:e.schema,schemaEnv:e,rootId:r,baseId:e.baseId||r,schemaPath:br.nil,errSchemaPath:e.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,br._)`""`,opts:this.opts,self:this},l;try{this._compilations.add(e),(0,GL.validateFunctionCode)(c),i.optimize(this.opts.code.optimize);let p=i.toString();l=`${i.scopeRefs(fo.default.scope)}return ${p}`,this.opts.code.process&&(l=this.opts.code.process(l,e));let g=new Function(`${fo.default.self}`,`${fo.default.scope}`,l)(this,this.scope.get());if(this.scope.value(u,{ref:g}),g.errors=null,g.schema=e.schema,g.schemaEnv=e,e.$async&&(g.$async=!0),this.opts.code.source===!0&&(g.source={validateName:u,validateCode:p,scopeValues:i._values}),this.opts.unevaluated){let{props:m,items:f}=c;g.evaluated={props:m instanceof br.Name?void 0:m,items:f instanceof br.Name?void 0:f,dynamicProps:m instanceof br.Name,dynamicItems:f instanceof br.Name},g.source&&(g.source.evaluated=(0,br.stringify)(g.evaluated))}return e.validate=g,e}catch(p){throw delete e.validate,delete e.validateName,l&&this.logger.error("Error compiling schema, function code:",l),p}finally{this._compilations.delete(e)}}pr.compileSchema=ff;function WL(e,t,r){var n;r=(0,xr.resolveUrl)(this.opts.uriResolver,t,r);let o=e.refs[r];if(o)return o;let s=YL.call(this,e,r);if(s===void 0){let i=(n=e.localRefs)===null||n===void 0?void 0:n[r],{schemaId:a}=this.opts;i&&(s=new ni({schema:i,schemaId:a,root:e,baseId:t}))}if(s!==void 0)return e.refs[r]=ZL.call(this,s)}pr.resolveRef=WL;function ZL(e){return(0,xr.inlineRef)(e.schema,this.opts.inlineRefs)?e.schema:e.validate?e:ff.call(this,e)}function Z0(e){for(let t of this._compilations)if(JL(t,e))return t}pr.getCompilingSchema=Z0;function JL(e,t){return e.schema===t.schema&&e.root===t.root&&e.baseId===t.baseId}function YL(e,t){let r;for(;typeof(r=this.refs[t])=="string";)t=r;return r||this.schemas[t]||$u.call(this,e,t)}function $u(e,t){let r=this.opts.uriResolver.parse(t),n=(0,xr._getFullPath)(this.opts.uriResolver,r),o=(0,xr.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&n===o)return df.call(this,r,e);let s=(0,xr.normalizeId)(n),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){let a=$u.call(this,e,i);return typeof a?.schema!="object"?void 0:df.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||ff.call(this,i),s===(0,xr.normalizeId)(t)){let{schema:a}=i,{schemaId:u}=this.opts,c=a[u];return c&&(o=(0,xr.resolveUrl)(this.opts.uriResolver,o,c)),new ni({schema:a,schemaId:u,root:e,baseId:o})}return df.call(this,r,i)}}pr.resolveSchema=$u;var QL=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function df(e,{baseId:t,schema:r,root:n}){var o;if(((o=e.fragment)===null||o===void 0?void 0:o[0])!=="/")return;for(let a of e.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let u=r[(0,W0.unescapeFragment)(a)];if(u===void 0)return;r=u;let c=typeof r=="object"&&r[this.opts.schemaId];!QL.has(a)&&c&&(t=(0,xr.resolveUrl)(this.opts.uriResolver,t,c))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,W0.schemaHasRulesButRef)(r,this.RULES)){let a=(0,xr.resolveUrl)(this.opts.uriResolver,t,r.$ref);s=$u.call(this,n,a)}let{schemaId:i}=this.opts;if(s=s||new ni({schema:r,schemaId:i,root:n,baseId:t}),s.schema!==s.root.schema)return s}});var J0=x((Ire,XL)=>{XL.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var Q0=x((Nre,Y0)=>{"use strict";var eB={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};Y0.exports={HEX:eB}});var sS=x((Ore,iS)=>{"use strict";var{HEX:tB}=Q0(),rB=/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u;function rS(e){if(oS(e,".")<3)return{host:e,isIPV4:!1};let t=e.match(rB)||[],[r]=t;return r?{host:oB(r,"."),isIPV4:!0}:{host:e,isIPV4:!1}}function mf(e,t=!1){let r="",n=!0;for(let o of e){if(tB[o]===void 0)return;o!=="0"&&n===!0&&(n=!1),n||(r+=o)}return t&&r.length===0&&(r="0"),r}function nB(e){let t=0,r={error:!1,address:"",zone:""},n=[],o=[],s=!1,i=!1,a=!1;function u(){if(o.length){if(s===!1){let c=mf(o);if(c!==void 0)n.push(c);else return r.error=!0,!1}o.length=0}return!0}for(let c=0;c<e.length;c++){let l=e[c];if(!(l==="["||l==="]"))if(l===":"){if(i===!0&&(a=!0),!u())break;if(t++,n.push(":"),t>7){r.error=!0;break}c-1>=0&&e[c-1]===":"&&(i=!0);continue}else if(l==="%"){if(!u())break;s=!0}else{o.push(l);continue}}return o.length&&(s?r.zone=o.join(""):a?n.push(o.join("")):n.push(mf(o))),r.address=n.join(""),r}function nS(e){if(oS(e,":")<2)return{host:e,isIPV6:!1};let t=nB(e);if(t.error)return{host:e,isIPV6:!1};{let r=t.address,n=t.address;return t.zone&&(r+="%"+t.zone,n+="%25"+t.zone),{host:r,escapedHost:n,isIPV6:!0}}}function oB(e,t){let r="",n=!0,o=e.length;for(let s=0;s<o;s++){let i=e[s];i==="0"&&n?(s+1<=o&&e[s+1]===t||s+1===o)&&(r+=i,n=!1):(i===t?n=!0:n=!1,r+=i)}return r}function oS(e,t){let r=0;for(let n=0;n<e.length;n++)e[n]===t&&r++;return r}var X0=/^\.\.?\//u,eS=/^\/\.(?:\/|$)/u,tS=/^\/\.\.(?:\/|$)/u,iB=/^\/?(?:.|\n)*?(?=\/|$)/u;function sB(e){let t=[];for(;e.length;)if(e.match(X0))e=e.replace(X0,"");else if(e.match(eS))e=e.replace(eS,"/");else if(e.match(tS))e=e.replace(tS,"/"),t.pop();else if(e==="."||e==="..")e="";else{let r=e.match(iB);if(r){let n=r[0];e=e.slice(n.length),t.push(n)}else throw new Error("Unexpected dot segment condition")}return t.join("")}function aB(e,t){let r=t!==!0?escape:unescape;return e.scheme!==void 0&&(e.scheme=r(e.scheme)),e.userinfo!==void 0&&(e.userinfo=r(e.userinfo)),e.host!==void 0&&(e.host=r(e.host)),e.path!==void 0&&(e.path=r(e.path)),e.query!==void 0&&(e.query=r(e.query)),e.fragment!==void 0&&(e.fragment=r(e.fragment)),e}function uB(e){let t=[];if(e.userinfo!==void 0&&(t.push(e.userinfo),t.push("@")),e.host!==void 0){let r=unescape(e.host),n=rS(r);if(n.isIPV4)r=n.host;else{let o=nS(n.host);o.isIPV6===!0?r=`[${o.escapedHost}]`:r=e.host}t.push(r)}return(typeof e.port=="number"||typeof e.port=="string")&&(t.push(":"),t.push(String(e.port))),t.length?t.join(""):void 0}iS.exports={recomposeAuthority:uB,normalizeComponentEncoding:aB,removeDotSegments:sB,normalizeIPv4:rS,normalizeIPv6:nS,stringArrayToHexStripped:mf}});var dS=x((Mre,pS)=>{"use strict";var cB=/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu,lB=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;function aS(e){return typeof e.secure=="boolean"?e.secure:String(e.scheme).toLowerCase()==="wss"}function uS(e){return e.host||(e.error=e.error||"HTTP URIs must have a host."),e}function cS(e){let t=String(e.scheme).toLowerCase()==="https";return(e.port===(t?443:80)||e.port==="")&&(e.port=void 0),e.path||(e.path="/"),e}function pB(e){return e.secure=aS(e),e.resourceName=(e.path||"/")+(e.query?"?"+e.query:""),e.path=void 0,e.query=void 0,e}function dB(e){if((e.port===(aS(e)?443:80)||e.port==="")&&(e.port=void 0),typeof e.secure=="boolean"&&(e.scheme=e.secure?"wss":"ws",e.secure=void 0),e.resourceName){let[t,r]=e.resourceName.split("?");e.path=t&&t!=="/"?t:void 0,e.query=r,e.resourceName=void 0}return e.fragment=void 0,e}function fB(e,t){if(!e.path)return e.error="URN can not be parsed",e;let r=e.path.match(lB);if(r){let n=t.scheme||e.scheme||"urn";e.nid=r[1].toLowerCase(),e.nss=r[2];let o=`${n}:${t.nid||e.nid}`,s=gf[o];e.path=void 0,s&&(e=s.parse(e,t))}else e.error=e.error||"URN can not be parsed.";return e}function mB(e,t){let r=t.scheme||e.scheme||"urn",n=e.nid.toLowerCase(),o=`${r}:${t.nid||n}`,s=gf[o];s&&(e=s.serialize(e,t));let i=e,a=e.nss;return i.path=`${n||t.nid}:${a}`,t.skipEscape=!0,i}function gB(e,t){let r=e;return r.uuid=r.nss,r.nss=void 0,!t.tolerant&&(!r.uuid||!cB.test(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function hB(e){let t=e;return t.nss=(e.uuid||"").toLowerCase(),t}var lS={scheme:"http",domainHost:!0,parse:uS,serialize:cS},yB={scheme:"https",domainHost:lS.domainHost,parse:uS,serialize:cS},Iu={scheme:"ws",domainHost:!0,parse:pB,serialize:dB},DB={scheme:"wss",domainHost:Iu.domainHost,parse:Iu.parse,serialize:Iu.serialize},vB={scheme:"urn",parse:fB,serialize:mB,skipNormalize:!0},CB={scheme:"urn:uuid",parse:gB,serialize:hB,skipNormalize:!0},gf={http:lS,https:yB,ws:Iu,wss:DB,urn:vB,"urn:uuid":CB};pS.exports=gf});var mS=x((Lre,Ou)=>{"use strict";var{normalizeIPv6:wB,normalizeIPv4:bB,removeDotSegments:Rs,recomposeAuthority:xB,normalizeComponentEncoding:Nu}=sS(),hf=dS();function SB(e,t){return typeof e=="string"?e=Zr(gn(e,t),t):typeof e=="object"&&(e=gn(Zr(e,t),t)),e}function EB(e,t,r){let n=Object.assign({scheme:"null"},r),o=fS(gn(e,n),gn(t,n),n,!0);return Zr(o,{...n,skipEscape:!0})}function fS(e,t,r,n){let o={};return n||(e=gn(Zr(e,r),r),t=gn(Zr(t,r),r)),r=r||{},!r.tolerant&&t.scheme?(o.scheme=t.scheme,o.userinfo=t.userinfo,o.host=t.host,o.port=t.port,o.path=Rs(t.path||""),o.query=t.query):(t.userinfo!==void 0||t.host!==void 0||t.port!==void 0?(o.userinfo=t.userinfo,o.host=t.host,o.port=t.port,o.path=Rs(t.path||""),o.query=t.query):(t.path?(t.path.charAt(0)==="/"?o.path=Rs(t.path):((e.userinfo!==void 0||e.host!==void 0||e.port!==void 0)&&!e.path?o.path="/"+t.path:e.path?o.path=e.path.slice(0,e.path.lastIndexOf("/")+1)+t.path:o.path=t.path,o.path=Rs(o.path)),o.query=t.query):(o.path=e.path,t.query!==void 0?o.query=t.query:o.query=e.query),o.userinfo=e.userinfo,o.host=e.host,o.port=e.port),o.scheme=e.scheme),o.fragment=t.fragment,o}function PB(e,t,r){return typeof e=="string"?(e=unescape(e),e=Zr(Nu(gn(e,r),!0),{...r,skipEscape:!0})):typeof e=="object"&&(e=Zr(Nu(e,!0),{...r,skipEscape:!0})),typeof t=="string"?(t=unescape(t),t=Zr(Nu(gn(t,r),!0),{...r,skipEscape:!0})):typeof t=="object"&&(t=Zr(Nu(t,!0),{...r,skipEscape:!0})),e.toLowerCase()===t.toLowerCase()}function Zr(e,t){let r={host:e.host,scheme:e.scheme,userinfo:e.userinfo,port:e.port,path:e.path,query:e.query,nid:e.nid,nss:e.nss,uuid:e.uuid,fragment:e.fragment,reference:e.reference,resourceName:e.resourceName,secure:e.secure,error:""},n=Object.assign({},t),o=[],s=hf[(n.scheme||r.scheme||"").toLowerCase()];s&&s.serialize&&s.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=unescape(r.path):(r.path=escape(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&o.push(r.scheme,":");let i=xB(r);if(i!==void 0&&(n.reference!=="suffix"&&o.push("//"),o.push(i),r.path&&r.path.charAt(0)!=="/"&&o.push("/")),r.path!==void 0){let a=r.path;!n.absolutePath&&(!s||!s.absolutePath)&&(a=Rs(a)),i===void 0&&(a=a.replace(/^\/\//u,"/%2F")),o.push(a)}return r.query!==void 0&&o.push("?",r.query),r.fragment!==void 0&&o.push("#",r.fragment),o.join("")}var _B=Array.from({length:127},(e,t)=>/[^!"$&'()*+,\-.;=_`a-z{}~]/u.test(String.fromCharCode(t)));function TB(e){let t=0;for(let r=0,n=e.length;r<n;++r)if(t=e.charCodeAt(r),t>126||_B[t])return!0;return!1}var AB=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function gn(e,t){let r=Object.assign({},t),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},o=e.indexOf("%")!==-1,s=!1;r.reference==="suffix"&&(e=(r.scheme?r.scheme+":":"")+"//"+e);let i=e.match(AB);if(i){if(n.scheme=i[1],n.userinfo=i[3],n.host=i[4],n.port=parseInt(i[5],10),n.path=i[6]||"",n.query=i[7],n.fragment=i[8],isNaN(n.port)&&(n.port=i[5]),n.host){let u=bB(n.host);if(u.isIPV4===!1){let c=wB(u.host);n.host=c.host.toLowerCase(),s=c.isIPV6}else n.host=u.host,s=!0}n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");let a=hf[(r.scheme||n.scheme||"").toLowerCase()];if(!r.unicodeSupport&&(!a||!a.unicodeSupport)&&n.host&&(r.domainHost||a&&a.domainHost)&&s===!1&&TB(n.host))try{n.host=URL.domainToASCII(n.host.toLowerCase())}catch(u){n.error=n.error||"Host's domain name can not be converted to ASCII: "+u}(!a||a&&!a.skipNormalize)&&(o&&n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),o&&n.host!==void 0&&(n.host=unescape(n.host)),n.path&&(n.path=escape(unescape(n.path))),n.fragment&&(n.fragment=encodeURI(decodeURIComponent(n.fragment)))),a&&a.parse&&a.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return n}var yf={SCHEMES:hf,normalize:SB,resolve:EB,resolveComponents:fS,equal:PB,serialize:Zr,parse:gn};Ou.exports=yf;Ou.exports.default=yf;Ou.exports.fastUri=yf});var hS=x(Df=>{"use strict";Object.defineProperty(Df,"__esModule",{value:!0});var gS=mS();gS.code='require("ajv/dist/runtime/uri").default';Df.default=gS});var SS=x(lt=>{"use strict";Object.defineProperty(lt,"__esModule",{value:!0});lt.CodeGen=lt.Name=lt.nil=lt.stringify=lt.str=lt._=lt.KeywordCxt=void 0;var FB=As();Object.defineProperty(lt,"KeywordCxt",{enumerable:!0,get:function(){return FB.KeywordCxt}});var oi=Y();Object.defineProperty(lt,"_",{enumerable:!0,get:function(){return oi._}});Object.defineProperty(lt,"str",{enumerable:!0,get:function(){return oi.str}});Object.defineProperty(lt,"stringify",{enumerable:!0,get:function(){return oi.stringify}});Object.defineProperty(lt,"nil",{enumerable:!0,get:function(){return oi.nil}});Object.defineProperty(lt,"Name",{enumerable:!0,get:function(){return oi.Name}});Object.defineProperty(lt,"CodeGen",{enumerable:!0,get:function(){return oi.CodeGen}});var RB=Ru(),wS=Fs(),$B=Gd(),$s=ku(),kB=Y(),ks=Ps(),Mu=Es(),Cf=pe(),yS=J0(),IB=hS(),bS=(e,t)=>new RegExp(e,t);bS.code="new RegExp";var NB=["removeAdditional","useDefaults","coerceTypes"],OB=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),MB={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},LB={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},DS=200;function BB(e){var t,r,n,o,s,i,a,u,c,l,p,d,g,m,f,h,y,w,C,_,S,F,$,I,k;let R=e.strict,D=(t=e.code)===null||t===void 0?void 0:t.optimize,L=D===!0||D===void 0?1:D||0,U=(n=(r=e.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:bS,H=(o=e.uriResolver)!==null&&o!==void 0?o:IB.default;return{strictSchema:(i=(s=e.strictSchema)!==null&&s!==void 0?s:R)!==null&&i!==void 0?i:!0,strictNumbers:(u=(a=e.strictNumbers)!==null&&a!==void 0?a:R)!==null&&u!==void 0?u:!0,strictTypes:(l=(c=e.strictTypes)!==null&&c!==void 0?c:R)!==null&&l!==void 0?l:"log",strictTuples:(d=(p=e.strictTuples)!==null&&p!==void 0?p:R)!==null&&d!==void 0?d:"log",strictRequired:(m=(g=e.strictRequired)!==null&&g!==void 0?g:R)!==null&&m!==void 0?m:!1,code:e.code?{...e.code,optimize:L,regExp:U}:{optimize:L,regExp:U},loopRequired:(f=e.loopRequired)!==null&&f!==void 0?f:DS,loopEnum:(h=e.loopEnum)!==null&&h!==void 0?h:DS,meta:(y=e.meta)!==null&&y!==void 0?y:!0,messages:(w=e.messages)!==null&&w!==void 0?w:!0,inlineRefs:(C=e.inlineRefs)!==null&&C!==void 0?C:!0,schemaId:(_=e.schemaId)!==null&&_!==void 0?_:"$id",addUsedSchema:(S=e.addUsedSchema)!==null&&S!==void 0?S:!0,validateSchema:(F=e.validateSchema)!==null&&F!==void 0?F:!0,validateFormats:($=e.validateFormats)!==null&&$!==void 0?$:!0,unicodeRegExp:(I=e.unicodeRegExp)!==null&&I!==void 0?I:!0,int32range:(k=e.int32range)!==null&&k!==void 0?k:!0,uriResolver:H}}var Is=class{constructor(t={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,t=this.opts={...t,...BB(t)};let{es5:r,lines:n}=this.opts.code;this.scope=new kB.ValueScope({scope:{},prefixes:OB,es5:r,lines:n}),this.logger=qB(t.logger);let o=t.validateFormats;t.validateFormats=!1,this.RULES=(0,$B.getRules)(),vS.call(this,MB,t,"NOT SUPPORTED"),vS.call(this,LB,t,"DEPRECATED","warn"),this._metaOpts=VB.call(this),t.formats&&jB.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),t.keywords&&UB.call(this,t.keywords),typeof t.meta=="object"&&this.addMetaSchema(t.meta),zB.call(this),t.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:t,meta:r,schemaId:n}=this.opts,o=yS;n==="id"&&(o={...yS},o.id=o.$id,delete o.$id),r&&t&&this.addMetaSchema(o,o[n],!1)}defaultMeta(){let{meta:t,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof t=="object"?t[r]||t:void 0}validate(t,r){let n;if(typeof t=="string"){if(n=this.getSchema(t),!n)throw new Error(`no schema with key or ref "${t}"`)}else n=this.compile(t);let o=n(r);return"$async"in n||(this.errors=n.errors),o}compile(t,r){let n=this._addSchema(t,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(t,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return o.call(this,t,r);async function o(l,p){await s.call(this,l.$schema);let d=this._addSchema(l,p);return d.validate||i.call(this,d)}async function s(l){l&&!this.getSchema(l)&&await o.call(this,{$ref:l},!0)}async function i(l){try{return this._compileSchemaEnv(l)}catch(p){if(!(p instanceof wS.default))throw p;return a.call(this,p),await u.call(this,p.missingSchema),i.call(this,l)}}function a({missingSchema:l,missingRef:p}){if(this.refs[l])throw new Error(`AnySchema ${l} is loaded but ${p} cannot be resolved`)}async function u(l){let p=await c.call(this,l);this.refs[l]||await s.call(this,p.$schema),this.refs[l]||this.addSchema(p,l,r)}async function c(l){let p=this._loading[l];if(p)return p;try{return await(this._loading[l]=n(l))}finally{delete this._loading[l]}}}addSchema(t,r,n,o=this.opts.validateSchema){if(Array.isArray(t)){for(let i of t)this.addSchema(i,void 0,n,o);return this}let s;if(typeof t=="object"){let{schemaId:i}=this.opts;if(s=t[i],s!==void 0&&typeof s!="string")throw new Error(`schema ${i} must be string`)}return r=(0,ks.normalizeId)(r||s),this._checkUnique(r),this.schemas[r]=this._addSchema(t,n,r,o,!0),this}addMetaSchema(t,r,n=this.opts.validateSchema){return this.addSchema(t,r,!0,n),this}validateSchema(t,r){if(typeof t=="boolean")return!0;let n;if(n=t.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let o=this.validate(n,t);if(!o&&r){let s="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(s);else throw new Error(s)}return o}getSchema(t){let r;for(;typeof(r=CS.call(this,t))=="string";)t=r;if(r===void 0){let{schemaId:n}=this.opts,o=new $s.SchemaEnv({schema:{},schemaId:n});if(r=$s.resolveSchema.call(this,o,t),!r)return;this.refs[t]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(t){if(t instanceof RegExp)return this._removeAllSchemas(this.schemas,t),this._removeAllSchemas(this.refs,t),this;switch(typeof t){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=CS.call(this,t);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[t],delete this.refs[t],this}case"object":{let r=t;this._cache.delete(r);let n=t[this.opts.schemaId];return n&&(n=(0,ks.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(t){for(let r of t)this.addKeyword(r);return this}addKeyword(t,r){let n;if(typeof t=="string")n=t,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=n);else if(typeof t=="object"&&r===void 0){if(r=t,n=r.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(GB.call(this,n,r),!r)return(0,Cf.eachItem)(n,s=>vf.call(this,s)),this;ZB.call(this,r);let o={...r,type:(0,Mu.getJSONTypes)(r.type),schemaType:(0,Mu.getJSONTypes)(r.schemaType)};return(0,Cf.eachItem)(n,o.type.length===0?s=>vf.call(this,s,o):s=>o.type.forEach(i=>vf.call(this,s,o,i))),this}getKeyword(t){let r=this.RULES.all[t];return typeof r=="object"?r.definition:!!r}removeKeyword(t){let{RULES:r}=this;delete r.keywords[t],delete r.all[t];for(let n of r.rules){let o=n.rules.findIndex(s=>s.keyword===t);o>=0&&n.rules.splice(o,1)}return this}addFormat(t,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[t]=r,this}errorsText(t=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!t||t.length===0?"No errors":t.map(o=>`${n}${o.instancePath} ${o.message}`).reduce((o,s)=>o+r+s)}$dataMetaSchema(t,r){let n=this.RULES.all;t=JSON.parse(JSON.stringify(t));for(let o of r){let s=o.split("/").slice(1),i=t;for(let a of s)i=i[a];for(let a in n){let u=n[a];if(typeof u!="object")continue;let{$data:c}=u.definition,l=i[a];c&&l&&(i[a]=xS(l))}}return t}_removeAllSchemas(t,r){for(let n in t){let o=t[n];(!r||r.test(n))&&(typeof o=="string"?delete t[n]:o&&!o.meta&&(this._cache.delete(o.schema),delete t[n]))}}_addSchema(t,r,n,o=this.opts.validateSchema,s=this.opts.addUsedSchema){let i,{schemaId:a}=this.opts;if(typeof t=="object")i=t[a];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof t!="boolean")throw new Error("schema must be object or boolean")}let u=this._cache.get(t);if(u!==void 0)return u;n=(0,ks.normalizeId)(i||n);let c=ks.getSchemaRefs.call(this,t,n);return u=new $s.SchemaEnv({schema:t,schemaId:a,meta:r,baseId:n,localRefs:c}),this._cache.set(u.schema,u),s&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=u),o&&this.validateSchema(t,!0),u}_checkUnique(t){if(this.schemas[t]||this.refs[t])throw new Error(`schema with key or id "${t}" already exists`)}_compileSchemaEnv(t){if(t.meta?this._compileMetaSchema(t):$s.compileSchema.call(this,t),!t.validate)throw new Error("ajv implementation error");return t.validate}_compileMetaSchema(t){let r=this.opts;this.opts=this._metaOpts;try{$s.compileSchema.call(this,t)}finally{this.opts=r}}};Is.ValidationError=RB.default;Is.MissingRefError=wS.default;lt.default=Is;function vS(e,t,r,n="error"){for(let o in e){let s=o;s in t&&this.logger[n](`${r}: option ${o}. ${e[s]}`)}}function CS(e){return e=(0,ks.normalizeId)(e),this.schemas[e]||this.refs[e]}function zB(){let e=this.opts.schemas;if(e)if(Array.isArray(e))this.addSchema(e);else for(let t in e)this.addSchema(e[t],t)}function jB(){for(let e in this.opts.formats){let t=this.opts.formats[e];t&&this.addFormat(e,t)}}function UB(e){if(Array.isArray(e)){this.addVocabulary(e);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let t in e){let r=e[t];r.keyword||(r.keyword=t),this.addKeyword(r)}}function VB(){let e={...this.opts};for(let t of NB)delete e[t];return e}var HB={log(){},warn(){},error(){}};function qB(e){if(e===!1)return HB;if(e===void 0)return console;if(e.log&&e.warn&&e.error)return e;throw new Error("logger must implement log, warn and error methods")}var KB=/^[a-z_$][a-z0-9_$:-]*$/i;function GB(e,t){let{RULES:r}=this;if((0,Cf.eachItem)(e,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!KB.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!t&&t.$data&&!("code"in t||"validate"in t))throw new Error('$data keyword must have "code" or "validate" function')}function vf(e,t,r){var n;let o=t?.post;if(r&&o)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:s}=this,i=o?s.post:s.rules.find(({type:u})=>u===r);if(i||(i={type:r,rules:[]},s.rules.push(i)),s.keywords[e]=!0,!t)return;let a={keyword:e,definition:{...t,type:(0,Mu.getJSONTypes)(t.type),schemaType:(0,Mu.getJSONTypes)(t.schemaType)}};t.before?WB.call(this,i,a,t.before):i.rules.push(a),s.all[e]=a,(n=t.implements)===null||n===void 0||n.forEach(u=>this.addKeyword(u))}function WB(e,t,r){let n=e.rules.findIndex(o=>o.keyword===r);n>=0?e.rules.splice(n,0,t):(e.rules.push(t),this.logger.warn(`rule ${r} is not defined`))}function ZB(e){let{metaSchema:t}=e;t!==void 0&&(e.$data&&this.opts.$data&&(t=xS(t)),e.validateSchema=this.compile(t,!0))}var JB={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function xS(e){return{anyOf:[e,JB]}}});var ES=x(wf=>{"use strict";Object.defineProperty(wf,"__esModule",{value:!0});var YB={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};wf.default=YB});var AS=x(mo=>{"use strict";Object.defineProperty(mo,"__esModule",{value:!0});mo.callRef=mo.getValidate=void 0;var QB=Fs(),PS=lr(),zt=Y(),ii=fn(),_S=ku(),Lu=pe(),XB={keyword:"$ref",schemaType:"string",code(e){let{gen:t,schema:r,it:n}=e,{baseId:o,schemaEnv:s,validateName:i,opts:a,self:u}=n,{root:c}=s;if((r==="#"||r==="#/")&&o===c.baseId)return p();let l=_S.resolveRef.call(u,c,o,r);if(l===void 0)throw new QB.default(n.opts.uriResolver,o,r);if(l instanceof _S.SchemaEnv)return d(l);return g(l);function p(){if(s===c)return Bu(e,i,s,s.$async);let m=t.scopeValue("root",{ref:c});return Bu(e,(0,zt._)`${m}.validate`,c,c.$async)}function d(m){let f=TS(e,m);Bu(e,f,m,m.$async)}function g(m){let f=t.scopeValue("schema",a.code.source===!0?{ref:m,code:(0,zt.stringify)(m)}:{ref:m}),h=t.name("valid"),y=e.subschema({schema:m,dataTypes:[],schemaPath:zt.nil,topSchemaRef:f,errSchemaPath:r},h);e.mergeEvaluated(y),e.ok(h)}}};function TS(e,t){let{gen:r}=e;return t.validate?r.scopeValue("validate",{ref:t.validate}):(0,zt._)`${r.scopeValue("wrapper",{ref:t})}.validate`}mo.getValidate=TS;function Bu(e,t,r,n){let{gen:o,it:s}=e,{allErrors:i,schemaEnv:a,opts:u}=s,c=u.passContext?ii.default.this:zt.nil;n?l():p();function l(){if(!a.$async)throw new Error("async schema referenced by sync schema");let m=o.let("valid");o.try(()=>{o.code((0,zt._)`await ${(0,PS.callValidateCode)(e,t,c)}`),g(t),i||o.assign(m,!0)},f=>{o.if((0,zt._)`!(${f} instanceof ${s.ValidationError})`,()=>o.throw(f)),d(f),i||o.assign(m,!1)}),e.ok(m)}function p(){e.result((0,PS.callValidateCode)(e,t,c),()=>g(t),()=>d(t))}function d(m){let f=(0,zt._)`${m}.errors`;o.assign(ii.default.vErrors,(0,zt._)`${ii.default.vErrors} === null ? ${f} : ${ii.default.vErrors}.concat(${f})`),o.assign(ii.default.errors,(0,zt._)`${ii.default.vErrors}.length`)}function g(m){var f;if(!s.opts.unevaluated)return;let h=(f=r?.validate)===null||f===void 0?void 0:f.evaluated;if(s.props!==!0)if(h&&!h.dynamicProps)h.props!==void 0&&(s.props=Lu.mergeEvaluated.props(o,h.props,s.props));else{let y=o.var("props",(0,zt._)`${m}.evaluated.props`);s.props=Lu.mergeEvaluated.props(o,y,s.props,zt.Name)}if(s.items!==!0)if(h&&!h.dynamicItems)h.items!==void 0&&(s.items=Lu.mergeEvaluated.items(o,h.items,s.items));else{let y=o.var("items",(0,zt._)`${m}.evaluated.items`);s.items=Lu.mergeEvaluated.items(o,y,s.items,zt.Name)}}}mo.callRef=Bu;mo.default=XB});var FS=x(bf=>{"use strict";Object.defineProperty(bf,"__esModule",{value:!0});var ez=ES(),tz=AS(),rz=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",ez.default,tz.default];bf.default=rz});var RS=x(xf=>{"use strict";Object.defineProperty(xf,"__esModule",{value:!0});var zu=Y(),On=zu.operators,ju={maximum:{okStr:"<=",ok:On.LTE,fail:On.GT},minimum:{okStr:">=",ok:On.GTE,fail:On.LT},exclusiveMaximum:{okStr:"<",ok:On.LT,fail:On.GTE},exclusiveMinimum:{okStr:">",ok:On.GT,fail:On.LTE}},nz={message:({keyword:e,schemaCode:t})=>(0,zu.str)`must be ${ju[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,zu._)`{comparison: ${ju[e].okStr}, limit: ${t}}`},oz={keyword:Object.keys(ju),type:"number",schemaType:"number",$data:!0,error:nz,code(e){let{keyword:t,data:r,schemaCode:n}=e;e.fail$data((0,zu._)`${r} ${ju[t].fail} ${n} || isNaN(${r})`)}};xf.default=oz});var $S=x(Sf=>{"use strict";Object.defineProperty(Sf,"__esModule",{value:!0});var Ns=Y(),iz={message:({schemaCode:e})=>(0,Ns.str)`must be multiple of ${e}`,params:({schemaCode:e})=>(0,Ns._)`{multipleOf: ${e}}`},sz={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:iz,code(e){let{gen:t,data:r,schemaCode:n,it:o}=e,s=o.opts.multipleOfPrecision,i=t.let("res"),a=s?(0,Ns._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,Ns._)`${i} !== parseInt(${i})`;e.fail$data((0,Ns._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};Sf.default=sz});var IS=x(Ef=>{"use strict";Object.defineProperty(Ef,"__esModule",{value:!0});function kS(e){let t=e.length,r=0,n=0,o;for(;n<t;)r++,o=e.charCodeAt(n++),o>=55296&&o<=56319&&n<t&&(o=e.charCodeAt(n),(o&64512)===56320&&n++);return r}Ef.default=kS;kS.code='require("ajv/dist/runtime/ucs2length").default'});var NS=x(Pf=>{"use strict";Object.defineProperty(Pf,"__esModule",{value:!0});var go=Y(),az=pe(),uz=IS(),cz={message({keyword:e,schemaCode:t}){let r=e==="maxLength"?"more":"fewer";return(0,go.str)`must NOT have ${r} than ${t} characters`},params:({schemaCode:e})=>(0,go._)`{limit: ${e}}`},lz={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:cz,code(e){let{keyword:t,data:r,schemaCode:n,it:o}=e,s=t==="maxLength"?go.operators.GT:go.operators.LT,i=o.opts.unicode===!1?(0,go._)`${r}.length`:(0,go._)`${(0,az.useFunc)(e.gen,uz.default)}(${r})`;e.fail$data((0,go._)`${i} ${s} ${n}`)}};Pf.default=lz});var OS=x(_f=>{"use strict";Object.defineProperty(_f,"__esModule",{value:!0});var pz=lr(),Uu=Y(),dz={message:({schemaCode:e})=>(0,Uu.str)`must match pattern "${e}"`,params:({schemaCode:e})=>(0,Uu._)`{pattern: ${e}}`},fz={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:dz,code(e){let{data:t,$data:r,schema:n,schemaCode:o,it:s}=e,i=s.opts.unicodeRegExp?"u":"",a=r?(0,Uu._)`(new RegExp(${o}, ${i}))`:(0,pz.usePattern)(e,n);e.fail$data((0,Uu._)`!${a}.test(${t})`)}};_f.default=fz});var MS=x(Tf=>{"use strict";Object.defineProperty(Tf,"__esModule",{value:!0});var Os=Y(),mz={message({keyword:e,schemaCode:t}){let r=e==="maxProperties"?"more":"fewer";return(0,Os.str)`must NOT have ${r} than ${t} properties`},params:({schemaCode:e})=>(0,Os._)`{limit: ${e}}`},gz={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:mz,code(e){let{keyword:t,data:r,schemaCode:n}=e,o=t==="maxProperties"?Os.operators.GT:Os.operators.LT;e.fail$data((0,Os._)`Object.keys(${r}).length ${o} ${n}`)}};Tf.default=gz});var LS=x(Af=>{"use strict";Object.defineProperty(Af,"__esModule",{value:!0});var Ms=lr(),Ls=Y(),hz=pe(),yz={message:({params:{missingProperty:e}})=>(0,Ls.str)`must have required property '${e}'`,params:({params:{missingProperty:e}})=>(0,Ls._)`{missingProperty: ${e}}`},Dz={keyword:"required",type:"object",schemaType:"array",$data:!0,error:yz,code(e){let{gen:t,schema:r,schemaCode:n,data:o,$data:s,it:i}=e,{opts:a}=i;if(!s&&r.length===0)return;let u=r.length>=a.loopRequired;if(i.allErrors?c():l(),a.strictRequired){let g=e.parentSchema.properties,{definedProperties:m}=e.it;for(let f of r)if(g?.[f]===void 0&&!m.has(f)){let h=i.schemaEnv.baseId+i.errSchemaPath,y=`required property "${f}" is not defined at "${h}" (strictRequired)`;(0,hz.checkStrictMode)(i,y,i.opts.strictRequired)}}function c(){if(u||s)e.block$data(Ls.nil,p);else for(let g of r)(0,Ms.checkReportMissingProp)(e,g)}function l(){let g=t.let("missing");if(u||s){let m=t.let("valid",!0);e.block$data(m,()=>d(g,m)),e.ok(m)}else t.if((0,Ms.checkMissingProp)(e,r,g)),(0,Ms.reportMissingProp)(e,g),t.else()}function p(){t.forOf("prop",n,g=>{e.setParams({missingProperty:g}),t.if((0,Ms.noPropertyInData)(t,o,g,a.ownProperties),()=>e.error())})}function d(g,m){e.setParams({missingProperty:g}),t.forOf(g,n,()=>{t.assign(m,(0,Ms.propertyInData)(t,o,g,a.ownProperties)),t.if((0,Ls.not)(m),()=>{e.error(),t.break()})},Ls.nil)}}};Af.default=Dz});var BS=x(Ff=>{"use strict";Object.defineProperty(Ff,"__esModule",{value:!0});var Bs=Y(),vz={message({keyword:e,schemaCode:t}){let r=e==="maxItems"?"more":"fewer";return(0,Bs.str)`must NOT have ${r} than ${t} items`},params:({schemaCode:e})=>(0,Bs._)`{limit: ${e}}`},Cz={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:vz,code(e){let{keyword:t,data:r,schemaCode:n}=e,o=t==="maxItems"?Bs.operators.GT:Bs.operators.LT;e.fail$data((0,Bs._)`${r}.length ${o} ${n}`)}};Ff.default=Cz});var Vu=x(Rf=>{"use strict";Object.defineProperty(Rf,"__esModule",{value:!0});var zS=tf();zS.code='require("ajv/dist/runtime/equal").default';Rf.default=zS});var jS=x(kf=>{"use strict";Object.defineProperty(kf,"__esModule",{value:!0});var $f=Es(),pt=Y(),wz=pe(),bz=Vu(),xz={message:({params:{i:e,j:t}})=>(0,pt.str)`must NOT have duplicate items (items ## ${t} and ${e} are identical)`,params:({params:{i:e,j:t}})=>(0,pt._)`{i: ${e}, j: ${t}}`},Sz={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:xz,code(e){let{gen:t,data:r,$data:n,schema:o,parentSchema:s,schemaCode:i,it:a}=e;if(!n&&!o)return;let u=t.let("valid"),c=s.items?(0,$f.getSchemaTypes)(s.items):[];e.block$data(u,l,(0,pt._)`${i} === false`),e.ok(u);function l(){let m=t.let("i",(0,pt._)`${r}.length`),f=t.let("j");e.setParams({i:m,j:f}),t.assign(u,!0),t.if((0,pt._)`${m} > 1`,()=>(p()?d:g)(m,f))}function p(){return c.length>0&&!c.some(m=>m==="object"||m==="array")}function d(m,f){let h=t.name("item"),y=(0,$f.checkDataTypes)(c,h,a.opts.strictNumbers,$f.DataType.Wrong),w=t.const("indices",(0,pt._)`{}`);t.for((0,pt._)`;${m}--;`,()=>{t.let(h,(0,pt._)`${r}[${m}]`),t.if(y,(0,pt._)`continue`),c.length>1&&t.if((0,pt._)`typeof ${h} == "string"`,(0,pt._)`${h} += "_"`),t.if((0,pt._)`typeof ${w}[${h}] == "number"`,()=>{t.assign(f,(0,pt._)`${w}[${h}]`),e.error(),t.assign(u,!1).break()}).code((0,pt._)`${w}[${h}] = ${m}`)})}function g(m,f){let h=(0,wz.useFunc)(t,bz.default),y=t.name("outer");t.label(y).for((0,pt._)`;${m}--;`,()=>t.for((0,pt._)`${f} = ${m}; ${f}--;`,()=>t.if((0,pt._)`${h}(${r}[${m}], ${r}[${f}])`,()=>{e.error(),t.assign(u,!1).break(y)})))}}};kf.default=Sz});var US=x(Nf=>{"use strict";Object.defineProperty(Nf,"__esModule",{value:!0});var If=Y(),Ez=pe(),Pz=Vu(),_z={message:"must be equal to constant",params:({schemaCode:e})=>(0,If._)`{allowedValue: ${e}}`},Tz={keyword:"const",$data:!0,error:_z,code(e){let{gen:t,data:r,$data:n,schemaCode:o,schema:s}=e;n||s&&typeof s=="object"?e.fail$data((0,If._)`!${(0,Ez.useFunc)(t,Pz.default)}(${r}, ${o})`):e.fail((0,If._)`${s} !== ${r}`)}};Nf.default=Tz});var VS=x(Of=>{"use strict";Object.defineProperty(Of,"__esModule",{value:!0});var zs=Y(),Az=pe(),Fz=Vu(),Rz={message:"must be equal to one of the allowed values",params:({schemaCode:e})=>(0,zs._)`{allowedValues: ${e}}`},$z={keyword:"enum",schemaType:"array",$data:!0,error:Rz,code(e){let{gen:t,data:r,$data:n,schema:o,schemaCode:s,it:i}=e;if(!n&&o.length===0)throw new Error("enum must have non-empty array");let a=o.length>=i.opts.loopEnum,u,c=()=>u??(u=(0,Az.useFunc)(t,Fz.default)),l;if(a||n)l=t.let("valid"),e.block$data(l,p);else{if(!Array.isArray(o))throw new Error("ajv implementation error");let g=t.const("vSchema",s);l=(0,zs.or)(...o.map((m,f)=>d(g,f)))}e.pass(l);function p(){t.assign(l,!1),t.forOf("v",s,g=>t.if((0,zs._)`${c()}(${r}, ${g})`,()=>t.assign(l,!0).break()))}function d(g,m){let f=o[m];return typeof f=="object"&&f!==null?(0,zs._)`${c()}(${r}, ${g}[${m}])`:(0,zs._)`${r} === ${f}`}}};Of.default=$z});var HS=x(Mf=>{"use strict";Object.defineProperty(Mf,"__esModule",{value:!0});var kz=RS(),Iz=$S(),Nz=NS(),Oz=OS(),Mz=MS(),Lz=LS(),Bz=BS(),zz=jS(),jz=US(),Uz=VS(),Vz=[kz.default,Iz.default,Nz.default,Oz.default,Mz.default,Lz.default,Bz.default,zz.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},jz.default,Uz.default];Mf.default=Vz});var Bf=x(js=>{"use strict";Object.defineProperty(js,"__esModule",{value:!0});js.validateAdditionalItems=void 0;var ho=Y(),Lf=pe(),Hz={message:({params:{len:e}})=>(0,ho.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,ho._)`{limit: ${e}}`},qz={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:Hz,code(e){let{parentSchema:t,it:r}=e,{items:n}=t;if(!Array.isArray(n)){(0,Lf.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}qS(e,n)}};function qS(e,t){let{gen:r,schema:n,data:o,keyword:s,it:i}=e;i.items=!0;let a=r.const("len",(0,ho._)`${o}.length`);if(n===!1)e.setParams({len:t.length}),e.pass((0,ho._)`${a} <= ${t.length}`);else if(typeof n=="object"&&!(0,Lf.alwaysValidSchema)(i,n)){let c=r.var("valid",(0,ho._)`${a} <= ${t.length}`);r.if((0,ho.not)(c),()=>u(c)),e.ok(c)}function u(c){r.forRange("i",t.length,a,l=>{e.subschema({keyword:s,dataProp:l,dataPropType:Lf.Type.Num},c),i.allErrors||r.if((0,ho.not)(c),()=>r.break())})}}js.validateAdditionalItems=qS;js.default=qz});var zf=x(Us=>{"use strict";Object.defineProperty(Us,"__esModule",{value:!0});Us.validateTuple=void 0;var KS=Y(),Hu=pe(),Kz=lr(),Gz={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(e){let{schema:t,it:r}=e;if(Array.isArray(t))return GS(e,"additionalItems",t);r.items=!0,!(0,Hu.alwaysValidSchema)(r,t)&&e.ok((0,Kz.validateArray)(e))}};function GS(e,t,r=e.schema){let{gen:n,parentSchema:o,data:s,keyword:i,it:a}=e;l(o),a.opts.unevaluated&&r.length&&a.items!==!0&&(a.items=Hu.mergeEvaluated.items(n,r.length,a.items));let u=n.name("valid"),c=n.const("len",(0,KS._)`${s}.length`);r.forEach((p,d)=>{(0,Hu.alwaysValidSchema)(a,p)||(n.if((0,KS._)`${c} > ${d}`,()=>e.subschema({keyword:i,schemaProp:d,dataProp:d},u)),e.ok(u))});function l(p){let{opts:d,errSchemaPath:g}=a,m=r.length,f=m===p.minItems&&(m===p.maxItems||p[t]===!1);if(d.strictTuples&&!f){let h=`"${i}" is ${m}-tuple, but minItems or maxItems/${t} are not specified or different at path "${g}"`;(0,Hu.checkStrictMode)(a,h,d.strictTuples)}}}Us.validateTuple=GS;Us.default=Gz});var WS=x(jf=>{"use strict";Object.defineProperty(jf,"__esModule",{value:!0});var Wz=zf(),Zz={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:e=>(0,Wz.validateTuple)(e,"items")};jf.default=Zz});var JS=x(Uf=>{"use strict";Object.defineProperty(Uf,"__esModule",{value:!0});var ZS=Y(),Jz=pe(),Yz=lr(),Qz=Bf(),Xz={message:({params:{len:e}})=>(0,ZS.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,ZS._)`{limit: ${e}}`},e3={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:Xz,code(e){let{schema:t,parentSchema:r,it:n}=e,{prefixItems:o}=r;n.items=!0,!(0,Jz.alwaysValidSchema)(n,t)&&(o?(0,Qz.validateAdditionalItems)(e,o):e.ok((0,Yz.validateArray)(e)))}};Uf.default=e3});var YS=x(Vf=>{"use strict";Object.defineProperty(Vf,"__esModule",{value:!0});var dr=Y(),qu=pe(),t3={message:({params:{min:e,max:t}})=>t===void 0?(0,dr.str)`must contain at least ${e} valid item(s)`:(0,dr.str)`must contain at least ${e} and no more than ${t} valid item(s)`,params:({params:{min:e,max:t}})=>t===void 0?(0,dr._)`{minContains: ${e}}`:(0,dr._)`{minContains: ${e}, maxContains: ${t}}`},r3={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:t3,code(e){let{gen:t,schema:r,parentSchema:n,data:o,it:s}=e,i,a,{minContains:u,maxContains:c}=n;s.opts.next?(i=u===void 0?1:u,a=c):i=1;let l=t.const("len",(0,dr._)`${o}.length`);if(e.setParams({min:i,max:a}),a===void 0&&i===0){(0,qu.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,qu.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),e.fail();return}if((0,qu.alwaysValidSchema)(s,r)){let f=(0,dr._)`${l} >= ${i}`;a!==void 0&&(f=(0,dr._)`${f} && ${l} <= ${a}`),e.pass(f);return}s.items=!0;let p=t.name("valid");a===void 0&&i===1?g(p,()=>t.if(p,()=>t.break())):i===0?(t.let(p,!0),a!==void 0&&t.if((0,dr._)`${o}.length > 0`,d)):(t.let(p,!1),d()),e.result(p,()=>e.reset());function d(){let f=t.name("_valid"),h=t.let("count",0);g(f,()=>t.if(f,()=>m(h)))}function g(f,h){t.forRange("i",0,l,y=>{e.subschema({keyword:"contains",dataProp:y,dataPropType:qu.Type.Num,compositeRule:!0},f),h()})}function m(f){t.code((0,dr._)`${f}++`),a===void 0?t.if((0,dr._)`${f} >= ${i}`,()=>t.assign(p,!0).break()):(t.if((0,dr._)`${f} > ${a}`,()=>t.assign(p,!1).break()),i===1?t.assign(p,!0):t.if((0,dr._)`${f} >= ${i}`,()=>t.assign(p,!0)))}}};Vf.default=r3});var eE=x(Jr=>{"use strict";Object.defineProperty(Jr,"__esModule",{value:!0});Jr.validateSchemaDeps=Jr.validatePropertyDeps=Jr.error=void 0;var Hf=Y(),n3=pe(),Vs=lr();Jr.error={message:({params:{property:e,depsCount:t,deps:r}})=>{let n=t===1?"property":"properties";return(0,Hf.str)`must have ${n} ${r} when property ${e} is present`},params:({params:{property:e,depsCount:t,deps:r,missingProperty:n}})=>(0,Hf._)`{property: ${e},
|
|
26
|
+
`)});let g=u(`HTTP/${e.httpVersion} ${h.statusCode} ${h.statusMessage}`,m.headers);t.destroyed?h.resume():(t.write(g),h.on("data",y=>{f(y)}),h.on("end",()=>{f(""),t.destroySoon()}))}),p.end()}Dt.WS_PASSES={checkMethodAndHeader:PC,XHeaders:TC,stream:AC}});var RC=S(ur=>{"use strict";var G1=ur&&ur.__createBinding||(Object.create?(function(e,t,r,n){n===void 0&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);(!o||("get"in o?!t.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}):(function(e,t,r,n){n===void 0&&(n=r),e[n]=t[r]})),W1=ur&&ur.__setModuleDefault||(Object.create?(function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}):function(e,t){e.default=t}),FC=ur&&ur.__importStar||(function(){var e=function(t){return e=Object.getOwnPropertyNames||function(r){var n=[];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(n[n.length]=o);return n},e(t)};return function(t){if(t&&t.__esModule)return t;var r={};if(t!=null)for(var n=e(t),o=0;o<n.length;o++)n[o]!=="default"&&G1(r,t,n[o]);return W1(r,t),r}})(),Z1=ur&&ur.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(ur,"__esModule",{value:!0});ur.ProxyServer=void 0;var J1=FC(W("node:http")),Y1=FC(W("node:http2")),Q1=EC(),X1=Op(),eN=W("node:events"),tN=Z1(hu()),rN=cs(),Du=(0,tN.default)("http-proxy-3"),Mp=class e extends eN.EventEmitter{constructor(t={}){super(),this.createRightProxy=r=>(Du("createRightProxy",{type:r}),n=>(...o)=>{let s=o[0];Du("proxy: ",{type:r,path:s.url});let i=o[1],a=r==="ws"?this.wsPasses:this.webPasses;r=="ws"&&i.on("error",d=>{this.emit("error",d,s,i)});let u=o.length-1,c,l;typeof o[u]=="function"&&(l=o[u],u--);let p;!(o[u]instanceof Buffer)&&o[u]!==i?(p={...n,...o[u]},u--):p={...n},o[u]instanceof Buffer&&(c=o[u]);for(let d of["target","forward"])typeof p[d]=="string"&&(p[d]=(0,rN.toURL)(p[d]));if(!p.target&&!p.forward){this.emit("error",new Error("Must set target or forward"),s,i);return}for(let d of a)if(d(s,i,p,c,this,l))break}),this.onError=r=>{if(this.listeners("error").length===1)throw r},this.listen=(r,n)=>{Du("listen",{port:r,hostname:n});let o=(s,i)=>{this.web(s,i)};return this._server=this.options.ssl?Y1.createSecureServer({...this.options.ssl,allowHTTP1:!0},o):J1.createServer(o),this.options.ws&&this._server.on("upgrade",(s,i,a)=>{this.ws(s,i,a)}),this._server.listen(r,n),this},this.address=()=>this._server?.address(),this.close=r=>{if(this._server==null){r?.();return}this._server.close(n=>{this._server=null,r?.(n)})},this.before=(r,n,o)=>{if(r!=="ws"&&r!=="web")throw new Error("type must be `web` or `ws`");let s=r==="ws"?this.wsPasses:this.webPasses,i=!1;if(s.forEach((a,u)=>{a.name===n&&(i=u)}),i===!1)throw new Error("No such pass");s.splice(i,0,o)},this.after=(r,n,o)=>{if(r!=="ws"&&r!=="web")throw new Error("type must be `web` or `ws`");let s=r==="ws"?this.wsPasses:this.webPasses,i=!1;if(s.forEach((a,u)=>{a.name===n&&(i=u)}),i===!1)throw new Error("No such pass");s.splice(i++,0,o)},Du("creating a ProxyServer",t),t.prependPath=t.prependPath!==!1,this.options=t,this.web=this.createRightProxy("web")(t),this.ws=this.createRightProxy("ws")(t),this.webPasses=Object.values(Q1.WEB_PASSES),this.wsPasses=Object.values(X1.WS_PASSES),this.on("error",this.onError)}static createProxyServer(t){return new e(t)}static createServer(t){return new e(t)}static createProxy(t){return new e(t)}};ur.ProxyServer=Mp});var $C=S(Wr=>{"use strict";Object.defineProperty(Wr,"__esModule",{value:!0});Wr.numOpenSockets=Wr.ProxyServer=void 0;Wr.createProxyServer=Bp;Wr.createServer=Bp;Wr.createProxy=Bp;var Lp=RC();Object.defineProperty(Wr,"ProxyServer",{enumerable:!0,get:function(){return Lp.ProxyServer}});var nN=Op();Object.defineProperty(Wr,"numOpenSockets",{enumerable:!0,get:function(){return nN.numOpenSockets}});function Bp(e={}){return new Lp.ProxyServer(e)}Wr.default=Lp.ProxyServer});var NC=S(zp=>{"use strict";zp.parse=lN;zp.serialize=pN;var oN=Object.prototype.toString,iN=Object.prototype.hasOwnProperty,sN=/^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/,aN=/^("?)[\u0021\u0023-\u002B\u002D-\u003A\u003C-\u005B\u005D-\u007E]*\1$/,uN=/^([.]?[a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)([.][a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?)*$/i,cN=/^[\u0020-\u003A\u003D-\u007E]*$/;function lN(e,t){if(typeof e!="string")throw new TypeError("argument str must be a string");var r={},n=e.length;if(n<2)return r;var o=t&&t.decode||dN,s=0,i=0,a=0;do{if(i=e.indexOf("=",s),i===-1)break;if(a=e.indexOf(";",s),a===-1)a=n;else if(i>a){s=e.lastIndexOf(";",i-1)+1;continue}var u=kC(e,s,i),c=IC(e,i,u),l=e.slice(u,c);if(!iN.call(r,l)){var p=kC(e,i+1,a),d=IC(e,a,p);e.charCodeAt(p)===34&&e.charCodeAt(d-1)===34&&(p++,d--);var h=e.slice(p,d);r[l]=mN(h,o)}s=a+1}while(s<n);return r}function kC(e,t,r){do{var n=e.charCodeAt(t);if(n!==32&&n!==9)return t}while(++t<r);return r}function IC(e,t,r){for(;t>r;){var n=e.charCodeAt(--t);if(n!==32&&n!==9)return t+1}return r}function pN(e,t,r){var n=r&&r.encode||encodeURIComponent;if(typeof n!="function")throw new TypeError("option encode is invalid");if(!sN.test(e))throw new TypeError("argument name is invalid");var o=n(t);if(!aN.test(o))throw new TypeError("argument val is invalid");var s=e+"="+o;if(!r)return s;if(r.maxAge!=null){var i=Math.floor(r.maxAge);if(!isFinite(i))throw new TypeError("option maxAge is invalid");s+="; Max-Age="+i}if(r.domain){if(!uN.test(r.domain))throw new TypeError("option domain is invalid");s+="; Domain="+r.domain}if(r.path){if(!cN.test(r.path))throw new TypeError("option path is invalid");s+="; Path="+r.path}if(r.expires){var a=r.expires;if(!fN(a)||isNaN(a.valueOf()))throw new TypeError("option expires is invalid");s+="; Expires="+a.toUTCString()}if(r.httpOnly&&(s+="; HttpOnly"),r.secure&&(s+="; Secure"),r.partitioned&&(s+="; Partitioned"),r.priority){var u=typeof r.priority=="string"?r.priority.toLowerCase():r.priority;switch(u){case"low":s+="; Priority=Low";break;case"medium":s+="; Priority=Medium";break;case"high":s+="; Priority=High";break;default:throw new TypeError("option priority is invalid")}}if(r.sameSite){var c=typeof r.sameSite=="string"?r.sameSite.toLowerCase():r.sameSite;switch(c){case!0:s+="; SameSite=Strict";break;case"lax":s+="; SameSite=Lax";break;case"strict":s+="; SameSite=Strict";break;case"none":s+="; SameSite=None";break;default:throw new TypeError("option sameSite is invalid")}}return s}function dN(e){return e.indexOf("%")!==-1?decodeURIComponent(e):e}function fN(e){return oN.call(e)==="[object Date]"}function mN(e,t){try{return t(e)}catch{return e}}});var LC=S(vu=>{var MC=W("crypto");vu.sign=function(e,t){if(typeof e!="string")throw new TypeError("Cookie value must be provided as a string.");if(typeof t!="string")throw new TypeError("Secret string must be provided.");return e+"."+MC.createHmac("sha256",t).update(e).digest("base64").replace(/\=+$/,"")};vu.unsign=function(e,t){if(typeof e!="string")throw new TypeError("Signed cookie string must be provided.");if(typeof t!="string")throw new TypeError("Secret string must be provided.");var r=e.slice(0,e.lastIndexOf(".")),n=vu.sign(r,t);return OC(n)==OC(e)?r:!1};function OC(e){return MC.createHash("sha1").update(e).digest("hex")}});var UC=S((MJ,Wo)=>{"use strict";var hN=NC(),gN=LC();Wo.exports=yN;Wo.exports.JSONCookie=BC;Wo.exports.JSONCookies=jp;Wo.exports.signedCookie=zC;Wo.exports.signedCookies=jC;function yN(e,t){var r=!e||Array.isArray(e)?e||[]:[e];return function(o,s,i){if(o.cookies)return i();var a=o.headers.cookie;if(o.secret=r[0],o.cookies=Object.create(null),o.signedCookies=Object.create(null),!a)return i();o.cookies=hN.parse(a,t),r.length!==0&&(o.signedCookies=jC(o.cookies,r),o.signedCookies=jp(o.signedCookies)),o.cookies=jp(o.cookies),i()}}function BC(e){if(!(typeof e!="string"||e.substr(0,2)!=="j:"))try{return JSON.parse(e.slice(2))}catch{return}}function jp(e){for(var t=Object.keys(e),r,n,o=0;o<t.length;o++)r=t[o],n=BC(e[r]),n&&(e[r]=n);return e}function zC(e,t){if(typeof e=="string"){if(e.substr(0,2)!=="s:")return e;for(var r=!t||Array.isArray(t)?t||[]:[t],n=0;n<r.length;n++){var o=gN.unsign(e.slice(2),r[n]);if(o!==!1)return o}return!1}}function jC(e,t){for(var r=Object.keys(e),n,o,s=Object.create(null),i,a=0;a<r.length;a++)o=r[a],i=e[o],n=zC(i,t),i!==n&&(s[o]=n,delete e[o]);return s}});var Ts=S(le=>{"use strict";Object.defineProperty(le,"__esModule",{value:!0});le.regexpCode=le.getEsmExportName=le.getProperty=le.safeStringify=le.stringify=le.strConcat=le.addCodeArg=le.str=le._=le.nil=le._Code=le.Name=le.IDENTIFIER=le._CodeOrName=void 0;var _s=class{};le._CodeOrName=_s;le.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var lo=class extends _s{constructor(t){if(super(),!le.IDENTIFIER.test(t))throw new Error("CodeGen: name must be a valid identifier");this.str=t}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};le.Name=lo;var pr=class extends _s{constructor(t){super(),this._items=typeof t=="string"?[t]:t}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let t=this._items[0];return t===""||t==='""'}get str(){var t;return(t=this._str)!==null&&t!==void 0?t:this._str=this._items.reduce((r,n)=>`${r}${n}`,"")}get names(){var t;return(t=this._names)!==null&&t!==void 0?t:this._names=this._items.reduce((r,n)=>(n instanceof lo&&(r[n.str]=(r[n.str]||0)+1),r),{})}};le._Code=pr;le.nil=new pr("");function z0(e,...t){let r=[e[0]],n=0;for(;n<t.length;)rf(r,t[n]),r.push(e[++n]);return new pr(r)}le._=z0;var tf=new pr("+");function j0(e,...t){let r=[Ps(e[0])],n=0;for(;n<t.length;)r.push(tf),rf(r,t[n]),r.push(tf,Ps(e[++n]));return LM(r),new pr(r)}le.str=j0;function rf(e,t){t instanceof pr?e.push(...t._items):t instanceof lo?e.push(t):e.push(jM(t))}le.addCodeArg=rf;function LM(e){let t=1;for(;t<e.length-1;){if(e[t]===tf){let r=BM(e[t-1],e[t+1]);if(r!==void 0){e.splice(t-1,3,r);continue}e[t++]="+"}t++}}function BM(e,t){if(t==='""')return e;if(e==='""')return t;if(typeof e=="string")return t instanceof lo||e[e.length-1]!=='"'?void 0:typeof t!="string"?`${e.slice(0,-1)}${t}"`:t[0]==='"'?e.slice(0,-1)+t.slice(1):void 0;if(typeof t=="string"&&t[0]==='"'&&!(e instanceof lo))return`"${e}${t.slice(1)}`}function zM(e,t){return t.emptyStr()?e:e.emptyStr()?t:j0`${e}${t}`}le.strConcat=zM;function jM(e){return typeof e=="number"||typeof e=="boolean"||e===null?e:Ps(Array.isArray(e)?e.join(","):e)}function UM(e){return new pr(Ps(e))}le.stringify=UM;function Ps(e){return JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}le.safeStringify=Ps;function VM(e){return typeof e=="string"&&le.IDENTIFIER.test(e)?new pr(`.${e}`):z0`[${e}]`}le.getProperty=VM;function HM(e){if(typeof e=="string"&&le.IDENTIFIER.test(e))return new pr(`${e}`);throw new Error(`CodeGen: invalid export name: ${e}, use explicit $id name mapping`)}le.getEsmExportName=HM;function qM(e){return new pr(e.toString())}le.regexpCode=qM});var sf=S(zt=>{"use strict";Object.defineProperty(zt,"__esModule",{value:!0});zt.ValueScope=zt.ValueScopeName=zt.Scope=zt.varKinds=zt.UsedValueState=void 0;var Bt=Ts(),nf=class extends Error{constructor(t){super(`CodeGen: "code" for ${t} not defined`),this.value=t.value}},ju;(function(e){e[e.Started=0]="Started",e[e.Completed=1]="Completed"})(ju||(zt.UsedValueState=ju={}));zt.varKinds={const:new Bt.Name("const"),let:new Bt.Name("let"),var:new Bt.Name("var")};var Uu=class{constructor({prefixes:t,parent:r}={}){this._names={},this._prefixes=t,this._parent=r}toName(t){return t instanceof Bt.Name?t:this.name(t)}name(t){return new Bt.Name(this._newName(t))}_newName(t){let r=this._names[t]||this._nameGroup(t);return`${t}${r.index++}`}_nameGroup(t){var r,n;if(!((n=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||n===void 0)&&n.has(t)||this._prefixes&&!this._prefixes.has(t))throw new Error(`CodeGen: prefix "${t}" is not allowed in this scope`);return this._names[t]={prefix:t,index:0}}};zt.Scope=Uu;var Vu=class extends Bt.Name{constructor(t,r){super(r),this.prefix=t}setValue(t,{property:r,itemIndex:n}){this.value=t,this.scopePath=(0,Bt._)`.${new Bt.Name(r)}[${n}]`}};zt.ValueScopeName=Vu;var KM=(0,Bt._)`\n`,of=class extends Uu{constructor(t){super(t),this._values={},this._scope=t.scope,this.opts={...t,_n:t.lines?KM:Bt.nil}}get(){return this._scope}name(t){return new Vu(t,this._newName(t))}value(t,r){var n;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let o=this.toName(t),{prefix:s}=o,i=(n=r.key)!==null&&n!==void 0?n:r.ref,a=this._values[s];if(a){let l=a.get(i);if(l)return l}else a=this._values[s]=new Map;a.set(i,o);let u=this._scope[s]||(this._scope[s]=[]),c=u.length;return u[c]=r.ref,o.setValue(r,{property:s,itemIndex:c}),o}getValue(t,r){let n=this._values[t];if(n)return n.get(r)}scopeRefs(t,r=this._values){return this._reduceValues(r,n=>{if(n.scopePath===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return(0,Bt._)`${t}${n.scopePath}`})}scopeCode(t=this._values,r,n){return this._reduceValues(t,o=>{if(o.value===void 0)throw new Error(`CodeGen: name "${o}" has no value`);return o.value.code},r,n)}_reduceValues(t,r,n={},o){let s=Bt.nil;for(let i in t){let a=t[i];if(!a)continue;let u=n[i]=n[i]||new Map;a.forEach(c=>{if(u.has(c))return;u.set(c,ju.Started);let l=r(c);if(l){let p=this.opts.es5?zt.varKinds.var:zt.varKinds.const;s=(0,Bt._)`${s}${p} ${c} = ${l};${this.opts._n}`}else if(l=o?.(c))s=(0,Bt._)`${s}${l}${this.opts._n}`;else throw new nf(c);u.set(c,ju.Completed)})}return s}};zt.ValueScope=of});var Q=S(X=>{"use strict";Object.defineProperty(X,"__esModule",{value:!0});X.or=X.and=X.not=X.CodeGen=X.operators=X.varKinds=X.ValueScopeName=X.ValueScope=X.Scope=X.Name=X.regexpCode=X.stringify=X.getProperty=X.nil=X.strConcat=X.str=X._=void 0;var ie=Ts(),Er=sf(),In=Ts();Object.defineProperty(X,"_",{enumerable:!0,get:function(){return In._}});Object.defineProperty(X,"str",{enumerable:!0,get:function(){return In.str}});Object.defineProperty(X,"strConcat",{enumerable:!0,get:function(){return In.strConcat}});Object.defineProperty(X,"nil",{enumerable:!0,get:function(){return In.nil}});Object.defineProperty(X,"getProperty",{enumerable:!0,get:function(){return In.getProperty}});Object.defineProperty(X,"stringify",{enumerable:!0,get:function(){return In.stringify}});Object.defineProperty(X,"regexpCode",{enumerable:!0,get:function(){return In.regexpCode}});Object.defineProperty(X,"Name",{enumerable:!0,get:function(){return In.Name}});var Gu=sf();Object.defineProperty(X,"Scope",{enumerable:!0,get:function(){return Gu.Scope}});Object.defineProperty(X,"ValueScope",{enumerable:!0,get:function(){return Gu.ValueScope}});Object.defineProperty(X,"ValueScopeName",{enumerable:!0,get:function(){return Gu.ValueScopeName}});Object.defineProperty(X,"varKinds",{enumerable:!0,get:function(){return Gu.varKinds}});X.operators={GT:new ie._Code(">"),GTE:new ie._Code(">="),LT:new ie._Code("<"),LTE:new ie._Code("<="),EQ:new ie._Code("==="),NEQ:new ie._Code("!=="),NOT:new ie._Code("!"),OR:new ie._Code("||"),AND:new ie._Code("&&"),ADD:new ie._Code("+")};var hn=class{optimizeNodes(){return this}optimizeNames(t,r){return this}},af=class extends hn{constructor(t,r,n){super(),this.varKind=t,this.name=r,this.rhs=n}render({es5:t,_n:r}){let n=t?Er.varKinds.var:this.varKind,o=this.rhs===void 0?"":` = ${this.rhs}`;return`${n} ${this.name}${o};`+r}optimizeNames(t,r){if(t[this.name.str])return this.rhs&&(this.rhs=ii(this.rhs,t,r)),this}get names(){return this.rhs instanceof ie._CodeOrName?this.rhs.names:{}}},Hu=class extends hn{constructor(t,r,n){super(),this.lhs=t,this.rhs=r,this.sideEffects=n}render({_n:t}){return`${this.lhs} = ${this.rhs};`+t}optimizeNames(t,r){if(!(this.lhs instanceof ie.Name&&!t[this.lhs.str]&&!this.sideEffects))return this.rhs=ii(this.rhs,t,r),this}get names(){let t=this.lhs instanceof ie.Name?{}:{...this.lhs.names};return Ku(t,this.rhs)}},uf=class extends Hu{constructor(t,r,n,o){super(t,n,o),this.op=r}render({_n:t}){return`${this.lhs} ${this.op}= ${this.rhs};`+t}},cf=class extends hn{constructor(t){super(),this.label=t,this.names={}}render({_n:t}){return`${this.label}:`+t}},lf=class extends hn{constructor(t){super(),this.label=t,this.names={}}render({_n:t}){return`break${this.label?` ${this.label}`:""};`+t}},pf=class extends hn{constructor(t){super(),this.error=t}render({_n:t}){return`throw ${this.error};`+t}get names(){return this.error.names}},df=class extends hn{constructor(t){super(),this.code=t}render({_n:t}){return`${this.code};`+t}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(t,r){return this.code=ii(this.code,t,r),this}get names(){return this.code instanceof ie._CodeOrName?this.code.names:{}}},As=class extends hn{constructor(t=[]){super(),this.nodes=t}render(t){return this.nodes.reduce((r,n)=>r+n.render(t),"")}optimizeNodes(){let{nodes:t}=this,r=t.length;for(;r--;){let n=t[r].optimizeNodes();Array.isArray(n)?t.splice(r,1,...n):n?t[r]=n:t.splice(r,1)}return t.length>0?this:void 0}optimizeNames(t,r){let{nodes:n}=this,o=n.length;for(;o--;){let s=n[o];s.optimizeNames(t,r)||(GM(t,s.names),n.splice(o,1))}return n.length>0?this:void 0}get names(){return this.nodes.reduce((t,r)=>mo(t,r.names),{})}},gn=class extends As{render(t){return"{"+t._n+super.render(t)+"}"+t._n}},ff=class extends As{},oi=class extends gn{};oi.kind="else";var po=class e extends gn{constructor(t,r){super(r),this.condition=t}render(t){let r=`if(${this.condition})`+super.render(t);return this.else&&(r+="else "+this.else.render(t)),r}optimizeNodes(){super.optimizeNodes();let t=this.condition;if(t===!0)return this.nodes;let r=this.else;if(r){let n=r.optimizeNodes();r=this.else=Array.isArray(n)?new oi(n):n}if(r)return t===!1?r instanceof e?r:r.nodes:this.nodes.length?this:new e(U0(t),r instanceof e?[r]:r.nodes);if(!(t===!1||!this.nodes.length))return this}optimizeNames(t,r){var n;if(this.else=(n=this.else)===null||n===void 0?void 0:n.optimizeNames(t,r),!!(super.optimizeNames(t,r)||this.else))return this.condition=ii(this.condition,t,r),this}get names(){let t=super.names;return Ku(t,this.condition),this.else&&mo(t,this.else.names),t}};po.kind="if";var fo=class extends gn{};fo.kind="for";var mf=class extends fo{constructor(t){super(),this.iteration=t}render(t){return`for(${this.iteration})`+super.render(t)}optimizeNames(t,r){if(super.optimizeNames(t,r))return this.iteration=ii(this.iteration,t,r),this}get names(){return mo(super.names,this.iteration.names)}},hf=class extends fo{constructor(t,r,n,o){super(),this.varKind=t,this.name=r,this.from=n,this.to=o}render(t){let r=t.es5?Er.varKinds.var:this.varKind,{name:n,from:o,to:s}=this;return`for(${r} ${n}=${o}; ${n}<${s}; ${n}++)`+super.render(t)}get names(){let t=Ku(super.names,this.from);return Ku(t,this.to)}},qu=class extends fo{constructor(t,r,n,o){super(),this.loop=t,this.varKind=r,this.name=n,this.iterable=o}render(t){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(t)}optimizeNames(t,r){if(super.optimizeNames(t,r))return this.iterable=ii(this.iterable,t,r),this}get names(){return mo(super.names,this.iterable.names)}},Fs=class extends gn{constructor(t,r,n){super(),this.name=t,this.args=r,this.async=n}render(t){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(t)}};Fs.kind="func";var Rs=class extends As{render(t){return"return "+super.render(t)}};Rs.kind="return";var gf=class extends gn{render(t){let r="try"+super.render(t);return this.catch&&(r+=this.catch.render(t)),this.finally&&(r+=this.finally.render(t)),r}optimizeNodes(){var t,r;return super.optimizeNodes(),(t=this.catch)===null||t===void 0||t.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(t,r){var n,o;return super.optimizeNames(t,r),(n=this.catch)===null||n===void 0||n.optimizeNames(t,r),(o=this.finally)===null||o===void 0||o.optimizeNames(t,r),this}get names(){let t=super.names;return this.catch&&mo(t,this.catch.names),this.finally&&mo(t,this.finally.names),t}},$s=class extends gn{constructor(t){super(),this.error=t}render(t){return`catch(${this.error})`+super.render(t)}};$s.kind="catch";var ks=class extends gn{render(t){return"finally"+super.render(t)}};ks.kind="finally";var yf=class{constructor(t,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
|
|
27
|
+
`:""},this._extScope=t,this._scope=new Er.Scope({parent:t}),this._nodes=[new ff]}toString(){return this._root.render(this.opts)}name(t){return this._scope.name(t)}scopeName(t){return this._extScope.name(t)}scopeValue(t,r){let n=this._extScope.value(t,r);return(this._values[n.prefix]||(this._values[n.prefix]=new Set)).add(n),n}getScopeValue(t,r){return this._extScope.getValue(t,r)}scopeRefs(t){return this._extScope.scopeRefs(t,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(t,r,n,o){let s=this._scope.toName(r);return n!==void 0&&o&&(this._constants[s.str]=n),this._leafNode(new af(t,s,n)),s}const(t,r,n){return this._def(Er.varKinds.const,t,r,n)}let(t,r,n){return this._def(Er.varKinds.let,t,r,n)}var(t,r,n){return this._def(Er.varKinds.var,t,r,n)}assign(t,r,n){return this._leafNode(new Hu(t,r,n))}add(t,r){return this._leafNode(new uf(t,X.operators.ADD,r))}code(t){return typeof t=="function"?t():t!==ie.nil&&this._leafNode(new df(t)),this}object(...t){let r=["{"];for(let[n,o]of t)r.length>1&&r.push(","),r.push(n),(n!==o||this.opts.es5)&&(r.push(":"),(0,ie.addCodeArg)(r,o));return r.push("}"),new ie._Code(r)}if(t,r,n){if(this._blockNode(new po(t)),r&&n)this.code(r).else().code(n).endIf();else if(r)this.code(r).endIf();else if(n)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(t){return this._elseNode(new po(t))}else(){return this._elseNode(new oi)}endIf(){return this._endBlockNode(po,oi)}_for(t,r){return this._blockNode(t),r&&this.code(r).endFor(),this}for(t,r){return this._for(new mf(t),r)}forRange(t,r,n,o,s=this.opts.es5?Er.varKinds.var:Er.varKinds.let){let i=this._scope.toName(t);return this._for(new hf(s,i,r,n),()=>o(i))}forOf(t,r,n,o=Er.varKinds.const){let s=this._scope.toName(t);if(this.opts.es5){let i=r instanceof ie.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,ie._)`${i}.length`,a=>{this.var(s,(0,ie._)`${i}[${a}]`),n(s)})}return this._for(new qu("of",o,s,r),()=>n(s))}forIn(t,r,n,o=this.opts.es5?Er.varKinds.var:Er.varKinds.const){if(this.opts.ownProperties)return this.forOf(t,(0,ie._)`Object.keys(${r})`,n);let s=this._scope.toName(t);return this._for(new qu("in",o,s,r),()=>n(s))}endFor(){return this._endBlockNode(fo)}label(t){return this._leafNode(new cf(t))}break(t){return this._leafNode(new lf(t))}return(t){let r=new Rs;if(this._blockNode(r),this.code(t),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(Rs)}try(t,r,n){if(!r&&!n)throw new Error('CodeGen: "try" without "catch" and "finally"');let o=new gf;if(this._blockNode(o),this.code(t),r){let s=this.name("e");this._currNode=o.catch=new $s(s),r(s)}return n&&(this._currNode=o.finally=new ks,this.code(n)),this._endBlockNode($s,ks)}throw(t){return this._leafNode(new pf(t))}block(t,r){return this._blockStarts.push(this._nodes.length),t&&this.code(t).endBlock(r),this}endBlock(t){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let n=this._nodes.length-r;if(n<0||t!==void 0&&n!==t)throw new Error(`CodeGen: wrong number of nodes: ${n} vs ${t} expected`);return this._nodes.length=r,this}func(t,r=ie.nil,n,o){return this._blockNode(new Fs(t,r,n)),o&&this.code(o).endFunc(),this}endFunc(){return this._endBlockNode(Fs)}optimize(t=1){for(;t-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(t){return this._currNode.nodes.push(t),this}_blockNode(t){this._currNode.nodes.push(t),this._nodes.push(t)}_endBlockNode(t,r){let n=this._currNode;if(n instanceof t||r&&n instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${t.kind}/${r.kind}`:t.kind}"`)}_elseNode(t){let r=this._currNode;if(!(r instanceof po))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=t,this}get _root(){return this._nodes[0]}get _currNode(){let t=this._nodes;return t[t.length-1]}set _currNode(t){let r=this._nodes;r[r.length-1]=t}};X.CodeGen=yf;function mo(e,t){for(let r in t)e[r]=(e[r]||0)+(t[r]||0);return e}function Ku(e,t){return t instanceof ie._CodeOrName?mo(e,t.names):e}function ii(e,t,r){if(e instanceof ie.Name)return n(e);if(!o(e))return e;return new ie._Code(e._items.reduce((s,i)=>(i instanceof ie.Name&&(i=n(i)),i instanceof ie._Code?s.push(...i._items):s.push(i),s),[]));function n(s){let i=r[s.str];return i===void 0||t[s.str]!==1?s:(delete t[s.str],i)}function o(s){return s instanceof ie._Code&&s._items.some(i=>i instanceof ie.Name&&t[i.str]===1&&r[i.str]!==void 0)}}function GM(e,t){for(let r in t)e[r]=(e[r]||0)-(t[r]||0)}function U0(e){return typeof e=="boolean"||typeof e=="number"||e===null?!e:(0,ie._)`!${Df(e)}`}X.not=U0;var WM=V0(X.operators.AND);function ZM(...e){return e.reduce(WM)}X.and=ZM;var JM=V0(X.operators.OR);function YM(...e){return e.reduce(JM)}X.or=YM;function V0(e){return(t,r)=>t===ie.nil?r:r===ie.nil?t:(0,ie._)`${Df(t)} ${e} ${Df(r)}`}function Df(e){return e instanceof ie.Name?e:(0,ie._)`(${e})`}});var pe=S(te=>{"use strict";Object.defineProperty(te,"__esModule",{value:!0});te.checkStrictMode=te.getErrorPath=te.Type=te.useFunc=te.setEvaluated=te.evaluatedPropsToName=te.mergeEvaluated=te.eachItem=te.unescapeJsonPointer=te.escapeJsonPointer=te.escapeFragment=te.unescapeFragment=te.schemaRefOrVal=te.schemaHasRulesButRef=te.schemaHasRules=te.checkUnknownRules=te.alwaysValidSchema=te.toHash=void 0;var xe=Q(),QM=Ts();function XM(e){let t={};for(let r of e)t[r]=!0;return t}te.toHash=XM;function eL(e,t){return typeof t=="boolean"?t:Object.keys(t).length===0?!0:(K0(e,t),!G0(t,e.self.RULES.all))}te.alwaysValidSchema=eL;function K0(e,t=e.schema){let{opts:r,self:n}=e;if(!r.strictSchema||typeof t=="boolean")return;let o=n.RULES.keywords;for(let s in t)o[s]||J0(e,`unknown keyword: "${s}"`)}te.checkUnknownRules=K0;function G0(e,t){if(typeof e=="boolean")return!e;for(let r in e)if(t[r])return!0;return!1}te.schemaHasRules=G0;function tL(e,t){if(typeof e=="boolean")return!e;for(let r in e)if(r!=="$ref"&&t.all[r])return!0;return!1}te.schemaHasRulesButRef=tL;function rL({topSchemaRef:e,schemaPath:t},r,n,o){if(!o){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,xe._)`${r}`}return(0,xe._)`${e}${t}${(0,xe.getProperty)(n)}`}te.schemaRefOrVal=rL;function nL(e){return W0(decodeURIComponent(e))}te.unescapeFragment=nL;function oL(e){return encodeURIComponent(Cf(e))}te.escapeFragment=oL;function Cf(e){return typeof e=="number"?`${e}`:e.replace(/~/g,"~0").replace(/\//g,"~1")}te.escapeJsonPointer=Cf;function W0(e){return e.replace(/~1/g,"/").replace(/~0/g,"~")}te.unescapeJsonPointer=W0;function iL(e,t){if(Array.isArray(e))for(let r of e)t(r);else t(e)}te.eachItem=iL;function H0({mergeNames:e,mergeToName:t,mergeValues:r,resultToName:n}){return(o,s,i,a)=>{let u=i===void 0?s:i instanceof xe.Name?(s instanceof xe.Name?e(o,s,i):t(o,s,i),i):s instanceof xe.Name?(t(o,i,s),s):r(s,i);return a===xe.Name&&!(u instanceof xe.Name)?n(o,u):u}}te.mergeEvaluated={props:H0({mergeNames:(e,t,r)=>e.if((0,xe._)`${r} !== true && ${t} !== undefined`,()=>{e.if((0,xe._)`${t} === true`,()=>e.assign(r,!0),()=>e.assign(r,(0,xe._)`${r} || {}`).code((0,xe._)`Object.assign(${r}, ${t})`))}),mergeToName:(e,t,r)=>e.if((0,xe._)`${r} !== true`,()=>{t===!0?e.assign(r,!0):(e.assign(r,(0,xe._)`${r} || {}`),wf(e,r,t))}),mergeValues:(e,t)=>e===!0?!0:{...e,...t},resultToName:Z0}),items:H0({mergeNames:(e,t,r)=>e.if((0,xe._)`${r} !== true && ${t} !== undefined`,()=>e.assign(r,(0,xe._)`${t} === true ? true : ${r} > ${t} ? ${r} : ${t}`)),mergeToName:(e,t,r)=>e.if((0,xe._)`${r} !== true`,()=>e.assign(r,t===!0?!0:(0,xe._)`${r} > ${t} ? ${r} : ${t}`)),mergeValues:(e,t)=>e===!0?!0:Math.max(e,t),resultToName:(e,t)=>e.var("items",t)})};function Z0(e,t){if(t===!0)return e.var("props",!0);let r=e.var("props",(0,xe._)`{}`);return t!==void 0&&wf(e,r,t),r}te.evaluatedPropsToName=Z0;function wf(e,t,r){Object.keys(r).forEach(n=>e.assign((0,xe._)`${t}${(0,xe.getProperty)(n)}`,!0))}te.setEvaluated=wf;var q0={};function sL(e,t){return e.scopeValue("func",{ref:t,code:q0[t.code]||(q0[t.code]=new QM._Code(t.code))})}te.useFunc=sL;var vf;(function(e){e[e.Num=0]="Num",e[e.Str=1]="Str"})(vf||(te.Type=vf={}));function aL(e,t,r){if(e instanceof xe.Name){let n=t===vf.Num;return r?n?(0,xe._)`"[" + ${e} + "]"`:(0,xe._)`"['" + ${e} + "']"`:n?(0,xe._)`"/" + ${e}`:(0,xe._)`"/" + ${e}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,xe.getProperty)(e).toString():"/"+Cf(e)}te.getErrorPath=aL;function J0(e,t,r=e.opts.strictSchema){if(r){if(t=`strict mode: ${t}`,r===!0)throw new Error(t);e.self.logger.warn(t)}}te.checkStrictMode=J0});var yn=S(bf=>{"use strict";Object.defineProperty(bf,"__esModule",{value:!0});var Ct=Q(),uL={data:new Ct.Name("data"),valCxt:new Ct.Name("valCxt"),instancePath:new Ct.Name("instancePath"),parentData:new Ct.Name("parentData"),parentDataProperty:new Ct.Name("parentDataProperty"),rootData:new Ct.Name("rootData"),dynamicAnchors:new Ct.Name("dynamicAnchors"),vErrors:new Ct.Name("vErrors"),errors:new Ct.Name("errors"),this:new Ct.Name("this"),self:new Ct.Name("self"),scope:new Ct.Name("scope"),json:new Ct.Name("json"),jsonPos:new Ct.Name("jsonPos"),jsonLen:new Ct.Name("jsonLen"),jsonPart:new Ct.Name("jsonPart")};bf.default=uL});var Is=S(wt=>{"use strict";Object.defineProperty(wt,"__esModule",{value:!0});wt.extendErrors=wt.resetErrorsCount=wt.reportExtraError=wt.reportError=wt.keyword$DataError=wt.keywordError=void 0;var ue=Q(),Wu=pe(),Tt=yn();wt.keywordError={message:({keyword:e})=>(0,ue.str)`must pass "${e}" keyword validation`};wt.keyword$DataError={message:({keyword:e,schemaType:t})=>t?(0,ue.str)`"${e}" keyword must be ${t} ($data)`:(0,ue.str)`"${e}" keyword is invalid ($data)`};function cL(e,t=wt.keywordError,r,n){let{it:o}=e,{gen:s,compositeRule:i,allErrors:a}=o,u=X0(e,t,r);n??(i||a)?Y0(s,u):Q0(o,(0,ue._)`[${u}]`)}wt.reportError=cL;function lL(e,t=wt.keywordError,r){let{it:n}=e,{gen:o,compositeRule:s,allErrors:i}=n,a=X0(e,t,r);Y0(o,a),s||i||Q0(n,Tt.default.vErrors)}wt.reportExtraError=lL;function pL(e,t){e.assign(Tt.default.errors,t),e.if((0,ue._)`${Tt.default.vErrors} !== null`,()=>e.if(t,()=>e.assign((0,ue._)`${Tt.default.vErrors}.length`,t),()=>e.assign(Tt.default.vErrors,null)))}wt.resetErrorsCount=pL;function dL({gen:e,keyword:t,schemaValue:r,data:n,errsCount:o,it:s}){if(o===void 0)throw new Error("ajv implementation error");let i=e.name("err");e.forRange("i",o,Tt.default.errors,a=>{e.const(i,(0,ue._)`${Tt.default.vErrors}[${a}]`),e.if((0,ue._)`${i}.instancePath === undefined`,()=>e.assign((0,ue._)`${i}.instancePath`,(0,ue.strConcat)(Tt.default.instancePath,s.errorPath))),e.assign((0,ue._)`${i}.schemaPath`,(0,ue.str)`${s.errSchemaPath}/${t}`),s.opts.verbose&&(e.assign((0,ue._)`${i}.schema`,r),e.assign((0,ue._)`${i}.data`,n))})}wt.extendErrors=dL;function Y0(e,t){let r=e.const("err",t);e.if((0,ue._)`${Tt.default.vErrors} === null`,()=>e.assign(Tt.default.vErrors,(0,ue._)`[${r}]`),(0,ue._)`${Tt.default.vErrors}.push(${r})`),e.code((0,ue._)`${Tt.default.errors}++`)}function Q0(e,t){let{gen:r,validateName:n,schemaEnv:o}=e;o.$async?r.throw((0,ue._)`new ${e.ValidationError}(${t})`):(r.assign((0,ue._)`${n}.errors`,t),r.return(!1))}var ho={keyword:new ue.Name("keyword"),schemaPath:new ue.Name("schemaPath"),params:new ue.Name("params"),propertyName:new ue.Name("propertyName"),message:new ue.Name("message"),schema:new ue.Name("schema"),parentSchema:new ue.Name("parentSchema")};function X0(e,t,r){let{createErrors:n}=e.it;return n===!1?(0,ue._)`{}`:fL(e,t,r)}function fL(e,t,r={}){let{gen:n,it:o}=e,s=[mL(o,r),hL(e,r)];return gL(e,t,s),n.object(...s)}function mL({errorPath:e},{instancePath:t}){let r=t?(0,ue.str)`${e}${(0,Wu.getErrorPath)(t,Wu.Type.Str)}`:e;return[Tt.default.instancePath,(0,ue.strConcat)(Tt.default.instancePath,r)]}function hL({keyword:e,it:{errSchemaPath:t}},{schemaPath:r,parentSchema:n}){let o=n?t:(0,ue.str)`${t}/${e}`;return r&&(o=(0,ue.str)`${o}${(0,Wu.getErrorPath)(r,Wu.Type.Str)}`),[ho.schemaPath,o]}function gL(e,{params:t,message:r},n){let{keyword:o,data:s,schemaValue:i,it:a}=e,{opts:u,propertyName:c,topSchemaRef:l,schemaPath:p}=a;n.push([ho.keyword,o],[ho.params,typeof t=="function"?t(e):t||(0,ue._)`{}`]),u.messages&&n.push([ho.message,typeof r=="function"?r(e):r]),u.verbose&&n.push([ho.schema,i],[ho.parentSchema,(0,ue._)`${l}${p}`],[Tt.default.data,s]),c&&n.push([ho.propertyName,c])}});var tS=S(si=>{"use strict";Object.defineProperty(si,"__esModule",{value:!0});si.boolOrEmptySchema=si.topBoolOrEmptySchema=void 0;var yL=Is(),DL=Q(),vL=yn(),CL={message:"boolean schema is false"};function wL(e){let{gen:t,schema:r,validateName:n}=e;r===!1?eS(e,!1):typeof r=="object"&&r.$async===!0?t.return(vL.default.data):(t.assign((0,DL._)`${n}.errors`,null),t.return(!0))}si.topBoolOrEmptySchema=wL;function bL(e,t){let{gen:r,schema:n}=e;n===!1?(r.var(t,!1),eS(e)):r.var(t,!0)}si.boolOrEmptySchema=bL;function eS(e,t){let{gen:r,data:n}=e,o={gen:r,keyword:"false schema",data:n,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:e};(0,yL.reportError)(o,CL,void 0,t)}});var xf=S(ai=>{"use strict";Object.defineProperty(ai,"__esModule",{value:!0});ai.getRules=ai.isJSONType=void 0;var xL=["string","number","integer","boolean","null","object","array"],SL=new Set(xL);function EL(e){return typeof e=="string"&&SL.has(e)}ai.isJSONType=EL;function _L(){let e={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...e,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},e.number,e.string,e.array,e.object],post:{rules:[]},all:{},keywords:{}}}ai.getRules=_L});var Sf=S(Nn=>{"use strict";Object.defineProperty(Nn,"__esModule",{value:!0});Nn.shouldUseRule=Nn.shouldUseGroup=Nn.schemaHasRulesForType=void 0;function PL({schema:e,self:t},r){let n=t.RULES.types[r];return n&&n!==!0&&rS(e,n)}Nn.schemaHasRulesForType=PL;function rS(e,t){return t.rules.some(r=>nS(e,r))}Nn.shouldUseGroup=rS;function nS(e,t){var r;return e[t.keyword]!==void 0||((r=t.definition.implements)===null||r===void 0?void 0:r.some(n=>e[n]!==void 0))}Nn.shouldUseRule=nS});var Ns=S(bt=>{"use strict";Object.defineProperty(bt,"__esModule",{value:!0});bt.reportTypeError=bt.checkDataTypes=bt.checkDataType=bt.coerceAndCheckDataType=bt.getJSONTypes=bt.getSchemaTypes=bt.DataType=void 0;var TL=xf(),AL=Sf(),FL=Is(),Z=Q(),oS=pe(),ui;(function(e){e[e.Correct=0]="Correct",e[e.Wrong=1]="Wrong"})(ui||(bt.DataType=ui={}));function RL(e){let t=iS(e.type);if(t.includes("null")){if(e.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!t.length&&e.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');e.nullable===!0&&t.push("null")}return t}bt.getSchemaTypes=RL;function iS(e){let t=Array.isArray(e)?e:e?[e]:[];if(t.every(TL.isJSONType))return t;throw new Error("type must be JSONType or JSONType[]: "+t.join(","))}bt.getJSONTypes=iS;function $L(e,t){let{gen:r,data:n,opts:o}=e,s=kL(t,o.coerceTypes),i=t.length>0&&!(s.length===0&&t.length===1&&(0,AL.schemaHasRulesForType)(e,t[0]));if(i){let a=_f(t,n,o.strictNumbers,ui.Wrong);r.if(a,()=>{s.length?IL(e,t,s):Pf(e)})}return i}bt.coerceAndCheckDataType=$L;var sS=new Set(["string","number","integer","boolean","null"]);function kL(e,t){return t?e.filter(r=>sS.has(r)||t==="array"&&r==="array"):[]}function IL(e,t,r){let{gen:n,data:o,opts:s}=e,i=n.let("dataType",(0,Z._)`typeof ${o}`),a=n.let("coerced",(0,Z._)`undefined`);s.coerceTypes==="array"&&n.if((0,Z._)`${i} == 'object' && Array.isArray(${o}) && ${o}.length == 1`,()=>n.assign(o,(0,Z._)`${o}[0]`).assign(i,(0,Z._)`typeof ${o}`).if(_f(t,o,s.strictNumbers),()=>n.assign(a,o))),n.if((0,Z._)`${a} !== undefined`);for(let c of r)(sS.has(c)||c==="array"&&s.coerceTypes==="array")&&u(c);n.else(),Pf(e),n.endIf(),n.if((0,Z._)`${a} !== undefined`,()=>{n.assign(o,a),NL(e,a)});function u(c){switch(c){case"string":n.elseIf((0,Z._)`${i} == "number" || ${i} == "boolean"`).assign(a,(0,Z._)`"" + ${o}`).elseIf((0,Z._)`${o} === null`).assign(a,(0,Z._)`""`);return;case"number":n.elseIf((0,Z._)`${i} == "boolean" || ${o} === null
|
|
28
|
+
|| (${i} == "string" && ${o} && ${o} == +${o})`).assign(a,(0,Z._)`+${o}`);return;case"integer":n.elseIf((0,Z._)`${i} === "boolean" || ${o} === null
|
|
29
|
+
|| (${i} === "string" && ${o} && ${o} == +${o} && !(${o} % 1))`).assign(a,(0,Z._)`+${o}`);return;case"boolean":n.elseIf((0,Z._)`${o} === "false" || ${o} === 0 || ${o} === null`).assign(a,!1).elseIf((0,Z._)`${o} === "true" || ${o} === 1`).assign(a,!0);return;case"null":n.elseIf((0,Z._)`${o} === "" || ${o} === 0 || ${o} === false`),n.assign(a,null);return;case"array":n.elseIf((0,Z._)`${i} === "string" || ${i} === "number"
|
|
30
|
+
|| ${i} === "boolean" || ${o} === null`).assign(a,(0,Z._)`[${o}]`)}}}function NL({gen:e,parentData:t,parentDataProperty:r},n){e.if((0,Z._)`${t} !== undefined`,()=>e.assign((0,Z._)`${t}[${r}]`,n))}function Ef(e,t,r,n=ui.Correct){let o=n===ui.Correct?Z.operators.EQ:Z.operators.NEQ,s;switch(e){case"null":return(0,Z._)`${t} ${o} null`;case"array":s=(0,Z._)`Array.isArray(${t})`;break;case"object":s=(0,Z._)`${t} && typeof ${t} == "object" && !Array.isArray(${t})`;break;case"integer":s=i((0,Z._)`!(${t} % 1) && !isNaN(${t})`);break;case"number":s=i();break;default:return(0,Z._)`typeof ${t} ${o} ${e}`}return n===ui.Correct?s:(0,Z.not)(s);function i(a=Z.nil){return(0,Z.and)((0,Z._)`typeof ${t} == "number"`,a,r?(0,Z._)`isFinite(${t})`:Z.nil)}}bt.checkDataType=Ef;function _f(e,t,r,n){if(e.length===1)return Ef(e[0],t,r,n);let o,s=(0,oS.toHash)(e);if(s.array&&s.object){let i=(0,Z._)`typeof ${t} != "object"`;o=s.null?i:(0,Z._)`!${t} || ${i}`,delete s.null,delete s.array,delete s.object}else o=Z.nil;s.number&&delete s.integer;for(let i in s)o=(0,Z.and)(o,Ef(i,t,r,n));return o}bt.checkDataTypes=_f;var OL={message:({schema:e})=>`must be ${e}`,params:({schema:e,schemaValue:t})=>typeof e=="string"?(0,Z._)`{type: ${e}}`:(0,Z._)`{type: ${t}}`};function Pf(e){let t=ML(e);(0,FL.reportError)(t,OL)}bt.reportTypeError=Pf;function ML(e){let{gen:t,data:r,schema:n}=e,o=(0,oS.schemaRefOrVal)(e,n,"type");return{gen:t,keyword:"type",data:r,schema:n.type,schemaCode:o,schemaValue:o,parentSchema:n,params:{},it:e}}});var uS=S(Zu=>{"use strict";Object.defineProperty(Zu,"__esModule",{value:!0});Zu.assignDefaults=void 0;var ci=Q(),LL=pe();function BL(e,t){let{properties:r,items:n}=e.schema;if(t==="object"&&r)for(let o in r)aS(e,o,r[o].default);else t==="array"&&Array.isArray(n)&&n.forEach((o,s)=>aS(e,s,o.default))}Zu.assignDefaults=BL;function aS(e,t,r){let{gen:n,compositeRule:o,data:s,opts:i}=e;if(r===void 0)return;let a=(0,ci._)`${s}${(0,ci.getProperty)(t)}`;if(o){(0,LL.checkStrictMode)(e,`default is ignored for: ${a}`);return}let u=(0,ci._)`${a} === undefined`;i.useDefaults==="empty"&&(u=(0,ci._)`${u} || ${a} === null || ${a} === ""`),n.if(u,(0,ci._)`${a} = ${(0,ci.stringify)(r)}`)}});var dr=S(Ce=>{"use strict";Object.defineProperty(Ce,"__esModule",{value:!0});Ce.validateUnion=Ce.validateArray=Ce.usePattern=Ce.callValidateCode=Ce.schemaProperties=Ce.allSchemaProperties=Ce.noPropertyInData=Ce.propertyInData=Ce.isOwnProperty=Ce.hasPropFunc=Ce.reportMissingProp=Ce.checkMissingProp=Ce.checkReportMissingProp=void 0;var Ie=Q(),Tf=pe(),On=yn(),zL=pe();function jL(e,t){let{gen:r,data:n,it:o}=e;r.if(Ff(r,n,t,o.opts.ownProperties),()=>{e.setParams({missingProperty:(0,Ie._)`${t}`},!0),e.error()})}Ce.checkReportMissingProp=jL;function UL({gen:e,data:t,it:{opts:r}},n,o){return(0,Ie.or)(...n.map(s=>(0,Ie.and)(Ff(e,t,s,r.ownProperties),(0,Ie._)`${o} = ${s}`)))}Ce.checkMissingProp=UL;function VL(e,t){e.setParams({missingProperty:t},!0),e.error()}Ce.reportMissingProp=VL;function cS(e){return e.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,Ie._)`Object.prototype.hasOwnProperty`})}Ce.hasPropFunc=cS;function Af(e,t,r){return(0,Ie._)`${cS(e)}.call(${t}, ${r})`}Ce.isOwnProperty=Af;function HL(e,t,r,n){let o=(0,Ie._)`${t}${(0,Ie.getProperty)(r)} !== undefined`;return n?(0,Ie._)`${o} && ${Af(e,t,r)}`:o}Ce.propertyInData=HL;function Ff(e,t,r,n){let o=(0,Ie._)`${t}${(0,Ie.getProperty)(r)} === undefined`;return n?(0,Ie.or)(o,(0,Ie.not)(Af(e,t,r))):o}Ce.noPropertyInData=Ff;function lS(e){return e?Object.keys(e).filter(t=>t!=="__proto__"):[]}Ce.allSchemaProperties=lS;function qL(e,t){return lS(t).filter(r=>!(0,Tf.alwaysValidSchema)(e,t[r]))}Ce.schemaProperties=qL;function KL({schemaCode:e,data:t,it:{gen:r,topSchemaRef:n,schemaPath:o,errorPath:s},it:i},a,u,c){let l=c?(0,Ie._)`${e}, ${t}, ${n}${o}`:t,p=[[On.default.instancePath,(0,Ie.strConcat)(On.default.instancePath,s)],[On.default.parentData,i.parentData],[On.default.parentDataProperty,i.parentDataProperty],[On.default.rootData,On.default.rootData]];i.opts.dynamicRef&&p.push([On.default.dynamicAnchors,On.default.dynamicAnchors]);let d=(0,Ie._)`${l}, ${r.object(...p)}`;return u!==Ie.nil?(0,Ie._)`${a}.call(${u}, ${d})`:(0,Ie._)`${a}(${d})`}Ce.callValidateCode=KL;var GL=(0,Ie._)`new RegExp`;function WL({gen:e,it:{opts:t}},r){let n=t.unicodeRegExp?"u":"",{regExp:o}=t.code,s=o(r,n);return e.scopeValue("pattern",{key:s.toString(),ref:s,code:(0,Ie._)`${o.code==="new RegExp"?GL:(0,zL.useFunc)(e,o)}(${r}, ${n})`})}Ce.usePattern=WL;function ZL(e){let{gen:t,data:r,keyword:n,it:o}=e,s=t.name("valid");if(o.allErrors){let a=t.let("valid",!0);return i(()=>t.assign(a,!1)),a}return t.var(s,!0),i(()=>t.break()),s;function i(a){let u=t.const("len",(0,Ie._)`${r}.length`);t.forRange("i",0,u,c=>{e.subschema({keyword:n,dataProp:c,dataPropType:Tf.Type.Num},s),t.if((0,Ie.not)(s),a)})}}Ce.validateArray=ZL;function JL(e){let{gen:t,schema:r,keyword:n,it:o}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(u=>(0,Tf.alwaysValidSchema)(o,u))&&!o.opts.unevaluated)return;let i=t.let("valid",!1),a=t.name("_valid");t.block(()=>r.forEach((u,c)=>{let l=e.subschema({keyword:n,schemaProp:c,compositeRule:!0},a);t.assign(i,(0,Ie._)`${i} || ${a}`),e.mergeValidEvaluated(l,a)||t.if((0,Ie.not)(i))})),e.result(i,()=>e.reset(),()=>e.error(!0))}Ce.validateUnion=JL});var fS=S(Jr=>{"use strict";Object.defineProperty(Jr,"__esModule",{value:!0});Jr.validateKeywordUsage=Jr.validSchemaType=Jr.funcKeywordCode=Jr.macroKeywordCode=void 0;var At=Q(),go=yn(),YL=dr(),QL=Is();function XL(e,t){let{gen:r,keyword:n,schema:o,parentSchema:s,it:i}=e,a=t.macro.call(i.self,o,s,i),u=dS(r,n,a);i.opts.validateSchema!==!1&&i.self.validateSchema(a,!0);let c=r.name("valid");e.subschema({schema:a,schemaPath:At.nil,errSchemaPath:`${i.errSchemaPath}/${n}`,topSchemaRef:u,compositeRule:!0},c),e.pass(c,()=>e.error(!0))}Jr.macroKeywordCode=XL;function eB(e,t){var r;let{gen:n,keyword:o,schema:s,parentSchema:i,$data:a,it:u}=e;rB(u,t);let c=!a&&t.compile?t.compile.call(u.self,s,i,u):t.validate,l=dS(n,o,c),p=n.let("valid");e.block$data(p,d),e.ok((r=t.valid)!==null&&r!==void 0?r:p);function d(){if(t.errors===!1)f(),t.modifying&&pS(e),g(()=>e.error());else{let y=t.async?h():m();t.modifying&&pS(e),g(()=>tB(e,y))}}function h(){let y=n.let("ruleErrs",null);return n.try(()=>f((0,At._)`await `),b=>n.assign(p,!1).if((0,At._)`${b} instanceof ${u.ValidationError}`,()=>n.assign(y,(0,At._)`${b}.errors`),()=>n.throw(b))),y}function m(){let y=(0,At._)`${l}.errors`;return n.assign(y,null),f(At.nil),y}function f(y=t.async?(0,At._)`await `:At.nil){let b=u.opts.passContext?go.default.this:go.default.self,w=!("compile"in t&&!a||t.schema===!1);n.assign(p,(0,At._)`${y}${(0,YL.callValidateCode)(e,l,b,w)}`,t.modifying)}function g(y){var b;n.if((0,At.not)((b=t.valid)!==null&&b!==void 0?b:p),y)}}Jr.funcKeywordCode=eB;function pS(e){let{gen:t,data:r,it:n}=e;t.if(n.parentData,()=>t.assign(r,(0,At._)`${n.parentData}[${n.parentDataProperty}]`))}function tB(e,t){let{gen:r}=e;r.if((0,At._)`Array.isArray(${t})`,()=>{r.assign(go.default.vErrors,(0,At._)`${go.default.vErrors} === null ? ${t} : ${go.default.vErrors}.concat(${t})`).assign(go.default.errors,(0,At._)`${go.default.vErrors}.length`),(0,QL.extendErrors)(e)},()=>e.error())}function rB({schemaEnv:e},t){if(t.async&&!e.$async)throw new Error("async keyword in sync schema")}function dS(e,t,r){if(r===void 0)throw new Error(`keyword "${t}" failed to compile`);return e.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,At.stringify)(r)})}function nB(e,t,r=!1){return!t.length||t.some(n=>n==="array"?Array.isArray(e):n==="object"?e&&typeof e=="object"&&!Array.isArray(e):typeof e==n||r&&typeof e>"u")}Jr.validSchemaType=nB;function oB({schema:e,opts:t,self:r,errSchemaPath:n},o,s){if(Array.isArray(o.keyword)?!o.keyword.includes(s):o.keyword!==s)throw new Error("ajv implementation error");let i=o.dependencies;if(i?.some(a=>!Object.prototype.hasOwnProperty.call(e,a)))throw new Error(`parent schema must have dependencies of ${s}: ${i.join(",")}`);if(o.validateSchema&&!o.validateSchema(e[s])){let u=`keyword "${s}" value is invalid at path "${n}": `+r.errorsText(o.validateSchema.errors);if(t.validateSchema==="log")r.logger.error(u);else throw new Error(u)}}Jr.validateKeywordUsage=oB});var hS=S(Mn=>{"use strict";Object.defineProperty(Mn,"__esModule",{value:!0});Mn.extendSubschemaMode=Mn.extendSubschemaData=Mn.getSubschema=void 0;var Yr=Q(),mS=pe();function iB(e,{keyword:t,schemaProp:r,schema:n,schemaPath:o,errSchemaPath:s,topSchemaRef:i}){if(t!==void 0&&n!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(t!==void 0){let a=e.schema[t];return r===void 0?{schema:a,schemaPath:(0,Yr._)`${e.schemaPath}${(0,Yr.getProperty)(t)}`,errSchemaPath:`${e.errSchemaPath}/${t}`}:{schema:a[r],schemaPath:(0,Yr._)`${e.schemaPath}${(0,Yr.getProperty)(t)}${(0,Yr.getProperty)(r)}`,errSchemaPath:`${e.errSchemaPath}/${t}/${(0,mS.escapeFragment)(r)}`}}if(n!==void 0){if(o===void 0||s===void 0||i===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:n,schemaPath:o,topSchemaRef:i,errSchemaPath:s}}throw new Error('either "keyword" or "schema" must be passed')}Mn.getSubschema=iB;function sB(e,t,{dataProp:r,dataPropType:n,data:o,dataTypes:s,propertyName:i}){if(o!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:a}=t;if(r!==void 0){let{errorPath:c,dataPathArr:l,opts:p}=t,d=a.let("data",(0,Yr._)`${t.data}${(0,Yr.getProperty)(r)}`,!0);u(d),e.errorPath=(0,Yr.str)`${c}${(0,mS.getErrorPath)(r,n,p.jsPropertySyntax)}`,e.parentDataProperty=(0,Yr._)`${r}`,e.dataPathArr=[...l,e.parentDataProperty]}if(o!==void 0){let c=o instanceof Yr.Name?o:a.let("data",o,!0);u(c),i!==void 0&&(e.propertyName=i)}s&&(e.dataTypes=s);function u(c){e.data=c,e.dataLevel=t.dataLevel+1,e.dataTypes=[],t.definedProperties=new Set,e.parentData=t.data,e.dataNames=[...t.dataNames,c]}}Mn.extendSubschemaData=sB;function aB(e,{jtdDiscriminator:t,jtdMetadata:r,compositeRule:n,createErrors:o,allErrors:s}){n!==void 0&&(e.compositeRule=n),o!==void 0&&(e.createErrors=o),s!==void 0&&(e.allErrors=s),e.jtdDiscriminator=t,e.jtdMetadata=r}Mn.extendSubschemaMode=aB});var Rf=S((kne,gS)=>{"use strict";gS.exports=function e(t,r){if(t===r)return!0;if(t&&r&&typeof t=="object"&&typeof r=="object"){if(t.constructor!==r.constructor)return!1;var n,o,s;if(Array.isArray(t)){if(n=t.length,n!=r.length)return!1;for(o=n;o--!==0;)if(!e(t[o],r[o]))return!1;return!0}if(t.constructor===RegExp)return t.source===r.source&&t.flags===r.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===r.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===r.toString();if(s=Object.keys(t),n=s.length,n!==Object.keys(r).length)return!1;for(o=n;o--!==0;)if(!Object.prototype.hasOwnProperty.call(r,s[o]))return!1;for(o=n;o--!==0;){var i=s[o];if(!e(t[i],r[i]))return!1}return!0}return t!==t&&r!==r}});var DS=S((Ine,yS)=>{"use strict";var Ln=yS.exports=function(e,t,r){typeof t=="function"&&(r=t,t={}),r=t.cb||r;var n=typeof r=="function"?r:r.pre||function(){},o=r.post||function(){};Ju(t,n,o,e,"",e)};Ln.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};Ln.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};Ln.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};Ln.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function Ju(e,t,r,n,o,s,i,a,u,c){if(n&&typeof n=="object"&&!Array.isArray(n)){t(n,o,s,i,a,u,c);for(var l in n){var p=n[l];if(Array.isArray(p)){if(l in Ln.arrayKeywords)for(var d=0;d<p.length;d++)Ju(e,t,r,p[d],o+"/"+l+"/"+d,s,o,l,n,d)}else if(l in Ln.propsKeywords){if(p&&typeof p=="object")for(var h in p)Ju(e,t,r,p[h],o+"/"+l+"/"+uB(h),s,o,l,n,h)}else(l in Ln.keywords||e.allKeys&&!(l in Ln.skipKeywords))&&Ju(e,t,r,p,o+"/"+l,s,o,l,n)}r(n,o,s,i,a,u,c)}}function uB(e){return e.replace(/~/g,"~0").replace(/\//g,"~1")}});var Os=S(jt=>{"use strict";Object.defineProperty(jt,"__esModule",{value:!0});jt.getSchemaRefs=jt.resolveUrl=jt.normalizeId=jt._getFullPath=jt.getFullPath=jt.inlineRef=void 0;var cB=pe(),lB=Rf(),pB=DS(),dB=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function fB(e,t=!0){return typeof e=="boolean"?!0:t===!0?!$f(e):t?vS(e)<=t:!1}jt.inlineRef=fB;var mB=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function $f(e){for(let t in e){if(mB.has(t))return!0;let r=e[t];if(Array.isArray(r)&&r.some($f)||typeof r=="object"&&$f(r))return!0}return!1}function vS(e){let t=0;for(let r in e){if(r==="$ref")return 1/0;if(t++,!dB.has(r)&&(typeof e[r]=="object"&&(0,cB.eachItem)(e[r],n=>t+=vS(n)),t===1/0))return 1/0}return t}function CS(e,t="",r){r!==!1&&(t=li(t));let n=e.parse(t);return wS(e,n)}jt.getFullPath=CS;function wS(e,t){return e.serialize(t).split("#")[0]+"#"}jt._getFullPath=wS;var hB=/#\/?$/;function li(e){return e?e.replace(hB,""):""}jt.normalizeId=li;function gB(e,t,r){return r=li(r),e.resolve(t,r)}jt.resolveUrl=gB;var yB=/^[a-z_][-a-z0-9._]*$/i;function DB(e,t){if(typeof e=="boolean")return{};let{schemaId:r,uriResolver:n}=this.opts,o=li(e[r]||t),s={"":o},i=CS(n,o,!1),a={},u=new Set;return pB(e,{allKeys:!0},(p,d,h,m)=>{if(m===void 0)return;let f=i+d,g=s[m];typeof p[r]=="string"&&(g=y.call(this,p[r])),b.call(this,p.$anchor),b.call(this,p.$dynamicAnchor),s[d]=g;function y(w){let T=this.opts.uriResolver.resolve;if(w=li(g?T(g,w):w),u.has(w))throw l(w);u.add(w);let E=this.refs[w];return typeof E=="string"&&(E=this.refs[E]),typeof E=="object"?c(p,E.schema,w):w!==li(f)&&(w[0]==="#"?(c(p,a[w],w),a[w]=p):this.refs[w]=f),w}function b(w){if(typeof w=="string"){if(!yB.test(w))throw new Error(`invalid anchor "${w}"`);y.call(this,`#${w}`)}}}),a;function c(p,d,h){if(d!==void 0&&!lB(p,d))throw l(h)}function l(p){return new Error(`reference "${p}" resolves to more than one schema`)}}jt.getSchemaRefs=DB});var Bs=S(Bn=>{"use strict";Object.defineProperty(Bn,"__esModule",{value:!0});Bn.getData=Bn.KeywordCxt=Bn.validateFunctionCode=void 0;var _S=tS(),bS=Ns(),If=Sf(),Yu=Ns(),vB=uS(),Ls=fS(),kf=hS(),j=Q(),K=yn(),CB=Os(),Dn=pe(),Ms=Is();function wB(e){if(AS(e)&&(FS(e),TS(e))){SB(e);return}PS(e,()=>(0,_S.topBoolOrEmptySchema)(e))}Bn.validateFunctionCode=wB;function PS({gen:e,validateName:t,schema:r,schemaEnv:n,opts:o},s){o.code.es5?e.func(t,(0,j._)`${K.default.data}, ${K.default.valCxt}`,n.$async,()=>{e.code((0,j._)`"use strict"; ${xS(r,o)}`),xB(e,o),e.code(s)}):e.func(t,(0,j._)`${K.default.data}, ${bB(o)}`,n.$async,()=>e.code(xS(r,o)).code(s))}function bB(e){return(0,j._)`{${K.default.instancePath}="", ${K.default.parentData}, ${K.default.parentDataProperty}, ${K.default.rootData}=${K.default.data}${e.dynamicRef?(0,j._)`, ${K.default.dynamicAnchors}={}`:j.nil}}={}`}function xB(e,t){e.if(K.default.valCxt,()=>{e.var(K.default.instancePath,(0,j._)`${K.default.valCxt}.${K.default.instancePath}`),e.var(K.default.parentData,(0,j._)`${K.default.valCxt}.${K.default.parentData}`),e.var(K.default.parentDataProperty,(0,j._)`${K.default.valCxt}.${K.default.parentDataProperty}`),e.var(K.default.rootData,(0,j._)`${K.default.valCxt}.${K.default.rootData}`),t.dynamicRef&&e.var(K.default.dynamicAnchors,(0,j._)`${K.default.valCxt}.${K.default.dynamicAnchors}`)},()=>{e.var(K.default.instancePath,(0,j._)`""`),e.var(K.default.parentData,(0,j._)`undefined`),e.var(K.default.parentDataProperty,(0,j._)`undefined`),e.var(K.default.rootData,K.default.data),t.dynamicRef&&e.var(K.default.dynamicAnchors,(0,j._)`{}`)})}function SB(e){let{schema:t,opts:r,gen:n}=e;PS(e,()=>{r.$comment&&t.$comment&&$S(e),AB(e),n.let(K.default.vErrors,null),n.let(K.default.errors,0),r.unevaluated&&EB(e),RS(e),$B(e)})}function EB(e){let{gen:t,validateName:r}=e;e.evaluated=t.const("evaluated",(0,j._)`${r}.evaluated`),t.if((0,j._)`${e.evaluated}.dynamicProps`,()=>t.assign((0,j._)`${e.evaluated}.props`,(0,j._)`undefined`)),t.if((0,j._)`${e.evaluated}.dynamicItems`,()=>t.assign((0,j._)`${e.evaluated}.items`,(0,j._)`undefined`))}function xS(e,t){let r=typeof e=="object"&&e[t.schemaId];return r&&(t.code.source||t.code.process)?(0,j._)`/*# sourceURL=${r} */`:j.nil}function _B(e,t){if(AS(e)&&(FS(e),TS(e))){PB(e,t);return}(0,_S.boolOrEmptySchema)(e,t)}function TS({schema:e,self:t}){if(typeof e=="boolean")return!e;for(let r in e)if(t.RULES.all[r])return!0;return!1}function AS(e){return typeof e.schema!="boolean"}function PB(e,t){let{schema:r,gen:n,opts:o}=e;o.$comment&&r.$comment&&$S(e),FB(e),RB(e);let s=n.const("_errs",K.default.errors);RS(e,s),n.var(t,(0,j._)`${s} === ${K.default.errors}`)}function FS(e){(0,Dn.checkUnknownRules)(e),TB(e)}function RS(e,t){if(e.opts.jtd)return SS(e,[],!1,t);let r=(0,bS.getSchemaTypes)(e.schema),n=(0,bS.coerceAndCheckDataType)(e,r);SS(e,r,!n,t)}function TB(e){let{schema:t,errSchemaPath:r,opts:n,self:o}=e;t.$ref&&n.ignoreKeywordsWithRef&&(0,Dn.schemaHasRulesButRef)(t,o.RULES)&&o.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function AB(e){let{schema:t,opts:r}=e;t.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Dn.checkStrictMode)(e,"default is ignored in the schema root")}function FB(e){let t=e.schema[e.opts.schemaId];t&&(e.baseId=(0,CB.resolveUrl)(e.opts.uriResolver,e.baseId,t))}function RB(e){if(e.schema.$async&&!e.schemaEnv.$async)throw new Error("async schema in sync schema")}function $S({gen:e,schemaEnv:t,schema:r,errSchemaPath:n,opts:o}){let s=r.$comment;if(o.$comment===!0)e.code((0,j._)`${K.default.self}.logger.log(${s})`);else if(typeof o.$comment=="function"){let i=(0,j.str)`${n}/$comment`,a=e.scopeValue("root",{ref:t.root});e.code((0,j._)`${K.default.self}.opts.$comment(${s}, ${i}, ${a}.schema)`)}}function $B(e){let{gen:t,schemaEnv:r,validateName:n,ValidationError:o,opts:s}=e;r.$async?t.if((0,j._)`${K.default.errors} === 0`,()=>t.return(K.default.data),()=>t.throw((0,j._)`new ${o}(${K.default.vErrors})`)):(t.assign((0,j._)`${n}.errors`,K.default.vErrors),s.unevaluated&&kB(e),t.return((0,j._)`${K.default.errors} === 0`))}function kB({gen:e,evaluated:t,props:r,items:n}){r instanceof j.Name&&e.assign((0,j._)`${t}.props`,r),n instanceof j.Name&&e.assign((0,j._)`${t}.items`,n)}function SS(e,t,r,n){let{gen:o,schema:s,data:i,allErrors:a,opts:u,self:c}=e,{RULES:l}=c;if(s.$ref&&(u.ignoreKeywordsWithRef||!(0,Dn.schemaHasRulesButRef)(s,l))){o.block(()=>IS(e,"$ref",l.all.$ref.definition));return}u.jtd||IB(e,t),o.block(()=>{for(let d of l.rules)p(d);p(l.post)});function p(d){(0,If.shouldUseGroup)(s,d)&&(d.type?(o.if((0,Yu.checkDataType)(d.type,i,u.strictNumbers)),ES(e,d),t.length===1&&t[0]===d.type&&r&&(o.else(),(0,Yu.reportTypeError)(e)),o.endIf()):ES(e,d),a||o.if((0,j._)`${K.default.errors} === ${n||0}`))}}function ES(e,t){let{gen:r,schema:n,opts:{useDefaults:o}}=e;o&&(0,vB.assignDefaults)(e,t.type),r.block(()=>{for(let s of t.rules)(0,If.shouldUseRule)(n,s)&&IS(e,s.keyword,s.definition,t.type)})}function IB(e,t){e.schemaEnv.meta||!e.opts.strictTypes||(NB(e,t),e.opts.allowUnionTypes||OB(e,t),MB(e,e.dataTypes))}function NB(e,t){if(t.length){if(!e.dataTypes.length){e.dataTypes=t;return}t.forEach(r=>{kS(e.dataTypes,r)||Nf(e,`type "${r}" not allowed by context "${e.dataTypes.join(",")}"`)}),BB(e,t)}}function OB(e,t){t.length>1&&!(t.length===2&&t.includes("null"))&&Nf(e,"use allowUnionTypes to allow union type keyword")}function MB(e,t){let r=e.self.RULES.all;for(let n in r){let o=r[n];if(typeof o=="object"&&(0,If.shouldUseRule)(e.schema,o)){let{type:s}=o.definition;s.length&&!s.some(i=>LB(t,i))&&Nf(e,`missing type "${s.join(",")}" for keyword "${n}"`)}}}function LB(e,t){return e.includes(t)||t==="number"&&e.includes("integer")}function kS(e,t){return e.includes(t)||t==="integer"&&e.includes("number")}function BB(e,t){let r=[];for(let n of e.dataTypes)kS(t,n)?r.push(n):t.includes("integer")&&n==="number"&&r.push("integer");e.dataTypes=r}function Nf(e,t){let r=e.schemaEnv.baseId+e.errSchemaPath;t+=` at "${r}" (strictTypes)`,(0,Dn.checkStrictMode)(e,t,e.opts.strictTypes)}var Qu=class{constructor(t,r,n){if((0,Ls.validateKeywordUsage)(t,r,n),this.gen=t.gen,this.allErrors=t.allErrors,this.keyword=n,this.data=t.data,this.schema=t.schema[n],this.$data=r.$data&&t.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,Dn.schemaRefOrVal)(t,this.schema,n,this.$data),this.schemaType=r.schemaType,this.parentSchema=t.schema,this.params={},this.it=t,this.def=r,this.$data)this.schemaCode=t.gen.const("vSchema",NS(this.$data,t));else if(this.schemaCode=this.schemaValue,!(0,Ls.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${n} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=t.gen.const("_errs",K.default.errors))}result(t,r,n){this.failResult((0,j.not)(t),r,n)}failResult(t,r,n){this.gen.if(t),n?n():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(t,r){this.failResult((0,j.not)(t),void 0,r)}fail(t){if(t===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(t),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(t){if(!this.$data)return this.fail(t);let{schemaCode:r}=this;this.fail((0,j._)`${r} !== undefined && (${(0,j.or)(this.invalid$data(),t)})`)}error(t,r,n){if(r){this.setParams(r),this._error(t,n),this.setParams({});return}this._error(t,n)}_error(t,r){(t?Ms.reportExtraError:Ms.reportError)(this,this.def.error,r)}$dataError(){(0,Ms.reportError)(this,this.def.$dataError||Ms.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,Ms.resetErrorsCount)(this.gen,this.errsCount)}ok(t){this.allErrors||this.gen.if(t)}setParams(t,r){r?Object.assign(this.params,t):this.params=t}block$data(t,r,n=j.nil){this.gen.block(()=>{this.check$data(t,n),r()})}check$data(t=j.nil,r=j.nil){if(!this.$data)return;let{gen:n,schemaCode:o,schemaType:s,def:i}=this;n.if((0,j.or)((0,j._)`${o} === undefined`,r)),t!==j.nil&&n.assign(t,!0),(s.length||i.validateSchema)&&(n.elseIf(this.invalid$data()),this.$dataError(),t!==j.nil&&n.assign(t,!1)),n.else()}invalid$data(){let{gen:t,schemaCode:r,schemaType:n,def:o,it:s}=this;return(0,j.or)(i(),a());function i(){if(n.length){if(!(r instanceof j.Name))throw new Error("ajv implementation error");let u=Array.isArray(n)?n:[n];return(0,j._)`${(0,Yu.checkDataTypes)(u,r,s.opts.strictNumbers,Yu.DataType.Wrong)}`}return j.nil}function a(){if(o.validateSchema){let u=t.scopeValue("validate$data",{ref:o.validateSchema});return(0,j._)`!${u}(${r})`}return j.nil}}subschema(t,r){let n=(0,kf.getSubschema)(this.it,t);(0,kf.extendSubschemaData)(n,this.it,t),(0,kf.extendSubschemaMode)(n,t);let o={...this.it,...n,items:void 0,props:void 0};return _B(o,r),o}mergeEvaluated(t,r){let{it:n,gen:o}=this;n.opts.unevaluated&&(n.props!==!0&&t.props!==void 0&&(n.props=Dn.mergeEvaluated.props(o,t.props,n.props,r)),n.items!==!0&&t.items!==void 0&&(n.items=Dn.mergeEvaluated.items(o,t.items,n.items,r)))}mergeValidEvaluated(t,r){let{it:n,gen:o}=this;if(n.opts.unevaluated&&(n.props!==!0||n.items!==!0))return o.if(r,()=>this.mergeEvaluated(t,j.Name)),!0}};Bn.KeywordCxt=Qu;function IS(e,t,r,n){let o=new Qu(e,r,t);"code"in r?r.code(o,n):o.$data&&r.validate?(0,Ls.funcKeywordCode)(o,r):"macro"in r?(0,Ls.macroKeywordCode)(o,r):(r.compile||r.validate)&&(0,Ls.funcKeywordCode)(o,r)}var zB=/^\/(?:[^~]|~0|~1)*$/,jB=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function NS(e,{dataLevel:t,dataNames:r,dataPathArr:n}){let o,s;if(e==="")return K.default.rootData;if(e[0]==="/"){if(!zB.test(e))throw new Error(`Invalid JSON-pointer: ${e}`);o=e,s=K.default.rootData}else{let c=jB.exec(e);if(!c)throw new Error(`Invalid JSON-pointer: ${e}`);let l=+c[1];if(o=c[2],o==="#"){if(l>=t)throw new Error(u("property/index",l));return n[t-l]}if(l>t)throw new Error(u("data",l));if(s=r[t-l],!o)return s}let i=s,a=o.split("/");for(let c of a)c&&(s=(0,j._)`${s}${(0,j.getProperty)((0,Dn.unescapeJsonPointer)(c))}`,i=(0,j._)`${i} && ${s}`);return i;function u(c,l){return`Cannot access ${c} ${l} levels up, current level is ${t}`}}Bn.getData=NS});var Xu=S(Mf=>{"use strict";Object.defineProperty(Mf,"__esModule",{value:!0});var Of=class extends Error{constructor(t){super("validation failed"),this.errors=t,this.ajv=this.validation=!0}};Mf.default=Of});var zs=S(zf=>{"use strict";Object.defineProperty(zf,"__esModule",{value:!0});var Lf=Os(),Bf=class extends Error{constructor(t,r,n,o){super(o||`can't resolve reference ${n} from id ${r}`),this.missingRef=(0,Lf.resolveUrl)(t,r,n),this.missingSchema=(0,Lf.normalizeId)((0,Lf.getFullPath)(t,this.missingRef))}};zf.default=Bf});var tc=S(fr=>{"use strict";Object.defineProperty(fr,"__esModule",{value:!0});fr.resolveSchema=fr.getCompilingSchema=fr.resolveRef=fr.compileSchema=fr.SchemaEnv=void 0;var _r=Q(),UB=Xu(),yo=yn(),Pr=Os(),OS=pe(),VB=Bs(),pi=class{constructor(t){var r;this.refs={},this.dynamicAnchors={};let n;typeof t.schema=="object"&&(n=t.schema),this.schema=t.schema,this.schemaId=t.schemaId,this.root=t.root||this,this.baseId=(r=t.baseId)!==null&&r!==void 0?r:(0,Pr.normalizeId)(n?.[t.schemaId||"$id"]),this.schemaPath=t.schemaPath,this.localRefs=t.localRefs,this.meta=t.meta,this.$async=n?.$async,this.refs={}}};fr.SchemaEnv=pi;function Uf(e){let t=MS.call(this,e);if(t)return t;let r=(0,Pr.getFullPath)(this.opts.uriResolver,e.root.baseId),{es5:n,lines:o}=this.opts.code,{ownProperties:s}=this.opts,i=new _r.CodeGen(this.scope,{es5:n,lines:o,ownProperties:s}),a;e.$async&&(a=i.scopeValue("Error",{ref:UB.default,code:(0,_r._)`require("ajv/dist/runtime/validation_error").default`}));let u=i.scopeName("validate");e.validateName=u;let c={gen:i,allErrors:this.opts.allErrors,data:yo.default.data,parentData:yo.default.parentData,parentDataProperty:yo.default.parentDataProperty,dataNames:[yo.default.data],dataPathArr:[_r.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:i.scopeValue("schema",this.opts.code.source===!0?{ref:e.schema,code:(0,_r.stringify)(e.schema)}:{ref:e.schema}),validateName:u,ValidationError:a,schema:e.schema,schemaEnv:e,rootId:r,baseId:e.baseId||r,schemaPath:_r.nil,errSchemaPath:e.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,_r._)`""`,opts:this.opts,self:this},l;try{this._compilations.add(e),(0,VB.validateFunctionCode)(c),i.optimize(this.opts.code.optimize);let p=i.toString();l=`${i.scopeRefs(yo.default.scope)}return ${p}`,this.opts.code.process&&(l=this.opts.code.process(l,e));let h=new Function(`${yo.default.self}`,`${yo.default.scope}`,l)(this,this.scope.get());if(this.scope.value(u,{ref:h}),h.errors=null,h.schema=e.schema,h.schemaEnv=e,e.$async&&(h.$async=!0),this.opts.code.source===!0&&(h.source={validateName:u,validateCode:p,scopeValues:i._values}),this.opts.unevaluated){let{props:m,items:f}=c;h.evaluated={props:m instanceof _r.Name?void 0:m,items:f instanceof _r.Name?void 0:f,dynamicProps:m instanceof _r.Name,dynamicItems:f instanceof _r.Name},h.source&&(h.source.evaluated=(0,_r.stringify)(h.evaluated))}return e.validate=h,e}catch(p){throw delete e.validate,delete e.validateName,l&&this.logger.error("Error compiling schema, function code:",l),p}finally{this._compilations.delete(e)}}fr.compileSchema=Uf;function HB(e,t,r){var n;r=(0,Pr.resolveUrl)(this.opts.uriResolver,t,r);let o=e.refs[r];if(o)return o;let s=GB.call(this,e,r);if(s===void 0){let i=(n=e.localRefs)===null||n===void 0?void 0:n[r],{schemaId:a}=this.opts;i&&(s=new pi({schema:i,schemaId:a,root:e,baseId:t}))}if(s!==void 0)return e.refs[r]=qB.call(this,s)}fr.resolveRef=HB;function qB(e){return(0,Pr.inlineRef)(e.schema,this.opts.inlineRefs)?e.schema:e.validate?e:Uf.call(this,e)}function MS(e){for(let t of this._compilations)if(KB(t,e))return t}fr.getCompilingSchema=MS;function KB(e,t){return e.schema===t.schema&&e.root===t.root&&e.baseId===t.baseId}function GB(e,t){let r;for(;typeof(r=this.refs[t])=="string";)t=r;return r||this.schemas[t]||ec.call(this,e,t)}function ec(e,t){let r=this.opts.uriResolver.parse(t),n=(0,Pr._getFullPath)(this.opts.uriResolver,r),o=(0,Pr.getFullPath)(this.opts.uriResolver,e.baseId,void 0);if(Object.keys(e.schema).length>0&&n===o)return jf.call(this,r,e);let s=(0,Pr.normalizeId)(n),i=this.refs[s]||this.schemas[s];if(typeof i=="string"){let a=ec.call(this,e,i);return typeof a?.schema!="object"?void 0:jf.call(this,r,a)}if(typeof i?.schema=="object"){if(i.validate||Uf.call(this,i),s===(0,Pr.normalizeId)(t)){let{schema:a}=i,{schemaId:u}=this.opts,c=a[u];return c&&(o=(0,Pr.resolveUrl)(this.opts.uriResolver,o,c)),new pi({schema:a,schemaId:u,root:e,baseId:o})}return jf.call(this,r,i)}}fr.resolveSchema=ec;var WB=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function jf(e,{baseId:t,schema:r,root:n}){var o;if(((o=e.fragment)===null||o===void 0?void 0:o[0])!=="/")return;for(let a of e.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let u=r[(0,OS.unescapeFragment)(a)];if(u===void 0)return;r=u;let c=typeof r=="object"&&r[this.opts.schemaId];!WB.has(a)&&c&&(t=(0,Pr.resolveUrl)(this.opts.uriResolver,t,c))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,OS.schemaHasRulesButRef)(r,this.RULES)){let a=(0,Pr.resolveUrl)(this.opts.uriResolver,t,r.$ref);s=ec.call(this,n,a)}let{schemaId:i}=this.opts;if(s=s||new pi({schema:r,schemaId:i,root:n,baseId:t}),s.schema!==s.root.schema)return s}});var LS=S((zne,ZB)=>{ZB.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var zS=S((jne,BS)=>{"use strict";var JB={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};BS.exports={HEX:JB}});var WS=S((Une,GS)=>{"use strict";var{HEX:YB}=zS(),QB=/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u;function HS(e){if(KS(e,".")<3)return{host:e,isIPV4:!1};let t=e.match(QB)||[],[r]=t;return r?{host:ez(r,"."),isIPV4:!0}:{host:e,isIPV4:!1}}function Vf(e,t=!1){let r="",n=!0;for(let o of e){if(YB[o]===void 0)return;o!=="0"&&n===!0&&(n=!1),n||(r+=o)}return t&&r.length===0&&(r="0"),r}function XB(e){let t=0,r={error:!1,address:"",zone:""},n=[],o=[],s=!1,i=!1,a=!1;function u(){if(o.length){if(s===!1){let c=Vf(o);if(c!==void 0)n.push(c);else return r.error=!0,!1}o.length=0}return!0}for(let c=0;c<e.length;c++){let l=e[c];if(!(l==="["||l==="]"))if(l===":"){if(i===!0&&(a=!0),!u())break;if(t++,n.push(":"),t>7){r.error=!0;break}c-1>=0&&e[c-1]===":"&&(i=!0);continue}else if(l==="%"){if(!u())break;s=!0}else{o.push(l);continue}}return o.length&&(s?r.zone=o.join(""):a?n.push(o.join("")):n.push(Vf(o))),r.address=n.join(""),r}function qS(e){if(KS(e,":")<2)return{host:e,isIPV6:!1};let t=XB(e);if(t.error)return{host:e,isIPV6:!1};{let r=t.address,n=t.address;return t.zone&&(r+="%"+t.zone,n+="%25"+t.zone),{host:r,escapedHost:n,isIPV6:!0}}}function ez(e,t){let r="",n=!0,o=e.length;for(let s=0;s<o;s++){let i=e[s];i==="0"&&n?(s+1<=o&&e[s+1]===t||s+1===o)&&(r+=i,n=!1):(i===t?n=!0:n=!1,r+=i)}return r}function KS(e,t){let r=0;for(let n=0;n<e.length;n++)e[n]===t&&r++;return r}var jS=/^\.\.?\//u,US=/^\/\.(?:\/|$)/u,VS=/^\/\.\.(?:\/|$)/u,tz=/^\/?(?:.|\n)*?(?=\/|$)/u;function rz(e){let t=[];for(;e.length;)if(e.match(jS))e=e.replace(jS,"");else if(e.match(US))e=e.replace(US,"/");else if(e.match(VS))e=e.replace(VS,"/"),t.pop();else if(e==="."||e==="..")e="";else{let r=e.match(tz);if(r){let n=r[0];e=e.slice(n.length),t.push(n)}else throw new Error("Unexpected dot segment condition")}return t.join("")}function nz(e,t){let r=t!==!0?escape:unescape;return e.scheme!==void 0&&(e.scheme=r(e.scheme)),e.userinfo!==void 0&&(e.userinfo=r(e.userinfo)),e.host!==void 0&&(e.host=r(e.host)),e.path!==void 0&&(e.path=r(e.path)),e.query!==void 0&&(e.query=r(e.query)),e.fragment!==void 0&&(e.fragment=r(e.fragment)),e}function oz(e){let t=[];if(e.userinfo!==void 0&&(t.push(e.userinfo),t.push("@")),e.host!==void 0){let r=unescape(e.host),n=HS(r);if(n.isIPV4)r=n.host;else{let o=qS(n.host);o.isIPV6===!0?r=`[${o.escapedHost}]`:r=e.host}t.push(r)}return(typeof e.port=="number"||typeof e.port=="string")&&(t.push(":"),t.push(String(e.port))),t.length?t.join(""):void 0}GS.exports={recomposeAuthority:oz,normalizeComponentEncoding:nz,removeDotSegments:rz,normalizeIPv4:HS,normalizeIPv6:qS,stringArrayToHexStripped:Vf}});var eE=S((Vne,XS)=>{"use strict";var iz=/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu,sz=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;function ZS(e){return typeof e.secure=="boolean"?e.secure:String(e.scheme).toLowerCase()==="wss"}function JS(e){return e.host||(e.error=e.error||"HTTP URIs must have a host."),e}function YS(e){let t=String(e.scheme).toLowerCase()==="https";return(e.port===(t?443:80)||e.port==="")&&(e.port=void 0),e.path||(e.path="/"),e}function az(e){return e.secure=ZS(e),e.resourceName=(e.path||"/")+(e.query?"?"+e.query:""),e.path=void 0,e.query=void 0,e}function uz(e){if((e.port===(ZS(e)?443:80)||e.port==="")&&(e.port=void 0),typeof e.secure=="boolean"&&(e.scheme=e.secure?"wss":"ws",e.secure=void 0),e.resourceName){let[t,r]=e.resourceName.split("?");e.path=t&&t!=="/"?t:void 0,e.query=r,e.resourceName=void 0}return e.fragment=void 0,e}function cz(e,t){if(!e.path)return e.error="URN can not be parsed",e;let r=e.path.match(sz);if(r){let n=t.scheme||e.scheme||"urn";e.nid=r[1].toLowerCase(),e.nss=r[2];let o=`${n}:${t.nid||e.nid}`,s=Hf[o];e.path=void 0,s&&(e=s.parse(e,t))}else e.error=e.error||"URN can not be parsed.";return e}function lz(e,t){let r=t.scheme||e.scheme||"urn",n=e.nid.toLowerCase(),o=`${r}:${t.nid||n}`,s=Hf[o];s&&(e=s.serialize(e,t));let i=e,a=e.nss;return i.path=`${n||t.nid}:${a}`,t.skipEscape=!0,i}function pz(e,t){let r=e;return r.uuid=r.nss,r.nss=void 0,!t.tolerant&&(!r.uuid||!iz.test(r.uuid))&&(r.error=r.error||"UUID is not valid."),r}function dz(e){let t=e;return t.nss=(e.uuid||"").toLowerCase(),t}var QS={scheme:"http",domainHost:!0,parse:JS,serialize:YS},fz={scheme:"https",domainHost:QS.domainHost,parse:JS,serialize:YS},rc={scheme:"ws",domainHost:!0,parse:az,serialize:uz},mz={scheme:"wss",domainHost:rc.domainHost,parse:rc.parse,serialize:rc.serialize},hz={scheme:"urn",parse:cz,serialize:lz,skipNormalize:!0},gz={scheme:"urn:uuid",parse:pz,serialize:dz,skipNormalize:!0},Hf={http:QS,https:fz,ws:rc,wss:mz,urn:hz,"urn:uuid":gz};XS.exports=Hf});var rE=S((Hne,oc)=>{"use strict";var{normalizeIPv6:yz,normalizeIPv4:Dz,removeDotSegments:js,recomposeAuthority:vz,normalizeComponentEncoding:nc}=WS(),qf=eE();function Cz(e,t){return typeof e=="string"?e=Qr(vn(e,t),t):typeof e=="object"&&(e=vn(Qr(e,t),t)),e}function wz(e,t,r){let n=Object.assign({scheme:"null"},r),o=tE(vn(e,n),vn(t,n),n,!0);return Qr(o,{...n,skipEscape:!0})}function tE(e,t,r,n){let o={};return n||(e=vn(Qr(e,r),r),t=vn(Qr(t,r),r)),r=r||{},!r.tolerant&&t.scheme?(o.scheme=t.scheme,o.userinfo=t.userinfo,o.host=t.host,o.port=t.port,o.path=js(t.path||""),o.query=t.query):(t.userinfo!==void 0||t.host!==void 0||t.port!==void 0?(o.userinfo=t.userinfo,o.host=t.host,o.port=t.port,o.path=js(t.path||""),o.query=t.query):(t.path?(t.path.charAt(0)==="/"?o.path=js(t.path):((e.userinfo!==void 0||e.host!==void 0||e.port!==void 0)&&!e.path?o.path="/"+t.path:e.path?o.path=e.path.slice(0,e.path.lastIndexOf("/")+1)+t.path:o.path=t.path,o.path=js(o.path)),o.query=t.query):(o.path=e.path,t.query!==void 0?o.query=t.query:o.query=e.query),o.userinfo=e.userinfo,o.host=e.host,o.port=e.port),o.scheme=e.scheme),o.fragment=t.fragment,o}function bz(e,t,r){return typeof e=="string"?(e=unescape(e),e=Qr(nc(vn(e,r),!0),{...r,skipEscape:!0})):typeof e=="object"&&(e=Qr(nc(e,!0),{...r,skipEscape:!0})),typeof t=="string"?(t=unescape(t),t=Qr(nc(vn(t,r),!0),{...r,skipEscape:!0})):typeof t=="object"&&(t=Qr(nc(t,!0),{...r,skipEscape:!0})),e.toLowerCase()===t.toLowerCase()}function Qr(e,t){let r={host:e.host,scheme:e.scheme,userinfo:e.userinfo,port:e.port,path:e.path,query:e.query,nid:e.nid,nss:e.nss,uuid:e.uuid,fragment:e.fragment,reference:e.reference,resourceName:e.resourceName,secure:e.secure,error:""},n=Object.assign({},t),o=[],s=qf[(n.scheme||r.scheme||"").toLowerCase()];s&&s.serialize&&s.serialize(r,n),r.path!==void 0&&(n.skipEscape?r.path=unescape(r.path):(r.path=escape(r.path),r.scheme!==void 0&&(r.path=r.path.split("%3A").join(":")))),n.reference!=="suffix"&&r.scheme&&o.push(r.scheme,":");let i=vz(r);if(i!==void 0&&(n.reference!=="suffix"&&o.push("//"),o.push(i),r.path&&r.path.charAt(0)!=="/"&&o.push("/")),r.path!==void 0){let a=r.path;!n.absolutePath&&(!s||!s.absolutePath)&&(a=js(a)),i===void 0&&(a=a.replace(/^\/\//u,"/%2F")),o.push(a)}return r.query!==void 0&&o.push("?",r.query),r.fragment!==void 0&&o.push("#",r.fragment),o.join("")}var xz=Array.from({length:127},(e,t)=>/[^!"$&'()*+,\-.;=_`a-z{}~]/u.test(String.fromCharCode(t)));function Sz(e){let t=0;for(let r=0,n=e.length;r<n;++r)if(t=e.charCodeAt(r),t>126||xz[t])return!0;return!1}var Ez=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function vn(e,t){let r=Object.assign({},t),n={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},o=e.indexOf("%")!==-1,s=!1;r.reference==="suffix"&&(e=(r.scheme?r.scheme+":":"")+"//"+e);let i=e.match(Ez);if(i){if(n.scheme=i[1],n.userinfo=i[3],n.host=i[4],n.port=parseInt(i[5],10),n.path=i[6]||"",n.query=i[7],n.fragment=i[8],isNaN(n.port)&&(n.port=i[5]),n.host){let u=Dz(n.host);if(u.isIPV4===!1){let c=yz(u.host);n.host=c.host.toLowerCase(),s=c.isIPV6}else n.host=u.host,s=!0}n.scheme===void 0&&n.userinfo===void 0&&n.host===void 0&&n.port===void 0&&n.query===void 0&&!n.path?n.reference="same-document":n.scheme===void 0?n.reference="relative":n.fragment===void 0?n.reference="absolute":n.reference="uri",r.reference&&r.reference!=="suffix"&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");let a=qf[(r.scheme||n.scheme||"").toLowerCase()];if(!r.unicodeSupport&&(!a||!a.unicodeSupport)&&n.host&&(r.domainHost||a&&a.domainHost)&&s===!1&&Sz(n.host))try{n.host=URL.domainToASCII(n.host.toLowerCase())}catch(u){n.error=n.error||"Host's domain name can not be converted to ASCII: "+u}(!a||a&&!a.skipNormalize)&&(o&&n.scheme!==void 0&&(n.scheme=unescape(n.scheme)),o&&n.host!==void 0&&(n.host=unescape(n.host)),n.path&&(n.path=escape(unescape(n.path))),n.fragment&&(n.fragment=encodeURI(decodeURIComponent(n.fragment)))),a&&a.parse&&a.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return n}var Kf={SCHEMES:qf,normalize:Cz,resolve:wz,resolveComponents:tE,equal:bz,serialize:Qr,parse:vn};oc.exports=Kf;oc.exports.default=Kf;oc.exports.fastUri=Kf});var oE=S(Gf=>{"use strict";Object.defineProperty(Gf,"__esModule",{value:!0});var nE=rE();nE.code='require("ajv/dist/runtime/uri").default';Gf.default=nE});var dE=S(dt=>{"use strict";Object.defineProperty(dt,"__esModule",{value:!0});dt.CodeGen=dt.Name=dt.nil=dt.stringify=dt.str=dt._=dt.KeywordCxt=void 0;var _z=Bs();Object.defineProperty(dt,"KeywordCxt",{enumerable:!0,get:function(){return _z.KeywordCxt}});var di=Q();Object.defineProperty(dt,"_",{enumerable:!0,get:function(){return di._}});Object.defineProperty(dt,"str",{enumerable:!0,get:function(){return di.str}});Object.defineProperty(dt,"stringify",{enumerable:!0,get:function(){return di.stringify}});Object.defineProperty(dt,"nil",{enumerable:!0,get:function(){return di.nil}});Object.defineProperty(dt,"Name",{enumerable:!0,get:function(){return di.Name}});Object.defineProperty(dt,"CodeGen",{enumerable:!0,get:function(){return di.CodeGen}});var Pz=Xu(),cE=zs(),Tz=xf(),Us=tc(),Az=Q(),Vs=Os(),ic=Ns(),Zf=pe(),iE=LS(),Fz=oE(),lE=(e,t)=>new RegExp(e,t);lE.code="new RegExp";var Rz=["removeAdditional","useDefaults","coerceTypes"],$z=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),kz={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},Iz={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},sE=200;function Nz(e){var t,r,n,o,s,i,a,u,c,l,p,d,h,m,f,g,y,b,w,T,E,F,$,I,k;let R=e.strict,v=(t=e.code)===null||t===void 0?void 0:t.optimize,z=v===!0||v===void 0?1:v||0,V=(n=(r=e.code)===null||r===void 0?void 0:r.regExp)!==null&&n!==void 0?n:lE,q=(o=e.uriResolver)!==null&&o!==void 0?o:Fz.default;return{strictSchema:(i=(s=e.strictSchema)!==null&&s!==void 0?s:R)!==null&&i!==void 0?i:!0,strictNumbers:(u=(a=e.strictNumbers)!==null&&a!==void 0?a:R)!==null&&u!==void 0?u:!0,strictTypes:(l=(c=e.strictTypes)!==null&&c!==void 0?c:R)!==null&&l!==void 0?l:"log",strictTuples:(d=(p=e.strictTuples)!==null&&p!==void 0?p:R)!==null&&d!==void 0?d:"log",strictRequired:(m=(h=e.strictRequired)!==null&&h!==void 0?h:R)!==null&&m!==void 0?m:!1,code:e.code?{...e.code,optimize:z,regExp:V}:{optimize:z,regExp:V},loopRequired:(f=e.loopRequired)!==null&&f!==void 0?f:sE,loopEnum:(g=e.loopEnum)!==null&&g!==void 0?g:sE,meta:(y=e.meta)!==null&&y!==void 0?y:!0,messages:(b=e.messages)!==null&&b!==void 0?b:!0,inlineRefs:(w=e.inlineRefs)!==null&&w!==void 0?w:!0,schemaId:(T=e.schemaId)!==null&&T!==void 0?T:"$id",addUsedSchema:(E=e.addUsedSchema)!==null&&E!==void 0?E:!0,validateSchema:(F=e.validateSchema)!==null&&F!==void 0?F:!0,validateFormats:($=e.validateFormats)!==null&&$!==void 0?$:!0,unicodeRegExp:(I=e.unicodeRegExp)!==null&&I!==void 0?I:!0,int32range:(k=e.int32range)!==null&&k!==void 0?k:!0,uriResolver:q}}var Hs=class{constructor(t={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,t=this.opts={...t,...Nz(t)};let{es5:r,lines:n}=this.opts.code;this.scope=new Az.ValueScope({scope:{},prefixes:$z,es5:r,lines:n}),this.logger=jz(t.logger);let o=t.validateFormats;t.validateFormats=!1,this.RULES=(0,Tz.getRules)(),aE.call(this,kz,t,"NOT SUPPORTED"),aE.call(this,Iz,t,"DEPRECATED","warn"),this._metaOpts=Bz.call(this),t.formats&&Mz.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),t.keywords&&Lz.call(this,t.keywords),typeof t.meta=="object"&&this.addMetaSchema(t.meta),Oz.call(this),t.validateFormats=o}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:t,meta:r,schemaId:n}=this.opts,o=iE;n==="id"&&(o={...iE},o.id=o.$id,delete o.$id),r&&t&&this.addMetaSchema(o,o[n],!1)}defaultMeta(){let{meta:t,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof t=="object"?t[r]||t:void 0}validate(t,r){let n;if(typeof t=="string"){if(n=this.getSchema(t),!n)throw new Error(`no schema with key or ref "${t}"`)}else n=this.compile(t);let o=n(r);return"$async"in n||(this.errors=n.errors),o}compile(t,r){let n=this._addSchema(t,r);return n.validate||this._compileSchemaEnv(n)}compileAsync(t,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:n}=this.opts;return o.call(this,t,r);async function o(l,p){await s.call(this,l.$schema);let d=this._addSchema(l,p);return d.validate||i.call(this,d)}async function s(l){l&&!this.getSchema(l)&&await o.call(this,{$ref:l},!0)}async function i(l){try{return this._compileSchemaEnv(l)}catch(p){if(!(p instanceof cE.default))throw p;return a.call(this,p),await u.call(this,p.missingSchema),i.call(this,l)}}function a({missingSchema:l,missingRef:p}){if(this.refs[l])throw new Error(`AnySchema ${l} is loaded but ${p} cannot be resolved`)}async function u(l){let p=await c.call(this,l);this.refs[l]||await s.call(this,p.$schema),this.refs[l]||this.addSchema(p,l,r)}async function c(l){let p=this._loading[l];if(p)return p;try{return await(this._loading[l]=n(l))}finally{delete this._loading[l]}}}addSchema(t,r,n,o=this.opts.validateSchema){if(Array.isArray(t)){for(let i of t)this.addSchema(i,void 0,n,o);return this}let s;if(typeof t=="object"){let{schemaId:i}=this.opts;if(s=t[i],s!==void 0&&typeof s!="string")throw new Error(`schema ${i} must be string`)}return r=(0,Vs.normalizeId)(r||s),this._checkUnique(r),this.schemas[r]=this._addSchema(t,n,r,o,!0),this}addMetaSchema(t,r,n=this.opts.validateSchema){return this.addSchema(t,r,!0,n),this}validateSchema(t,r){if(typeof t=="boolean")return!0;let n;if(n=t.$schema,n!==void 0&&typeof n!="string")throw new Error("$schema must be a string");if(n=n||this.opts.defaultMeta||this.defaultMeta(),!n)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let o=this.validate(n,t);if(!o&&r){let s="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(s);else throw new Error(s)}return o}getSchema(t){let r;for(;typeof(r=uE.call(this,t))=="string";)t=r;if(r===void 0){let{schemaId:n}=this.opts,o=new Us.SchemaEnv({schema:{},schemaId:n});if(r=Us.resolveSchema.call(this,o,t),!r)return;this.refs[t]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(t){if(t instanceof RegExp)return this._removeAllSchemas(this.schemas,t),this._removeAllSchemas(this.refs,t),this;switch(typeof t){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=uE.call(this,t);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[t],delete this.refs[t],this}case"object":{let r=t;this._cache.delete(r);let n=t[this.opts.schemaId];return n&&(n=(0,Vs.normalizeId)(n),delete this.schemas[n],delete this.refs[n]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(t){for(let r of t)this.addKeyword(r);return this}addKeyword(t,r){let n;if(typeof t=="string")n=t,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=n);else if(typeof t=="object"&&r===void 0){if(r=t,n=r.keyword,Array.isArray(n)&&!n.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(Vz.call(this,n,r),!r)return(0,Zf.eachItem)(n,s=>Wf.call(this,s)),this;qz.call(this,r);let o={...r,type:(0,ic.getJSONTypes)(r.type),schemaType:(0,ic.getJSONTypes)(r.schemaType)};return(0,Zf.eachItem)(n,o.type.length===0?s=>Wf.call(this,s,o):s=>o.type.forEach(i=>Wf.call(this,s,o,i))),this}getKeyword(t){let r=this.RULES.all[t];return typeof r=="object"?r.definition:!!r}removeKeyword(t){let{RULES:r}=this;delete r.keywords[t],delete r.all[t];for(let n of r.rules){let o=n.rules.findIndex(s=>s.keyword===t);o>=0&&n.rules.splice(o,1)}return this}addFormat(t,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[t]=r,this}errorsText(t=this.errors,{separator:r=", ",dataVar:n="data"}={}){return!t||t.length===0?"No errors":t.map(o=>`${n}${o.instancePath} ${o.message}`).reduce((o,s)=>o+r+s)}$dataMetaSchema(t,r){let n=this.RULES.all;t=JSON.parse(JSON.stringify(t));for(let o of r){let s=o.split("/").slice(1),i=t;for(let a of s)i=i[a];for(let a in n){let u=n[a];if(typeof u!="object")continue;let{$data:c}=u.definition,l=i[a];c&&l&&(i[a]=pE(l))}}return t}_removeAllSchemas(t,r){for(let n in t){let o=t[n];(!r||r.test(n))&&(typeof o=="string"?delete t[n]:o&&!o.meta&&(this._cache.delete(o.schema),delete t[n]))}}_addSchema(t,r,n,o=this.opts.validateSchema,s=this.opts.addUsedSchema){let i,{schemaId:a}=this.opts;if(typeof t=="object")i=t[a];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof t!="boolean")throw new Error("schema must be object or boolean")}let u=this._cache.get(t);if(u!==void 0)return u;n=(0,Vs.normalizeId)(i||n);let c=Vs.getSchemaRefs.call(this,t,n);return u=new Us.SchemaEnv({schema:t,schemaId:a,meta:r,baseId:n,localRefs:c}),this._cache.set(u.schema,u),s&&!n.startsWith("#")&&(n&&this._checkUnique(n),this.refs[n]=u),o&&this.validateSchema(t,!0),u}_checkUnique(t){if(this.schemas[t]||this.refs[t])throw new Error(`schema with key or id "${t}" already exists`)}_compileSchemaEnv(t){if(t.meta?this._compileMetaSchema(t):Us.compileSchema.call(this,t),!t.validate)throw new Error("ajv implementation error");return t.validate}_compileMetaSchema(t){let r=this.opts;this.opts=this._metaOpts;try{Us.compileSchema.call(this,t)}finally{this.opts=r}}};Hs.ValidationError=Pz.default;Hs.MissingRefError=cE.default;dt.default=Hs;function aE(e,t,r,n="error"){for(let o in e){let s=o;s in t&&this.logger[n](`${r}: option ${o}. ${e[s]}`)}}function uE(e){return e=(0,Vs.normalizeId)(e),this.schemas[e]||this.refs[e]}function Oz(){let e=this.opts.schemas;if(e)if(Array.isArray(e))this.addSchema(e);else for(let t in e)this.addSchema(e[t],t)}function Mz(){for(let e in this.opts.formats){let t=this.opts.formats[e];t&&this.addFormat(e,t)}}function Lz(e){if(Array.isArray(e)){this.addVocabulary(e);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let t in e){let r=e[t];r.keyword||(r.keyword=t),this.addKeyword(r)}}function Bz(){let e={...this.opts};for(let t of Rz)delete e[t];return e}var zz={log(){},warn(){},error(){}};function jz(e){if(e===!1)return zz;if(e===void 0)return console;if(e.log&&e.warn&&e.error)return e;throw new Error("logger must implement log, warn and error methods")}var Uz=/^[a-z_$][a-z0-9_$:-]*$/i;function Vz(e,t){let{RULES:r}=this;if((0,Zf.eachItem)(e,n=>{if(r.keywords[n])throw new Error(`Keyword ${n} is already defined`);if(!Uz.test(n))throw new Error(`Keyword ${n} has invalid name`)}),!!t&&t.$data&&!("code"in t||"validate"in t))throw new Error('$data keyword must have "code" or "validate" function')}function Wf(e,t,r){var n;let o=t?.post;if(r&&o)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:s}=this,i=o?s.post:s.rules.find(({type:u})=>u===r);if(i||(i={type:r,rules:[]},s.rules.push(i)),s.keywords[e]=!0,!t)return;let a={keyword:e,definition:{...t,type:(0,ic.getJSONTypes)(t.type),schemaType:(0,ic.getJSONTypes)(t.schemaType)}};t.before?Hz.call(this,i,a,t.before):i.rules.push(a),s.all[e]=a,(n=t.implements)===null||n===void 0||n.forEach(u=>this.addKeyword(u))}function Hz(e,t,r){let n=e.rules.findIndex(o=>o.keyword===r);n>=0?e.rules.splice(n,0,t):(e.rules.push(t),this.logger.warn(`rule ${r} is not defined`))}function qz(e){let{metaSchema:t}=e;t!==void 0&&(e.$data&&this.opts.$data&&(t=pE(t)),e.validateSchema=this.compile(t,!0))}var Kz={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function pE(e){return{anyOf:[e,Kz]}}});var fE=S(Jf=>{"use strict";Object.defineProperty(Jf,"__esModule",{value:!0});var Gz={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};Jf.default=Gz});var yE=S(Do=>{"use strict";Object.defineProperty(Do,"__esModule",{value:!0});Do.callRef=Do.getValidate=void 0;var Wz=zs(),mE=dr(),Ut=Q(),fi=yn(),hE=tc(),sc=pe(),Zz={keyword:"$ref",schemaType:"string",code(e){let{gen:t,schema:r,it:n}=e,{baseId:o,schemaEnv:s,validateName:i,opts:a,self:u}=n,{root:c}=s;if((r==="#"||r==="#/")&&o===c.baseId)return p();let l=hE.resolveRef.call(u,c,o,r);if(l===void 0)throw new Wz.default(n.opts.uriResolver,o,r);if(l instanceof hE.SchemaEnv)return d(l);return h(l);function p(){if(s===c)return ac(e,i,s,s.$async);let m=t.scopeValue("root",{ref:c});return ac(e,(0,Ut._)`${m}.validate`,c,c.$async)}function d(m){let f=gE(e,m);ac(e,f,m,m.$async)}function h(m){let f=t.scopeValue("schema",a.code.source===!0?{ref:m,code:(0,Ut.stringify)(m)}:{ref:m}),g=t.name("valid"),y=e.subschema({schema:m,dataTypes:[],schemaPath:Ut.nil,topSchemaRef:f,errSchemaPath:r},g);e.mergeEvaluated(y),e.ok(g)}}};function gE(e,t){let{gen:r}=e;return t.validate?r.scopeValue("validate",{ref:t.validate}):(0,Ut._)`${r.scopeValue("wrapper",{ref:t})}.validate`}Do.getValidate=gE;function ac(e,t,r,n){let{gen:o,it:s}=e,{allErrors:i,schemaEnv:a,opts:u}=s,c=u.passContext?fi.default.this:Ut.nil;n?l():p();function l(){if(!a.$async)throw new Error("async schema referenced by sync schema");let m=o.let("valid");o.try(()=>{o.code((0,Ut._)`await ${(0,mE.callValidateCode)(e,t,c)}`),h(t),i||o.assign(m,!0)},f=>{o.if((0,Ut._)`!(${f} instanceof ${s.ValidationError})`,()=>o.throw(f)),d(f),i||o.assign(m,!1)}),e.ok(m)}function p(){e.result((0,mE.callValidateCode)(e,t,c),()=>h(t),()=>d(t))}function d(m){let f=(0,Ut._)`${m}.errors`;o.assign(fi.default.vErrors,(0,Ut._)`${fi.default.vErrors} === null ? ${f} : ${fi.default.vErrors}.concat(${f})`),o.assign(fi.default.errors,(0,Ut._)`${fi.default.vErrors}.length`)}function h(m){var f;if(!s.opts.unevaluated)return;let g=(f=r?.validate)===null||f===void 0?void 0:f.evaluated;if(s.props!==!0)if(g&&!g.dynamicProps)g.props!==void 0&&(s.props=sc.mergeEvaluated.props(o,g.props,s.props));else{let y=o.var("props",(0,Ut._)`${m}.evaluated.props`);s.props=sc.mergeEvaluated.props(o,y,s.props,Ut.Name)}if(s.items!==!0)if(g&&!g.dynamicItems)g.items!==void 0&&(s.items=sc.mergeEvaluated.items(o,g.items,s.items));else{let y=o.var("items",(0,Ut._)`${m}.evaluated.items`);s.items=sc.mergeEvaluated.items(o,y,s.items,Ut.Name)}}}Do.callRef=ac;Do.default=Zz});var DE=S(Yf=>{"use strict";Object.defineProperty(Yf,"__esModule",{value:!0});var Jz=fE(),Yz=yE(),Qz=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",Jz.default,Yz.default];Yf.default=Qz});var vE=S(Qf=>{"use strict";Object.defineProperty(Qf,"__esModule",{value:!0});var uc=Q(),zn=uc.operators,cc={maximum:{okStr:"<=",ok:zn.LTE,fail:zn.GT},minimum:{okStr:">=",ok:zn.GTE,fail:zn.LT},exclusiveMaximum:{okStr:"<",ok:zn.LT,fail:zn.GTE},exclusiveMinimum:{okStr:">",ok:zn.GT,fail:zn.LTE}},Xz={message:({keyword:e,schemaCode:t})=>(0,uc.str)`must be ${cc[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,uc._)`{comparison: ${cc[e].okStr}, limit: ${t}}`},e3={keyword:Object.keys(cc),type:"number",schemaType:"number",$data:!0,error:Xz,code(e){let{keyword:t,data:r,schemaCode:n}=e;e.fail$data((0,uc._)`${r} ${cc[t].fail} ${n} || isNaN(${r})`)}};Qf.default=e3});var CE=S(Xf=>{"use strict";Object.defineProperty(Xf,"__esModule",{value:!0});var qs=Q(),t3={message:({schemaCode:e})=>(0,qs.str)`must be multiple of ${e}`,params:({schemaCode:e})=>(0,qs._)`{multipleOf: ${e}}`},r3={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:t3,code(e){let{gen:t,data:r,schemaCode:n,it:o}=e,s=o.opts.multipleOfPrecision,i=t.let("res"),a=s?(0,qs._)`Math.abs(Math.round(${i}) - ${i}) > 1e-${s}`:(0,qs._)`${i} !== parseInt(${i})`;e.fail$data((0,qs._)`(${n} === 0 || (${i} = ${r}/${n}, ${a}))`)}};Xf.default=r3});var bE=S(em=>{"use strict";Object.defineProperty(em,"__esModule",{value:!0});function wE(e){let t=e.length,r=0,n=0,o;for(;n<t;)r++,o=e.charCodeAt(n++),o>=55296&&o<=56319&&n<t&&(o=e.charCodeAt(n),(o&64512)===56320&&n++);return r}em.default=wE;wE.code='require("ajv/dist/runtime/ucs2length").default'});var xE=S(tm=>{"use strict";Object.defineProperty(tm,"__esModule",{value:!0});var vo=Q(),n3=pe(),o3=bE(),i3={message({keyword:e,schemaCode:t}){let r=e==="maxLength"?"more":"fewer";return(0,vo.str)`must NOT have ${r} than ${t} characters`},params:({schemaCode:e})=>(0,vo._)`{limit: ${e}}`},s3={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:i3,code(e){let{keyword:t,data:r,schemaCode:n,it:o}=e,s=t==="maxLength"?vo.operators.GT:vo.operators.LT,i=o.opts.unicode===!1?(0,vo._)`${r}.length`:(0,vo._)`${(0,n3.useFunc)(e.gen,o3.default)}(${r})`;e.fail$data((0,vo._)`${i} ${s} ${n}`)}};tm.default=s3});var SE=S(rm=>{"use strict";Object.defineProperty(rm,"__esModule",{value:!0});var a3=dr(),lc=Q(),u3={message:({schemaCode:e})=>(0,lc.str)`must match pattern "${e}"`,params:({schemaCode:e})=>(0,lc._)`{pattern: ${e}}`},c3={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:u3,code(e){let{data:t,$data:r,schema:n,schemaCode:o,it:s}=e,i=s.opts.unicodeRegExp?"u":"",a=r?(0,lc._)`(new RegExp(${o}, ${i}))`:(0,a3.usePattern)(e,n);e.fail$data((0,lc._)`!${a}.test(${t})`)}};rm.default=c3});var EE=S(nm=>{"use strict";Object.defineProperty(nm,"__esModule",{value:!0});var Ks=Q(),l3={message({keyword:e,schemaCode:t}){let r=e==="maxProperties"?"more":"fewer";return(0,Ks.str)`must NOT have ${r} than ${t} properties`},params:({schemaCode:e})=>(0,Ks._)`{limit: ${e}}`},p3={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:l3,code(e){let{keyword:t,data:r,schemaCode:n}=e,o=t==="maxProperties"?Ks.operators.GT:Ks.operators.LT;e.fail$data((0,Ks._)`Object.keys(${r}).length ${o} ${n}`)}};nm.default=p3});var _E=S(om=>{"use strict";Object.defineProperty(om,"__esModule",{value:!0});var Gs=dr(),Ws=Q(),d3=pe(),f3={message:({params:{missingProperty:e}})=>(0,Ws.str)`must have required property '${e}'`,params:({params:{missingProperty:e}})=>(0,Ws._)`{missingProperty: ${e}}`},m3={keyword:"required",type:"object",schemaType:"array",$data:!0,error:f3,code(e){let{gen:t,schema:r,schemaCode:n,data:o,$data:s,it:i}=e,{opts:a}=i;if(!s&&r.length===0)return;let u=r.length>=a.loopRequired;if(i.allErrors?c():l(),a.strictRequired){let h=e.parentSchema.properties,{definedProperties:m}=e.it;for(let f of r)if(h?.[f]===void 0&&!m.has(f)){let g=i.schemaEnv.baseId+i.errSchemaPath,y=`required property "${f}" is not defined at "${g}" (strictRequired)`;(0,d3.checkStrictMode)(i,y,i.opts.strictRequired)}}function c(){if(u||s)e.block$data(Ws.nil,p);else for(let h of r)(0,Gs.checkReportMissingProp)(e,h)}function l(){let h=t.let("missing");if(u||s){let m=t.let("valid",!0);e.block$data(m,()=>d(h,m)),e.ok(m)}else t.if((0,Gs.checkMissingProp)(e,r,h)),(0,Gs.reportMissingProp)(e,h),t.else()}function p(){t.forOf("prop",n,h=>{e.setParams({missingProperty:h}),t.if((0,Gs.noPropertyInData)(t,o,h,a.ownProperties),()=>e.error())})}function d(h,m){e.setParams({missingProperty:h}),t.forOf(h,n,()=>{t.assign(m,(0,Gs.propertyInData)(t,o,h,a.ownProperties)),t.if((0,Ws.not)(m),()=>{e.error(),t.break()})},Ws.nil)}}};om.default=m3});var PE=S(im=>{"use strict";Object.defineProperty(im,"__esModule",{value:!0});var Zs=Q(),h3={message({keyword:e,schemaCode:t}){let r=e==="maxItems"?"more":"fewer";return(0,Zs.str)`must NOT have ${r} than ${t} items`},params:({schemaCode:e})=>(0,Zs._)`{limit: ${e}}`},g3={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:h3,code(e){let{keyword:t,data:r,schemaCode:n}=e,o=t==="maxItems"?Zs.operators.GT:Zs.operators.LT;e.fail$data((0,Zs._)`${r}.length ${o} ${n}`)}};im.default=g3});var pc=S(sm=>{"use strict";Object.defineProperty(sm,"__esModule",{value:!0});var TE=Rf();TE.code='require("ajv/dist/runtime/equal").default';sm.default=TE});var AE=S(um=>{"use strict";Object.defineProperty(um,"__esModule",{value:!0});var am=Ns(),ft=Q(),y3=pe(),D3=pc(),v3={message:({params:{i:e,j:t}})=>(0,ft.str)`must NOT have duplicate items (items ## ${t} and ${e} are identical)`,params:({params:{i:e,j:t}})=>(0,ft._)`{i: ${e}, j: ${t}}`},C3={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:v3,code(e){let{gen:t,data:r,$data:n,schema:o,parentSchema:s,schemaCode:i,it:a}=e;if(!n&&!o)return;let u=t.let("valid"),c=s.items?(0,am.getSchemaTypes)(s.items):[];e.block$data(u,l,(0,ft._)`${i} === false`),e.ok(u);function l(){let m=t.let("i",(0,ft._)`${r}.length`),f=t.let("j");e.setParams({i:m,j:f}),t.assign(u,!0),t.if((0,ft._)`${m} > 1`,()=>(p()?d:h)(m,f))}function p(){return c.length>0&&!c.some(m=>m==="object"||m==="array")}function d(m,f){let g=t.name("item"),y=(0,am.checkDataTypes)(c,g,a.opts.strictNumbers,am.DataType.Wrong),b=t.const("indices",(0,ft._)`{}`);t.for((0,ft._)`;${m}--;`,()=>{t.let(g,(0,ft._)`${r}[${m}]`),t.if(y,(0,ft._)`continue`),c.length>1&&t.if((0,ft._)`typeof ${g} == "string"`,(0,ft._)`${g} += "_"`),t.if((0,ft._)`typeof ${b}[${g}] == "number"`,()=>{t.assign(f,(0,ft._)`${b}[${g}]`),e.error(),t.assign(u,!1).break()}).code((0,ft._)`${b}[${g}] = ${m}`)})}function h(m,f){let g=(0,y3.useFunc)(t,D3.default),y=t.name("outer");t.label(y).for((0,ft._)`;${m}--;`,()=>t.for((0,ft._)`${f} = ${m}; ${f}--;`,()=>t.if((0,ft._)`${g}(${r}[${m}], ${r}[${f}])`,()=>{e.error(),t.assign(u,!1).break(y)})))}}};um.default=C3});var FE=S(lm=>{"use strict";Object.defineProperty(lm,"__esModule",{value:!0});var cm=Q(),w3=pe(),b3=pc(),x3={message:"must be equal to constant",params:({schemaCode:e})=>(0,cm._)`{allowedValue: ${e}}`},S3={keyword:"const",$data:!0,error:x3,code(e){let{gen:t,data:r,$data:n,schemaCode:o,schema:s}=e;n||s&&typeof s=="object"?e.fail$data((0,cm._)`!${(0,w3.useFunc)(t,b3.default)}(${r}, ${o})`):e.fail((0,cm._)`${s} !== ${r}`)}};lm.default=S3});var RE=S(pm=>{"use strict";Object.defineProperty(pm,"__esModule",{value:!0});var Js=Q(),E3=pe(),_3=pc(),P3={message:"must be equal to one of the allowed values",params:({schemaCode:e})=>(0,Js._)`{allowedValues: ${e}}`},T3={keyword:"enum",schemaType:"array",$data:!0,error:P3,code(e){let{gen:t,data:r,$data:n,schema:o,schemaCode:s,it:i}=e;if(!n&&o.length===0)throw new Error("enum must have non-empty array");let a=o.length>=i.opts.loopEnum,u,c=()=>u??(u=(0,E3.useFunc)(t,_3.default)),l;if(a||n)l=t.let("valid"),e.block$data(l,p);else{if(!Array.isArray(o))throw new Error("ajv implementation error");let h=t.const("vSchema",s);l=(0,Js.or)(...o.map((m,f)=>d(h,f)))}e.pass(l);function p(){t.assign(l,!1),t.forOf("v",s,h=>t.if((0,Js._)`${c()}(${r}, ${h})`,()=>t.assign(l,!0).break()))}function d(h,m){let f=o[m];return typeof f=="object"&&f!==null?(0,Js._)`${c()}(${r}, ${h}[${m}])`:(0,Js._)`${r} === ${f}`}}};pm.default=T3});var $E=S(dm=>{"use strict";Object.defineProperty(dm,"__esModule",{value:!0});var A3=vE(),F3=CE(),R3=xE(),$3=SE(),k3=EE(),I3=_E(),N3=PE(),O3=AE(),M3=FE(),L3=RE(),B3=[A3.default,F3.default,R3.default,$3.default,k3.default,I3.default,N3.default,O3.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},M3.default,L3.default];dm.default=B3});var mm=S(Ys=>{"use strict";Object.defineProperty(Ys,"__esModule",{value:!0});Ys.validateAdditionalItems=void 0;var Co=Q(),fm=pe(),z3={message:({params:{len:e}})=>(0,Co.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,Co._)`{limit: ${e}}`},j3={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:z3,code(e){let{parentSchema:t,it:r}=e,{items:n}=t;if(!Array.isArray(n)){(0,fm.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}kE(e,n)}};function kE(e,t){let{gen:r,schema:n,data:o,keyword:s,it:i}=e;i.items=!0;let a=r.const("len",(0,Co._)`${o}.length`);if(n===!1)e.setParams({len:t.length}),e.pass((0,Co._)`${a} <= ${t.length}`);else if(typeof n=="object"&&!(0,fm.alwaysValidSchema)(i,n)){let c=r.var("valid",(0,Co._)`${a} <= ${t.length}`);r.if((0,Co.not)(c),()=>u(c)),e.ok(c)}function u(c){r.forRange("i",t.length,a,l=>{e.subschema({keyword:s,dataProp:l,dataPropType:fm.Type.Num},c),i.allErrors||r.if((0,Co.not)(c),()=>r.break())})}}Ys.validateAdditionalItems=kE;Ys.default=j3});var hm=S(Qs=>{"use strict";Object.defineProperty(Qs,"__esModule",{value:!0});Qs.validateTuple=void 0;var IE=Q(),dc=pe(),U3=dr(),V3={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(e){let{schema:t,it:r}=e;if(Array.isArray(t))return NE(e,"additionalItems",t);r.items=!0,!(0,dc.alwaysValidSchema)(r,t)&&e.ok((0,U3.validateArray)(e))}};function NE(e,t,r=e.schema){let{gen:n,parentSchema:o,data:s,keyword:i,it:a}=e;l(o),a.opts.unevaluated&&r.length&&a.items!==!0&&(a.items=dc.mergeEvaluated.items(n,r.length,a.items));let u=n.name("valid"),c=n.const("len",(0,IE._)`${s}.length`);r.forEach((p,d)=>{(0,dc.alwaysValidSchema)(a,p)||(n.if((0,IE._)`${c} > ${d}`,()=>e.subschema({keyword:i,schemaProp:d,dataProp:d},u)),e.ok(u))});function l(p){let{opts:d,errSchemaPath:h}=a,m=r.length,f=m===p.minItems&&(m===p.maxItems||p[t]===!1);if(d.strictTuples&&!f){let g=`"${i}" is ${m}-tuple, but minItems or maxItems/${t} are not specified or different at path "${h}"`;(0,dc.checkStrictMode)(a,g,d.strictTuples)}}}Qs.validateTuple=NE;Qs.default=V3});var OE=S(gm=>{"use strict";Object.defineProperty(gm,"__esModule",{value:!0});var H3=hm(),q3={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:e=>(0,H3.validateTuple)(e,"items")};gm.default=q3});var LE=S(ym=>{"use strict";Object.defineProperty(ym,"__esModule",{value:!0});var ME=Q(),K3=pe(),G3=dr(),W3=mm(),Z3={message:({params:{len:e}})=>(0,ME.str)`must NOT have more than ${e} items`,params:({params:{len:e}})=>(0,ME._)`{limit: ${e}}`},J3={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:Z3,code(e){let{schema:t,parentSchema:r,it:n}=e,{prefixItems:o}=r;n.items=!0,!(0,K3.alwaysValidSchema)(n,t)&&(o?(0,W3.validateAdditionalItems)(e,o):e.ok((0,G3.validateArray)(e)))}};ym.default=J3});var BE=S(Dm=>{"use strict";Object.defineProperty(Dm,"__esModule",{value:!0});var mr=Q(),fc=pe(),Y3={message:({params:{min:e,max:t}})=>t===void 0?(0,mr.str)`must contain at least ${e} valid item(s)`:(0,mr.str)`must contain at least ${e} and no more than ${t} valid item(s)`,params:({params:{min:e,max:t}})=>t===void 0?(0,mr._)`{minContains: ${e}}`:(0,mr._)`{minContains: ${e}, maxContains: ${t}}`},Q3={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:Y3,code(e){let{gen:t,schema:r,parentSchema:n,data:o,it:s}=e,i,a,{minContains:u,maxContains:c}=n;s.opts.next?(i=u===void 0?1:u,a=c):i=1;let l=t.const("len",(0,mr._)`${o}.length`);if(e.setParams({min:i,max:a}),a===void 0&&i===0){(0,fc.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(a!==void 0&&i>a){(0,fc.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),e.fail();return}if((0,fc.alwaysValidSchema)(s,r)){let f=(0,mr._)`${l} >= ${i}`;a!==void 0&&(f=(0,mr._)`${f} && ${l} <= ${a}`),e.pass(f);return}s.items=!0;let p=t.name("valid");a===void 0&&i===1?h(p,()=>t.if(p,()=>t.break())):i===0?(t.let(p,!0),a!==void 0&&t.if((0,mr._)`${o}.length > 0`,d)):(t.let(p,!1),d()),e.result(p,()=>e.reset());function d(){let f=t.name("_valid"),g=t.let("count",0);h(f,()=>t.if(f,()=>m(g)))}function h(f,g){t.forRange("i",0,l,y=>{e.subschema({keyword:"contains",dataProp:y,dataPropType:fc.Type.Num,compositeRule:!0},f),g()})}function m(f){t.code((0,mr._)`${f}++`),a===void 0?t.if((0,mr._)`${f} >= ${i}`,()=>t.assign(p,!0).break()):(t.if((0,mr._)`${f} > ${a}`,()=>t.assign(p,!1).break()),i===1?t.assign(p,!0):t.if((0,mr._)`${f} >= ${i}`,()=>t.assign(p,!0)))}}};Dm.default=Q3});var UE=S(Xr=>{"use strict";Object.defineProperty(Xr,"__esModule",{value:!0});Xr.validateSchemaDeps=Xr.validatePropertyDeps=Xr.error=void 0;var vm=Q(),X3=pe(),Xs=dr();Xr.error={message:({params:{property:e,depsCount:t,deps:r}})=>{let n=t===1?"property":"properties";return(0,vm.str)`must have ${n} ${r} when property ${e} is present`},params:({params:{property:e,depsCount:t,deps:r,missingProperty:n}})=>(0,vm._)`{property: ${e},
|
|
31
31
|
missingProperty: ${n},
|
|
32
32
|
depsCount: ${t},
|
|
33
|
-
deps: ${r}}`};var o3={keyword:"dependencies",type:"object",schemaType:"object",error:Jr.error,code(e){let[t,r]=i3(e);QS(e,t),XS(e,r)}};function i3({schema:e}){let t={},r={};for(let n in e){if(n==="__proto__")continue;let o=Array.isArray(e[n])?t:r;o[n]=e[n]}return[t,r]}function QS(e,t=e.schema){let{gen:r,data:n,it:o}=e;if(Object.keys(t).length===0)return;let s=r.let("missing");for(let i in t){let a=t[i];if(a.length===0)continue;let u=(0,Vs.propertyInData)(r,n,i,o.opts.ownProperties);e.setParams({property:i,depsCount:a.length,deps:a.join(", ")}),o.allErrors?r.if(u,()=>{for(let c of a)(0,Vs.checkReportMissingProp)(e,c)}):(r.if((0,Hf._)`${u} && (${(0,Vs.checkMissingProp)(e,a,s)})`),(0,Vs.reportMissingProp)(e,s),r.else())}}Jr.validatePropertyDeps=QS;function XS(e,t=e.schema){let{gen:r,data:n,keyword:o,it:s}=e,i=r.name("valid");for(let a in t)(0,n3.alwaysValidSchema)(s,t[a])||(r.if((0,Vs.propertyInData)(r,n,a,s.opts.ownProperties),()=>{let u=e.subschema({keyword:o,schemaProp:a},i);e.mergeValidEvaluated(u,i)},()=>r.var(i,!0)),e.ok(i))}Jr.validateSchemaDeps=XS;Jr.default=o3});var rE=x(qf=>{"use strict";Object.defineProperty(qf,"__esModule",{value:!0});var tE=Y(),s3=pe(),a3={message:"property name must be valid",params:({params:e})=>(0,tE._)`{propertyName: ${e.propertyName}}`},u3={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:a3,code(e){let{gen:t,schema:r,data:n,it:o}=e;if((0,s3.alwaysValidSchema)(o,r))return;let s=t.name("valid");t.forIn("key",n,i=>{e.setParams({propertyName:i}),e.subschema({keyword:"propertyNames",data:i,dataTypes:["string"],propertyName:i,compositeRule:!0},s),t.if((0,tE.not)(s),()=>{e.error(!0),o.allErrors||t.break()})}),e.ok(s)}};qf.default=u3});var Gf=x(Kf=>{"use strict";Object.defineProperty(Kf,"__esModule",{value:!0});var Ku=lr(),Sr=Y(),c3=fn(),Gu=pe(),l3={message:"must NOT have additional properties",params:({params:e})=>(0,Sr._)`{additionalProperty: ${e.additionalProperty}}`},p3={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:l3,code(e){let{gen:t,schema:r,parentSchema:n,data:o,errsCount:s,it:i}=e;if(!s)throw new Error("ajv implementation error");let{allErrors:a,opts:u}=i;if(i.props=!0,u.removeAdditional!=="all"&&(0,Gu.alwaysValidSchema)(i,r))return;let c=(0,Ku.allSchemaProperties)(n.properties),l=(0,Ku.allSchemaProperties)(n.patternProperties);p(),e.ok((0,Sr._)`${s} === ${c3.default.errors}`);function p(){t.forIn("key",o,h=>{!c.length&&!l.length?m(h):t.if(d(h),()=>m(h))})}function d(h){let y;if(c.length>8){let w=(0,Gu.schemaRefOrVal)(i,n.properties,"properties");y=(0,Ku.isOwnProperty)(t,w,h)}else c.length?y=(0,Sr.or)(...c.map(w=>(0,Sr._)`${h} === ${w}`)):y=Sr.nil;return l.length&&(y=(0,Sr.or)(y,...l.map(w=>(0,Sr._)`${(0,Ku.usePattern)(e,w)}.test(${h})`))),(0,Sr.not)(y)}function g(h){t.code((0,Sr._)`delete ${o}[${h}]`)}function m(h){if(u.removeAdditional==="all"||u.removeAdditional&&r===!1){g(h);return}if(r===!1){e.setParams({additionalProperty:h}),e.error(),a||t.break();return}if(typeof r=="object"&&!(0,Gu.alwaysValidSchema)(i,r)){let y=t.name("valid");u.removeAdditional==="failing"?(f(h,y,!1),t.if((0,Sr.not)(y),()=>{e.reset(),g(h)})):(f(h,y),a||t.if((0,Sr.not)(y),()=>t.break()))}}function f(h,y,w){let C={keyword:"additionalProperties",dataProp:h,dataPropType:Gu.Type.Str};w===!1&&Object.assign(C,{compositeRule:!0,createErrors:!1,allErrors:!1}),e.subschema(C,y)}}};Kf.default=p3});var iE=x(Zf=>{"use strict";Object.defineProperty(Zf,"__esModule",{value:!0});var d3=As(),nE=lr(),Wf=pe(),oE=Gf(),f3={keyword:"properties",type:"object",schemaType:"object",code(e){let{gen:t,schema:r,parentSchema:n,data:o,it:s}=e;s.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&oE.default.code(new d3.KeywordCxt(s,oE.default,"additionalProperties"));let i=(0,nE.allSchemaProperties)(r);for(let p of i)s.definedProperties.add(p);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=Wf.mergeEvaluated.props(t,(0,Wf.toHash)(i),s.props));let a=i.filter(p=>!(0,Wf.alwaysValidSchema)(s,r[p]));if(a.length===0)return;let u=t.name("valid");for(let p of a)c(p)?l(p):(t.if((0,nE.propertyInData)(t,o,p,s.opts.ownProperties)),l(p),s.allErrors||t.else().var(u,!0),t.endIf()),e.it.definedProperties.add(p),e.ok(u);function c(p){return s.opts.useDefaults&&!s.compositeRule&&r[p].default!==void 0}function l(p){e.subschema({keyword:"properties",schemaProp:p,dataProp:p},u)}}};Zf.default=f3});var cE=x(Jf=>{"use strict";Object.defineProperty(Jf,"__esModule",{value:!0});var sE=lr(),Wu=Y(),aE=pe(),uE=pe(),m3={keyword:"patternProperties",type:"object",schemaType:"object",code(e){let{gen:t,schema:r,data:n,parentSchema:o,it:s}=e,{opts:i}=s,a=(0,sE.allSchemaProperties)(r),u=a.filter(f=>(0,aE.alwaysValidSchema)(s,r[f]));if(a.length===0||u.length===a.length&&(!s.opts.unevaluated||s.props===!0))return;let c=i.strictSchema&&!i.allowMatchingProperties&&o.properties,l=t.name("valid");s.props!==!0&&!(s.props instanceof Wu.Name)&&(s.props=(0,uE.evaluatedPropsToName)(t,s.props));let{props:p}=s;d();function d(){for(let f of a)c&&g(f),s.allErrors?m(f):(t.var(l,!0),m(f),t.if(l))}function g(f){for(let h in c)new RegExp(f).test(h)&&(0,aE.checkStrictMode)(s,`property ${h} matches pattern ${f} (use allowMatchingProperties)`)}function m(f){t.forIn("key",n,h=>{t.if((0,Wu._)`${(0,sE.usePattern)(e,f)}.test(${h})`,()=>{let y=u.includes(f);y||e.subschema({keyword:"patternProperties",schemaProp:f,dataProp:h,dataPropType:uE.Type.Str},l),s.opts.unevaluated&&p!==!0?t.assign((0,Wu._)`${p}[${h}]`,!0):!y&&!s.allErrors&&t.if((0,Wu.not)(l),()=>t.break())})})}}};Jf.default=m3});var lE=x(Yf=>{"use strict";Object.defineProperty(Yf,"__esModule",{value:!0});var g3=pe(),h3={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){let{gen:t,schema:r,it:n}=e;if((0,g3.alwaysValidSchema)(n,r)){e.fail();return}let o=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},o),e.failResult(o,()=>e.reset(),()=>e.error())},error:{message:"must NOT be valid"}};Yf.default=h3});var pE=x(Qf=>{"use strict";Object.defineProperty(Qf,"__esModule",{value:!0});var y3=lr(),D3={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:y3.validateUnion,error:{message:"must match a schema in anyOf"}};Qf.default=D3});var dE=x(Xf=>{"use strict";Object.defineProperty(Xf,"__esModule",{value:!0});var Zu=Y(),v3=pe(),C3={message:"must match exactly one schema in oneOf",params:({params:e})=>(0,Zu._)`{passingSchemas: ${e.passing}}`},w3={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:C3,code(e){let{gen:t,schema:r,parentSchema:n,it:o}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(o.opts.discriminator&&n.discriminator)return;let s=r,i=t.let("valid",!1),a=t.let("passing",null),u=t.name("_valid");e.setParams({passing:a}),t.block(c),e.result(i,()=>e.reset(),()=>e.error(!0));function c(){s.forEach((l,p)=>{let d;(0,v3.alwaysValidSchema)(o,l)?t.var(u,!0):d=e.subschema({keyword:"oneOf",schemaProp:p,compositeRule:!0},u),p>0&&t.if((0,Zu._)`${u} && ${i}`).assign(i,!1).assign(a,(0,Zu._)`[${a}, ${p}]`).else(),t.if(u,()=>{t.assign(i,!0),t.assign(a,p),d&&e.mergeEvaluated(d,Zu.Name)})})}}};Xf.default=w3});var fE=x(em=>{"use strict";Object.defineProperty(em,"__esModule",{value:!0});var b3=pe(),x3={keyword:"allOf",schemaType:"array",code(e){let{gen:t,schema:r,it:n}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");let o=t.name("valid");r.forEach((s,i)=>{if((0,b3.alwaysValidSchema)(n,s))return;let a=e.subschema({keyword:"allOf",schemaProp:i},o);e.ok(o),e.mergeEvaluated(a)})}};em.default=x3});var hE=x(tm=>{"use strict";Object.defineProperty(tm,"__esModule",{value:!0});var Ju=Y(),gE=pe(),S3={message:({params:e})=>(0,Ju.str)`must match "${e.ifClause}" schema`,params:({params:e})=>(0,Ju._)`{failingKeyword: ${e.ifClause}}`},E3={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:S3,code(e){let{gen:t,parentSchema:r,it:n}=e;r.then===void 0&&r.else===void 0&&(0,gE.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=mE(n,"then"),s=mE(n,"else");if(!o&&!s)return;let i=t.let("valid",!0),a=t.name("_valid");if(u(),e.reset(),o&&s){let l=t.let("ifClause");e.setParams({ifClause:l}),t.if(a,c("then",l),c("else",l))}else o?t.if(a,c("then")):t.if((0,Ju.not)(a),c("else"));e.pass(i,()=>e.error(!0));function u(){let l=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);e.mergeEvaluated(l)}function c(l,p){return()=>{let d=e.subschema({keyword:l},a);t.assign(i,a),e.mergeValidEvaluated(d,i),p?t.assign(p,(0,Ju._)`${l}`):e.setParams({ifClause:l})}}}};function mE(e,t){let r=e.schema[t];return r!==void 0&&!(0,gE.alwaysValidSchema)(e,r)}tm.default=E3});var yE=x(rm=>{"use strict";Object.defineProperty(rm,"__esModule",{value:!0});var P3=pe(),_3={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:r}){t.if===void 0&&(0,P3.checkStrictMode)(r,`"${e}" without "if" is ignored`)}};rm.default=_3});var DE=x(nm=>{"use strict";Object.defineProperty(nm,"__esModule",{value:!0});var T3=Bf(),A3=WS(),F3=zf(),R3=JS(),$3=YS(),k3=eE(),I3=rE(),N3=Gf(),O3=iE(),M3=cE(),L3=lE(),B3=pE(),z3=dE(),j3=fE(),U3=hE(),V3=yE();function H3(e=!1){let t=[L3.default,B3.default,z3.default,j3.default,U3.default,V3.default,I3.default,N3.default,k3.default,O3.default,M3.default];return e?t.push(A3.default,R3.default):t.push(T3.default,F3.default),t.push($3.default),t}nm.default=H3});var vE=x(om=>{"use strict";Object.defineProperty(om,"__esModule",{value:!0});var Ke=Y(),q3={message:({schemaCode:e})=>(0,Ke.str)`must match format "${e}"`,params:({schemaCode:e})=>(0,Ke._)`{format: ${e}}`},K3={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:q3,code(e,t){let{gen:r,data:n,$data:o,schema:s,schemaCode:i,it:a}=e,{opts:u,errSchemaPath:c,schemaEnv:l,self:p}=a;if(!u.validateFormats)return;o?d():g();function d(){let m=r.scopeValue("formats",{ref:p.formats,code:u.code.formats}),f=r.const("fDef",(0,Ke._)`${m}[${i}]`),h=r.let("fType"),y=r.let("format");r.if((0,Ke._)`typeof ${f} == "object" && !(${f} instanceof RegExp)`,()=>r.assign(h,(0,Ke._)`${f}.type || "string"`).assign(y,(0,Ke._)`${f}.validate`),()=>r.assign(h,(0,Ke._)`"string"`).assign(y,f)),e.fail$data((0,Ke.or)(w(),C()));function w(){return u.strictSchema===!1?Ke.nil:(0,Ke._)`${i} && !${y}`}function C(){let _=l.$async?(0,Ke._)`(${f}.async ? await ${y}(${n}) : ${y}(${n}))`:(0,Ke._)`${y}(${n})`,S=(0,Ke._)`(typeof ${y} == "function" ? ${_} : ${y}.test(${n}))`;return(0,Ke._)`${y} && ${y} !== true && ${h} === ${t} && !${S}`}}function g(){let m=p.formats[s];if(!m){w();return}if(m===!0)return;let[f,h,y]=C(m);f===t&&e.pass(_());function w(){if(u.strictSchema===!1){p.logger.warn(S());return}throw new Error(S());function S(){return`unknown format "${s}" ignored in schema at path "${c}"`}}function C(S){let F=S instanceof RegExp?(0,Ke.regexpCode)(S):u.code.formats?(0,Ke._)`${u.code.formats}${(0,Ke.getProperty)(s)}`:void 0,$=r.scopeValue("formats",{key:s,ref:S,code:F});return typeof S=="object"&&!(S instanceof RegExp)?[S.type||"string",S.validate,(0,Ke._)`${$}.validate`]:["string",S,$]}function _(){if(typeof m=="object"&&!(m instanceof RegExp)&&m.async){if(!l.$async)throw new Error("async format in sync schema");return(0,Ke._)`await ${y}(${n})`}return typeof h=="function"?(0,Ke._)`${y}(${n})`:(0,Ke._)`${y}.test(${n})`}}}};om.default=K3});var CE=x(im=>{"use strict";Object.defineProperty(im,"__esModule",{value:!0});var G3=vE(),W3=[G3.default];im.default=W3});var wE=x(si=>{"use strict";Object.defineProperty(si,"__esModule",{value:!0});si.contentVocabulary=si.metadataVocabulary=void 0;si.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];si.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var xE=x(sm=>{"use strict";Object.defineProperty(sm,"__esModule",{value:!0});var Z3=FS(),J3=HS(),Y3=DE(),Q3=CE(),bE=wE(),X3=[Z3.default,J3.default,(0,Y3.default)(),Q3.default,bE.metadataVocabulary,bE.contentVocabulary];sm.default=X3});var EE=x(Yu=>{"use strict";Object.defineProperty(Yu,"__esModule",{value:!0});Yu.DiscrError=void 0;var SE;(function(e){e.Tag="tag",e.Mapping="mapping"})(SE||(Yu.DiscrError=SE={}))});var _E=x(um=>{"use strict";Object.defineProperty(um,"__esModule",{value:!0});var ai=Y(),am=EE(),PE=ku(),ej=Fs(),tj=pe(),rj={message:({params:{discrError:e,tagName:t}})=>e===am.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:t,tagName:r}})=>(0,ai._)`{error: ${e}, tag: ${r}, tagValue: ${t}}`},nj={keyword:"discriminator",type:"object",schemaType:"object",error:rj,code(e){let{gen:t,data:r,schema:n,parentSchema:o,it:s}=e,{oneOf:i}=o;if(!s.opts.discriminator)throw new Error("discriminator: requires discriminator option");let a=n.propertyName;if(typeof a!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!i)throw new Error("discriminator: requires oneOf keyword");let u=t.let("valid",!1),c=t.const("tag",(0,ai._)`${r}${(0,ai.getProperty)(a)}`);t.if((0,ai._)`typeof ${c} == "string"`,()=>l(),()=>e.error(!1,{discrError:am.DiscrError.Tag,tag:c,tagName:a})),e.ok(u);function l(){let g=d();t.if(!1);for(let m in g)t.elseIf((0,ai._)`${c} === ${m}`),t.assign(u,p(g[m]));t.else(),e.error(!1,{discrError:am.DiscrError.Mapping,tag:c,tagName:a}),t.endIf()}function p(g){let m=t.name("valid"),f=e.subschema({keyword:"oneOf",schemaProp:g},m);return e.mergeEvaluated(f,ai.Name),m}function d(){var g;let m={},f=y(o),h=!0;for(let _=0;_<i.length;_++){let S=i[_];if(S?.$ref&&!(0,tj.schemaHasRulesButRef)(S,s.self.RULES)){let $=S.$ref;if(S=PE.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,$),S instanceof PE.SchemaEnv&&(S=S.schema),S===void 0)throw new ej.default(s.opts.uriResolver,s.baseId,$)}let F=(g=S?.properties)===null||g===void 0?void 0:g[a];if(typeof F!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);h=h&&(f||y(S)),w(F,_)}if(!h)throw new Error(`discriminator: "${a}" must be required`);return m;function y({required:_}){return Array.isArray(_)&&_.includes(a)}function w(_,S){if(_.const)C(_.const,S);else if(_.enum)for(let F of _.enum)C(F,S);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function C(_,S){if(typeof _!="string"||_ in m)throw new Error(`discriminator: "${a}" values must be unique strings`);m[_]=S}}}};um.default=nj});var TE=x((Pne,oj)=>{oj.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0}});var lm=x((ke,cm)=>{"use strict";Object.defineProperty(ke,"__esModule",{value:!0});ke.MissingRefError=ke.ValidationError=ke.CodeGen=ke.Name=ke.nil=ke.stringify=ke.str=ke._=ke.KeywordCxt=ke.Ajv=void 0;var ij=SS(),sj=xE(),aj=_E(),AE=TE(),uj=["/properties"],Qu="http://json-schema.org/draft-07/schema",ui=class extends ij.default{_addVocabularies(){super._addVocabularies(),sj.default.forEach(t=>this.addVocabulary(t)),this.opts.discriminator&&this.addKeyword(aj.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let t=this.opts.$data?this.$dataMetaSchema(AE,uj):AE;this.addMetaSchema(t,Qu,!1),this.refs["http://json-schema.org/schema"]=Qu}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(Qu)?Qu:void 0)}};ke.Ajv=ui;cm.exports=ke=ui;cm.exports.Ajv=ui;Object.defineProperty(ke,"__esModule",{value:!0});ke.default=ui;var cj=As();Object.defineProperty(ke,"KeywordCxt",{enumerable:!0,get:function(){return cj.KeywordCxt}});var ci=Y();Object.defineProperty(ke,"_",{enumerable:!0,get:function(){return ci._}});Object.defineProperty(ke,"str",{enumerable:!0,get:function(){return ci.str}});Object.defineProperty(ke,"stringify",{enumerable:!0,get:function(){return ci.stringify}});Object.defineProperty(ke,"nil",{enumerable:!0,get:function(){return ci.nil}});Object.defineProperty(ke,"Name",{enumerable:!0,get:function(){return ci.Name}});Object.defineProperty(ke,"CodeGen",{enumerable:!0,get:function(){return ci.CodeGen}});var lj=Ru();Object.defineProperty(ke,"ValidationError",{enumerable:!0,get:function(){return lj.default}});var pj=Fs();Object.defineProperty(ke,"MissingRefError",{enumerable:!0,get:function(){return pj.default}})});var ME=x(Qr=>{"use strict";Object.defineProperty(Qr,"__esModule",{value:!0});Qr.formatNames=Qr.fastFormats=Qr.fullFormats=void 0;function Yr(e,t){return{validate:e,compare:t}}Qr.fullFormats={date:Yr(kE,mm),time:Yr(dm(!0),gm),"date-time":Yr(FE(!0),NE),"iso-time":Yr(dm(),IE),"iso-date-time":Yr(FE(),OE),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:yj,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:Sj,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:Dj,int32:{type:"number",validate:wj},int64:{type:"number",validate:bj},float:{type:"number",validate:$E},double:{type:"number",validate:$E},password:!0,binary:!0};Qr.fastFormats={...Qr.fullFormats,date:Yr(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,mm),time:Yr(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,gm),"date-time":Yr(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,NE),"iso-time":Yr(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,IE),"iso-date-time":Yr(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,OE),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i};Qr.formatNames=Object.keys(Qr.fullFormats);function dj(e){return e%4===0&&(e%100!==0||e%400===0)}var fj=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,mj=[0,31,28,31,30,31,30,31,31,30,31,30,31];function kE(e){let t=fj.exec(e);if(!t)return!1;let r=+t[1],n=+t[2],o=+t[3];return n>=1&&n<=12&&o>=1&&o<=(n===2&&dj(r)?29:mj[n])}function mm(e,t){if(e&&t)return e>t?1:e<t?-1:0}var pm=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function dm(e){return function(r){let n=pm.exec(r);if(!n)return!1;let o=+n[1],s=+n[2],i=+n[3],a=n[4],u=n[5]==="-"?-1:1,c=+(n[6]||0),l=+(n[7]||0);if(c>23||l>59||e&&!a)return!1;if(o<=23&&s<=59&&i<60)return!0;let p=s-l*u,d=o-c*u-(p<0?1:0);return(d===23||d===-1)&&(p===59||p===-1)&&i<61}}function gm(e,t){if(!(e&&t))return;let r=new Date("2020-01-01T"+e).valueOf(),n=new Date("2020-01-01T"+t).valueOf();if(r&&n)return r-n}function IE(e,t){if(!(e&&t))return;let r=pm.exec(e),n=pm.exec(t);if(r&&n)return e=r[1]+r[2]+r[3],t=n[1]+n[2]+n[3],e>t?1:e<t?-1:0}var fm=/t|\s/i;function FE(e){let t=dm(e);return function(n){let o=n.split(fm);return o.length===2&&kE(o[0])&&t(o[1])}}function NE(e,t){if(!(e&&t))return;let r=new Date(e).valueOf(),n=new Date(t).valueOf();if(r&&n)return r-n}function OE(e,t){if(!(e&&t))return;let[r,n]=e.split(fm),[o,s]=t.split(fm),i=mm(r,o);if(i!==void 0)return i||gm(n,s)}var gj=/\/|:/,hj=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;function yj(e){return gj.test(e)&&hj.test(e)}var RE=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function Dj(e){return RE.lastIndex=0,RE.test(e)}var vj=-(2**31),Cj=2**31-1;function wj(e){return Number.isInteger(e)&&e<=Cj&&e>=vj}function bj(e){return Number.isInteger(e)}function $E(){return!0}var xj=/[^\\]\\Z/;function Sj(e){if(xj.test(e))return!1;try{return new RegExp(e),!0}catch{return!1}}});var LE=x(li=>{"use strict";Object.defineProperty(li,"__esModule",{value:!0});li.formatLimitDefinition=void 0;var Ej=lm(),Er=Y(),Mn=Er.operators,Xu={formatMaximum:{okStr:"<=",ok:Mn.LTE,fail:Mn.GT},formatMinimum:{okStr:">=",ok:Mn.GTE,fail:Mn.LT},formatExclusiveMaximum:{okStr:"<",ok:Mn.LT,fail:Mn.GTE},formatExclusiveMinimum:{okStr:">",ok:Mn.GT,fail:Mn.LTE}},Pj={message:({keyword:e,schemaCode:t})=>(0,Er.str)`should be ${Xu[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,Er._)`{comparison: ${Xu[e].okStr}, limit: ${t}}`};li.formatLimitDefinition={keyword:Object.keys(Xu),type:"string",schemaType:"string",$data:!0,error:Pj,code(e){let{gen:t,data:r,schemaCode:n,keyword:o,it:s}=e,{opts:i,self:a}=s;if(!i.validateFormats)return;let u=new Ej.KeywordCxt(s,a.RULES.all.format.definition,"format");u.$data?c():l();function c(){let d=t.scopeValue("formats",{ref:a.formats,code:i.code.formats}),g=t.const("fmt",(0,Er._)`${d}[${u.schemaCode}]`);e.fail$data((0,Er.or)((0,Er._)`typeof ${g} != "object"`,(0,Er._)`${g} instanceof RegExp`,(0,Er._)`typeof ${g}.compare != "function"`,p(g)))}function l(){let d=u.schema,g=a.formats[d];if(!g||g===!0)return;if(typeof g!="object"||g instanceof RegExp||typeof g.compare!="function")throw new Error(`"${o}": format "${d}" does not define "compare" function`);let m=t.scopeValue("formats",{key:d,ref:g,code:i.code.formats?(0,Er._)`${i.code.formats}${(0,Er.getProperty)(d)}`:void 0});e.fail$data(p(m))}function p(d){return(0,Er._)`${d}.compare(${r}, ${n}) ${Xu[o].fail} 0`}},dependencies:["format"]};var _j=e=>(e.addKeyword(li.formatLimitDefinition),e);li.default=_j});var UE=x((Hs,jE)=>{"use strict";Object.defineProperty(Hs,"__esModule",{value:!0});var pi=ME(),Tj=LE(),hm=Y(),BE=new hm.Name("fullFormats"),Aj=new hm.Name("fastFormats"),ym=(e,t={keywords:!0})=>{if(Array.isArray(t))return zE(e,t,pi.fullFormats,BE),e;let[r,n]=t.mode==="fast"?[pi.fastFormats,Aj]:[pi.fullFormats,BE],o=t.formats||pi.formatNames;return zE(e,o,r,n),t.keywords&&(0,Tj.default)(e),e};ym.get=(e,t="full")=>{let n=(t==="fast"?pi.fastFormats:pi.fullFormats)[e];if(!n)throw new Error(`Unknown format "${e}"`);return n};function zE(e,t,r,n){var o,s;(o=(s=e.opts.code).formats)!==null&&o!==void 0||(s.formats=(0,hm._)`require("ajv-formats/dist/formats").${n}`);for(let i of t)e.addFormat(i,r[i])}jE.exports=Hs=ym;Object.defineProperty(Hs,"__esModule",{value:!0});Hs.default=ym});var GE=x((Wne,KE)=>{KE.exports=qE;qE.sync=kj;var VE=G("fs");function $j(e,t){var r=t.pathExt!==void 0?t.pathExt:process.env.PATHEXT;if(!r||(r=r.split(";"),r.indexOf("")!==-1))return!0;for(var n=0;n<r.length;n++){var o=r[n].toLowerCase();if(o&&e.substr(-o.length).toLowerCase()===o)return!0}return!1}function HE(e,t,r){return!e.isSymbolicLink()&&!e.isFile()?!1:$j(t,r)}function qE(e,t,r){VE.stat(e,function(n,o){r(n,n?!1:HE(o,e,t))})}function kj(e,t){return HE(VE.statSync(e),e,t)}});var QE=x((Zne,YE)=>{YE.exports=ZE;ZE.sync=Ij;var WE=G("fs");function ZE(e,t,r){WE.stat(e,function(n,o){r(n,n?!1:JE(o,t))})}function Ij(e,t){return JE(WE.statSync(e),t)}function JE(e,t){return e.isFile()&&Nj(e,t)}function Nj(e,t){var r=e.mode,n=e.uid,o=e.gid,s=t.uid!==void 0?t.uid:process.getuid&&process.getuid(),i=t.gid!==void 0?t.gid:process.getgid&&process.getgid(),a=parseInt("100",8),u=parseInt("010",8),c=parseInt("001",8),l=a|u,p=r&c||r&u&&o===i||r&a&&n===s||r&l&&s===0;return p}});var eP=x((Yne,XE)=>{var Jne=G("fs"),ec;process.platform==="win32"||global.TESTING_WINDOWS?ec=GE():ec=QE();XE.exports=Dm;Dm.sync=Oj;function Dm(e,t,r){if(typeof t=="function"&&(r=t,t={}),!r){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(n,o){Dm(e,t||{},function(s,i){s?o(s):n(i)})})}ec(e,t||{},function(n,o){n&&(n.code==="EACCES"||t&&t.ignoreErrors)&&(n=null,o=!1),r(n,o)})}function Oj(e,t){try{return ec.sync(e,t||{})}catch(r){if(t&&t.ignoreErrors||r.code==="EACCES")return!1;throw r}}});var aP=x((Qne,sP)=>{var di=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",tP=G("path"),Mj=di?";":":",rP=eP(),nP=e=>Object.assign(new Error(`not found: ${e}`),{code:"ENOENT"}),oP=(e,t)=>{let r=t.colon||Mj,n=e.match(/\//)||di&&e.match(/\\/)?[""]:[...di?[process.cwd()]:[],...(t.path||process.env.PATH||"").split(r)],o=di?t.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",s=di?o.split(r):[""];return di&&e.indexOf(".")!==-1&&s[0]!==""&&s.unshift(""),{pathEnv:n,pathExt:s,pathExtExe:o}},iP=(e,t,r)=>{typeof t=="function"&&(r=t,t={}),t||(t={});let{pathEnv:n,pathExt:o,pathExtExe:s}=oP(e,t),i=[],a=c=>new Promise((l,p)=>{if(c===n.length)return t.all&&i.length?l(i):p(nP(e));let d=n[c],g=/^".*"$/.test(d)?d.slice(1,-1):d,m=tP.join(g,e),f=!g&&/^\.[\\\/]/.test(e)?e.slice(0,2)+m:m;l(u(f,c,0))}),u=(c,l,p)=>new Promise((d,g)=>{if(p===o.length)return d(a(l+1));let m=o[p];rP(c+m,{pathExt:s},(f,h)=>{if(!f&&h)if(t.all)i.push(c+m);else return d(c+m);return d(u(c,l,p+1))})});return r?a(0).then(c=>r(null,c),r):a(0)},Lj=(e,t)=>{t=t||{};let{pathEnv:r,pathExt:n,pathExtExe:o}=oP(e,t),s=[];for(let i=0;i<r.length;i++){let a=r[i],u=/^".*"$/.test(a)?a.slice(1,-1):a,c=tP.join(u,e),l=!u&&/^\.[\\\/]/.test(e)?e.slice(0,2)+c:c;for(let p=0;p<n.length;p++){let d=l+n[p];try{if(rP.sync(d,{pathExt:o}))if(t.all)s.push(d);else return d}catch{}}}if(t.all&&s.length)return s;if(t.nothrow)return null;throw nP(e)};sP.exports=iP;iP.sync=Lj});var cP=x((Xne,vm)=>{"use strict";var uP=(e={})=>{let t=e.env||process.env;return(e.platform||process.platform)!=="win32"?"PATH":Object.keys(t).reverse().find(n=>n.toUpperCase()==="PATH")||"Path"};vm.exports=uP;vm.exports.default=uP});var fP=x((eoe,dP)=>{"use strict";var lP=G("path"),Bj=aP(),zj=cP();function pP(e,t){let r=e.options.env||process.env,n=process.cwd(),o=e.options.cwd!=null,s=o&&process.chdir!==void 0&&!process.chdir.disabled;if(s)try{process.chdir(e.options.cwd)}catch{}let i;try{i=Bj.sync(e.command,{path:r[zj({env:r})],pathExt:t?lP.delimiter:void 0})}catch{}finally{s&&process.chdir(n)}return i&&(i=lP.resolve(o?e.options.cwd:"",i)),i}function jj(e){return pP(e)||pP(e,!0)}dP.exports=jj});var mP=x((toe,wm)=>{"use strict";var Cm=/([()\][%!^"`<>&|;, *?])/g;function Uj(e){return e=e.replace(Cm,"^$1"),e}function Vj(e,t){return e=`${e}`,e=e.replace(/(?=(\\+?)?)\1"/g,'$1$1\\"'),e=e.replace(/(?=(\\+?)?)\1$/,"$1$1"),e=`"${e}"`,e=e.replace(Cm,"^$1"),t&&(e=e.replace(Cm,"^$1")),e}wm.exports.command=Uj;wm.exports.argument=Vj});var hP=x((roe,gP)=>{"use strict";gP.exports=/^#!(.*)/});var DP=x((noe,yP)=>{"use strict";var Hj=hP();yP.exports=(e="")=>{let t=e.match(Hj);if(!t)return null;let[r,n]=t[0].replace(/#! ?/,"").split(" "),o=r.split("/").pop();return o==="env"?n:n?`${o} ${n}`:o}});var CP=x((ooe,vP)=>{"use strict";var bm=G("fs"),qj=DP();function Kj(e){let r=Buffer.alloc(150),n;try{n=bm.openSync(e,"r"),bm.readSync(n,r,0,150,0),bm.closeSync(n)}catch{}return qj(r.toString())}vP.exports=Kj});var SP=x((ioe,xP)=>{"use strict";var Gj=G("path"),wP=fP(),bP=mP(),Wj=CP(),Zj=process.platform==="win32",Jj=/\.(?:com|exe)$/i,Yj=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function Qj(e){e.file=wP(e);let t=e.file&&Wj(e.file);return t?(e.args.unshift(e.file),e.command=t,wP(e)):e.file}function Xj(e){if(!Zj)return e;let t=Qj(e),r=!Jj.test(t);if(e.options.forceShell||r){let n=Yj.test(t);e.command=Gj.normalize(e.command),e.command=bP.command(e.command),e.args=e.args.map(s=>bP.argument(s,n));let o=[e.command].concat(e.args).join(" ");e.args=["/d","/s","/c",`"${o}"`],e.command=process.env.comspec||"cmd.exe",e.options.windowsVerbatimArguments=!0}return e}function e8(e,t,r){t&&!Array.isArray(t)&&(r=t,t=null),t=t?t.slice(0):[],r=Object.assign({},r);let n={command:e,args:t,options:r,file:void 0,original:{command:e,args:t}};return r.shell?n:Xj(n)}xP.exports=e8});var _P=x((soe,PP)=>{"use strict";var xm=process.platform==="win32";function Sm(e,t){return Object.assign(new Error(`${t} ${e.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${t} ${e.command}`,path:e.command,spawnargs:e.args})}function t8(e,t){if(!xm)return;let r=e.emit;e.emit=function(n,o){if(n==="exit"){let s=EP(o,t);if(s)return r.call(e,"error",s)}return r.apply(e,arguments)}}function EP(e,t){return xm&&e===1&&!t.file?Sm(t.original,"spawn"):null}function r8(e,t){return xm&&e===1&&!t.file?Sm(t.original,"spawnSync"):null}PP.exports={hookChildProcess:t8,verifyENOENT:EP,verifyENOENTSync:r8,notFoundError:Sm}});var FP=x((aoe,fi)=>{"use strict";var TP=G("child_process"),Em=SP(),Pm=_P();function AP(e,t,r){let n=Em(e,t,r),o=TP.spawn(n.command,n.args,n.options);return Pm.hookChildProcess(o,n),o}function n8(e,t,r){let n=Em(e,t,r),o=TP.spawnSync(n.command,n.args,n.options);return o.error=o.error||Pm.verifyENOENTSync(o.status,n),o}fi.exports=AP;fi.exports.spawn=AP;fi.exports.sync=n8;fi.exports._parse=Em;fi.exports._enoent=Pm});var RP=x((hoe,s8)=>{s8.exports={name:"dotenv",version:"16.3.2",description:"Loads environment variables from .env file",main:"lib/main.js",types:"lib/main.d.ts",exports:{".":{types:"./lib/main.d.ts",require:"./lib/main.js",default:"./lib/main.js"},"./config":"./config.js","./config.js":"./config.js","./lib/env-options":"./lib/env-options.js","./lib/env-options.js":"./lib/env-options.js","./lib/cli-options":"./lib/cli-options.js","./lib/cli-options.js":"./lib/cli-options.js","./package.json":"./package.json"},scripts:{"dts-check":"tsc --project tests/types/tsconfig.json",lint:"standard","lint-readme":"standard-markdown",pretest:"npm run lint && npm run dts-check",test:"tap tests/*.js --100 -Rspec",prerelease:"npm test",release:"standard-version"},repository:{type:"git",url:"git://github.com/motdotla/dotenv.git"},funding:"https://github.com/motdotla/dotenv?sponsor=1",keywords:["dotenv","env",".env","environment","variables","config","settings"],readmeFilename:"README.md",license:"BSD-2-Clause",devDependencies:{"@definitelytyped/dtslint":"^0.0.133","@types/node":"^18.11.3",decache:"^4.6.1",sinon:"^14.0.1",standard:"^17.0.0","standard-markdown":"^7.1.0","standard-version":"^9.5.0",tap:"^16.3.0",tar:"^6.1.11",typescript:"^4.8.4"},engines:{node:">=12"},browser:{fs:!1}}});var NP=x((yoe,hn)=>{var $P=G("fs"),_m=G("path"),a8=G("os"),u8=G("crypto"),c8=RP(),Tm=c8.version,l8=/(?:^|^)\s*(?:export\s+)?([\w.-]+)(?:\s*=\s*?|:\s+?)(\s*'(?:\\'|[^'])*'|\s*"(?:\\"|[^"])*"|\s*`(?:\\`|[^`])*`|[^#\r\n]+)?\s*(?:#.*)?(?:$|$)/mg;function p8(e){let t={},r=e.toString();r=r.replace(/\r\n?/mg,`
|
|
34
|
-
`);let n;for(;(n=
|
|
35
|
-
`),s=s.replace(/\\r/g,"\r")),t[o]=s}return t}function
|
|
33
|
+
deps: ${r}}`};var ej={keyword:"dependencies",type:"object",schemaType:"object",error:Xr.error,code(e){let[t,r]=tj(e);zE(e,t),jE(e,r)}};function tj({schema:e}){let t={},r={};for(let n in e){if(n==="__proto__")continue;let o=Array.isArray(e[n])?t:r;o[n]=e[n]}return[t,r]}function zE(e,t=e.schema){let{gen:r,data:n,it:o}=e;if(Object.keys(t).length===0)return;let s=r.let("missing");for(let i in t){let a=t[i];if(a.length===0)continue;let u=(0,Xs.propertyInData)(r,n,i,o.opts.ownProperties);e.setParams({property:i,depsCount:a.length,deps:a.join(", ")}),o.allErrors?r.if(u,()=>{for(let c of a)(0,Xs.checkReportMissingProp)(e,c)}):(r.if((0,vm._)`${u} && (${(0,Xs.checkMissingProp)(e,a,s)})`),(0,Xs.reportMissingProp)(e,s),r.else())}}Xr.validatePropertyDeps=zE;function jE(e,t=e.schema){let{gen:r,data:n,keyword:o,it:s}=e,i=r.name("valid");for(let a in t)(0,X3.alwaysValidSchema)(s,t[a])||(r.if((0,Xs.propertyInData)(r,n,a,s.opts.ownProperties),()=>{let u=e.subschema({keyword:o,schemaProp:a},i);e.mergeValidEvaluated(u,i)},()=>r.var(i,!0)),e.ok(i))}Xr.validateSchemaDeps=jE;Xr.default=ej});var HE=S(Cm=>{"use strict";Object.defineProperty(Cm,"__esModule",{value:!0});var VE=Q(),rj=pe(),nj={message:"property name must be valid",params:({params:e})=>(0,VE._)`{propertyName: ${e.propertyName}}`},oj={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:nj,code(e){let{gen:t,schema:r,data:n,it:o}=e;if((0,rj.alwaysValidSchema)(o,r))return;let s=t.name("valid");t.forIn("key",n,i=>{e.setParams({propertyName:i}),e.subschema({keyword:"propertyNames",data:i,dataTypes:["string"],propertyName:i,compositeRule:!0},s),t.if((0,VE.not)(s),()=>{e.error(!0),o.allErrors||t.break()})}),e.ok(s)}};Cm.default=oj});var bm=S(wm=>{"use strict";Object.defineProperty(wm,"__esModule",{value:!0});var mc=dr(),Tr=Q(),ij=yn(),hc=pe(),sj={message:"must NOT have additional properties",params:({params:e})=>(0,Tr._)`{additionalProperty: ${e.additionalProperty}}`},aj={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:sj,code(e){let{gen:t,schema:r,parentSchema:n,data:o,errsCount:s,it:i}=e;if(!s)throw new Error("ajv implementation error");let{allErrors:a,opts:u}=i;if(i.props=!0,u.removeAdditional!=="all"&&(0,hc.alwaysValidSchema)(i,r))return;let c=(0,mc.allSchemaProperties)(n.properties),l=(0,mc.allSchemaProperties)(n.patternProperties);p(),e.ok((0,Tr._)`${s} === ${ij.default.errors}`);function p(){t.forIn("key",o,g=>{!c.length&&!l.length?m(g):t.if(d(g),()=>m(g))})}function d(g){let y;if(c.length>8){let b=(0,hc.schemaRefOrVal)(i,n.properties,"properties");y=(0,mc.isOwnProperty)(t,b,g)}else c.length?y=(0,Tr.or)(...c.map(b=>(0,Tr._)`${g} === ${b}`)):y=Tr.nil;return l.length&&(y=(0,Tr.or)(y,...l.map(b=>(0,Tr._)`${(0,mc.usePattern)(e,b)}.test(${g})`))),(0,Tr.not)(y)}function h(g){t.code((0,Tr._)`delete ${o}[${g}]`)}function m(g){if(u.removeAdditional==="all"||u.removeAdditional&&r===!1){h(g);return}if(r===!1){e.setParams({additionalProperty:g}),e.error(),a||t.break();return}if(typeof r=="object"&&!(0,hc.alwaysValidSchema)(i,r)){let y=t.name("valid");u.removeAdditional==="failing"?(f(g,y,!1),t.if((0,Tr.not)(y),()=>{e.reset(),h(g)})):(f(g,y),a||t.if((0,Tr.not)(y),()=>t.break()))}}function f(g,y,b){let w={keyword:"additionalProperties",dataProp:g,dataPropType:hc.Type.Str};b===!1&&Object.assign(w,{compositeRule:!0,createErrors:!1,allErrors:!1}),e.subschema(w,y)}}};wm.default=aj});var GE=S(Sm=>{"use strict";Object.defineProperty(Sm,"__esModule",{value:!0});var uj=Bs(),qE=dr(),xm=pe(),KE=bm(),cj={keyword:"properties",type:"object",schemaType:"object",code(e){let{gen:t,schema:r,parentSchema:n,data:o,it:s}=e;s.opts.removeAdditional==="all"&&n.additionalProperties===void 0&&KE.default.code(new uj.KeywordCxt(s,KE.default,"additionalProperties"));let i=(0,qE.allSchemaProperties)(r);for(let p of i)s.definedProperties.add(p);s.opts.unevaluated&&i.length&&s.props!==!0&&(s.props=xm.mergeEvaluated.props(t,(0,xm.toHash)(i),s.props));let a=i.filter(p=>!(0,xm.alwaysValidSchema)(s,r[p]));if(a.length===0)return;let u=t.name("valid");for(let p of a)c(p)?l(p):(t.if((0,qE.propertyInData)(t,o,p,s.opts.ownProperties)),l(p),s.allErrors||t.else().var(u,!0),t.endIf()),e.it.definedProperties.add(p),e.ok(u);function c(p){return s.opts.useDefaults&&!s.compositeRule&&r[p].default!==void 0}function l(p){e.subschema({keyword:"properties",schemaProp:p,dataProp:p},u)}}};Sm.default=cj});var YE=S(Em=>{"use strict";Object.defineProperty(Em,"__esModule",{value:!0});var WE=dr(),gc=Q(),ZE=pe(),JE=pe(),lj={keyword:"patternProperties",type:"object",schemaType:"object",code(e){let{gen:t,schema:r,data:n,parentSchema:o,it:s}=e,{opts:i}=s,a=(0,WE.allSchemaProperties)(r),u=a.filter(f=>(0,ZE.alwaysValidSchema)(s,r[f]));if(a.length===0||u.length===a.length&&(!s.opts.unevaluated||s.props===!0))return;let c=i.strictSchema&&!i.allowMatchingProperties&&o.properties,l=t.name("valid");s.props!==!0&&!(s.props instanceof gc.Name)&&(s.props=(0,JE.evaluatedPropsToName)(t,s.props));let{props:p}=s;d();function d(){for(let f of a)c&&h(f),s.allErrors?m(f):(t.var(l,!0),m(f),t.if(l))}function h(f){for(let g in c)new RegExp(f).test(g)&&(0,ZE.checkStrictMode)(s,`property ${g} matches pattern ${f} (use allowMatchingProperties)`)}function m(f){t.forIn("key",n,g=>{t.if((0,gc._)`${(0,WE.usePattern)(e,f)}.test(${g})`,()=>{let y=u.includes(f);y||e.subschema({keyword:"patternProperties",schemaProp:f,dataProp:g,dataPropType:JE.Type.Str},l),s.opts.unevaluated&&p!==!0?t.assign((0,gc._)`${p}[${g}]`,!0):!y&&!s.allErrors&&t.if((0,gc.not)(l),()=>t.break())})})}}};Em.default=lj});var QE=S(_m=>{"use strict";Object.defineProperty(_m,"__esModule",{value:!0});var pj=pe(),dj={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(e){let{gen:t,schema:r,it:n}=e;if((0,pj.alwaysValidSchema)(n,r)){e.fail();return}let o=t.name("valid");e.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},o),e.failResult(o,()=>e.reset(),()=>e.error())},error:{message:"must NOT be valid"}};_m.default=dj});var XE=S(Pm=>{"use strict";Object.defineProperty(Pm,"__esModule",{value:!0});var fj=dr(),mj={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:fj.validateUnion,error:{message:"must match a schema in anyOf"}};Pm.default=mj});var e_=S(Tm=>{"use strict";Object.defineProperty(Tm,"__esModule",{value:!0});var yc=Q(),hj=pe(),gj={message:"must match exactly one schema in oneOf",params:({params:e})=>(0,yc._)`{passingSchemas: ${e.passing}}`},yj={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:gj,code(e){let{gen:t,schema:r,parentSchema:n,it:o}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");if(o.opts.discriminator&&n.discriminator)return;let s=r,i=t.let("valid",!1),a=t.let("passing",null),u=t.name("_valid");e.setParams({passing:a}),t.block(c),e.result(i,()=>e.reset(),()=>e.error(!0));function c(){s.forEach((l,p)=>{let d;(0,hj.alwaysValidSchema)(o,l)?t.var(u,!0):d=e.subschema({keyword:"oneOf",schemaProp:p,compositeRule:!0},u),p>0&&t.if((0,yc._)`${u} && ${i}`).assign(i,!1).assign(a,(0,yc._)`[${a}, ${p}]`).else(),t.if(u,()=>{t.assign(i,!0),t.assign(a,p),d&&e.mergeEvaluated(d,yc.Name)})})}}};Tm.default=yj});var t_=S(Am=>{"use strict";Object.defineProperty(Am,"__esModule",{value:!0});var Dj=pe(),vj={keyword:"allOf",schemaType:"array",code(e){let{gen:t,schema:r,it:n}=e;if(!Array.isArray(r))throw new Error("ajv implementation error");let o=t.name("valid");r.forEach((s,i)=>{if((0,Dj.alwaysValidSchema)(n,s))return;let a=e.subschema({keyword:"allOf",schemaProp:i},o);e.ok(o),e.mergeEvaluated(a)})}};Am.default=vj});var o_=S(Fm=>{"use strict";Object.defineProperty(Fm,"__esModule",{value:!0});var Dc=Q(),n_=pe(),Cj={message:({params:e})=>(0,Dc.str)`must match "${e.ifClause}" schema`,params:({params:e})=>(0,Dc._)`{failingKeyword: ${e.ifClause}}`},wj={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:Cj,code(e){let{gen:t,parentSchema:r,it:n}=e;r.then===void 0&&r.else===void 0&&(0,n_.checkStrictMode)(n,'"if" without "then" and "else" is ignored');let o=r_(n,"then"),s=r_(n,"else");if(!o&&!s)return;let i=t.let("valid",!0),a=t.name("_valid");if(u(),e.reset(),o&&s){let l=t.let("ifClause");e.setParams({ifClause:l}),t.if(a,c("then",l),c("else",l))}else o?t.if(a,c("then")):t.if((0,Dc.not)(a),c("else"));e.pass(i,()=>e.error(!0));function u(){let l=e.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},a);e.mergeEvaluated(l)}function c(l,p){return()=>{let d=e.subschema({keyword:l},a);t.assign(i,a),e.mergeValidEvaluated(d,i),p?t.assign(p,(0,Dc._)`${l}`):e.setParams({ifClause:l})}}}};function r_(e,t){let r=e.schema[t];return r!==void 0&&!(0,n_.alwaysValidSchema)(e,r)}Fm.default=wj});var i_=S(Rm=>{"use strict";Object.defineProperty(Rm,"__esModule",{value:!0});var bj=pe(),xj={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:e,parentSchema:t,it:r}){t.if===void 0&&(0,bj.checkStrictMode)(r,`"${e}" without "if" is ignored`)}};Rm.default=xj});var s_=S($m=>{"use strict";Object.defineProperty($m,"__esModule",{value:!0});var Sj=mm(),Ej=OE(),_j=hm(),Pj=LE(),Tj=BE(),Aj=UE(),Fj=HE(),Rj=bm(),$j=GE(),kj=YE(),Ij=QE(),Nj=XE(),Oj=e_(),Mj=t_(),Lj=o_(),Bj=i_();function zj(e=!1){let t=[Ij.default,Nj.default,Oj.default,Mj.default,Lj.default,Bj.default,Fj.default,Rj.default,Aj.default,$j.default,kj.default];return e?t.push(Ej.default,Pj.default):t.push(Sj.default,_j.default),t.push(Tj.default),t}$m.default=zj});var a_=S(km=>{"use strict";Object.defineProperty(km,"__esModule",{value:!0});var Ge=Q(),jj={message:({schemaCode:e})=>(0,Ge.str)`must match format "${e}"`,params:({schemaCode:e})=>(0,Ge._)`{format: ${e}}`},Uj={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:jj,code(e,t){let{gen:r,data:n,$data:o,schema:s,schemaCode:i,it:a}=e,{opts:u,errSchemaPath:c,schemaEnv:l,self:p}=a;if(!u.validateFormats)return;o?d():h();function d(){let m=r.scopeValue("formats",{ref:p.formats,code:u.code.formats}),f=r.const("fDef",(0,Ge._)`${m}[${i}]`),g=r.let("fType"),y=r.let("format");r.if((0,Ge._)`typeof ${f} == "object" && !(${f} instanceof RegExp)`,()=>r.assign(g,(0,Ge._)`${f}.type || "string"`).assign(y,(0,Ge._)`${f}.validate`),()=>r.assign(g,(0,Ge._)`"string"`).assign(y,f)),e.fail$data((0,Ge.or)(b(),w()));function b(){return u.strictSchema===!1?Ge.nil:(0,Ge._)`${i} && !${y}`}function w(){let T=l.$async?(0,Ge._)`(${f}.async ? await ${y}(${n}) : ${y}(${n}))`:(0,Ge._)`${y}(${n})`,E=(0,Ge._)`(typeof ${y} == "function" ? ${T} : ${y}.test(${n}))`;return(0,Ge._)`${y} && ${y} !== true && ${g} === ${t} && !${E}`}}function h(){let m=p.formats[s];if(!m){b();return}if(m===!0)return;let[f,g,y]=w(m);f===t&&e.pass(T());function b(){if(u.strictSchema===!1){p.logger.warn(E());return}throw new Error(E());function E(){return`unknown format "${s}" ignored in schema at path "${c}"`}}function w(E){let F=E instanceof RegExp?(0,Ge.regexpCode)(E):u.code.formats?(0,Ge._)`${u.code.formats}${(0,Ge.getProperty)(s)}`:void 0,$=r.scopeValue("formats",{key:s,ref:E,code:F});return typeof E=="object"&&!(E instanceof RegExp)?[E.type||"string",E.validate,(0,Ge._)`${$}.validate`]:["string",E,$]}function T(){if(typeof m=="object"&&!(m instanceof RegExp)&&m.async){if(!l.$async)throw new Error("async format in sync schema");return(0,Ge._)`await ${y}(${n})`}return typeof g=="function"?(0,Ge._)`${y}(${n})`:(0,Ge._)`${y}.test(${n})`}}}};km.default=Uj});var u_=S(Im=>{"use strict";Object.defineProperty(Im,"__esModule",{value:!0});var Vj=a_(),Hj=[Vj.default];Im.default=Hj});var c_=S(mi=>{"use strict";Object.defineProperty(mi,"__esModule",{value:!0});mi.contentVocabulary=mi.metadataVocabulary=void 0;mi.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];mi.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var p_=S(Nm=>{"use strict";Object.defineProperty(Nm,"__esModule",{value:!0});var qj=DE(),Kj=$E(),Gj=s_(),Wj=u_(),l_=c_(),Zj=[qj.default,Kj.default,(0,Gj.default)(),Wj.default,l_.metadataVocabulary,l_.contentVocabulary];Nm.default=Zj});var f_=S(vc=>{"use strict";Object.defineProperty(vc,"__esModule",{value:!0});vc.DiscrError=void 0;var d_;(function(e){e.Tag="tag",e.Mapping="mapping"})(d_||(vc.DiscrError=d_={}))});var h_=S(Mm=>{"use strict";Object.defineProperty(Mm,"__esModule",{value:!0});var hi=Q(),Om=f_(),m_=tc(),Jj=zs(),Yj=pe(),Qj={message:({params:{discrError:e,tagName:t}})=>e===Om.DiscrError.Tag?`tag "${t}" must be string`:`value of tag "${t}" must be in oneOf`,params:({params:{discrError:e,tag:t,tagName:r}})=>(0,hi._)`{error: ${e}, tag: ${r}, tagValue: ${t}}`},Xj={keyword:"discriminator",type:"object",schemaType:"object",error:Qj,code(e){let{gen:t,data:r,schema:n,parentSchema:o,it:s}=e,{oneOf:i}=o;if(!s.opts.discriminator)throw new Error("discriminator: requires discriminator option");let a=n.propertyName;if(typeof a!="string")throw new Error("discriminator: requires propertyName");if(n.mapping)throw new Error("discriminator: mapping is not supported");if(!i)throw new Error("discriminator: requires oneOf keyword");let u=t.let("valid",!1),c=t.const("tag",(0,hi._)`${r}${(0,hi.getProperty)(a)}`);t.if((0,hi._)`typeof ${c} == "string"`,()=>l(),()=>e.error(!1,{discrError:Om.DiscrError.Tag,tag:c,tagName:a})),e.ok(u);function l(){let h=d();t.if(!1);for(let m in h)t.elseIf((0,hi._)`${c} === ${m}`),t.assign(u,p(h[m]));t.else(),e.error(!1,{discrError:Om.DiscrError.Mapping,tag:c,tagName:a}),t.endIf()}function p(h){let m=t.name("valid"),f=e.subschema({keyword:"oneOf",schemaProp:h},m);return e.mergeEvaluated(f,hi.Name),m}function d(){var h;let m={},f=y(o),g=!0;for(let T=0;T<i.length;T++){let E=i[T];if(E?.$ref&&!(0,Yj.schemaHasRulesButRef)(E,s.self.RULES)){let $=E.$ref;if(E=m_.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,$),E instanceof m_.SchemaEnv&&(E=E.schema),E===void 0)throw new Jj.default(s.opts.uriResolver,s.baseId,$)}let F=(h=E?.properties)===null||h===void 0?void 0:h[a];if(typeof F!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${a}"`);g=g&&(f||y(E)),b(F,T)}if(!g)throw new Error(`discriminator: "${a}" must be required`);return m;function y({required:T}){return Array.isArray(T)&&T.includes(a)}function b(T,E){if(T.const)w(T.const,E);else if(T.enum)for(let F of T.enum)w(F,E);else throw new Error(`discriminator: "properties/${a}" must have "const" or "enum"`)}function w(T,E){if(typeof T!="string"||T in m)throw new Error(`discriminator: "${a}" values must be unique strings`);m[T]=E}}}};Mm.default=Xj});var g_=S(($oe,eU)=>{eU.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0}});var Bm=S((Ne,Lm)=>{"use strict";Object.defineProperty(Ne,"__esModule",{value:!0});Ne.MissingRefError=Ne.ValidationError=Ne.CodeGen=Ne.Name=Ne.nil=Ne.stringify=Ne.str=Ne._=Ne.KeywordCxt=Ne.Ajv=void 0;var tU=dE(),rU=p_(),nU=h_(),y_=g_(),oU=["/properties"],Cc="http://json-schema.org/draft-07/schema",gi=class extends tU.default{_addVocabularies(){super._addVocabularies(),rU.default.forEach(t=>this.addVocabulary(t)),this.opts.discriminator&&this.addKeyword(nU.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let t=this.opts.$data?this.$dataMetaSchema(y_,oU):y_;this.addMetaSchema(t,Cc,!1),this.refs["http://json-schema.org/schema"]=Cc}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(Cc)?Cc:void 0)}};Ne.Ajv=gi;Lm.exports=Ne=gi;Lm.exports.Ajv=gi;Object.defineProperty(Ne,"__esModule",{value:!0});Ne.default=gi;var iU=Bs();Object.defineProperty(Ne,"KeywordCxt",{enumerable:!0,get:function(){return iU.KeywordCxt}});var yi=Q();Object.defineProperty(Ne,"_",{enumerable:!0,get:function(){return yi._}});Object.defineProperty(Ne,"str",{enumerable:!0,get:function(){return yi.str}});Object.defineProperty(Ne,"stringify",{enumerable:!0,get:function(){return yi.stringify}});Object.defineProperty(Ne,"nil",{enumerable:!0,get:function(){return yi.nil}});Object.defineProperty(Ne,"Name",{enumerable:!0,get:function(){return yi.Name}});Object.defineProperty(Ne,"CodeGen",{enumerable:!0,get:function(){return yi.CodeGen}});var sU=Xu();Object.defineProperty(Ne,"ValidationError",{enumerable:!0,get:function(){return sU.default}});var aU=zs();Object.defineProperty(Ne,"MissingRefError",{enumerable:!0,get:function(){return aU.default}})});var E_=S(tn=>{"use strict";Object.defineProperty(tn,"__esModule",{value:!0});tn.formatNames=tn.fastFormats=tn.fullFormats=void 0;function en(e,t){return{validate:e,compare:t}}tn.fullFormats={date:en(w_,Vm),time:en(jm(!0),Hm),"date-time":en(D_(!0),x_),"iso-time":en(jm(),b_),"iso-date-time":en(D_(),S_),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:fU,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:CU,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:mU,int32:{type:"number",validate:yU},int64:{type:"number",validate:DU},float:{type:"number",validate:C_},double:{type:"number",validate:C_},password:!0,binary:!0};tn.fastFormats={...tn.fullFormats,date:en(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,Vm),time:en(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,Hm),"date-time":en(/^\d\d\d\d-[0-1]\d-[0-3]\dt(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,x_),"iso-time":en(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,b_),"iso-date-time":en(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,S_),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i};tn.formatNames=Object.keys(tn.fullFormats);function uU(e){return e%4===0&&(e%100!==0||e%400===0)}var cU=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,lU=[0,31,28,31,30,31,30,31,31,30,31,30,31];function w_(e){let t=cU.exec(e);if(!t)return!1;let r=+t[1],n=+t[2],o=+t[3];return n>=1&&n<=12&&o>=1&&o<=(n===2&&uU(r)?29:lU[n])}function Vm(e,t){if(e&&t)return e>t?1:e<t?-1:0}var zm=/^(\d\d):(\d\d):(\d\d(?:\.\d+)?)(z|([+-])(\d\d)(?::?(\d\d))?)?$/i;function jm(e){return function(r){let n=zm.exec(r);if(!n)return!1;let o=+n[1],s=+n[2],i=+n[3],a=n[4],u=n[5]==="-"?-1:1,c=+(n[6]||0),l=+(n[7]||0);if(c>23||l>59||e&&!a)return!1;if(o<=23&&s<=59&&i<60)return!0;let p=s-l*u,d=o-c*u-(p<0?1:0);return(d===23||d===-1)&&(p===59||p===-1)&&i<61}}function Hm(e,t){if(!(e&&t))return;let r=new Date("2020-01-01T"+e).valueOf(),n=new Date("2020-01-01T"+t).valueOf();if(r&&n)return r-n}function b_(e,t){if(!(e&&t))return;let r=zm.exec(e),n=zm.exec(t);if(r&&n)return e=r[1]+r[2]+r[3],t=n[1]+n[2]+n[3],e>t?1:e<t?-1:0}var Um=/t|\s/i;function D_(e){let t=jm(e);return function(n){let o=n.split(Um);return o.length===2&&w_(o[0])&&t(o[1])}}function x_(e,t){if(!(e&&t))return;let r=new Date(e).valueOf(),n=new Date(t).valueOf();if(r&&n)return r-n}function S_(e,t){if(!(e&&t))return;let[r,n]=e.split(Um),[o,s]=t.split(Um),i=Vm(r,o);if(i!==void 0)return i||Hm(n,s)}var pU=/\/|:/,dU=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;function fU(e){return pU.test(e)&&dU.test(e)}var v_=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function mU(e){return v_.lastIndex=0,v_.test(e)}var hU=-(2**31),gU=2**31-1;function yU(e){return Number.isInteger(e)&&e<=gU&&e>=hU}function DU(e){return Number.isInteger(e)}function C_(){return!0}var vU=/[^\\]\\Z/;function CU(e){if(vU.test(e))return!1;try{return new RegExp(e),!0}catch{return!1}}});var __=S(Di=>{"use strict";Object.defineProperty(Di,"__esModule",{value:!0});Di.formatLimitDefinition=void 0;var wU=Bm(),Ar=Q(),jn=Ar.operators,wc={formatMaximum:{okStr:"<=",ok:jn.LTE,fail:jn.GT},formatMinimum:{okStr:">=",ok:jn.GTE,fail:jn.LT},formatExclusiveMaximum:{okStr:"<",ok:jn.LT,fail:jn.GTE},formatExclusiveMinimum:{okStr:">",ok:jn.GT,fail:jn.LTE}},bU={message:({keyword:e,schemaCode:t})=>(0,Ar.str)`should be ${wc[e].okStr} ${t}`,params:({keyword:e,schemaCode:t})=>(0,Ar._)`{comparison: ${wc[e].okStr}, limit: ${t}}`};Di.formatLimitDefinition={keyword:Object.keys(wc),type:"string",schemaType:"string",$data:!0,error:bU,code(e){let{gen:t,data:r,schemaCode:n,keyword:o,it:s}=e,{opts:i,self:a}=s;if(!i.validateFormats)return;let u=new wU.KeywordCxt(s,a.RULES.all.format.definition,"format");u.$data?c():l();function c(){let d=t.scopeValue("formats",{ref:a.formats,code:i.code.formats}),h=t.const("fmt",(0,Ar._)`${d}[${u.schemaCode}]`);e.fail$data((0,Ar.or)((0,Ar._)`typeof ${h} != "object"`,(0,Ar._)`${h} instanceof RegExp`,(0,Ar._)`typeof ${h}.compare != "function"`,p(h)))}function l(){let d=u.schema,h=a.formats[d];if(!h||h===!0)return;if(typeof h!="object"||h instanceof RegExp||typeof h.compare!="function")throw new Error(`"${o}": format "${d}" does not define "compare" function`);let m=t.scopeValue("formats",{key:d,ref:h,code:i.code.formats?(0,Ar._)`${i.code.formats}${(0,Ar.getProperty)(d)}`:void 0});e.fail$data(p(m))}function p(d){return(0,Ar._)`${d}.compare(${r}, ${n}) ${wc[o].fail} 0`}},dependencies:["format"]};var xU=e=>(e.addKeyword(Di.formatLimitDefinition),e);Di.default=xU});var F_=S((ea,A_)=>{"use strict";Object.defineProperty(ea,"__esModule",{value:!0});var vi=E_(),SU=__(),qm=Q(),P_=new qm.Name("fullFormats"),EU=new qm.Name("fastFormats"),Km=(e,t={keywords:!0})=>{if(Array.isArray(t))return T_(e,t,vi.fullFormats,P_),e;let[r,n]=t.mode==="fast"?[vi.fastFormats,EU]:[vi.fullFormats,P_],o=t.formats||vi.formatNames;return T_(e,o,r,n),t.keywords&&(0,SU.default)(e),e};Km.get=(e,t="full")=>{let n=(t==="fast"?vi.fastFormats:vi.fullFormats)[e];if(!n)throw new Error(`Unknown format "${e}"`);return n};function T_(e,t,r,n){var o,s;(o=(s=e.opts.code).formats)!==null&&o!==void 0||(s.formats=(0,qm._)`require("ajv-formats/dist/formats").${n}`);for(let i of t)e.addFormat(i,r[i])}A_.exports=ea=Km;Object.defineProperty(ea,"__esModule",{value:!0});ea.default=Km});var N_=S((Xoe,I_)=>{I_.exports=k_;k_.sync=FU;var R_=W("fs");function AU(e,t){var r=t.pathExt!==void 0?t.pathExt:process.env.PATHEXT;if(!r||(r=r.split(";"),r.indexOf("")!==-1))return!0;for(var n=0;n<r.length;n++){var o=r[n].toLowerCase();if(o&&e.substr(-o.length).toLowerCase()===o)return!0}return!1}function $_(e,t,r){return!e.isSymbolicLink()&&!e.isFile()?!1:AU(t,r)}function k_(e,t,r){R_.stat(e,function(n,o){r(n,n?!1:$_(o,e,t))})}function FU(e,t){return $_(R_.statSync(e),e,t)}});var z_=S((eie,B_)=>{B_.exports=M_;M_.sync=RU;var O_=W("fs");function M_(e,t,r){O_.stat(e,function(n,o){r(n,n?!1:L_(o,t))})}function RU(e,t){return L_(O_.statSync(e),t)}function L_(e,t){return e.isFile()&&$U(e,t)}function $U(e,t){var r=e.mode,n=e.uid,o=e.gid,s=t.uid!==void 0?t.uid:process.getuid&&process.getuid(),i=t.gid!==void 0?t.gid:process.getgid&&process.getgid(),a=parseInt("100",8),u=parseInt("010",8),c=parseInt("001",8),l=a|u,p=r&c||r&u&&o===i||r&a&&n===s||r&l&&s===0;return p}});var U_=S((rie,j_)=>{var tie=W("fs"),bc;process.platform==="win32"||global.TESTING_WINDOWS?bc=N_():bc=z_();j_.exports=Gm;Gm.sync=kU;function Gm(e,t,r){if(typeof t=="function"&&(r=t,t={}),!r){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(n,o){Gm(e,t||{},function(s,i){s?o(s):n(i)})})}bc(e,t||{},function(n,o){n&&(n.code==="EACCES"||t&&t.ignoreErrors)&&(n=null,o=!1),r(n,o)})}function kU(e,t){try{return bc.sync(e,t||{})}catch(r){if(t&&t.ignoreErrors||r.code==="EACCES")return!1;throw r}}});var Z_=S((nie,W_)=>{var Ci=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",V_=W("path"),IU=Ci?";":":",H_=U_(),q_=e=>Object.assign(new Error(`not found: ${e}`),{code:"ENOENT"}),K_=(e,t)=>{let r=t.colon||IU,n=e.match(/\//)||Ci&&e.match(/\\/)?[""]:[...Ci?[process.cwd()]:[],...(t.path||process.env.PATH||"").split(r)],o=Ci?t.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",s=Ci?o.split(r):[""];return Ci&&e.indexOf(".")!==-1&&s[0]!==""&&s.unshift(""),{pathEnv:n,pathExt:s,pathExtExe:o}},G_=(e,t,r)=>{typeof t=="function"&&(r=t,t={}),t||(t={});let{pathEnv:n,pathExt:o,pathExtExe:s}=K_(e,t),i=[],a=c=>new Promise((l,p)=>{if(c===n.length)return t.all&&i.length?l(i):p(q_(e));let d=n[c],h=/^".*"$/.test(d)?d.slice(1,-1):d,m=V_.join(h,e),f=!h&&/^\.[\\\/]/.test(e)?e.slice(0,2)+m:m;l(u(f,c,0))}),u=(c,l,p)=>new Promise((d,h)=>{if(p===o.length)return d(a(l+1));let m=o[p];H_(c+m,{pathExt:s},(f,g)=>{if(!f&&g)if(t.all)i.push(c+m);else return d(c+m);return d(u(c,l,p+1))})});return r?a(0).then(c=>r(null,c),r):a(0)},NU=(e,t)=>{t=t||{};let{pathEnv:r,pathExt:n,pathExtExe:o}=K_(e,t),s=[];for(let i=0;i<r.length;i++){let a=r[i],u=/^".*"$/.test(a)?a.slice(1,-1):a,c=V_.join(u,e),l=!u&&/^\.[\\\/]/.test(e)?e.slice(0,2)+c:c;for(let p=0;p<n.length;p++){let d=l+n[p];try{if(H_.sync(d,{pathExt:o}))if(t.all)s.push(d);else return d}catch{}}}if(t.all&&s.length)return s;if(t.nothrow)return null;throw q_(e)};W_.exports=G_;G_.sync=NU});var Y_=S((oie,Wm)=>{"use strict";var J_=(e={})=>{let t=e.env||process.env;return(e.platform||process.platform)!=="win32"?"PATH":Object.keys(t).reverse().find(n=>n.toUpperCase()==="PATH")||"Path"};Wm.exports=J_;Wm.exports.default=J_});var tP=S((iie,eP)=>{"use strict";var Q_=W("path"),OU=Z_(),MU=Y_();function X_(e,t){let r=e.options.env||process.env,n=process.cwd(),o=e.options.cwd!=null,s=o&&process.chdir!==void 0&&!process.chdir.disabled;if(s)try{process.chdir(e.options.cwd)}catch{}let i;try{i=OU.sync(e.command,{path:r[MU({env:r})],pathExt:t?Q_.delimiter:void 0})}catch{}finally{s&&process.chdir(n)}return i&&(i=Q_.resolve(o?e.options.cwd:"",i)),i}function LU(e){return X_(e)||X_(e,!0)}eP.exports=LU});var rP=S((sie,Jm)=>{"use strict";var Zm=/([()\][%!^"`<>&|;, *?])/g;function BU(e){return e=e.replace(Zm,"^$1"),e}function zU(e,t){return e=`${e}`,e=e.replace(/(?=(\\+?)?)\1"/g,'$1$1\\"'),e=e.replace(/(?=(\\+?)?)\1$/,"$1$1"),e=`"${e}"`,e=e.replace(Zm,"^$1"),t&&(e=e.replace(Zm,"^$1")),e}Jm.exports.command=BU;Jm.exports.argument=zU});var oP=S((aie,nP)=>{"use strict";nP.exports=/^#!(.*)/});var sP=S((uie,iP)=>{"use strict";var jU=oP();iP.exports=(e="")=>{let t=e.match(jU);if(!t)return null;let[r,n]=t[0].replace(/#! ?/,"").split(" "),o=r.split("/").pop();return o==="env"?n:n?`${o} ${n}`:o}});var uP=S((cie,aP)=>{"use strict";var Ym=W("fs"),UU=sP();function VU(e){let r=Buffer.alloc(150),n;try{n=Ym.openSync(e,"r"),Ym.readSync(n,r,0,150,0),Ym.closeSync(n)}catch{}return UU(r.toString())}aP.exports=VU});var dP=S((lie,pP)=>{"use strict";var HU=W("path"),cP=tP(),lP=rP(),qU=uP(),KU=process.platform==="win32",GU=/\.(?:com|exe)$/i,WU=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function ZU(e){e.file=cP(e);let t=e.file&&qU(e.file);return t?(e.args.unshift(e.file),e.command=t,cP(e)):e.file}function JU(e){if(!KU)return e;let t=ZU(e),r=!GU.test(t);if(e.options.forceShell||r){let n=WU.test(t);e.command=HU.normalize(e.command),e.command=lP.command(e.command),e.args=e.args.map(s=>lP.argument(s,n));let o=[e.command].concat(e.args).join(" ");e.args=["/d","/s","/c",`"${o}"`],e.command=process.env.comspec||"cmd.exe",e.options.windowsVerbatimArguments=!0}return e}function YU(e,t,r){t&&!Array.isArray(t)&&(r=t,t=null),t=t?t.slice(0):[],r=Object.assign({},r);let n={command:e,args:t,options:r,file:void 0,original:{command:e,args:t}};return r.shell?n:JU(n)}pP.exports=YU});var hP=S((pie,mP)=>{"use strict";var Qm=process.platform==="win32";function Xm(e,t){return Object.assign(new Error(`${t} ${e.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${t} ${e.command}`,path:e.command,spawnargs:e.args})}function QU(e,t){if(!Qm)return;let r=e.emit;e.emit=function(n,o){if(n==="exit"){let s=fP(o,t);if(s)return r.call(e,"error",s)}return r.apply(e,arguments)}}function fP(e,t){return Qm&&e===1&&!t.file?Xm(t.original,"spawn"):null}function XU(e,t){return Qm&&e===1&&!t.file?Xm(t.original,"spawnSync"):null}mP.exports={hookChildProcess:QU,verifyENOENT:fP,verifyENOENTSync:XU,notFoundError:Xm}});var DP=S((die,wi)=>{"use strict";var gP=W("child_process"),eh=dP(),th=hP();function yP(e,t,r){let n=eh(e,t,r),o=gP.spawn(n.command,n.args,n.options);return th.hookChildProcess(o,n),o}function e8(e,t,r){let n=eh(e,t,r),o=gP.spawnSync(n.command,n.args,n.options);return o.error=o.error||th.verifyENOENTSync(o.status,n),o}wi.exports=yP;wi.exports.spawn=yP;wi.exports.sync=e8;wi.exports._parse=eh;wi.exports._enoent=th});var wP=S((Gie,D8)=>{D8.exports={name:"dotenv",version:"16.3.2",description:"Loads environment variables from .env file",main:"lib/main.js",types:"lib/main.d.ts",exports:{".":{types:"./lib/main.d.ts",require:"./lib/main.js",default:"./lib/main.js"},"./config":"./config.js","./config.js":"./config.js","./lib/env-options":"./lib/env-options.js","./lib/env-options.js":"./lib/env-options.js","./lib/cli-options":"./lib/cli-options.js","./lib/cli-options.js":"./lib/cli-options.js","./package.json":"./package.json"},scripts:{"dts-check":"tsc --project tests/types/tsconfig.json",lint:"standard","lint-readme":"standard-markdown",pretest:"npm run lint && npm run dts-check",test:"tap tests/*.js --100 -Rspec",prerelease:"npm test",release:"standard-version"},repository:{type:"git",url:"git://github.com/motdotla/dotenv.git"},funding:"https://github.com/motdotla/dotenv?sponsor=1",keywords:["dotenv","env",".env","environment","variables","config","settings"],readmeFilename:"README.md",license:"BSD-2-Clause",devDependencies:{"@definitelytyped/dtslint":"^0.0.133","@types/node":"^18.11.3",decache:"^4.6.1",sinon:"^14.0.1",standard:"^17.0.0","standard-markdown":"^7.1.0","standard-version":"^9.5.0",tap:"^16.3.0",tar:"^6.1.11",typescript:"^4.8.4"},engines:{node:">=12"},browser:{fs:!1}}});var EP=S((Wie,Cn)=>{var bP=W("fs"),rh=W("path"),v8=W("os"),C8=W("crypto"),w8=wP(),nh=w8.version,b8=/(?:^|^)\s*(?:export\s+)?([\w.-]+)(?:\s*=\s*?|:\s+?)(\s*'(?:\\'|[^'])*'|\s*"(?:\\"|[^"])*"|\s*`(?:\\`|[^`])*`|[^#\r\n]+)?\s*(?:#.*)?(?:$|$)/mg;function x8(e){let t={},r=e.toString();r=r.replace(/\r\n?/mg,`
|
|
34
|
+
`);let n;for(;(n=b8.exec(r))!=null;){let o=n[1],s=n[2]||"";s=s.trim();let i=s[0];s=s.replace(/^(['"`])([\s\S]*)\1$/mg,"$2"),i==='"'&&(s=s.replace(/\\n/g,`
|
|
35
|
+
`),s=s.replace(/\\r/g,"\r")),t[o]=s}return t}function S8(e){let t=SP(e),r=st.configDotenv({path:t});if(!r.parsed)throw new Error(`MISSING_DATA: Cannot parse ${t} for an unknown reason`);let n=xP(e).split(","),o=n.length,s;for(let i=0;i<o;i++)try{let a=n[i].trim(),u=P8(r,a);s=st.decrypt(u.ciphertext,u.key);break}catch(a){if(i+1>=o)throw a}return st.parse(s)}function E8(e){console.log(`[dotenv@${nh}][INFO] ${e}`)}function _8(e){console.log(`[dotenv@${nh}][WARN] ${e}`)}function xc(e){console.log(`[dotenv@${nh}][DEBUG] ${e}`)}function xP(e){return e&&e.DOTENV_KEY&&e.DOTENV_KEY.length>0?e.DOTENV_KEY:process.env.DOTENV_KEY&&process.env.DOTENV_KEY.length>0?process.env.DOTENV_KEY:""}function P8(e,t){let r;try{r=new URL(t)}catch(a){throw a.code==="ERR_INVALID_URL"?new Error("INVALID_DOTENV_KEY: Wrong format. Must be in valid uri format like dotenv://:key_1234@dotenv.org/vault/.env.vault?environment=development"):a}let n=r.password;if(!n)throw new Error("INVALID_DOTENV_KEY: Missing key part");let o=r.searchParams.get("environment");if(!o)throw new Error("INVALID_DOTENV_KEY: Missing environment part");let s=`DOTENV_VAULT_${o.toUpperCase()}`,i=e.parsed[s];if(!i)throw new Error(`NOT_FOUND_DOTENV_ENVIRONMENT: Cannot locate environment ${s} in your .env.vault file.`);return{ciphertext:i,key:n}}function SP(e){let t=rh.resolve(process.cwd(),".env");return e&&e.path&&e.path.length>0&&(t=e.path),t.endsWith(".vault")?t:`${t}.vault`}function T8(e){return e[0]==="~"?rh.join(v8.homedir(),e.slice(1)):e}function A8(e){E8("Loading env from encrypted .env.vault");let t=st._parseVault(e),r=process.env;return e&&e.processEnv!=null&&(r=e.processEnv),st.populate(r,t,e),{parsed:t}}function F8(e){let t=rh.resolve(process.cwd(),".env"),r="utf8",n=!!(e&&e.debug);e&&(e.path!=null&&(t=T8(e.path)),e.encoding!=null?r=e.encoding:n&&xc("No encoding is specified. UTF-8 is used by default"));try{let o=st.parse(bP.readFileSync(t,{encoding:r})),s=process.env;return e&&e.processEnv!=null&&(s=e.processEnv),st.populate(s,o,e),{parsed:o}}catch(o){return n&&xc(`Failed to load ${t} ${o.message}`),{error:o}}}function R8(e){let t=SP(e);return xP(e).length===0?st.configDotenv(e):bP.existsSync(t)?st._configVault(e):(_8(`You set DOTENV_KEY but you are missing a .env.vault file at ${t}. Did you forget to build it?`),st.configDotenv(e))}function $8(e,t){let r=Buffer.from(t.slice(-64),"hex"),n=Buffer.from(e,"base64"),o=n.subarray(0,12),s=n.subarray(-16);n=n.subarray(12,-16);try{let i=C8.createDecipheriv("aes-256-gcm",r,o);return i.setAuthTag(s),`${i.update(n)}${i.final()}`}catch(i){let a=i instanceof RangeError,u=i.message==="Invalid key length",c=i.message==="Unsupported state or unable to authenticate data";if(a||u){let l="INVALID_DOTENV_KEY: It must be 64 characters long (or more)";throw new Error(l)}else if(c){let l="DECRYPTION_FAILED: Please check your DOTENV_KEY";throw new Error(l)}else throw console.error("Error: ",i.code),console.error("Error: ",i.message),i}}function k8(e,t,r={}){let n=!!(r&&r.debug),o=!!(r&&r.override);if(typeof t!="object")throw new Error("OBJECT_REQUIRED: Please check the processEnv argument being passed to populate");for(let s of Object.keys(t))Object.prototype.hasOwnProperty.call(e,s)?(o===!0&&(e[s]=t[s]),n&&xc(o===!0?`"${s}" is already defined and WAS overwritten`:`"${s}" is already defined and was NOT overwritten`)):e[s]=t[s]}var st={configDotenv:F8,_configVault:A8,_parseVault:S8,config:R8,decrypt:$8,parse:x8,populate:k8};Cn.exports.configDotenv=st.configDotenv;Cn.exports._configVault=st._configVault;Cn.exports._parseVault=st._parseVault;Cn.exports.config=st.config;Cn.exports.decrypt=st.decrypt;Cn.exports.parse=st.parse;Cn.exports.populate=st.populate;Cn.exports=st});var JP="1.20.1",Qt=process.env.OVERRIDE_VERSION??JP;import{createServer as g4,request as y4}from"node:http";var Tc="preview-url";var wo="framework",Ca="platform",wa="node",hh="/~builder-connect",Hn="/~builder-connected",Ac="/~builder-dev-tools",Fc="/~builder-dev-tools.js",qn="/~builder-dev-tools-close",gh="/mappings";function se(e,t=""){return e.ts.createSourceFile("module.tsx",typeof t=="string"?t:"",e.ts.ScriptTarget.Latest,void 0)}function ba(e,t=""){let r=se(e,t?.trim());if(r.statements.length===0)throw new Error(`No statements found in code: ${t}`);return r.statements[0]}function tt(e,t,r){if(t){let n=e.ts.createPrinter({newLine:e.ts.NewLineKind.LineFeed,removeComments:r});return e.ts.isSourceFile(t)?n.printFile(t).trim()+`
|
|
36
36
|
`:n.printNode(e.ts.EmitHint.Unspecified,t,e.ts.createSourceFile("module.tsx","",e.ts.ScriptTarget.Latest)).trim()+`
|
|
37
|
-
`}return""}var
|
|
38
|
-
`,getSourceFile:a=>{if(a=e.normalize(a),a.includes("node_modules")){let c=
|
|
39
|
-
${u}`)}else n(`Request to ${e.url.href} failed with status ${i.statusCode}: ${a}`)})}).on("error",i=>{n(`Error fetching ${e.url.href}, ${i}`)});e.body&&(s.setHeader("Content-Type","application/json"),s.write(e.body)),s.end()})}function
|
|
37
|
+
`}return""}var Ch=He(Dh(),1);function Xt(e){return e.endsWith(".mapper.tsx")||e.endsWith(".mapper.jsx")||e.endsWith(".mapper.ts")||e.endsWith(".mapper.js")||e.endsWith(".mapper.mjs")}function ae(e,t,r){t=gr(t),r=gr(r),t=e.dirname(t);let n=e.basename(r,e.extname(r));r=e.dirname(r);let o;return n==="index"?o=e.relative(t,r):o=e.relative(t,e.join(r,n)),o=gr(e.normalize(o)),o.startsWith(".")||(o="./"+o),o}function gr(e){return e.startsWith("\\\\?\\")?e:e.replace(/\\/g,"/")}function Kn(e,t){let r=e.extname(t),n=e.basename(t,r).split(/[\/\\]/),o=n[n.length-1];return vh(o==="index"?e.basename(e.dirname(t)):o)}function vh(e){return Se(e).replace(/ /g,"")}function er(e,t){let r=e.extname(t),n=gr(e.basename(t,r)).split("/").pop();return Se(n==="index"?e.basename(e.dirname(t)):n)}function Ee(e,t){let r=gr(e.relative(e.getAppRootDir(),t));r=r.split("/").filter(o=>o!=="."&&o!==".."&&o!=="").join("/"),r.endsWith(".tsx")||r.endsWith(".jsx")?r=r.slice(0,-4):(r.endsWith(".ts")||r.endsWith(".js"))&&(r=r.slice(0,-3));let n=e.getFrameworks();return r.startsWith("src/")&&(r=r.slice(4)),n.some(o=>o.name.includes("next"))?"@/"+r:"~/"+r}function ge(e,t){let r=t,n=[];for(let o=0;o<2;o++){let s=e.basename(r);if(!s||s==="components")break;n.unshift(s),r=e.dirname(r)}return n.join("/")}function Se(e){for(e=e.replace(/([A-Z])/g," $1").replace(/\./g," ").replace(/_/g," ").replace(/-/g," ").replace(/\s/g," ").trim();e.includes(" ");)e=e.replace(/ /g," ");return e.split(" ").map(t=>t.length>2?t[0].toUpperCase()+t.slice(1):t).join("").trim()}function Ft(e){return e.sort((t,r)=>t.name.toLocaleLowerCase().localeCompare(r.name.toLocaleLowerCase()))}async function we(e,t,r,n){if(typeof r!="string"||r==="")throw new Error(`getComponentId(), exportName must be a non-empty string, received: ${r}, ${t}`);return n&&(t=n),t=e.normalize(t),(await e.hash(t+"#"+r)).substring(0,8)}async function wh(e){return(await e.hash(e.getAppRootDir())).substring(0,8)}function Ai(e){return typeof e=="number"}function bo(e){return typeof e=="boolean"}function St(e){return typeof e=="string"}function xo(e){return typeof e=="string"?/^[A-Z][A-Za-z0-9]*$/.test(e):!1}function Ht(e){return JSON.parse(JSON.stringify(e))}function xa(e,t,r){for(let n of t)if(e.dirname(r).includes(n))return!0;return!1}function bh(){try{let e=(0,Ch.default)();if(e?.name)return e.name}catch{}return"npm"}function QP(){return process.platform.startsWith("win")}function Oe(){return process.pkg?"@builder.io/agent":QP()?'"@builder.io/dev-tools"':"builder.io"}function Et(e){let t=e.join(e.getAppRootDir(),"tsconfig.json");return e.exists(t)}var XP=["node_modules","dist","build","public"];async function Rt(e,t){async function r(o,s){if(s>10)return;let i=await e.readdir(o);for(let a of i){if(XP.includes(a))continue;let u=e.join(o,a),c=await e.stat(u);if(c){if(c.isFile()&&a.startsWith("builder-registry."))return u;if(c.isDirectory()){let l=await r(u,s+1);if(l)return l}}}}let n=await r(e.getAppRootDir(),0);if(!n){let s=`builder-registry.${await Et(e)?"ts":"js"}`;return e.join(t,s)}return n}async function bn(e,t){let r=e.resolve("/");for(let n=0;n<20;n++){let o=e.join(t,"package.json"),s=await e.readFile(o);if(s)return JSON.parse(s);if(t===r)break;t=e.dirname(t)}return null}async function xh(e,t){for(let r=0;r<20;r++){let n=e.dirname(t),o=e.join(n,"node_modules");if(await e.exists(o))return o;if(t===e.getAppRootDir())break;t=e.dirname(t)}return e.join(e.getAppRootDir(),"node_modules")}async function Fi(e,t,r){let n=await e.readdir(t);return n.includes(r)?e.join(t,r):(await Promise.all(n.map(async s=>{if(s.startsWith(".")||s==="node_modules")return;let i=e.join(t,s);if((await e.stat(i)).isDirectory()){let u=await Fi(e,i,r);if(u)return u}}))).find(s=>typeof s=="string")}async function Qe(e,t,r){if(!Array.isArray(t)||t.length===0)throw new Error(`createTsProgram() Invalid filePaths: ${t}`);let n=await xh(e,t[0]),o=e.join(n,"typescript","lib"),s=new Map,i={fileExists:a=>{if(a=e.normalize(a),a.includes("node_modules")){let u=Ri.get(a);if(!u){try{e.statSync(a).isFile()?u={exists:!0,content:e.readFileSync(a)}:u={exists:!1}}catch{u={exists:!1}}Ri.set(a,u)}return u.exists}if(!s.has(a))if(e.existsSync(a)){let c=e.statSync(a);s.set(a,c.isFile())}else s.set(a,!1);return s.get(a)},getCanonicalFileName:a=>e.normalize(a),getCurrentDirectory:()=>e.cwd(),getDefaultLibFileName:()=>e.join(o,"lib.d.ts"),getDefaultLibLocation:()=>o,getNewLine:()=>`
|
|
38
|
+
`,getSourceFile:a=>{if(a=e.normalize(a),a.includes("node_modules")){let c=Ri.get(a);if(c)return se(e,c.content)}let u;try{u=e.readFileSync(a)}catch{console.error(`Could not read: ${a}`),u==null}if(u==null){let c=e.basename(a),l=e.extname(c).toLowerCase();if(a.startsWith(o)&&l===".ts"&&(u=Eh.get(c),u==null&&typeof self<"u"&&typeof fetch=="function"))throw new Ea(c)}return a.includes("node_modules")&&(u?Ri.set(a,{exists:!0,content:u}):Ri.set(a,{exists:!1})),se(e,u)},readFile:a=>{let u=e.readFileSync(a);return typeof u=="string"?u:void 0},useCaseSensitiveFileNames:()=>!1,writeFile:()=>{}};for(;;)try{return eT(e,i,t,r)}catch(a){if(a instanceof Ea){await tT(e,a.libName);continue}throw e.Sentry?.captureException(a),new Error(`createTsProgram() Could not create program for: ${t[0]}`,{cause:a})}}function eT(e,t,r,n){let o={rootNames:[...r],host:t,options:{}},s=e.ts.findConfigFile(e.dirname(r[0]),i=>e.existsSync(i));if(s){let i=Sh.get(s);if(!i){let a=e.ts.readConfigFile(s,u=>{let c=e.readFileSync(u);return typeof c=="string"?c:void 0});a.error?e.Sentry?.captureException(new Error("Error reading tsconfig for createTsProgram"),{extra:{error:a.error,tsConfigPath:s}}):(i=e.ts.parseJsonConfigFileContent(a.config,e.ts.sys||{useCaseSensitiveFileNames:!1,readDirectory:(c,l)=>e.readdirSync(c),fileExists:c=>e.existsSync(c),readFile:c=>e.readFileSync(c)||void 0},e.dirname(s),void 0,s).options,Sh.set(s,i))}i&&(o.options=Ht(i))}return o.options.noEmit=!0,o.options.isolatedModules=!1,o.options.strict=!1,o.options.jsx=e.ts.JsxEmit.Preserve,o.options.allowJs=!0,Object.assign(o.options,n),e.ts.createProgram(o)}async function So(e,t,r){r||(r=await Qe(e,[t]));let n=r.getSourceFile(t);if(!n)throw new Error(`getTypeChecker() Could not find source file: ${t}`);return{typeChecker:r.getTypeChecker(),sourceFile:n}}var Ea=class{constructor(t){Ye(this,"libName");this.libName=t}};async function tT(e,t){let r=`https://cdn.jsdelivr.net/npm/typescript@${e.ts.version}/lib/${t}`;Sa.has(t)||Sa.set(t,fetch(r).then(n=>n.text()).then(n=>{Eh.set(t,n)})),await Sa.get(t),Sa.delete(t)}var Eh=new Map,Sa=new Map,Ri=new Map,Sh=new Map;async function _h(e,t){let r=await e.readFile(t.filePath);return r==null?{diagnostics:[{messageText:`Error reading: ${t.filePath}`}],code:null,output:null}:Rc(e,{code:r,filePath:t.filePath,compilerOptions:t.compilerOptions})}function Rc(e,t){let r={diagnostics:[],code:t.code,output:null};try{let n=e.ts.transpileModule(t.code,{compilerOptions:t.compilerOptions,fileName:t.filePath??"module.tsx",reportDiagnostics:!0});n.diagnostics?.forEach(o=>{r.diagnostics.push({messageText:String(o.messageText)})}),r.output=n.outputText}catch(n){console.error("transpileModule",n),r.diagnostics.push({messageText:String(n)})}return r}import{access as L4,mkdir as oT,readdir as B4,readFile as iT,stat as z4,unlink as j4,writeFile as sT}from"node:fs/promises";import{homedir as aT,hostname as V4}from"node:os";import Ah from"node:path";import K4 from"typescript";import W4 from"launch-editor";async function Eo(e){let t=[],r=await bn(e,e.getRepoRootDir());if(r){let n=await Th(r,e);t.push(...n)}return t}async function Th(e,t){let r=[];if(e&&typeof e=="object"){let n=new Set(Object.keys({...e.dependencies,...e.devDependencies}));for(let o of rT)if(n.has(o)&&!r.some(s=>s.name===o)){let s={name:o};Ph.has(o)&&(s.version=await Ph.get(o)(t)),r.push(s)}}return r}function $c(e){let t=parseInt(e);return Number.isNaN(t)?void 0:t}var Ph=new Map([["next",async e=>{if(!e.spawnSync)return;let t=bh(),r=t==="npm"?"npx":t,{stdout:n}=e.spawnSync(r,["next","-v"],{encoding:"utf8"});if(!n)return;let o=n.match(/(Next.js v)([\d.]+)/g);if(!o)return;let s=o[0].split("Next.js v")[1],[i,a,u]=s.split(".");return{major:$c(i),minor:$c(a),patch:$c(u)}}]]),rT=["@shopify/remix-oxygen","@shopify/hydrogen","@builder.io/qwik-city","@remix-run/react","@sveltejs/kit","astro","gatsby","next","nuxt","@builder.io/qwik","@angular/core","react","solid-js","svelte","vue"];import*as uT from"@sentry/node";function Fh(){let e=aT();return Ah.join(e,".config","builder","dev-tools.json")}function kc(e,t){return typeof e=="object"&&e!=null&&t in e}async function _o(){let e=Fh();try{let t=await iT(e,"utf-8");if(typeof t=="string")return JSON.parse(t)}catch(t){if(t.code==="ENOENT")return null}return null}async function Ic(e){let t=Fh();e=typeof e=="object"&&e!=null?e:{},await oT(Ah.dirname(t),{recursive:!0}),await sT(t,JSON.stringify(e??{},null,2))}var H={gen1:"Gen 1",gen2:"Gen 2"},$i={CMS:"cms",VCP:"vcp",HYBRID:"hybrid"};import{debug as cT}from"node:console";import{request as lT}from"node:http";import{request as pT}from"node:https";function Po(e){let t=Date.now();return new Promise((r,n)=>{let s=dT(e.url)({protocol:e.url.protocol,host:e.url.host,port:e.url.port,path:e.url.pathname+e.url.search,method:e.method,headers:e.headers},i=>{let a="";i.on("data",u=>{a+=u}),i.on("end",()=>{if(cT(`${e.method} ${e.url.href}, duration: ${Date.now()-t}ms`),typeof i.statusCode=="number"&&i.statusCode>=200&&i.statusCode<300)if(typeof i.headers["content-type"]!="string"||!i.headers["content-type"].includes("application/json"))n(`Response from ${e.url.href} content-type is ${i.headers["content-type"]}`);else try{r(JSON.parse(a))}catch(u){n(`Response from ${e.url.href} is not valid JSON: ${a}
|
|
39
|
+
${u}`)}else n(`Request to ${e.url.href} failed with status ${i.statusCode}: ${a}`)})}).on("error",i=>{n(`Error fetching ${e.url.href}, ${i}`)});e.body&&(s.setHeader("Content-Type","application/json"),s.write(e.body)),s.end()})}function dT(e){if(e.protocol==="https:")return pT;if(e.protocol==="http:")return lT;throw new Error(`Unsupported protocol ${e.protocol}`)}async function Rh(e){let t=new URL(`https://cdn.builder.io/api/v3/query/${e.publicApiKey}/${e.model}`);return t.searchParams.set("omit","meta.componentsUsed"),t.searchParams.set("apiKey",e.publicApiKey),t.searchParams.set("userAttributes.urlPath",e.pageUrl),t.searchParams.set("options.page.model",`"${e.model}"`),t.searchParams.set("cachebust","true"),(await Po({url:t,method:"GET"}))[e.model]}async function $h(e,t){if(t.kind===$i.VCP)return!0;let r=new URL("https://cdn.builder.io/api/v2/admin"),n={query:`query {
|
|
40
40
|
models {
|
|
41
41
|
id
|
|
42
42
|
name
|
|
43
43
|
}
|
|
44
|
-
}`};e.debug(`Get model id for model name "${t.model}"`);let s=(await
|
|
44
|
+
}`};e.debug(`Get model id for model name "${t.model}"`);let s=(await Po({url:r,method:"POST",headers:{Authorization:`Bearer ${t.privateAuthKey}`,"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(n)})).data.models.find(u=>u.name===t.model);if(!s)return e.debug(`No model found for model name "${t.model}"`),!1;e.debug(`Data query, modelId: "${s.id}", urlPath: "${t.pageUrl}"`);let i=new URL("https://cdn.builder.io/api/v3/data");i.searchParams.set("limit","1"),i.searchParams.set("cachebust","true"),i.searchParams.set("collection","content"),i.searchParams.set("query.published.$ne","archived"),i.searchParams.set("query.query.$elemMatch.$and[0].property","urlPath"),i.searchParams.set("query.query.$elemMatch.$and[0].operator","is"),i.searchParams.set("query.query.$elemMatch.$and[0].value",t.pageUrl),i.searchParams.set("query.modelId",s.id),i.searchParams.set("apiKey",t.publicApiKey);let a=await Po({url:i,method:"GET"});return e.debug(`Data results (${a.results.length}): ${i.href}`),a.results.length>0}async function kh(e,t){let r=new URL(`https://cdn.builder.io/api/v3/content/${t.model}`);r.searchParams.set("apiKey",t.publicApiKey),r.searchParams.set("cachebust","true"),r.searchParams.set("cb",Date.now().toString()),t.pageUrl&&(r.searchParams.set("url",t.pageUrl),e.debug(`get model: "${t.model}", pageUrl: "${t.pageUrl}":`,r.href)),t.id&&(r.searchParams.set("query.id",t.id),e.debug(`get model: "${t.model}", id: "${t.id}":`,r.href));let n=await Po({url:r,method:"GET"});return e.debug(`get content results: ${n.results.length}`),n}async function Ih(e,t){let r=new URL(`https://cdn.builder.io/api/v1/write/${t.model}`);e.debug(`writing "${t.model}" content:`,r.href),await Po({url:r,method:"POST",headers:{Authorization:`Bearer ${t.privateAuthKey}`},body:t.body})}var To="page",Nh="integration-welcome-screens",Oh="8d9ee72a33344b4b867918b442ebd0af";async function Mh(e,t){let r=await kh(e,{model:Nh,publicApiKey:Oh,id:t.templateContentId});if(!Array.isArray(r?.results)||r.results.length===0||!r.results[0].data?.blocks)throw new Error(`No Builder content found for id ${t.templateContentId}`);let n=JSON.stringify(r.results[0].data.blocks),o=fT(t.publicApiKey,t.pathname,t.title,n);await Ih(e,{privateAuthKey:t.privateAuthKey,model:To,body:o})}function fT(e,t,r,n){return JSON.stringify({name:r,ownerId:e,published:"published",query:[{property:"urlPath",value:[t],operator:"is"}],data:{title:r,blocksString:n}})}async function Lh(e,t,r,n){e.debug(`connect builder with public key: ${t}`),e.publicApiKey=t;let o=e.closeAppServer(),s=await e.setPublicApiKey({publicApiKey:t});if(s.modifiedType==="permission-error")return e.debug("permission error, failed to set public api key"),{success:!1,pathname:""};e.debug(`set public key: process.env.${s.envKey}=${t}`),process.env[s.envKey]=t;let i=await e.builderPageOptions();e.debug(`builder model: ${To}, path: ${i.pathname}, template: ${i.templateContentId}`);let a=await $h(e,{model:To,pageUrl:i.pathname,publicApiKey:t,privateAuthKey:r,kind:n});if(!a){await Mh(e,{templateContentId:i.templateContentId,pathname:i.pathname,title:i.title,publicApiKey:t,privateAuthKey:r});let l=5,p=0;for(;!a&&p<l;){await new Promise(h=>setTimeout(h,1e3));let d=await Rh({model:To,pageUrl:i.pathname,publicApiKey:t,privateAuthKey:r});p++,d&&d.length>0&&(a=!0)}}await o,e.debug("ensure builder setup");let u=[];n===$i.VCP?u=await e.ensureFigmaImportPage():u=await e.ensureBuilderSetup(),s.modifiedType&&u.push({filePath:s.file,modifiedType:s.modifiedType}),u.forEach(l=>{l.displayFilePath=e.relative(e.getAppRootDir(),l.filePath)}),u.sort((l,p)=>l.filePath.localeCompare(p.filePath)),u.length>0?(e.debug(`modified files: ${u.map(l=>l.displayFilePath).join(", ")}`),await e.restartAppServer(),await new Promise(l=>setTimeout(l,500))):e.debug("no modified files");let c={success:!0,pathname:i.localePathname||i.pathname,modifiedFiles:u,platform:e.platform(),kind:n};return n===$i.VCP&&(c.pathname="/"),e.debug(`connected builder: ${c.pathname}`),c}async function Bh(e){let t=await e.builderPageOptions();e.debug(`validateBuilder, pathname: ${t.pathname}, localePathname: ${t.localePathname}, isValid: ${e.isValid}`);let r={isValid:e.isValid,pathname:t.localePathname||t.pathname,platform:e.platform()};if(e.isValid)return r;let n=await e.getPublicApiKey();return n.envValue?(e.debug(`public api key: ${n.envValue}, ${n.file}`),e.publicApiKey=n.envValue,e.debug("builder connection is valid"),r.isValid=!0,e.isValid=!0,r):(e.debug("missing public api key"),r)}async function zh(e,t){let r={type:t.type};switch(t.type){case"getCache":{r.data=await e.getCache();break}case"setCache":{await e.setCache(t.data);break}case"connectBuilder":{r.data=await Lh(e,t.data.publicApiKey,t.data.privateAuthKey,t.data.kind);break}case"enableDevTools":{r.data=gT(e,t.data.enabled);break}case"getRegistry":{r.data=await e.getRegistry(t.data);break}case"launchEditor":{r.data=await e.launchEditor(t.data);break}case"validateBuilder":{r.data=await Bh(e);break}case"loadComponent":{r.data=await e.loadComponent(t.data);break}case"getAllProjectFiles":{e.getAllProjectFiles?r.data=await e.getAllProjectFiles():r.errors=["getAllProjectFiles not implemented"];break}case"registerComponent":{r.data=await e.registerComponent(t.data),e.serverShouldRestart=!0;break}case"setComponentInfo":{r.data=await e.setRegisteredComponentInfo(t.data),e.serverShouldRestart=!0;break}case"setComponentInput":{r.data=await e.setRegisteredComponentInput(t.data),e.serverShouldRestart=!0;break}case"unregisterComponent":{r.data=await e.unregisterComponent(t.data),e.serverShouldRestart=!0;break}case"getFrameworks":{r.data=e.getFrameworks();break}case"readdir":{Nc(e,t.path)?r.data=await e.readdir(t.path,!0):r.errors=[`Invalid file request: ${t.path}`];break}case"readFile":{Nc(e,t.path)?r.data=await e.readFile(t.path):r.errors=[`Invalid file request: ${t.path}`];break}case"writeFile":{Nc(e,t.path)?await e.writeFile(t.path,t.content):r.errors=[`Invalid file request: ${t.path}`];break}case"ensureFigmaImportPage":{r.data=await e.ensureFigmaImportPage();break}case"transileFile":{r.data=await _h(e,t);break}case"transileModule":{r.data=Rc(e,t);break}case"getPastSyncInfo":{r.data=await e.getPastSyncInfo?.(t.data);break}case"resyncSnippet":{r.data=await e.resyncSnippet?.(t.data);break}case"localConfig":{r.data=await _o();break}default:{r.errors=[`Unknown request type: ${JSON.stringify(t)}`];let n=t}}return r}function Nc(e,t){if(!t||t.includes(".."))return!1;t=t.replace(/\\/g,"/");let r=t.split("/"),n=r[r.length-1];if(n.length>0){let o=n.split(".").pop();if(o&&(o=`.${o}`.toLocaleLowerCase(),o=o.split("?")[0],!hT.includes(o)))return!1}return mT(e,t),!1}function mT(e,t){if(!t)return!1;t=e.normalize(e.resolve(t));let r=e.getAppRootDir();return!(!t.startsWith(r)&&!t.includes("node_modules"))}var hT=[".js",".jsx",".ts",".tsx",".json",".css",".scss",".sass",".less",".html",".htm",".xml",".svg",".png",".jpg",".jpeg",".gif",".ico",".webp",".woff",".woff2",".ttf",".eot",".mp4",".webm",".ogg",".md",".txt",".csv",".pdf"];function gT(e,t){return!t&&e.serverShouldRestart&&setTimeout(()=>{console.log(`
|
|
45
45
|
Restarting server after Builder Devtools update...
|
|
46
|
-
`),e.restartAppServer()},10),e.enableAppWatch(!t),{enabled:t,platform:e.platform()}}async function fg(e){return gg(e,`"use strict";(()=>{var fi=Object.create;var Mt=Object.defineProperty;var mi=Object.getOwnPropertyDescriptor;var vi=Object.getOwnPropertyNames;var gi=Object.getPrototypeOf,hi=Object.prototype.hasOwnProperty;var yi=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),bi=(t,e)=>{for(var r in e)Mt(t,r,{get:e[r],enumerable:!0})},Ei=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of vi(e))!hi.call(t,i)&&i!==r&&Mt(t,i,{get:()=>e[i],enumerable:!(n=mi(e,i))||n.enumerable});return t};var _i=(t,e,r)=>(r=t!=null?fi(gi(t)):{},Ei(e||!t||!t.__esModule?Mt(r,"default",{value:t,enumerable:!0}):r,t));var jn=yi((Qe,Ct)=>{(function(t,e){"use strict";var r="0.7.33",n="",i="?",o="function",s="undefined",u="object",d="string",p="major",a="model",c="name",l="type",f="vendor",m="version",_="architecture",b="console",v="mobile",y="tablet",T="smarttv",L="wearable",k="embedded",w=350,C="Amazon",R="Apple",K="ASUS",z="BlackBerry",Q="Browser",P="Chrome",Ce="Edge",ce="Firefox",_e="Google",Me="Huawei",Re="LG",Oe="Microsoft",Be="Motorola",Te="Opera",we="Samsung",ke="Sharp",fe="Sony",me="Xiaomi",Ve="Zebra",U="Facebook",et=function(S,O){var I={};for(var q in S)O[q]&&O[q].length%2===0?I[q]=O[q].concat(S[q]):I[q]=S[q];return I},tt=function(S){for(var O={},I=0;I<S.length;I++)O[S[I].toUpperCase()]=S[I];return O},Pr=function(S,O){return typeof S===d?Fe(O).indexOf(Fe(S))!==-1:!1},Fe=function(S){return S.toLowerCase()},di=function(S){return typeof S===d?S.replace(/[^\\d\\.]/g,n).split(".")[0]:e},Nt=function(S,O){if(typeof S===d)return S=S.replace(/^\\s\\s*/,n),typeof O===s?S:S.substring(0,w)},He=function(S,O){for(var I=0,q,x,nt,D,qe,ie;I<O.length&&!qe;){var Or=O[I],kr=O[I+1];for(q=x=0;q<Or.length&&!qe;)if(qe=Or[q++].exec(S),qe)for(nt=0;nt<kr.length;nt++)ie=qe[++x],D=kr[nt],typeof D===u&&D.length>0?D.length===2?typeof D[1]==o?this[D[0]]=D[1].call(this,ie):this[D[0]]=D[1]:D.length===3?typeof D[1]===o&&!(D[1].exec&&D[1].test)?this[D[0]]=ie?D[1].call(this,ie,D[2]):e:this[D[0]]=ie?ie.replace(D[1],D[2]):e:D.length===4&&(this[D[0]]=ie?D[3].call(this,ie.replace(D[1],D[2])):e):this[D]=ie||e;I+=2}},Ut=function(S,O){for(var I in O)if(typeof O[I]===u&&O[I].length>0){for(var q=0;q<O[I].length;q++)if(Pr(O[I][q],S))return I===i?e:I}else if(Pr(O[I],S))return I===i?e:I;return S},pi={"1.0":"/8",1.2:"/1",1.3:"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"},Cr={ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"},Rr={browser:[[/\\b(?:crmo|crios)\\/([\\w\\.]+)/i],[m,[c,"Chrome"]],[/edg(?:e|ios|a)?\\/([\\w\\.]+)/i],[m,[c,"Edge"]],[/(opera mini)\\/([-\\w\\.]+)/i,/(opera [mobiletab]{3,6})\\b.+version\\/([-\\w\\.]+)/i,/(opera)(?:.+version\\/|[\\/ ]+)([\\w\\.]+)/i],[c,m],[/opios[\\/ ]+([\\w\\.]+)/i],[m,[c,Te+" Mini"]],[/\\bopr\\/([\\w\\.]+)/i],[m,[c,Te]],[/(kindle)\\/([\\w\\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\\/ ]?([\\w\\.]*)/i,/(avant |iemobile|slim)(?:browser)?[\\/ ]?([\\w\\.]*)/i,/(ba?idubrowser)[\\/ ]?([\\w\\.]+)/i,/(?:ms|\\()(ie) ([\\w\\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale|qqbrowserlite|qq|duckduckgo)\\/([-\\w\\.]+)/i,/(weibo)__([\\d\\.]+)/i],[c,m],[/(?:\\buc? ?browser|(?:juc.+)ucweb)[\\/ ]?([\\w\\.]+)/i],[m,[c,"UC"+Q]],[/microm.+\\bqbcore\\/([\\w\\.]+)/i,/\\bqbcore\\/([\\w\\.]+).+microm/i],[m,[c,"WeChat(Win) Desktop"]],[/micromessenger\\/([\\w\\.]+)/i],[m,[c,"WeChat"]],[/konqueror\\/([\\w\\.]+)/i],[m,[c,"Konqueror"]],[/trident.+rv[: ]([\\w\\.]{1,9})\\b.+like gecko/i],[m,[c,"IE"]],[/yabrowser\\/([\\w\\.]+)/i],[m,[c,"Yandex"]],[/(avast|avg)\\/([\\w\\.]+)/i],[[c,/(.+)/,"$1 Secure "+Q],m],[/\\bfocus\\/([\\w\\.]+)/i],[m,[c,ce+" Focus"]],[/\\bopt\\/([\\w\\.]+)/i],[m,[c,Te+" Touch"]],[/coc_coc\\w+\\/([\\w\\.]+)/i],[m,[c,"Coc Coc"]],[/dolfin\\/([\\w\\.]+)/i],[m,[c,"Dolphin"]],[/coast\\/([\\w\\.]+)/i],[m,[c,Te+" Coast"]],[/miuibrowser\\/([\\w\\.]+)/i],[m,[c,"MIUI "+Q]],[/fxios\\/([-\\w\\.]+)/i],[m,[c,ce]],[/\\bqihu|(qi?ho?o?|360)browser/i],[[c,"360 "+Q]],[/(oculus|samsung|sailfish|huawei)browser\\/([\\w\\.]+)/i],[[c,/(.+)/,"$1 "+Q],m],[/(comodo_dragon)\\/([\\w\\.]+)/i],[[c,/_/g," "],m],[/(electron)\\/([\\w\\.]+) safari/i,/(tesla)(?: qtcarbrowser|\\/(20\\d\\d\\.[-\\w\\.]+))/i,/m?(qqbrowser|baiduboxapp|2345Explorer)[\\/ ]?([\\w\\.]+)/i],[c,m],[/(metasr)[\\/ ]?([\\w\\.]+)/i,/(lbbrowser)/i,/\\[(linkedin)app\\]/i],[c],[/((?:fban\\/fbios|fb_iab\\/fb4a)(?!.+fbav)|;fbav\\/([\\w\\.]+);)/i],[[c,U],m],[/safari (line)\\/([\\w\\.]+)/i,/\\b(line)\\/([\\w\\.]+)\\/iab/i,/(chromium|instagram)[\\/ ]([-\\w\\.]+)/i],[c,m],[/\\bgsa\\/([\\w\\.]+) .*safari\\//i],[m,[c,"GSA"]],[/headlesschrome(?:\\/([\\w\\.]+)| )/i],[m,[c,P+" Headless"]],[/ wv\\).+(chrome)\\/([\\w\\.]+)/i],[[c,P+" WebView"],m],[/droid.+ version\\/([\\w\\.]+)\\b.+(?:mobile safari|safari)/i],[m,[c,"Android "+Q]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\\/v?([\\w\\.]+)/i],[c,m],[/version\\/([\\w\\.\\,]+) .*mobile\\/\\w+ (safari)/i],[m,[c,"Mobile Safari"]],[/version\\/([\\w(\\.|\\,)]+) .*(mobile ?safari|safari)/i],[m,c],[/webkit.+?(mobile ?safari|safari)(\\/[\\w\\.]+)/i],[c,[m,Ut,pi]],[/(webkit|khtml)\\/([\\w\\.]+)/i],[c,m],[/(navigator|netscape\\d?)\\/([-\\w\\.]+)/i],[[c,"Netscape"],m],[/mobile vr; rv:([\\w\\.]+)\\).+firefox/i],[m,[c,ce+" Reality"]],[/ekiohf.+(flow)\\/([\\w\\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\\/ ]?([\\w\\.\\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\\/([-\\w\\.]+)$/i,/(firefox)\\/([\\w\\.]+)/i,/(mozilla)\\/([\\w\\.]+) .+rv\\:.+gecko\\/\\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\\. ]?browser)[-\\/ ]?v?([\\w\\.]+)/i,/(links) \\(([\\w\\.]+)/i],[c,m],[/(cobalt)\\/([\\w\\.]+)/i],[c,[m,/master.|lts./,""]]],cpu:[[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\\)]/i],[[_,"amd64"]],[/(ia32(?=;))/i],[[_,Fe]],[/((?:i[346]|x)86)[;\\)]/i],[[_,"ia32"]],[/\\b(aarch64|arm(v?8e?l?|_?64))\\b/i],[[_,"arm64"]],[/\\b(arm(?:v[67])?ht?n?[fl]p?)\\b/i],[[_,"armhf"]],[/windows (ce|mobile); ppc;/i],[[_,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?: mac|;|\\))/i],[[_,/ower/,n,Fe]],[/(sun4\\w)[;\\)]/i],[[_,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\\))|\\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\\b|pa-risc)/i],[[_,Fe]]],device:[[/\\b(sch-i[89]0\\d|shw-m380s|sm-[ptx]\\w{2,4}|gt-[pn]\\d{2,4}|sgh-t8[56]9|nexus 10)/i],[a,[f,we],[l,y]],[/\\b((?:s[cgp]h|gt|sm)-\\w+|galaxy nexus)/i,/samsung[- ]([-\\w]+)/i,/sec-(sgh\\w+)/i],[a,[f,we],[l,v]],[/((ipod|iphone)\\d+,\\d+)/i],[a,[f,R],[l,v]],[/(ipad\\d+,\\d+)/i],[a,[f,R],[l,y]],[/\\((ip(?:hone|od)[\\w ]*);/i],[a,[f,R],[l,v]],[/\\((ipad);[-\\w\\),; ]+apple/i,/applecoremedia\\/[\\w\\.]+ \\((ipad)/i,/\\b(ipad)\\d\\d?,\\d\\d?[;\\]].+ios/i],[a,[f,R],[l,y]],[/(macintosh);/i],[a,[f,R]],[/\\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\\d{2})\\b(?!.+d\\/s)/i],[a,[f,Me],[l,y]],[/(?:huawei|honor)([-\\w ]+)[;\\)]/i,/\\b(nexus 6p|\\w{2,4}e?-[atu]?[ln][\\dx][012359c][adn]?)\\b(?!.+d\\/s)/i],[a,[f,Me],[l,v]],[/\\b(poco[\\w ]+)(?: bui|\\))/i,/\\b; (\\w+) build\\/hm\\1/i,/\\b(hm[-_ ]?note?[_ ]?(?:\\d\\w)?) bui/i,/\\b(redmi[\\-_ ]?(?:note|k)?[\\w_ ]+)(?: bui|\\))/i,/\\b(mi[-_ ]?(?:a\\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\\d?\\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\\))/i],[[a,/_/g," "],[f,me],[l,v]],[/\\b(mi[-_ ]?(?:pad)(?:[\\w_ ]+))(?: bui|\\))/i],[[a,/_/g," "],[f,me],[l,y]],[/; (\\w+) bui.+ oppo/i,/\\b(cph[12]\\d{3}|p(?:af|c[al]|d\\w|e[ar])[mt]\\d0|x9007|a101op)\\b/i],[a,[f,"OPPO"],[l,v]],[/vivo (\\w+)(?: bui|\\))/i,/\\b(v[12]\\d{3}\\w?[at])(?: bui|;)/i],[a,[f,"Vivo"],[l,v]],[/\\b(rmx[12]\\d{3})(?: bui|;|\\))/i],[a,[f,"Realme"],[l,v]],[/\\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\\b[\\w ]+build\\//i,/\\bmot(?:orola)?[- ](\\w*)/i,/((?:moto[\\w\\(\\) ]+|xt\\d{3,4}|nexus 6)(?= bui|\\)))/i],[a,[f,Be],[l,v]],[/\\b(mz60\\d|xoom[2 ]{0,2}) build\\//i],[a,[f,Be],[l,y]],[/((?=lg)?[vl]k\\-?\\d{3}) bui| 3\\.[-\\w; ]{10}lg?-([06cv9]{3,4})/i],[a,[f,Re],[l,y]],[/(lm(?:-?f100[nv]?|-[\\w\\.]+)(?= bui|\\))|nexus [45])/i,/\\blg[-e;\\/ ]+((?!browser|netcast|android tv)\\w+)/i,/\\blg-?([\\d\\w]+) bui/i],[a,[f,Re],[l,v]],[/(ideatab[-\\w ]+)/i,/lenovo ?(s[56]000[-\\w]+|tab(?:[\\w ]+)|yt[-\\d\\w]{6}|tb[-\\d\\w]{6})/i],[a,[f,"Lenovo"],[l,y]],[/(?:maemo|nokia).*(n900|lumia \\d+)/i,/nokia[-_ ]?([-\\w\\.]*)/i],[[a,/_/g," "],[f,"Nokia"],[l,v]],[/(pixel c)\\b/i],[a,[f,_e],[l,y]],[/droid.+; (pixel[\\daxl ]{0,6})(?: bui|\\))/i],[a,[f,_e],[l,v]],[/droid.+ (a?\\d[0-2]{2}so|[c-g]\\d{4}|so[-gl]\\w+|xq-a\\w[4-7][12])(?= bui|\\).+chrome\\/(?![1-6]{0,1}\\d\\.))/i],[a,[f,fe],[l,v]],[/sony tablet [ps]/i,/\\b(?:sony)?sgp\\w+(?: bui|\\))/i],[[a,"Xperia Tablet"],[f,fe],[l,y]],[/ (kb2005|in20[12]5|be20[12][59])\\b/i,/(?:one)?(?:plus)? (a\\d0\\d\\d)(?: b|\\))/i],[a,[f,"OnePlus"],[l,v]],[/(alexa)webm/i,/(kf[a-z]{2}wi)( bui|\\))/i,/(kf[a-z]+)( bui|\\)).+silk\\//i],[a,[f,C],[l,y]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\\)).+silk\\//i],[[a,/(.+)/g,"Fire Phone $1"],[f,C],[l,v]],[/(playbook);[-\\w\\),; ]+(rim)/i],[a,f,[l,y]],[/\\b((?:bb[a-f]|st[hv])100-\\d)/i,/\\(bb10; (\\w+)/i],[a,[f,z],[l,v]],[/(?:\\b|asus_)(transfo[prime ]{4,10} \\w+|eeepc|slider \\w+|nexus 7|padfone|p00[cj])/i],[a,[f,K],[l,y]],[/ (z[bes]6[027][012][km][ls]|zenfone \\d\\w?)\\b/i],[a,[f,K],[l,v]],[/(nexus 9)/i],[a,[f,"HTC"],[l,y]],[/(htc)[-;_ ]{1,2}([\\w ]+(?=\\)| bui)|\\w+)/i,/(zte)[- ]([\\w ]+?)(?: bui|\\/|\\))/i,/(alcatel|geeksphone|nexian|panasonic|sony(?!-bra))[-_ ]?([-\\w]*)/i],[f,[a,/_/g," "],[l,v]],[/droid.+; ([ab][1-7]-?[0178a]\\d\\d?)/i],[a,[f,"Acer"],[l,y]],[/droid.+; (m[1-5] note) bui/i,/\\bmz-([-\\w]{2,})/i],[a,[f,"Meizu"],[l,v]],[/\\b(sh-?[altvz]?\\d\\d[a-ekm]?)/i],[a,[f,ke],[l,v]],[/(blackberry|benq|palm(?=\\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[-_ ]?([-\\w]*)/i,/(hp) ([\\w ]+\\w)/i,/(asus)-?(\\w+)/i,/(microsoft); (lumia[\\w ]+)/i,/(lenovo)[-_ ]?([-\\w]+)/i,/(jolla)/i,/(oppo) ?([\\w ]+) bui/i],[f,a,[l,v]],[/(archos) (gamepad2?)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\\/([\\w\\.]+)/i,/(nook)[\\w ]+build\\/(\\w+)/i,/(dell) (strea[kpr\\d ]*[\\dko])/i,/(le[- ]+pan)[- ]+(\\w{1,9}) bui/i,/(trinity)[- ]*(t\\d{3}) bui/i,/(gigaset)[- ]+(q\\w{1,9}) bui/i,/(vodafone) ([\\w ]+)(?:\\)| bui)/i],[f,a,[l,y]],[/(surface duo)/i],[a,[f,Oe],[l,y]],[/droid [\\d\\.]+; (fp\\du?)(?: b|\\))/i],[a,[f,"Fairphone"],[l,v]],[/(u304aa)/i],[a,[f,"AT&T"],[l,v]],[/\\bsie-(\\w*)/i],[a,[f,"Siemens"],[l,v]],[/\\b(rct\\w+) b/i],[a,[f,"RCA"],[l,y]],[/\\b(venue[\\d ]{2,7}) b/i],[a,[f,"Dell"],[l,y]],[/\\b(q(?:mv|ta)\\w+) b/i],[a,[f,"Verizon"],[l,y]],[/\\b(?:barnes[& ]+noble |bn[rt])([\\w\\+ ]*) b/i],[a,[f,"Barnes & Noble"],[l,y]],[/\\b(tm\\d{3}\\w+) b/i],[a,[f,"NuVision"],[l,y]],[/\\b(k88) b/i],[a,[f,"ZTE"],[l,y]],[/\\b(nx\\d{3}j) b/i],[a,[f,"ZTE"],[l,v]],[/\\b(gen\\d{3}) b.+49h/i],[a,[f,"Swiss"],[l,v]],[/\\b(zur\\d{3}) b/i],[a,[f,"Swiss"],[l,y]],[/\\b((zeki)?tb.*\\b) b/i],[a,[f,"Zeki"],[l,y]],[/\\b([yr]\\d{2}) b/i,/\\b(dragon[- ]+touch |dt)(\\w{5}) b/i],[[f,"Dragon Touch"],a,[l,y]],[/\\b(ns-?\\w{0,9}) b/i],[a,[f,"Insignia"],[l,y]],[/\\b((nxa|next)-?\\w{0,9}) b/i],[a,[f,"NextBook"],[l,y]],[/\\b(xtreme\\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[f,"Voice"],a,[l,v]],[/\\b(lvtel\\-)?(v1[12]) b/i],[[f,"LvTel"],a,[l,v]],[/\\b(ph-1) /i],[a,[f,"Essential"],[l,v]],[/\\b(v(100md|700na|7011|917g).*\\b) b/i],[a,[f,"Envizen"],[l,y]],[/\\b(trio[-\\w\\. ]+) b/i],[a,[f,"MachSpeed"],[l,y]],[/\\btu_(1491) b/i],[a,[f,"Rotor"],[l,y]],[/(shield[\\w ]+) b/i],[a,[f,"Nvidia"],[l,y]],[/(sprint) (\\w+)/i],[f,a,[l,v]],[/(kin\\.[onetw]{3})/i],[[a,/\\./g," "],[f,Oe],[l,v]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\\)/i],[a,[f,Ve],[l,y]],[/droid.+; (ec30|ps20|tc[2-8]\\d[kx])\\)/i],[a,[f,Ve],[l,v]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[f,a,[l,b]],[/droid.+; (shield) bui/i],[a,[f,"Nvidia"],[l,b]],[/(playstation [345portablevi]+)/i],[a,[f,fe],[l,b]],[/\\b(xbox(?: one)?(?!; xbox))[\\); ]/i],[a,[f,Oe],[l,b]],[/smart-tv.+(samsung)/i],[f,[l,T]],[/hbbtv.+maple;(\\d+)/i],[[a,/^/,"SmartTV"],[f,we],[l,T]],[/(nux; netcast.+smarttv|lg (netcast\\.tv-201\\d|android tv))/i],[[f,Re],[l,T]],[/(apple) ?tv/i],[f,[a,R+" TV"],[l,T]],[/crkey/i],[[a,P+"cast"],[f,_e],[l,T]],[/droid.+aft(\\w)( bui|\\))/i],[a,[f,C],[l,T]],[/\\(dtv[\\);].+(aquos)/i,/(aquos-tv[\\w ]+)\\)/i],[a,[f,ke],[l,T]],[/(bravia[\\w ]+)( bui|\\))/i],[a,[f,fe],[l,T]],[/(mitv-\\w{5}) bui/i],[a,[f,me],[l,T]],[/\\b(roku)[\\dx]*[\\)\\/]((?:dvp-)?[\\d\\.]*)/i,/hbbtv\\/\\d+\\.\\d+\\.\\d+ +\\([\\w ]*; *(\\w[^;]*);([^;]*)/i],[[f,Nt],[a,Nt],[l,T]],[/\\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\\b/i],[[l,T]],[/((pebble))app/i],[f,a,[l,L]],[/droid.+; (glass) \\d/i],[a,[f,_e],[l,L]],[/droid.+; (wt63?0{2,3})\\)/i],[a,[f,Ve],[l,L]],[/(quest( 2)?)/i],[a,[f,U],[l,L]],[/(tesla)(?: qtcarbrowser|\\/[-\\w\\.]+)/i],[f,[l,k]],[/droid .+?; ([^;]+?)(?: bui|\\) applew).+? mobile safari/i],[a,[l,v]],[/droid .+?; ([^;]+?)(?: bui|\\) applew).+?(?! mobile) safari/i],[a,[l,y]],[/\\b((tablet|tab)[;\\/]|focus\\/\\d(?!.+mobile))/i],[[l,y]],[/(phone|mobile(?:[;\\/]| [ \\w\\/\\.]*safari)|pda(?=.+windows ce))/i],[[l,v]],[/(android[-\\w\\. ]{0,9});.+buil/i],[a,[f,"Generic"]]],engine:[[/windows.+ edge\\/([\\w\\.]+)/i],[m,[c,Ce+"HTML"]],[/webkit\\/537\\.36.+chrome\\/(?!27)([\\w\\.]+)/i],[m,[c,"Blink"]],[/(presto)\\/([\\w\\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\\/([\\w\\.]+)/i,/ekioh(flow)\\/([\\w\\.]+)/i,/(khtml|tasman|links)[\\/ ]\\(?([\\w\\.]+)/i,/(icab)[\\/ ]([23]\\.[\\d\\.]+)/i],[c,m],[/rv\\:([\\w\\.]{1,9})\\b.+(gecko)/i],[m,c]],os:[[/microsoft (windows) (vista|xp)/i],[c,m],[/(windows) nt 6\\.2; (arm)/i,/(windows (?:phone(?: os)?|mobile))[\\/ ]?([\\d\\.\\w ]*)/i,/(windows)[\\/ ]?([ntce\\d\\. ]+\\w)(?!.+xbox)/i],[c,[m,Ut,Cr]],[/(win(?=3|9|n)|win 9x )([nt\\d\\.]+)/i],[[c,"Windows"],[m,Ut,Cr]],[/ip[honead]{2,4}\\b(?:.*os ([\\w]+) like mac|; opera)/i,/cfnetwork\\/.+darwin/i],[[m,/_/g,"."],[c,"iOS"]],[/(mac os x) ?([\\w\\. ]*)/i,/(macintosh|mac_powerpc\\b)(?!.+haiku)/i],[[c,"Mac OS"],[m,/_/g,"."]],[/droid ([\\w\\.]+)\\b.+(android[- ]x86|harmonyos)/i],[m,c],[/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\\/ ]?([\\w\\.]*)/i,/(blackberry)\\w*\\/([\\w\\.]*)/i,/(tizen|kaios)[\\/ ]([\\w\\.]+)/i,/\\((series40);/i],[c,m],[/\\(bb(10);/i],[m,[c,z]],[/(?:symbian ?os|symbos|s60(?=;)|series60)[-\\/ ]?([\\w\\.]*)/i],[m,[c,"Symbian"]],[/mozilla\\/[\\d\\.]+ \\((?:mobile|tablet|tv|mobile; [\\w ]+); rv:.+ gecko\\/([\\w\\.]+)/i],[m,[c,ce+" OS"]],[/web0s;.+rt(tv)/i,/\\b(?:hp)?wos(?:browser)?\\/([\\w\\.]+)/i],[m,[c,"webOS"]],[/crkey\\/([\\d\\.]+)/i],[m,[c,P+"cast"]],[/(cros) [\\w]+ ([\\w\\.]+\\w)/i],[[c,"Chromium OS"],m],[/(nintendo|playstation) ([wids345portablevuch]+)/i,/(xbox); +xbox ([^\\);]+)/i,/\\b(joli|palm)\\b ?(?:os)?\\/?([\\w\\.]*)/i,/(mint)[\\/\\(\\) ]?(\\w*)/i,/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\\/ ]?(?!chrom|package)([-\\w\\.]*)/i,/(hurd|linux) ?([\\w\\.]*)/i,/(gnu) ?([\\w\\.]*)/i,/\\b([-frentopcghs]{0,5}bsd|dragonfly)[\\/ ]?(?!amd|[ix346]{1,2}86)([\\w\\.]*)/i,/(haiku) (\\w+)/i],[c,m],[/(sunos) ?([\\w\\.\\d]*)/i],[[c,"Solaris"],m],[/((?:open)?solaris)[-\\/ ]?([\\w\\.]*)/i,/(aix) ((\\d)(?=\\.|\\)| )[\\w\\.])*/i,/\\b(beos|os\\/2|amigaos|morphos|openvms|fuchsia|hp-ux)/i,/(unix) ?([\\w\\.]*)/i],[c,m]]},Z=function(S,O){if(typeof S===u&&(O=S,S=e),!(this instanceof Z))return new Z(S,O).getResult();var I=S||(typeof t!==s&&t.navigator&&t.navigator.userAgent?t.navigator.userAgent:n),q=O?et(Rr,O):Rr;return this.getBrowser=function(){var x={};return x[c]=e,x[m]=e,He.call(x,I,q.browser),x.major=di(x.version),x},this.getCPU=function(){var x={};return x[_]=e,He.call(x,I,q.cpu),x},this.getDevice=function(){var x={};return x[f]=e,x[a]=e,x[l]=e,He.call(x,I,q.device),x},this.getEngine=function(){var x={};return x[c]=e,x[m]=e,He.call(x,I,q.engine),x},this.getOS=function(){var x={};return x[c]=e,x[m]=e,He.call(x,I,q.os),x},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return I},this.setUA=function(x){return I=typeof x===d&&x.length>w?Nt(x,w):x,this},this.setUA(I),this};Z.VERSION=r,Z.BROWSER=tt([c,m,p]),Z.CPU=tt([_]),Z.DEVICE=tt([a,f,l,b,v,T,y,L,k]),Z.ENGINE=Z.OS=tt([c,m]),typeof Qe!==s?(typeof Ct!==s&&Ct.exports&&(Qe=Ct.exports=Z),Qe.UAParser=Z):typeof define===o&&define.amd?define(function(){return Z}):typeof t!==s&&(t.UAParser=Z);var Ae=typeof t!==s&&(t.jQuery||t.Zepto);if(Ae&&!Ae.ua){var rt=new Z;Ae.ua=rt.getResult(),Ae.ua.get=function(){return rt.getUA()},Ae.ua.set=function(S){rt.setUA(S);var O=rt.getResult();for(var I in O)Ae.ua[I]=O[I]}}})(typeof window=="object"?window:Qe)});var oe=(t,e)=>{Vt(t);let r=t.querySelector("aside");r.dataset.view=e,r.classList.remove("section-ready"),setTimeout(()=>{r.classList.add("section-ready")},200)},Ar=t=>{Array.from(t.querySelectorAll(".back-button")).forEach(e=>{e.addEventListener("click",r=>{Vt(t),r.preventDefault(),r.stopPropagation();let n=r.target;oe(t,n?.dataset.back||"nav-home")})})},Bt=(t,e)=>{Vt(t);let r=t.querySelector("aside"),n=document.createElement("div");n.className="ui-toast",n.innerHTML=e,r.appendChild(n),setTimeout(()=>{n.classList.add("ui-toast-show"),setTimeout(()=>{n.classList.remove("ui-toast-show"),setTimeout(()=>{n.remove()},500)},4e3)},30)},Vt=t=>{let e=t.querySelector("aside");Array.from(e.querySelectorAll(".ui-toast")).forEach(n=>{n.classList.remove("ui-toast-show")})},it=()=>{let t=Dr();return localStorage.getItem(t)!=="true"},Ft=t=>{let e=Dr();t?localStorage.removeItem(e):localStorage.setItem(e,"true")},Dr=()=>Ti("disableEdit"),Ti=t=>\`builder.__LOCAL_APP_ID__.\${t}\`,Nr=()=>{let e=document.body.querySelector("[builder-content-id]")?.getAttribute("builder-content-id");return je(e)},je=(t,e)=>{let r="/content";t&&(r+="/"+t+"/edit");let n=new URL(r,"https://builder.io");t&&e&&n.searchParams.set("selectedBlock",e);let i=new URL(location.pathname,location.href);return n.searchParams.set("overridePreviewUrl",i.href),n.href},ot="__DEV_TOOLS_URL__",G={components:[],registryPath:"",registryDisplayPath:"",frameworks:[],dependencies:[],publicApiKey:void 0,devToolsVersion:""},le=t=>{G.components=t.components,G.registryPath=t.registryPath,G.registryDisplayPath=t.registryDisplayPath,G.dependencies=t.dependencies,G.publicApiKey=t.publicApiKey};function Ur(t){let e=null,r=document.querySelector("builder-dev-tools-menu"),n=()=>{t.hide()},i=u=>{let d=u.target;if(!d){n();return}if(d.closest("builder-dev-tools-edit"))return;let p=d.closest("[builder-content-id]"),a=d.closest("[builder-id]");if(!p||!a){t.hide();return}let c=t.show(p,a);!c||c===e||(r.highlightOpener(),e=c)};document.addEventListener("pointerover",i,{passive:!0}),document.addEventListener("pointerleave",n,{passive:!0}),document.addEventListener("pointercancel",n,{passive:!0}),document.addEventListener("visibilitychange",n,{passive:!0}),window.addEventListener("popstate",n,{passive:!0});let o=history.pushState;history.pushState=function(...u){t.hide(),o.apply(this,u)};let s=history.replaceState;history.replaceState=function(...u){t.hide(),s.apply(this,u)}}var st=class extends HTMLElement{openInBuilder=null;block=null;constructor(){super()}connectedCallback(){this.setAttribute("aria-hidden","true");let e=this.attachShadow({mode:"open"});e.innerHTML='<style>*,*:before,*:after{box-sizing:border-box}:host{--background-color: rgba(40, 40, 40, 1);--primary-color: rgba(72, 161, 255, 1);--primary-color-subdued: rgb(72, 161, 255, .6);--primary-color-highlight: rgb(126, 188, 255);--primary-contrast-color: white;--edit-color: #1d74e2;--edit-color-highlight: #1c6bd1;--edit-color-alpha: rgb(72, 161, 255, .15);--error-color: #ff2b55;--text-color: white;--text-color-highlight: white;--border-color: #454545;--button-background-color-hover: rgba(255, 255, 255, .1);--menu-width: 320px;--transition-time: .15s;--font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-family:var(--font-family);line-height:1.6}button{cursor:pointer;color:var(--text-color);-webkit-tap-highlight-color:transparent}input,select,button{font-family:var(--font-family)}:host{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2147483646;user-select:none;pointer-events:none;color:var(--text-color)}#content-highlight,#block{position:absolute}#content-highlight{border:3px solid var(--primary-color);background-color:var(--primary-color-alpha)}a{position:absolute;top:-33px;left:0;display:block;padding:5px 10px 8px;pointer-events:auto;z-index:100;text-decoration:none}a:hover{text-decoration:none}a span{display:block;padding:3px 6px;font-size:10px;font-weight:300;border-radius:3px;text-align:center;text-decoration:none;pointer-events:none;background-color:var(--edit-color);color:var(--text-color);white-space:nowrap}a:hover span{background-color:var(--edit-color-highlight)}a:hover~.outline{border-color:var(--edit-color-highlight)}#open-in-editor{display:none}.outline{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid var(--edit-color);background-color:var(--edit-color-alpha)}</style><div id="block"> <a id="open-in-builder" target="builder"><span>Open In Builder</span></a> <a id="open-in-editor" href="#open-in-editor"><span>Open In Editor</span></a> <div class="outline"></div> </div>',this.openInBuilder=e.getElementById("open-in-builder"),this.block=e.getElementById("block"),Ur(this)}show(e,r){if(!it())return this.hide(),null;let n=e.getAttribute("builder-content-id"),i=r.getAttribute("builder-id");if(!n||!i)return this.hide(),null;let o=this.block,s=this.openInBuilder,u=r.getBoundingClientRect();o.style.top=u.top+window.scrollY-1+"px",o.style.left=u.left+window.scrollX+"px",o.style.width=u.width+"px",o.style.height=u.height+1+"px";let d=s.getBoundingClientRect();if(d.width>u.width){let p=d.width-u.width;s.style.left=p/2*-1+"px"}else s.style.left="";return s.href=je(n,i),this.style.display="block",i}hide(){this.style.display=""}};var Mr="preview-url";var Br="_b-uid";var Vr="/~builder-connect";var Fr="/~builder-dev-tools";var Hr="https://cdn.builder.io/api/v1/proxy-api?url=https://api2.amplitude.com/2/httpapi";var qr=()=>se({type:"validateBuilder"}),De=t=>se({type:"launchEditor",data:t}),jr=t=>se({type:"getRegistry",data:t}),Gr=t=>se({type:"loadComponent",data:t}),Kr=t=>se({type:"registerComponent",data:t}),Wr=t=>se({type:"setComponentInfo",data:t}),at=t=>se({type:"setComponentInput",data:t}),$r=t=>se({type:"unregisterComponent",data:t}),Yr=t=>se({type:"enableDevTools",data:{enabled:t}}),zr=()=>se({type:"localConfig"}),se=async t=>{let e=new URL(Fr,ot),r;try{r=await fetch(e,{method:"POST",body:JSON.stringify(t)})}catch(i){throw console.error(\`Devtools Fetch Error, \${e.href}\`,i),new Error("Builder Devtools Fetch Error")}if((r.headers.get("content-type")||"").includes("application/json")){let i=await r.json();if(r.ok)return i.data;if(Array.isArray(i.errors)&&i.errors.length>0)throw i.errors.forEach(o=>console.error(o)),new Error(\`Builder Devtools Fetch Error: \${i.errors[0]}\`)}throw new Error(\`Builder Devtools Fetch Error: \${r.status}, \${await r.text()}\`)};var Qr=[{value:"boolean",text:"boolean"},{value:"color",text:"color (provides a color in hex or rgb)"},{value:"date",text:"date (same format as the Date constructor)"},{value:"email",text:"email"},{value:"file",text:"file (uploads a file and provides a url)"},{value:"list",text:"list (collection of items)"},{value:"longText",text:"longText (multiline text editor)"},{value:"number",text:"number"},{value:"object",text:"object (set of specific names and values)"},{value:"richText",text:"richText (provides value as html)"},{value:"string",text:"string"}],ut=["color","date","email","file","longText","richText","string"],ct=["number"],lt=["boolean"],dt=["list"],pt=["object"];function ft(t){return ut.includes(t)?"string":ct.includes(t)?"number":lt.includes(t)?"boolean":dt.includes(t)?"array":pt.includes(t)?"object":"string"}var Io=new Set(["about","accessKey","accessKeyLabel","asChild","autoCapitalize","autoCorrect","autoFocus","autoSave","blur","contentEditable","contextMenu","dangerouslySetInnerHTML","datatype","defaultChecked","defaultValue","dir","draggable","enterKeyHint","focus","form","formAction","formEncType","formMethod","formNoValidate","formTarget","inlist","innerText","inputMode","is","isContentEditable","itemID","itemProp","itemRef","itemScope","itemType","lang","nonce","offsetHeight","offsetLeft","offsetTop","offsetWidth","outerText","prefix","property","radioGroup","rel","resource","results","rev","role","security","slot","spellCheck","suppressContentEditableWarning","suppressHydrationWarning","tabIndex","translate","typeof","unselectable","vocab"].map(t=>t.toLowerCase()));var Ht=function(t,e){return Ht=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])},Ht(t,e)};function ae(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");Ht(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var E=function(){return E=Object.assign||function(e){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},E.apply(this,arguments)};function Ge(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}function g(t,e,r,n){function i(o){return o instanceof r?o:new r(function(s){s(o)})}return new(r||(r=Promise))(function(o,s){function u(a){try{p(n.next(a))}catch(c){s(c)}}function d(a){try{p(n.throw(a))}catch(c){s(c)}}function p(a){a.done?o(a.value):i(a.value).then(u,d)}p((n=n.apply(t,e||[])).next())})}function h(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,s=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return s.next=u(0),s.throw=u(1),s.return=u(2),typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function u(p){return function(a){return d([p,a])}}function d(p){if(n)throw new TypeError("Generator is already executing.");for(;s&&(s=0,p[0]&&(r=0)),r;)try{if(n=1,i&&(o=p[0]&2?i.return:p[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,p[1])).done)return o;switch(i=0,o&&(p=[p[0]&2,o.value]),p[0]){case 0:case 1:o=p;break;case 4:return r.label++,{value:p[1],done:!1};case 5:r.label++,i=p[1],p=[0];continue;case 7:p=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(p[0]===6||p[0]===2)){r=0;continue}if(p[0]===3&&(!o||p[1]>o[0]&&p[1]<o[3])){r.label=p[1];break}if(p[0]===6&&r.label<o[1]){r.label=o[1],o=p;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(p);break}o[2]&&r.ops.pop(),r.trys.pop();continue}p=e.call(t,r)}catch(a){p=[6,a],i=0}finally{n=o=0}if(p[0]&5)throw p[1];return{value:p[0]?p[1]:void 0,done:!0}}}function J(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function A(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],s;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(u){s={error:u}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(s)throw s.error}}return o}function ee(t,e,r){if(r||arguments.length===2)for(var n=0,i=e.length,o;n<i;n++)(o||!(n in e))&&(o||(o=Array.prototype.slice.call(e,0,n)),o[n]=e[n]);return t.concat(o||Array.prototype.slice.call(e))}var mt={};bi(mt,{IdentifyOperation:()=>B,LogLevel:()=>Y,PluginType:()=>N,RevenueProperty:()=>re,ServerZone:()=>Se,SpecialEventType:()=>de,Status:()=>M,TransportType:()=>Ie});var B;(function(t){t.SET="$set",t.SET_ONCE="$setOnce",t.ADD="$add",t.APPEND="$append",t.PREPEND="$prepend",t.REMOVE="$remove",t.PREINSERT="$preInsert",t.POSTINSERT="$postInsert",t.UNSET="$unset",t.CLEAR_ALL="$clearAll"})(B||(B={}));var re;(function(t){t.REVENUE_PRODUCT_ID="$productId",t.REVENUE_QUANTITY="$quantity",t.REVENUE_PRICE="$price",t.REVENUE_TYPE="$revenueType",t.REVENUE_CURRENCY="$currency",t.REVENUE="$revenue"})(re||(re={}));var de;(function(t){t.IDENTIFY="$identify",t.GROUP_IDENTIFY="$groupidentify",t.REVENUE="revenue_amount"})(de||(de={}));var Y;(function(t){t[t.None=0]="None",t[t.Error=1]="Error",t[t.Warn=2]="Warn",t[t.Verbose=3]="Verbose",t[t.Debug=4]="Debug"})(Y||(Y={}));var N;(function(t){t.BEFORE="before",t.ENRICHMENT="enrichment",t.DESTINATION="destination"})(N||(N={}));var Se;(function(t){t.US="US",t.EU="EU",t.STAGING="STAGING"})(Se||(Se={}));var M;(function(t){t.Unknown="unknown",t.Skipped="skipped",t.Success="success",t.RateLimit="rate_limit",t.PayloadTooLarge="payload_too_large",t.Invalid="invalid",t.Failed="failed",t.Timeout="Timeout",t.SystemError="SystemError"})(M||(M={}));var Ie;(function(t){t.XHR="xhr",t.SendBeacon="beacon",t.Fetch="fetch"})(Ie||(Ie={}));var qt="-",xe="AMP",jt="".concat(xe,"_unsent"),Gt="https://api2.amplitude.com/2/httpapi",Xr="https://api.eu.amplitude.com/2/httpapi",Zr="https://api2.amplitude.com/batch",Jr="https://api.eu.amplitude.com/batch";var wi=1e3,vt=function(t){if(Object.keys(t).length>wi)return!1;for(var e in t){var r=t[e];if(!Kt(e,r))return!1}return!0},Kt=function(t,e){var r,n;if(typeof t!="string")return!1;if(Array.isArray(e)){var i=!0;try{for(var o=J(e),s=o.next();!s.done;s=o.next()){var u=s.value;if(Array.isArray(u))return!1;if(typeof u=="object")i=i&&vt(u);else if(!["number","string"].includes(typeof u))return!1;if(!i)return!1}}catch(d){r={error:d}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}}else{if(e==null)return!1;if(typeof e=="object")return vt(e);if(!["number","string","boolean"].includes(typeof e))return!1}return!0};var ne=(function(){function t(){this._propertySet=new Set,this._properties={}}return t.prototype.getUserProperties=function(){return E({},this._properties)},t.prototype.set=function(e,r){return this._safeSet(B.SET,e,r),this},t.prototype.setOnce=function(e,r){return this._safeSet(B.SET_ONCE,e,r),this},t.prototype.append=function(e,r){return this._safeSet(B.APPEND,e,r),this},t.prototype.prepend=function(e,r){return this._safeSet(B.PREPEND,e,r),this},t.prototype.postInsert=function(e,r){return this._safeSet(B.POSTINSERT,e,r),this},t.prototype.preInsert=function(e,r){return this._safeSet(B.PREINSERT,e,r),this},t.prototype.remove=function(e,r){return this._safeSet(B.REMOVE,e,r),this},t.prototype.add=function(e,r){return this._safeSet(B.ADD,e,r),this},t.prototype.unset=function(e){return this._safeSet(B.UNSET,e,qt),this},t.prototype.clearAll=function(){return this._properties={},this._properties[B.CLEAR_ALL]=qt,this},t.prototype._safeSet=function(e,r,n){if(this._validate(e,r,n)){var i=this._properties[e];return i===void 0&&(i={},this._properties[e]=i),i[r]=n,this._propertySet.add(r),!0}return!1},t.prototype._validate=function(e,r,n){return this._properties[B.CLEAR_ALL]!==void 0||this._propertySet.has(r)?!1:e===B.ADD?typeof n=="number":e!==B.UNSET&&e!==B.REMOVE?Kt(r,n):!0},t})();var en=function(t,e,r){var n=typeof t=="string"?{event_type:t}:t;return E(E(E({},n),r),e&&{event_properties:e})},Ke=function(t,e){var r=E(E({},e),{event_type:de.IDENTIFY,user_properties:t.getUserProperties()});return r},tn=function(t,e,r,n){var i,o=E(E({},n),{event_type:de.GROUP_IDENTIFY,group_properties:r.getUserProperties(),groups:(i={},i[t]=e,i)});return o},rn=function(t,e,r){var n,i=new ne;i.set(t,e);var o=E(E({},r),{event_type:de.IDENTIFY,user_properties:i.getUserProperties(),groups:(n={},n[t]=e,n)});return o},nn=function(t,e){return E(E({},e),{event_type:de.REVENUE,event_properties:t.getEventProperties()})};var ve=function(t,e,r){return e===void 0&&(e=0),r===void 0&&(r=M.Unknown),{event:t,code:e,message:r}};var on=(function(){function t(e){this.client=e,this.queue=[],this.applying=!1,this.plugins=[]}return t.prototype.register=function(e,r){return g(this,void 0,void 0,function(){return h(this,function(n){switch(n.label){case 0:return[4,e.setup(r,this.client)];case 1:return n.sent(),this.plugins.push(e),[2]}})})},t.prototype.deregister=function(e,r){var n;return g(this,void 0,void 0,function(){var i,o;return h(this,function(s){switch(s.label){case 0:return i=this.plugins.findIndex(function(u){return u.name===e}),i===-1?(r.loggerProvider.warn("Plugin with name ".concat(e," does not exist, skipping deregistration")),[2]):(o=this.plugins[i],this.plugins.splice(i,1),[4,(n=o.teardown)===null||n===void 0?void 0:n.call(o)]);case 1:return s.sent(),[2]}})})},t.prototype.reset=function(e){this.applying=!1;var r=this.plugins;r.map(function(n){var i;return(i=n.teardown)===null||i===void 0?void 0:i.call(n)}),this.plugins=[],this.client=e},t.prototype.push=function(e){var r=this;return new Promise(function(n){r.queue.push([e,n]),r.scheduleApply(0)})},t.prototype.scheduleApply=function(e){var r=this;this.applying||(this.applying=!0,setTimeout(function(){r.apply(r.queue.shift()).then(function(){r.applying=!1,r.queue.length>0&&r.scheduleApply(0)})},e))},t.prototype.apply=function(e){return g(this,void 0,void 0,function(){var r,n,i,o,s,u,d,f,m,p,a,c,l,f,m,_,b,v,y,T,L,k;return h(this,function(w){switch(w.label){case 0:if(!e)return[2];r=A(e,1),n=r[0],i=A(e,2),o=i[1],s=this.plugins.filter(function(C){return C.type===N.BEFORE}),w.label=1;case 1:w.trys.push([1,6,7,8]),u=J(s),d=u.next(),w.label=2;case 2:return d.done?[3,5]:(f=d.value,[4,f.execute(E({},n))]);case 3:if(m=w.sent(),m===null)return o({event:n,code:0,message:""}),[2];n=m,w.label=4;case 4:return d=u.next(),[3,2];case 5:return[3,8];case 6:return p=w.sent(),y={error:p},[3,8];case 7:try{d&&!d.done&&(T=u.return)&&T.call(u)}finally{if(y)throw y.error}return[7];case 8:a=this.plugins.filter(function(C){return C.type===N.ENRICHMENT}),w.label=9;case 9:w.trys.push([9,14,15,16]),c=J(a),l=c.next(),w.label=10;case 10:return l.done?[3,13]:(f=l.value,[4,f.execute(E({},n))]);case 11:if(m=w.sent(),m===null)return o({event:n,code:0,message:""}),[2];n=m,w.label=12;case 12:return l=c.next(),[3,10];case 13:return[3,16];case 14:return _=w.sent(),L={error:_},[3,16];case 15:try{l&&!l.done&&(k=c.return)&&k.call(c)}finally{if(L)throw L.error}return[7];case 16:return b=this.plugins.filter(function(C){return C.type===N.DESTINATION}),v=b.map(function(C){var R=E({},n);return C.execute(R).catch(function(K){return ve(R,0,String(K))})}),Promise.all(v).then(function(C){var R=A(C,1),K=R[0];o(K)}),[2]}})})},t.prototype.flush=function(){return g(this,void 0,void 0,function(){var e,r,n,i=this;return h(this,function(o){switch(o.label){case 0:return e=this.queue,this.queue=[],[4,Promise.all(e.map(function(s){return i.apply(s)}))];case 1:return o.sent(),r=this.plugins.filter(function(s){return s.type===N.DESTINATION}),n=r.map(function(s){return s.flush&&s.flush()}),[4,Promise.all(n)];case 2:return o.sent(),[2]}})})},t})();var sn="Event tracked successfully",an="Unexpected error occurred",un="Event rejected due to exceeded retry count",cn="Event skipped due to optOut config",ln="Event rejected due to missing API key",dn="Invalid API key",pn="Client not initialized";var X=function(t){return{promise:t||Promise.resolve()}};var Wt=(function(){function t(e){e===void 0&&(e="$default"),this.initializing=!1,this.q=[],this.dispatchQ=[],this.logEvent=this.track.bind(this),this.timeline=new on(this),this.name=e}return t.prototype._init=function(e){return g(this,void 0,void 0,function(){return h(this,function(r){switch(r.label){case 0:return this.config=e,this.timeline.reset(this),[4,this.runQueuedFunctions("q")];case 1:return r.sent(),[2]}})})},t.prototype.runQueuedFunctions=function(e){return g(this,void 0,void 0,function(){var r,n,i,o,s,u,d;return h(this,function(p){switch(p.label){case 0:r=this[e],this[e]=[],p.label=1;case 1:p.trys.push([1,6,7,8]),n=J(r),i=n.next(),p.label=2;case 2:return i.done?[3,5]:(o=i.value,[4,o()]);case 3:p.sent(),p.label=4;case 4:return i=n.next(),[3,2];case 5:return[3,8];case 6:return s=p.sent(),u={error:s},[3,8];case 7:try{i&&!i.done&&(d=n.return)&&d.call(n)}finally{if(u)throw u.error}return[7];case 8:return[2]}})})},t.prototype.track=function(e,r,n){var i=en(e,r,n);return X(this.dispatch(i))},t.prototype.identify=function(e,r){var n=Ke(e,r);return X(this.dispatch(n))},t.prototype.groupIdentify=function(e,r,n,i){var o=tn(e,r,n,i);return X(this.dispatch(o))},t.prototype.setGroup=function(e,r,n){var i=rn(e,r,n);return X(this.dispatch(i))},t.prototype.revenue=function(e,r){var n=nn(e,r);return X(this.dispatch(n))},t.prototype.add=function(e){return this.config?X(this.timeline.register(e,this.config)):(this.q.push(this.add.bind(this,e)),X())},t.prototype.remove=function(e){return this.config?X(this.timeline.deregister(e,this.config)):(this.q.push(this.remove.bind(this,e)),X())},t.prototype.dispatchWithCallback=function(e,r){if(!this.config)return r(ve(e,0,pn));this.process(e).then(r)},t.prototype.dispatch=function(e){return g(this,void 0,void 0,function(){var r=this;return h(this,function(n){return this.config?[2,this.process(e)]:[2,new Promise(function(i){r.dispatchQ.push(r.dispatchWithCallback.bind(r,e,i))})]})})},t.prototype.process=function(e){return g(this,void 0,void 0,function(){var i,r,n,i;return h(this,function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),this.config.optOut?[2,ve(e,0,cn)]:[4,this.timeline.push(e)];case 1:return i=o.sent(),i.code===200?this.config.loggerProvider.log(i.message):this.config.loggerProvider.error(i.message),[2,i];case 2:return r=o.sent(),this.config.loggerProvider.error(r),n=String(r),i=ve(e,0,n),[2,i];case 3:return[2]}})})},t.prototype.setOptOut=function(e){if(!this.config){this.q.push(this.setOptOut.bind(this,!!e));return}this.config.optOut=!!e},t.prototype.flush=function(){return X(this.timeline.flush())},t})();var gt=(function(){function t(){this.productId="",this.quantity=1,this.price=0}return t.prototype.setProductId=function(e){return this.productId=e,this},t.prototype.setQuantity=function(e){return e>0&&(this.quantity=e),this},t.prototype.setPrice=function(e){return this.price=e,this},t.prototype.setRevenueType=function(e){return this.revenueType=e,this},t.prototype.setCurrency=function(e){return this.currency=e,this},t.prototype.setRevenue=function(e){return this.revenue=e,this},t.prototype.setEventProperties=function(e){return vt(e)&&(this.properties=e),this},t.prototype.getEventProperties=function(){var e=this.properties?E({},this.properties):{};return e[re.REVENUE_PRODUCT_ID]=this.productId,e[re.REVENUE_QUANTITY]=this.quantity,e[re.REVENUE_PRICE]=this.price,e[re.REVENUE_TYPE]=this.revenueType,e[re.REVENUE_CURRENCY]=this.currency,e[re.REVENUE]=this.revenue,e},t})();var fn=function(t,e){var r=Math.max(e,1);return t.reduce(function(n,i,o){var s=Math.floor(o/r);return n[s]||(n[s]=[]),n[s].push(i),n},[])};var ht="Amplitude Logger ",mn=(function(){function t(){this.logLevel=Y.None}return t.prototype.disable=function(){this.logLevel=Y.None},t.prototype.enable=function(e){e===void 0&&(e=Y.Warn),this.logLevel=e},t.prototype.log=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];this.logLevel<Y.Verbose||console.log("".concat(ht,"[Log]: ").concat(e.join(" ")))},t.prototype.warn=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];this.logLevel<Y.Warn||console.warn("".concat(ht,"[Warn]: ").concat(e.join(" ")))},t.prototype.error=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];this.logLevel<Y.Error||console.error("".concat(ht,"[Error]: ").concat(e.join(" ")))},t.prototype.debug=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];this.logLevel<Y.Debug||console.log("".concat(ht,"[Debug]: ").concat(e.join(" ")))},t})();var yt=function(){return{flushMaxRetries:12,flushQueueSize:200,flushIntervalMillis:1e4,instanceName:"$default_instance",logLevel:Y.Warn,loggerProvider:new mn,optOut:!1,serverUrl:Gt,serverZone:Se.US,useBatch:!1}},$t=(function(){function t(e){var r,n,i,o;this._optOut=!1;var s=yt();this.apiKey=e.apiKey,this.flushIntervalMillis=(r=e.flushIntervalMillis)!==null&&r!==void 0?r:s.flushIntervalMillis,this.flushMaxRetries=e.flushMaxRetries||s.flushMaxRetries,this.flushQueueSize=e.flushQueueSize||s.flushQueueSize,this.instanceName=e.instanceName||s.instanceName,this.loggerProvider=e.loggerProvider||s.loggerProvider,this.logLevel=(n=e.logLevel)!==null&&n!==void 0?n:s.logLevel,this.minIdLength=e.minIdLength,this.plan=e.plan,this.ingestionMetadata=e.ingestionMetadata,this.optOut=(i=e.optOut)!==null&&i!==void 0?i:s.optOut,this.serverUrl=e.serverUrl,this.serverZone=e.serverZone||s.serverZone,this.storageProvider=e.storageProvider,this.transportProvider=e.transportProvider,this.useBatch=(o=e.useBatch)!==null&&o!==void 0?o:s.useBatch,this.loggerProvider.enable(this.logLevel);var u=Yt(e.serverUrl,e.serverZone,e.useBatch);this.serverZone=u.serverZone,this.serverUrl=u.serverUrl}return Object.defineProperty(t.prototype,"optOut",{get:function(){return this._optOut},set:function(e){this._optOut=e},enumerable:!1,configurable:!0}),t})();var Si=function(t,e){return t===Se.EU?e?Jr:Xr:e?Zr:Gt},Yt=function(t,e,r){if(t===void 0&&(t=""),e===void 0&&(e=yt().serverZone),r===void 0&&(r=yt().useBatch),t)return{serverUrl:t,serverZone:void 0};var n=["US","EU"].includes(e)?e:yt().serverZone;return{serverZone:n,serverUrl:Si(n,r)}};function Ii(t){return t instanceof Error?t.message:String(t)}function bt(t){var e="";try{"body"in t&&(e=JSON.stringify(t.body))}catch{}return e}var zt=(function(){function t(){this.name="amplitude",this.type=N.DESTINATION,this.retryTimeout=1e3,this.throttleTimeout=3e4,this.storageKey="",this.scheduled=null,this.queue=[]}return t.prototype.setup=function(e){var r;return g(this,void 0,void 0,function(){var n,i=this;return h(this,function(o){switch(o.label){case 0:return this.config=e,this.storageKey="".concat(jt,"_").concat(this.config.apiKey.substring(0,10)),[4,(r=this.config.storageProvider)===null||r===void 0?void 0:r.get(this.storageKey)];case 1:return n=o.sent(),this.saveEvents(),n&&n.length>0&&Promise.all(n.map(function(s){return i.execute(s)})).catch(),[2,Promise.resolve(void 0)]}})})},t.prototype.execute=function(e){var r=this;return new Promise(function(n){var i={event:e,attempts:0,callback:function(o){return n(o)},timeout:0};r.addToQueue(i)})},t.prototype.addToQueue=function(){for(var e=this,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=r.filter(function(o){return o.attempts<e.config.flushMaxRetries?(o.attempts+=1,!0):(e.fulfillRequest([o],500,un),!1)});i.forEach(function(o){if(e.queue=e.queue.concat(o),o.timeout===0){e.schedule(e.config.flushIntervalMillis);return}setTimeout(function(){o.timeout=0,e.schedule(0)},o.timeout)}),this.saveEvents()},t.prototype.schedule=function(e){var r=this;this.scheduled||(this.scheduled=setTimeout(function(){r.flush(!0).then(function(){r.queue.length>0&&r.schedule(e)})},e))},t.prototype.flush=function(e){return e===void 0&&(e=!1),g(this,void 0,void 0,function(){var r,n,i,o=this;return h(this,function(s){switch(s.label){case 0:return r=[],n=[],this.queue.forEach(function(u){return u.timeout===0?r.push(u):n.push(u)}),this.queue=n,this.scheduled&&(clearTimeout(this.scheduled),this.scheduled=null),i=fn(r,this.config.flushQueueSize),[4,Promise.all(i.map(function(u){return o.send(u,e)}))];case 1:return s.sent(),[2]}})})},t.prototype.send=function(e,r){return r===void 0&&(r=!0),g(this,void 0,void 0,function(){var n,i,o,s,u;return h(this,function(d){switch(d.label){case 0:if(!this.config.apiKey)return[2,this.fulfillRequest(e,400,ln)];n={api_key:this.config.apiKey,events:e.map(function(p){var a=p.event,c=a.extra,l=Ge(a,["extra"]);return l}),options:{min_id_length:this.config.minIdLength}},d.label=1;case 1:return d.trys.push([1,3,,4]),i=Yt(this.config.serverUrl,this.config.serverZone,this.config.useBatch).serverUrl,[4,this.config.transportProvider.send(i,n)];case 2:return o=d.sent(),o===null?(this.fulfillRequest(e,0,an),[2]):r?(this.handleResponse(o,e),[3,4]):("body"in o?this.fulfillRequest(e,o.statusCode,"".concat(o.status,": ").concat(bt(o))):this.fulfillRequest(e,o.statusCode,o.status),[2]);case 3:return s=d.sent(),this.config.loggerProvider.error(s),u=Ii(s),this.fulfillRequest(e,0,u),[3,4];case 4:return[2]}})})},t.prototype.handleResponse=function(e,r){var n=e.status;switch(n){case M.Success:{this.handleSuccessResponse(e,r);break}case M.Invalid:{this.handleInvalidResponse(e,r);break}case M.PayloadTooLarge:{this.handlePayloadTooLargeResponse(e,r);break}case M.RateLimit:{this.handleRateLimitResponse(e,r);break}default:{this.config.loggerProvider.warn(\`{code: 0, error: "Status '\`.concat(n,"' provided for ").concat(r.length,' events"}')),this.handleOtherResponse(r);break}}},t.prototype.handleSuccessResponse=function(e,r){this.fulfillRequest(r,e.statusCode,sn)},t.prototype.handleInvalidResponse=function(e,r){var n=this;if(e.body.missingField||e.body.error.startsWith(dn)){this.fulfillRequest(r,e.statusCode,e.body.error);return}var i=ee(ee(ee(ee([],A(Object.values(e.body.eventsWithInvalidFields)),!1),A(Object.values(e.body.eventsWithMissingFields)),!1),A(Object.values(e.body.eventsWithInvalidIdLengths)),!1),A(e.body.silencedEvents),!1).flat(),o=new Set(i),s=r.filter(function(u,d){if(o.has(d)){n.fulfillRequest([u],e.statusCode,e.body.error);return}return!0});s.length>0&&this.config.loggerProvider.warn(bt(e)),this.addToQueue.apply(this,ee([],A(s),!1))},t.prototype.handlePayloadTooLargeResponse=function(e,r){if(r.length===1){this.fulfillRequest(r,e.statusCode,e.body.error);return}this.config.loggerProvider.warn(bt(e)),this.config.flushQueueSize/=2,this.addToQueue.apply(this,ee([],A(r),!1))},t.prototype.handleRateLimitResponse=function(e,r){var n=this,i=Object.keys(e.body.exceededDailyQuotaUsers),o=Object.keys(e.body.exceededDailyQuotaDevices),s=e.body.throttledEvents,u=new Set(i),d=new Set(o),p=new Set(s),a=r.filter(function(c,l){if(c.event.user_id&&u.has(c.event.user_id)||c.event.device_id&&d.has(c.event.device_id)){n.fulfillRequest([c],e.statusCode,e.body.error);return}return p.has(l)&&(c.timeout=n.throttleTimeout),!0});a.length>0&&this.config.loggerProvider.warn(bt(e)),this.addToQueue.apply(this,ee([],A(a),!1))},t.prototype.handleOtherResponse=function(e){var r=this;this.addToQueue.apply(this,ee([],A(e.map(function(n){return n.timeout=n.attempts*r.retryTimeout,n})),!1))},t.prototype.fulfillRequest=function(e,r,n){this.saveEvents(),e.forEach(function(i){return i.callback(ve(i.event,r,n))})},t.prototype.saveEvents=function(){if(this.config.storageProvider){var e=Array.from(this.queue.map(function(r){return r.event}));this.config.storageProvider.set(this.storageKey,e)}},t})();var xi=function(t){t===void 0&&(t=0);var e=new Error().stack||"";return e.split(\`
|
|
46
|
+
`),e.restartAppServer()},10),e.enableAppWatch(!t),{enabled:t,platform:e.platform()}}async function jh(e){return Vh(e,`"use strict";(()=>{var fi=Object.create;var Mt=Object.defineProperty;var mi=Object.getOwnPropertyDescriptor;var vi=Object.getOwnPropertyNames;var gi=Object.getPrototypeOf,hi=Object.prototype.hasOwnProperty;var yi=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),bi=(t,e)=>{for(var r in e)Mt(t,r,{get:e[r],enumerable:!0})},Ei=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of vi(e))!hi.call(t,i)&&i!==r&&Mt(t,i,{get:()=>e[i],enumerable:!(n=mi(e,i))||n.enumerable});return t};var _i=(t,e,r)=>(r=t!=null?fi(gi(t)):{},Ei(e||!t||!t.__esModule?Mt(r,"default",{value:t,enumerable:!0}):r,t));var jn=yi((Qe,Ct)=>{(function(t,e){"use strict";var r="0.7.33",n="",i="?",o="function",s="undefined",u="object",d="string",p="major",a="model",c="name",l="type",f="vendor",m="version",_="architecture",b="console",v="mobile",y="tablet",T="smarttv",L="wearable",k="embedded",w=350,C="Amazon",R="Apple",K="ASUS",z="BlackBerry",Q="Browser",P="Chrome",Ce="Edge",ce="Firefox",_e="Google",Me="Huawei",Re="LG",Oe="Microsoft",Be="Motorola",Te="Opera",we="Samsung",ke="Sharp",fe="Sony",me="Xiaomi",Ve="Zebra",U="Facebook",et=function(S,O){var I={};for(var q in S)O[q]&&O[q].length%2===0?I[q]=O[q].concat(S[q]):I[q]=S[q];return I},tt=function(S){for(var O={},I=0;I<S.length;I++)O[S[I].toUpperCase()]=S[I];return O},Pr=function(S,O){return typeof S===d?Fe(O).indexOf(Fe(S))!==-1:!1},Fe=function(S){return S.toLowerCase()},di=function(S){return typeof S===d?S.replace(/[^\\d\\.]/g,n).split(".")[0]:e},Nt=function(S,O){if(typeof S===d)return S=S.replace(/^\\s\\s*/,n),typeof O===s?S:S.substring(0,w)},He=function(S,O){for(var I=0,q,x,nt,D,qe,ie;I<O.length&&!qe;){var Or=O[I],kr=O[I+1];for(q=x=0;q<Or.length&&!qe;)if(qe=Or[q++].exec(S),qe)for(nt=0;nt<kr.length;nt++)ie=qe[++x],D=kr[nt],typeof D===u&&D.length>0?D.length===2?typeof D[1]==o?this[D[0]]=D[1].call(this,ie):this[D[0]]=D[1]:D.length===3?typeof D[1]===o&&!(D[1].exec&&D[1].test)?this[D[0]]=ie?D[1].call(this,ie,D[2]):e:this[D[0]]=ie?ie.replace(D[1],D[2]):e:D.length===4&&(this[D[0]]=ie?D[3].call(this,ie.replace(D[1],D[2])):e):this[D]=ie||e;I+=2}},Ut=function(S,O){for(var I in O)if(typeof O[I]===u&&O[I].length>0){for(var q=0;q<O[I].length;q++)if(Pr(O[I][q],S))return I===i?e:I}else if(Pr(O[I],S))return I===i?e:I;return S},pi={"1.0":"/8",1.2:"/1",1.3:"/3","2.0":"/412","2.0.2":"/416","2.0.3":"/417","2.0.4":"/419","?":"/"},Cr={ME:"4.90","NT 3.11":"NT3.51","NT 4.0":"NT4.0",2e3:"NT 5.0",XP:["NT 5.1","NT 5.2"],Vista:"NT 6.0",7:"NT 6.1",8:"NT 6.2",8.1:"NT 6.3",10:["NT 6.4","NT 10.0"],RT:"ARM"},Rr={browser:[[/\\b(?:crmo|crios)\\/([\\w\\.]+)/i],[m,[c,"Chrome"]],[/edg(?:e|ios|a)?\\/([\\w\\.]+)/i],[m,[c,"Edge"]],[/(opera mini)\\/([-\\w\\.]+)/i,/(opera [mobiletab]{3,6})\\b.+version\\/([-\\w\\.]+)/i,/(opera)(?:.+version\\/|[\\/ ]+)([\\w\\.]+)/i],[c,m],[/opios[\\/ ]+([\\w\\.]+)/i],[m,[c,Te+" Mini"]],[/\\bopr\\/([\\w\\.]+)/i],[m,[c,Te]],[/(kindle)\\/([\\w\\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer)[\\/ ]?([\\w\\.]*)/i,/(avant |iemobile|slim)(?:browser)?[\\/ ]?([\\w\\.]*)/i,/(ba?idubrowser)[\\/ ]?([\\w\\.]+)/i,/(?:ms|\\()(ie) ([\\w\\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|quark|qupzilla|falkon|rekonq|puffin|brave|whale|qqbrowserlite|qq|duckduckgo)\\/([-\\w\\.]+)/i,/(weibo)__([\\d\\.]+)/i],[c,m],[/(?:\\buc? ?browser|(?:juc.+)ucweb)[\\/ ]?([\\w\\.]+)/i],[m,[c,"UC"+Q]],[/microm.+\\bqbcore\\/([\\w\\.]+)/i,/\\bqbcore\\/([\\w\\.]+).+microm/i],[m,[c,"WeChat(Win) Desktop"]],[/micromessenger\\/([\\w\\.]+)/i],[m,[c,"WeChat"]],[/konqueror\\/([\\w\\.]+)/i],[m,[c,"Konqueror"]],[/trident.+rv[: ]([\\w\\.]{1,9})\\b.+like gecko/i],[m,[c,"IE"]],[/yabrowser\\/([\\w\\.]+)/i],[m,[c,"Yandex"]],[/(avast|avg)\\/([\\w\\.]+)/i],[[c,/(.+)/,"$1 Secure "+Q],m],[/\\bfocus\\/([\\w\\.]+)/i],[m,[c,ce+" Focus"]],[/\\bopt\\/([\\w\\.]+)/i],[m,[c,Te+" Touch"]],[/coc_coc\\w+\\/([\\w\\.]+)/i],[m,[c,"Coc Coc"]],[/dolfin\\/([\\w\\.]+)/i],[m,[c,"Dolphin"]],[/coast\\/([\\w\\.]+)/i],[m,[c,Te+" Coast"]],[/miuibrowser\\/([\\w\\.]+)/i],[m,[c,"MIUI "+Q]],[/fxios\\/([-\\w\\.]+)/i],[m,[c,ce]],[/\\bqihu|(qi?ho?o?|360)browser/i],[[c,"360 "+Q]],[/(oculus|samsung|sailfish|huawei)browser\\/([\\w\\.]+)/i],[[c,/(.+)/,"$1 "+Q],m],[/(comodo_dragon)\\/([\\w\\.]+)/i],[[c,/_/g," "],m],[/(electron)\\/([\\w\\.]+) safari/i,/(tesla)(?: qtcarbrowser|\\/(20\\d\\d\\.[-\\w\\.]+))/i,/m?(qqbrowser|baiduboxapp|2345Explorer)[\\/ ]?([\\w\\.]+)/i],[c,m],[/(metasr)[\\/ ]?([\\w\\.]+)/i,/(lbbrowser)/i,/\\[(linkedin)app\\]/i],[c],[/((?:fban\\/fbios|fb_iab\\/fb4a)(?!.+fbav)|;fbav\\/([\\w\\.]+);)/i],[[c,U],m],[/safari (line)\\/([\\w\\.]+)/i,/\\b(line)\\/([\\w\\.]+)\\/iab/i,/(chromium|instagram)[\\/ ]([-\\w\\.]+)/i],[c,m],[/\\bgsa\\/([\\w\\.]+) .*safari\\//i],[m,[c,"GSA"]],[/headlesschrome(?:\\/([\\w\\.]+)| )/i],[m,[c,P+" Headless"]],[/ wv\\).+(chrome)\\/([\\w\\.]+)/i],[[c,P+" WebView"],m],[/droid.+ version\\/([\\w\\.]+)\\b.+(?:mobile safari|safari)/i],[m,[c,"Android "+Q]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\\/v?([\\w\\.]+)/i],[c,m],[/version\\/([\\w\\.\\,]+) .*mobile\\/\\w+ (safari)/i],[m,[c,"Mobile Safari"]],[/version\\/([\\w(\\.|\\,)]+) .*(mobile ?safari|safari)/i],[m,c],[/webkit.+?(mobile ?safari|safari)(\\/[\\w\\.]+)/i],[c,[m,Ut,pi]],[/(webkit|khtml)\\/([\\w\\.]+)/i],[c,m],[/(navigator|netscape\\d?)\\/([-\\w\\.]+)/i],[[c,"Netscape"],m],[/mobile vr; rv:([\\w\\.]+)\\).+firefox/i],[m,[c,ce+" Reality"]],[/ekiohf.+(flow)\\/([\\w\\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror|klar)[\\/ ]?([\\w\\.\\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\\/([-\\w\\.]+)$/i,/(firefox)\\/([\\w\\.]+)/i,/(mozilla)\\/([\\w\\.]+) .+rv\\:.+gecko\\/\\d+/i,/(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|sleipnir|obigo|mosaic|(?:go|ice|up)[\\. ]?browser)[-\\/ ]?v?([\\w\\.]+)/i,/(links) \\(([\\w\\.]+)/i],[c,m],[/(cobalt)\\/([\\w\\.]+)/i],[c,[m,/master.|lts./,""]]],cpu:[[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\\)]/i],[[_,"amd64"]],[/(ia32(?=;))/i],[[_,Fe]],[/((?:i[346]|x)86)[;\\)]/i],[[_,"ia32"]],[/\\b(aarch64|arm(v?8e?l?|_?64))\\b/i],[[_,"arm64"]],[/\\b(arm(?:v[67])?ht?n?[fl]p?)\\b/i],[[_,"armhf"]],[/windows (ce|mobile); ppc;/i],[[_,"arm"]],[/((?:ppc|powerpc)(?:64)?)(?: mac|;|\\))/i],[[_,/ower/,n,Fe]],[/(sun4\\w)[;\\)]/i],[[_,"sparc"]],[/((?:avr32|ia64(?=;))|68k(?=\\))|\\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\\b|pa-risc)/i],[[_,Fe]]],device:[[/\\b(sch-i[89]0\\d|shw-m380s|sm-[ptx]\\w{2,4}|gt-[pn]\\d{2,4}|sgh-t8[56]9|nexus 10)/i],[a,[f,we],[l,y]],[/\\b((?:s[cgp]h|gt|sm)-\\w+|galaxy nexus)/i,/samsung[- ]([-\\w]+)/i,/sec-(sgh\\w+)/i],[a,[f,we],[l,v]],[/((ipod|iphone)\\d+,\\d+)/i],[a,[f,R],[l,v]],[/(ipad\\d+,\\d+)/i],[a,[f,R],[l,y]],[/\\((ip(?:hone|od)[\\w ]*);/i],[a,[f,R],[l,v]],[/\\((ipad);[-\\w\\),; ]+apple/i,/applecoremedia\\/[\\w\\.]+ \\((ipad)/i,/\\b(ipad)\\d\\d?,\\d\\d?[;\\]].+ios/i],[a,[f,R],[l,y]],[/(macintosh);/i],[a,[f,R]],[/\\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\\d{2})\\b(?!.+d\\/s)/i],[a,[f,Me],[l,y]],[/(?:huawei|honor)([-\\w ]+)[;\\)]/i,/\\b(nexus 6p|\\w{2,4}e?-[atu]?[ln][\\dx][012359c][adn]?)\\b(?!.+d\\/s)/i],[a,[f,Me],[l,v]],[/\\b(poco[\\w ]+)(?: bui|\\))/i,/\\b; (\\w+) build\\/hm\\1/i,/\\b(hm[-_ ]?note?[_ ]?(?:\\d\\w)?) bui/i,/\\b(redmi[\\-_ ]?(?:note|k)?[\\w_ ]+)(?: bui|\\))/i,/\\b(mi[-_ ]?(?:a\\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\\d?\\w?)[_ ]?(?:plus|se|lite)?)(?: bui|\\))/i],[[a,/_/g," "],[f,me],[l,v]],[/\\b(mi[-_ ]?(?:pad)(?:[\\w_ ]+))(?: bui|\\))/i],[[a,/_/g," "],[f,me],[l,y]],[/; (\\w+) bui.+ oppo/i,/\\b(cph[12]\\d{3}|p(?:af|c[al]|d\\w|e[ar])[mt]\\d0|x9007|a101op)\\b/i],[a,[f,"OPPO"],[l,v]],[/vivo (\\w+)(?: bui|\\))/i,/\\b(v[12]\\d{3}\\w?[at])(?: bui|;)/i],[a,[f,"Vivo"],[l,v]],[/\\b(rmx[12]\\d{3})(?: bui|;|\\))/i],[a,[f,"Realme"],[l,v]],[/\\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\\b[\\w ]+build\\//i,/\\bmot(?:orola)?[- ](\\w*)/i,/((?:moto[\\w\\(\\) ]+|xt\\d{3,4}|nexus 6)(?= bui|\\)))/i],[a,[f,Be],[l,v]],[/\\b(mz60\\d|xoom[2 ]{0,2}) build\\//i],[a,[f,Be],[l,y]],[/((?=lg)?[vl]k\\-?\\d{3}) bui| 3\\.[-\\w; ]{10}lg?-([06cv9]{3,4})/i],[a,[f,Re],[l,y]],[/(lm(?:-?f100[nv]?|-[\\w\\.]+)(?= bui|\\))|nexus [45])/i,/\\blg[-e;\\/ ]+((?!browser|netcast|android tv)\\w+)/i,/\\blg-?([\\d\\w]+) bui/i],[a,[f,Re],[l,v]],[/(ideatab[-\\w ]+)/i,/lenovo ?(s[56]000[-\\w]+|tab(?:[\\w ]+)|yt[-\\d\\w]{6}|tb[-\\d\\w]{6})/i],[a,[f,"Lenovo"],[l,y]],[/(?:maemo|nokia).*(n900|lumia \\d+)/i,/nokia[-_ ]?([-\\w\\.]*)/i],[[a,/_/g," "],[f,"Nokia"],[l,v]],[/(pixel c)\\b/i],[a,[f,_e],[l,y]],[/droid.+; (pixel[\\daxl ]{0,6})(?: bui|\\))/i],[a,[f,_e],[l,v]],[/droid.+ (a?\\d[0-2]{2}so|[c-g]\\d{4}|so[-gl]\\w+|xq-a\\w[4-7][12])(?= bui|\\).+chrome\\/(?![1-6]{0,1}\\d\\.))/i],[a,[f,fe],[l,v]],[/sony tablet [ps]/i,/\\b(?:sony)?sgp\\w+(?: bui|\\))/i],[[a,"Xperia Tablet"],[f,fe],[l,y]],[/ (kb2005|in20[12]5|be20[12][59])\\b/i,/(?:one)?(?:plus)? (a\\d0\\d\\d)(?: b|\\))/i],[a,[f,"OnePlus"],[l,v]],[/(alexa)webm/i,/(kf[a-z]{2}wi)( bui|\\))/i,/(kf[a-z]+)( bui|\\)).+silk\\//i],[a,[f,C],[l,y]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\\)).+silk\\//i],[[a,/(.+)/g,"Fire Phone $1"],[f,C],[l,v]],[/(playbook);[-\\w\\),; ]+(rim)/i],[a,f,[l,y]],[/\\b((?:bb[a-f]|st[hv])100-\\d)/i,/\\(bb10; (\\w+)/i],[a,[f,z],[l,v]],[/(?:\\b|asus_)(transfo[prime ]{4,10} \\w+|eeepc|slider \\w+|nexus 7|padfone|p00[cj])/i],[a,[f,K],[l,y]],[/ (z[bes]6[027][012][km][ls]|zenfone \\d\\w?)\\b/i],[a,[f,K],[l,v]],[/(nexus 9)/i],[a,[f,"HTC"],[l,y]],[/(htc)[-;_ ]{1,2}([\\w ]+(?=\\)| bui)|\\w+)/i,/(zte)[- ]([\\w ]+?)(?: bui|\\/|\\))/i,/(alcatel|geeksphone|nexian|panasonic|sony(?!-bra))[-_ ]?([-\\w]*)/i],[f,[a,/_/g," "],[l,v]],[/droid.+; ([ab][1-7]-?[0178a]\\d\\d?)/i],[a,[f,"Acer"],[l,y]],[/droid.+; (m[1-5] note) bui/i,/\\bmz-([-\\w]{2,})/i],[a,[f,"Meizu"],[l,v]],[/\\b(sh-?[altvz]?\\d\\d[a-ekm]?)/i],[a,[f,ke],[l,v]],[/(blackberry|benq|palm(?=\\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron)[-_ ]?([-\\w]*)/i,/(hp) ([\\w ]+\\w)/i,/(asus)-?(\\w+)/i,/(microsoft); (lumia[\\w ]+)/i,/(lenovo)[-_ ]?([-\\w]+)/i,/(jolla)/i,/(oppo) ?([\\w ]+) bui/i],[f,a,[l,v]],[/(archos) (gamepad2?)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\\/([\\w\\.]+)/i,/(nook)[\\w ]+build\\/(\\w+)/i,/(dell) (strea[kpr\\d ]*[\\dko])/i,/(le[- ]+pan)[- ]+(\\w{1,9}) bui/i,/(trinity)[- ]*(t\\d{3}) bui/i,/(gigaset)[- ]+(q\\w{1,9}) bui/i,/(vodafone) ([\\w ]+)(?:\\)| bui)/i],[f,a,[l,y]],[/(surface duo)/i],[a,[f,Oe],[l,y]],[/droid [\\d\\.]+; (fp\\du?)(?: b|\\))/i],[a,[f,"Fairphone"],[l,v]],[/(u304aa)/i],[a,[f,"AT&T"],[l,v]],[/\\bsie-(\\w*)/i],[a,[f,"Siemens"],[l,v]],[/\\b(rct\\w+) b/i],[a,[f,"RCA"],[l,y]],[/\\b(venue[\\d ]{2,7}) b/i],[a,[f,"Dell"],[l,y]],[/\\b(q(?:mv|ta)\\w+) b/i],[a,[f,"Verizon"],[l,y]],[/\\b(?:barnes[& ]+noble |bn[rt])([\\w\\+ ]*) b/i],[a,[f,"Barnes & Noble"],[l,y]],[/\\b(tm\\d{3}\\w+) b/i],[a,[f,"NuVision"],[l,y]],[/\\b(k88) b/i],[a,[f,"ZTE"],[l,y]],[/\\b(nx\\d{3}j) b/i],[a,[f,"ZTE"],[l,v]],[/\\b(gen\\d{3}) b.+49h/i],[a,[f,"Swiss"],[l,v]],[/\\b(zur\\d{3}) b/i],[a,[f,"Swiss"],[l,y]],[/\\b((zeki)?tb.*\\b) b/i],[a,[f,"Zeki"],[l,y]],[/\\b([yr]\\d{2}) b/i,/\\b(dragon[- ]+touch |dt)(\\w{5}) b/i],[[f,"Dragon Touch"],a,[l,y]],[/\\b(ns-?\\w{0,9}) b/i],[a,[f,"Insignia"],[l,y]],[/\\b((nxa|next)-?\\w{0,9}) b/i],[a,[f,"NextBook"],[l,y]],[/\\b(xtreme\\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i],[[f,"Voice"],a,[l,v]],[/\\b(lvtel\\-)?(v1[12]) b/i],[[f,"LvTel"],a,[l,v]],[/\\b(ph-1) /i],[a,[f,"Essential"],[l,v]],[/\\b(v(100md|700na|7011|917g).*\\b) b/i],[a,[f,"Envizen"],[l,y]],[/\\b(trio[-\\w\\. ]+) b/i],[a,[f,"MachSpeed"],[l,y]],[/\\btu_(1491) b/i],[a,[f,"Rotor"],[l,y]],[/(shield[\\w ]+) b/i],[a,[f,"Nvidia"],[l,y]],[/(sprint) (\\w+)/i],[f,a,[l,v]],[/(kin\\.[onetw]{3})/i],[[a,/\\./g," "],[f,Oe],[l,v]],[/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\\)/i],[a,[f,Ve],[l,y]],[/droid.+; (ec30|ps20|tc[2-8]\\d[kx])\\)/i],[a,[f,Ve],[l,v]],[/(ouya)/i,/(nintendo) ([wids3utch]+)/i],[f,a,[l,b]],[/droid.+; (shield) bui/i],[a,[f,"Nvidia"],[l,b]],[/(playstation [345portablevi]+)/i],[a,[f,fe],[l,b]],[/\\b(xbox(?: one)?(?!; xbox))[\\); ]/i],[a,[f,Oe],[l,b]],[/smart-tv.+(samsung)/i],[f,[l,T]],[/hbbtv.+maple;(\\d+)/i],[[a,/^/,"SmartTV"],[f,we],[l,T]],[/(nux; netcast.+smarttv|lg (netcast\\.tv-201\\d|android tv))/i],[[f,Re],[l,T]],[/(apple) ?tv/i],[f,[a,R+" TV"],[l,T]],[/crkey/i],[[a,P+"cast"],[f,_e],[l,T]],[/droid.+aft(\\w)( bui|\\))/i],[a,[f,C],[l,T]],[/\\(dtv[\\);].+(aquos)/i,/(aquos-tv[\\w ]+)\\)/i],[a,[f,ke],[l,T]],[/(bravia[\\w ]+)( bui|\\))/i],[a,[f,fe],[l,T]],[/(mitv-\\w{5}) bui/i],[a,[f,me],[l,T]],[/\\b(roku)[\\dx]*[\\)\\/]((?:dvp-)?[\\d\\.]*)/i,/hbbtv\\/\\d+\\.\\d+\\.\\d+ +\\([\\w ]*; *(\\w[^;]*);([^;]*)/i],[[f,Nt],[a,Nt],[l,T]],[/\\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\\b/i],[[l,T]],[/((pebble))app/i],[f,a,[l,L]],[/droid.+; (glass) \\d/i],[a,[f,_e],[l,L]],[/droid.+; (wt63?0{2,3})\\)/i],[a,[f,Ve],[l,L]],[/(quest( 2)?)/i],[a,[f,U],[l,L]],[/(tesla)(?: qtcarbrowser|\\/[-\\w\\.]+)/i],[f,[l,k]],[/droid .+?; ([^;]+?)(?: bui|\\) applew).+? mobile safari/i],[a,[l,v]],[/droid .+?; ([^;]+?)(?: bui|\\) applew).+?(?! mobile) safari/i],[a,[l,y]],[/\\b((tablet|tab)[;\\/]|focus\\/\\d(?!.+mobile))/i],[[l,y]],[/(phone|mobile(?:[;\\/]| [ \\w\\/\\.]*safari)|pda(?=.+windows ce))/i],[[l,v]],[/(android[-\\w\\. ]{0,9});.+buil/i],[a,[f,"Generic"]]],engine:[[/windows.+ edge\\/([\\w\\.]+)/i],[m,[c,Ce+"HTML"]],[/webkit\\/537\\.36.+chrome\\/(?!27)([\\w\\.]+)/i],[m,[c,"Blink"]],[/(presto)\\/([\\w\\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\\/([\\w\\.]+)/i,/ekioh(flow)\\/([\\w\\.]+)/i,/(khtml|tasman|links)[\\/ ]\\(?([\\w\\.]+)/i,/(icab)[\\/ ]([23]\\.[\\d\\.]+)/i],[c,m],[/rv\\:([\\w\\.]{1,9})\\b.+(gecko)/i],[m,c]],os:[[/microsoft (windows) (vista|xp)/i],[c,m],[/(windows) nt 6\\.2; (arm)/i,/(windows (?:phone(?: os)?|mobile))[\\/ ]?([\\d\\.\\w ]*)/i,/(windows)[\\/ ]?([ntce\\d\\. ]+\\w)(?!.+xbox)/i],[c,[m,Ut,Cr]],[/(win(?=3|9|n)|win 9x )([nt\\d\\.]+)/i],[[c,"Windows"],[m,Ut,Cr]],[/ip[honead]{2,4}\\b(?:.*os ([\\w]+) like mac|; opera)/i,/cfnetwork\\/.+darwin/i],[[m,/_/g,"."],[c,"iOS"]],[/(mac os x) ?([\\w\\. ]*)/i,/(macintosh|mac_powerpc\\b)(?!.+haiku)/i],[[c,"Mac OS"],[m,/_/g,"."]],[/droid ([\\w\\.]+)\\b.+(android[- ]x86|harmonyos)/i],[m,c],[/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\\/ ]?([\\w\\.]*)/i,/(blackberry)\\w*\\/([\\w\\.]*)/i,/(tizen|kaios)[\\/ ]([\\w\\.]+)/i,/\\((series40);/i],[c,m],[/\\(bb(10);/i],[m,[c,z]],[/(?:symbian ?os|symbos|s60(?=;)|series60)[-\\/ ]?([\\w\\.]*)/i],[m,[c,"Symbian"]],[/mozilla\\/[\\d\\.]+ \\((?:mobile|tablet|tv|mobile; [\\w ]+); rv:.+ gecko\\/([\\w\\.]+)/i],[m,[c,ce+" OS"]],[/web0s;.+rt(tv)/i,/\\b(?:hp)?wos(?:browser)?\\/([\\w\\.]+)/i],[m,[c,"webOS"]],[/crkey\\/([\\d\\.]+)/i],[m,[c,P+"cast"]],[/(cros) [\\w]+ ([\\w\\.]+\\w)/i],[[c,"Chromium OS"],m],[/(nintendo|playstation) ([wids345portablevuch]+)/i,/(xbox); +xbox ([^\\);]+)/i,/\\b(joli|palm)\\b ?(?:os)?\\/?([\\w\\.]*)/i,/(mint)[\\/\\(\\) ]?(\\w*)/i,/(mageia|vectorlinux)[; ]/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\\/ ]?(?!chrom|package)([-\\w\\.]*)/i,/(hurd|linux) ?([\\w\\.]*)/i,/(gnu) ?([\\w\\.]*)/i,/\\b([-frentopcghs]{0,5}bsd|dragonfly)[\\/ ]?(?!amd|[ix346]{1,2}86)([\\w\\.]*)/i,/(haiku) (\\w+)/i],[c,m],[/(sunos) ?([\\w\\.\\d]*)/i],[[c,"Solaris"],m],[/((?:open)?solaris)[-\\/ ]?([\\w\\.]*)/i,/(aix) ((\\d)(?=\\.|\\)| )[\\w\\.])*/i,/\\b(beos|os\\/2|amigaos|morphos|openvms|fuchsia|hp-ux)/i,/(unix) ?([\\w\\.]*)/i],[c,m]]},Z=function(S,O){if(typeof S===u&&(O=S,S=e),!(this instanceof Z))return new Z(S,O).getResult();var I=S||(typeof t!==s&&t.navigator&&t.navigator.userAgent?t.navigator.userAgent:n),q=O?et(Rr,O):Rr;return this.getBrowser=function(){var x={};return x[c]=e,x[m]=e,He.call(x,I,q.browser),x.major=di(x.version),x},this.getCPU=function(){var x={};return x[_]=e,He.call(x,I,q.cpu),x},this.getDevice=function(){var x={};return x[f]=e,x[a]=e,x[l]=e,He.call(x,I,q.device),x},this.getEngine=function(){var x={};return x[c]=e,x[m]=e,He.call(x,I,q.engine),x},this.getOS=function(){var x={};return x[c]=e,x[m]=e,He.call(x,I,q.os),x},this.getResult=function(){return{ua:this.getUA(),browser:this.getBrowser(),engine:this.getEngine(),os:this.getOS(),device:this.getDevice(),cpu:this.getCPU()}},this.getUA=function(){return I},this.setUA=function(x){return I=typeof x===d&&x.length>w?Nt(x,w):x,this},this.setUA(I),this};Z.VERSION=r,Z.BROWSER=tt([c,m,p]),Z.CPU=tt([_]),Z.DEVICE=tt([a,f,l,b,v,T,y,L,k]),Z.ENGINE=Z.OS=tt([c,m]),typeof Qe!==s?(typeof Ct!==s&&Ct.exports&&(Qe=Ct.exports=Z),Qe.UAParser=Z):typeof define===o&&define.amd?define(function(){return Z}):typeof t!==s&&(t.UAParser=Z);var Ae=typeof t!==s&&(t.jQuery||t.Zepto);if(Ae&&!Ae.ua){var rt=new Z;Ae.ua=rt.getResult(),Ae.ua.get=function(){return rt.getUA()},Ae.ua.set=function(S){rt.setUA(S);var O=rt.getResult();for(var I in O)Ae.ua[I]=O[I]}}})(typeof window=="object"?window:Qe)});var oe=(t,e)=>{Vt(t);let r=t.querySelector("aside");r.dataset.view=e,r.classList.remove("section-ready"),setTimeout(()=>{r.classList.add("section-ready")},200)},Ar=t=>{Array.from(t.querySelectorAll(".back-button")).forEach(e=>{e.addEventListener("click",r=>{Vt(t),r.preventDefault(),r.stopPropagation();let n=r.target;oe(t,n?.dataset.back||"nav-home")})})},Bt=(t,e)=>{Vt(t);let r=t.querySelector("aside"),n=document.createElement("div");n.className="ui-toast",n.innerHTML=e,r.appendChild(n),setTimeout(()=>{n.classList.add("ui-toast-show"),setTimeout(()=>{n.classList.remove("ui-toast-show"),setTimeout(()=>{n.remove()},500)},4e3)},30)},Vt=t=>{let e=t.querySelector("aside");Array.from(e.querySelectorAll(".ui-toast")).forEach(n=>{n.classList.remove("ui-toast-show")})},it=()=>{let t=Dr();return localStorage.getItem(t)!=="true"},Ft=t=>{let e=Dr();t?localStorage.removeItem(e):localStorage.setItem(e,"true")},Dr=()=>Ti("disableEdit"),Ti=t=>\`builder.__LOCAL_APP_ID__.\${t}\`,Nr=()=>{let e=document.body.querySelector("[builder-content-id]")?.getAttribute("builder-content-id");return je(e)},je=(t,e)=>{let r="/content";t&&(r+="/"+t+"/edit");let n=new URL(r,"https://builder.io");t&&e&&n.searchParams.set("selectedBlock",e);let i=new URL(location.pathname,location.href);return n.searchParams.set("overridePreviewUrl",i.href),n.href},ot="__DEV_TOOLS_URL__",G={components:[],registryPath:"",registryDisplayPath:"",frameworks:[],dependencies:[],publicApiKey:void 0,devToolsVersion:""},le=t=>{G.components=t.components,G.registryPath=t.registryPath,G.registryDisplayPath=t.registryDisplayPath,G.dependencies=t.dependencies,G.publicApiKey=t.publicApiKey};function Ur(t){let e=null,r=document.querySelector("builder-dev-tools-menu"),n=()=>{t.hide()},i=u=>{let d=u.target;if(!d){n();return}if(d.closest("builder-dev-tools-edit"))return;let p=d.closest("[builder-content-id]"),a=d.closest("[builder-id]");if(!p||!a){t.hide();return}let c=t.show(p,a);!c||c===e||(r.highlightOpener(),e=c)};document.addEventListener("pointerover",i,{passive:!0}),document.addEventListener("pointerleave",n,{passive:!0}),document.addEventListener("pointercancel",n,{passive:!0}),document.addEventListener("visibilitychange",n,{passive:!0}),window.addEventListener("popstate",n,{passive:!0});let o=history.pushState;history.pushState=function(...u){t.hide(),o.apply(this,u)};let s=history.replaceState;history.replaceState=function(...u){t.hide(),s.apply(this,u)}}var st=class extends HTMLElement{openInBuilder=null;block=null;constructor(){super()}connectedCallback(){this.setAttribute("aria-hidden","true");let e=this.attachShadow({mode:"open"});e.innerHTML='<style>*,*:before,*:after{box-sizing:border-box}:host{--background-color: rgba(40, 40, 40, 1);--primary-color: rgba(72, 161, 255, 1);--primary-color-subdued: rgb(72, 161, 255, .6);--primary-color-highlight: rgb(126, 188, 255);--primary-contrast-color: white;--edit-color: #1d74e2;--edit-color-highlight: #1c6bd1;--edit-color-alpha: rgb(72, 161, 255, .15);--error-color: #ff2b55;--text-color: white;--text-color-highlight: white;--border-color: #454545;--button-background-color-hover: rgba(255, 255, 255, .1);--menu-width: 320px;--transition-time: .15s;--font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-family:var(--font-family);line-height:1.6}button{cursor:pointer;color:var(--text-color);-webkit-tap-highlight-color:transparent}input,select,button{font-family:var(--font-family)}:host{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2147483646;user-select:none;pointer-events:none;color:var(--text-color)}#content-highlight,#block{position:absolute}#content-highlight{border:3px solid var(--primary-color);background-color:var(--primary-color-alpha)}a{position:absolute;top:-33px;left:0;display:block;padding:5px 10px 8px;pointer-events:auto;z-index:100;text-decoration:none}a:hover{text-decoration:none}a span{display:block;padding:3px 6px;font-size:10px;font-weight:300;border-radius:3px;text-align:center;text-decoration:none;pointer-events:none;background-color:var(--edit-color);color:var(--text-color);white-space:nowrap}a:hover span{background-color:var(--edit-color-highlight)}a:hover~.outline{border-color:var(--edit-color-highlight)}#open-in-editor{display:none}.outline{position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid var(--edit-color);background-color:var(--edit-color-alpha)}</style><div id="block"> <a id="open-in-builder" target="builder"><span>Open In Builder</span></a> <a id="open-in-editor" href="#open-in-editor"><span>Open In Editor</span></a> <div class="outline"></div> </div>',this.openInBuilder=e.getElementById("open-in-builder"),this.block=e.getElementById("block"),Ur(this)}show(e,r){if(!it())return this.hide(),null;let n=e.getAttribute("builder-content-id"),i=r.getAttribute("builder-id");if(!n||!i)return this.hide(),null;let o=this.block,s=this.openInBuilder,u=r.getBoundingClientRect();o.style.top=u.top+window.scrollY-1+"px",o.style.left=u.left+window.scrollX+"px",o.style.width=u.width+"px",o.style.height=u.height+1+"px";let d=s.getBoundingClientRect();if(d.width>u.width){let p=d.width-u.width;s.style.left=p/2*-1+"px"}else s.style.left="";return s.href=je(n,i),this.style.display="block",i}hide(){this.style.display=""}};var Mr="preview-url";var Br="_b-uid";var Vr="/~builder-connect";var Fr="/~builder-dev-tools";var Hr="https://cdn.builder.io/api/v1/proxy-api?url=https://api2.amplitude.com/2/httpapi";var qr=()=>se({type:"validateBuilder"}),De=t=>se({type:"launchEditor",data:t}),jr=t=>se({type:"getRegistry",data:t}),Gr=t=>se({type:"loadComponent",data:t}),Kr=t=>se({type:"registerComponent",data:t}),Wr=t=>se({type:"setComponentInfo",data:t}),at=t=>se({type:"setComponentInput",data:t}),$r=t=>se({type:"unregisterComponent",data:t}),Yr=t=>se({type:"enableDevTools",data:{enabled:t}}),zr=()=>se({type:"localConfig"}),se=async t=>{let e=new URL(Fr,ot),r;try{r=await fetch(e,{method:"POST",body:JSON.stringify(t)})}catch(i){throw console.error(\`Devtools Fetch Error, \${e.href}\`,i),new Error("Builder Devtools Fetch Error")}if((r.headers.get("content-type")||"").includes("application/json")){let i=await r.json();if(r.ok)return i.data;if(Array.isArray(i.errors)&&i.errors.length>0)throw i.errors.forEach(o=>console.error(o)),new Error(\`Builder Devtools Fetch Error: \${i.errors[0]}\`)}throw new Error(\`Builder Devtools Fetch Error: \${r.status}, \${await r.text()}\`)};var Qr=[{value:"boolean",text:"boolean"},{value:"color",text:"color (provides a color in hex or rgb)"},{value:"date",text:"date (same format as the Date constructor)"},{value:"email",text:"email"},{value:"file",text:"file (uploads a file and provides a url)"},{value:"list",text:"list (collection of items)"},{value:"longText",text:"longText (multiline text editor)"},{value:"number",text:"number"},{value:"object",text:"object (set of specific names and values)"},{value:"richText",text:"richText (provides value as html)"},{value:"string",text:"string"}],ut=["color","date","email","file","longText","richText","string"],ct=["number"],lt=["boolean"],dt=["list"],pt=["object"];function ft(t){return ut.includes(t)?"string":ct.includes(t)?"number":lt.includes(t)?"boolean":dt.includes(t)?"array":pt.includes(t)?"object":"string"}var Io=new Set(["about","accessKey","accessKeyLabel","asChild","autoCapitalize","autoCorrect","autoFocus","autoSave","blur","contentEditable","contextMenu","dangerouslySetInnerHTML","datatype","defaultChecked","defaultValue","dir","draggable","enterKeyHint","focus","form","formAction","formEncType","formMethod","formNoValidate","formTarget","inlist","innerText","inputMode","is","isContentEditable","itemID","itemProp","itemRef","itemScope","itemType","lang","nonce","offsetHeight","offsetLeft","offsetTop","offsetWidth","outerText","prefix","property","radioGroup","rel","resource","results","rev","role","security","slot","spellCheck","suppressContentEditableWarning","suppressHydrationWarning","tabIndex","translate","typeof","unselectable","vocab"].map(t=>t.toLowerCase()));var Ht=function(t,e){return Ht=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(r,n){r.__proto__=n}||function(r,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])},Ht(t,e)};function ae(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");Ht(t,e);function r(){this.constructor=t}t.prototype=e===null?Object.create(e):(r.prototype=e.prototype,new r)}var E=function(){return E=Object.assign||function(e){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},E.apply(this,arguments)};function Ge(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}function g(t,e,r,n){function i(o){return o instanceof r?o:new r(function(s){s(o)})}return new(r||(r=Promise))(function(o,s){function u(a){try{p(n.next(a))}catch(c){s(c)}}function d(a){try{p(n.throw(a))}catch(c){s(c)}}function p(a){a.done?o(a.value):i(a.value).then(u,d)}p((n=n.apply(t,e||[])).next())})}function h(t,e){var r={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,s=Object.create((typeof Iterator=="function"?Iterator:Object).prototype);return s.next=u(0),s.throw=u(1),s.return=u(2),typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function u(p){return function(a){return d([p,a])}}function d(p){if(n)throw new TypeError("Generator is already executing.");for(;s&&(s=0,p[0]&&(r=0)),r;)try{if(n=1,i&&(o=p[0]&2?i.return:p[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,p[1])).done)return o;switch(i=0,o&&(p=[p[0]&2,o.value]),p[0]){case 0:case 1:o=p;break;case 4:return r.label++,{value:p[1],done:!1};case 5:r.label++,i=p[1],p=[0];continue;case 7:p=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(p[0]===6||p[0]===2)){r=0;continue}if(p[0]===3&&(!o||p[1]>o[0]&&p[1]<o[3])){r.label=p[1];break}if(p[0]===6&&r.label<o[1]){r.label=o[1],o=p;break}if(o&&r.label<o[2]){r.label=o[2],r.ops.push(p);break}o[2]&&r.ops.pop(),r.trys.pop();continue}p=e.call(t,r)}catch(a){p=[6,a],i=0}finally{n=o=0}if(p[0]&5)throw p[1];return{value:p[0]?p[1]:void 0,done:!0}}}function J(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function A(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],s;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(u){s={error:u}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(s)throw s.error}}return o}function ee(t,e,r){if(r||arguments.length===2)for(var n=0,i=e.length,o;n<i;n++)(o||!(n in e))&&(o||(o=Array.prototype.slice.call(e,0,n)),o[n]=e[n]);return t.concat(o||Array.prototype.slice.call(e))}var mt={};bi(mt,{IdentifyOperation:()=>B,LogLevel:()=>Y,PluginType:()=>N,RevenueProperty:()=>re,ServerZone:()=>Se,SpecialEventType:()=>de,Status:()=>M,TransportType:()=>Ie});var B;(function(t){t.SET="$set",t.SET_ONCE="$setOnce",t.ADD="$add",t.APPEND="$append",t.PREPEND="$prepend",t.REMOVE="$remove",t.PREINSERT="$preInsert",t.POSTINSERT="$postInsert",t.UNSET="$unset",t.CLEAR_ALL="$clearAll"})(B||(B={}));var re;(function(t){t.REVENUE_PRODUCT_ID="$productId",t.REVENUE_QUANTITY="$quantity",t.REVENUE_PRICE="$price",t.REVENUE_TYPE="$revenueType",t.REVENUE_CURRENCY="$currency",t.REVENUE="$revenue"})(re||(re={}));var de;(function(t){t.IDENTIFY="$identify",t.GROUP_IDENTIFY="$groupidentify",t.REVENUE="revenue_amount"})(de||(de={}));var Y;(function(t){t[t.None=0]="None",t[t.Error=1]="Error",t[t.Warn=2]="Warn",t[t.Verbose=3]="Verbose",t[t.Debug=4]="Debug"})(Y||(Y={}));var N;(function(t){t.BEFORE="before",t.ENRICHMENT="enrichment",t.DESTINATION="destination"})(N||(N={}));var Se;(function(t){t.US="US",t.EU="EU",t.STAGING="STAGING"})(Se||(Se={}));var M;(function(t){t.Unknown="unknown",t.Skipped="skipped",t.Success="success",t.RateLimit="rate_limit",t.PayloadTooLarge="payload_too_large",t.Invalid="invalid",t.Failed="failed",t.Timeout="Timeout",t.SystemError="SystemError"})(M||(M={}));var Ie;(function(t){t.XHR="xhr",t.SendBeacon="beacon",t.Fetch="fetch"})(Ie||(Ie={}));var qt="-",xe="AMP",jt="".concat(xe,"_unsent"),Gt="https://api2.amplitude.com/2/httpapi",Xr="https://api.eu.amplitude.com/2/httpapi",Zr="https://api2.amplitude.com/batch",Jr="https://api.eu.amplitude.com/batch";var wi=1e3,vt=function(t){if(Object.keys(t).length>wi)return!1;for(var e in t){var r=t[e];if(!Kt(e,r))return!1}return!0},Kt=function(t,e){var r,n;if(typeof t!="string")return!1;if(Array.isArray(e)){var i=!0;try{for(var o=J(e),s=o.next();!s.done;s=o.next()){var u=s.value;if(Array.isArray(u))return!1;if(typeof u=="object")i=i&&vt(u);else if(!["number","string"].includes(typeof u))return!1;if(!i)return!1}}catch(d){r={error:d}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}}else{if(e==null)return!1;if(typeof e=="object")return vt(e);if(!["number","string","boolean"].includes(typeof e))return!1}return!0};var ne=(function(){function t(){this._propertySet=new Set,this._properties={}}return t.prototype.getUserProperties=function(){return E({},this._properties)},t.prototype.set=function(e,r){return this._safeSet(B.SET,e,r),this},t.prototype.setOnce=function(e,r){return this._safeSet(B.SET_ONCE,e,r),this},t.prototype.append=function(e,r){return this._safeSet(B.APPEND,e,r),this},t.prototype.prepend=function(e,r){return this._safeSet(B.PREPEND,e,r),this},t.prototype.postInsert=function(e,r){return this._safeSet(B.POSTINSERT,e,r),this},t.prototype.preInsert=function(e,r){return this._safeSet(B.PREINSERT,e,r),this},t.prototype.remove=function(e,r){return this._safeSet(B.REMOVE,e,r),this},t.prototype.add=function(e,r){return this._safeSet(B.ADD,e,r),this},t.prototype.unset=function(e){return this._safeSet(B.UNSET,e,qt),this},t.prototype.clearAll=function(){return this._properties={},this._properties[B.CLEAR_ALL]=qt,this},t.prototype._safeSet=function(e,r,n){if(this._validate(e,r,n)){var i=this._properties[e];return i===void 0&&(i={},this._properties[e]=i),i[r]=n,this._propertySet.add(r),!0}return!1},t.prototype._validate=function(e,r,n){return this._properties[B.CLEAR_ALL]!==void 0||this._propertySet.has(r)?!1:e===B.ADD?typeof n=="number":e!==B.UNSET&&e!==B.REMOVE?Kt(r,n):!0},t})();var en=function(t,e,r){var n=typeof t=="string"?{event_type:t}:t;return E(E(E({},n),r),e&&{event_properties:e})},Ke=function(t,e){var r=E(E({},e),{event_type:de.IDENTIFY,user_properties:t.getUserProperties()});return r},tn=function(t,e,r,n){var i,o=E(E({},n),{event_type:de.GROUP_IDENTIFY,group_properties:r.getUserProperties(),groups:(i={},i[t]=e,i)});return o},rn=function(t,e,r){var n,i=new ne;i.set(t,e);var o=E(E({},r),{event_type:de.IDENTIFY,user_properties:i.getUserProperties(),groups:(n={},n[t]=e,n)});return o},nn=function(t,e){return E(E({},e),{event_type:de.REVENUE,event_properties:t.getEventProperties()})};var ve=function(t,e,r){return e===void 0&&(e=0),r===void 0&&(r=M.Unknown),{event:t,code:e,message:r}};var on=(function(){function t(e){this.client=e,this.queue=[],this.applying=!1,this.plugins=[]}return t.prototype.register=function(e,r){return g(this,void 0,void 0,function(){return h(this,function(n){switch(n.label){case 0:return[4,e.setup(r,this.client)];case 1:return n.sent(),this.plugins.push(e),[2]}})})},t.prototype.deregister=function(e,r){var n;return g(this,void 0,void 0,function(){var i,o;return h(this,function(s){switch(s.label){case 0:return i=this.plugins.findIndex(function(u){return u.name===e}),i===-1?(r.loggerProvider.warn("Plugin with name ".concat(e," does not exist, skipping deregistration")),[2]):(o=this.plugins[i],this.plugins.splice(i,1),[4,(n=o.teardown)===null||n===void 0?void 0:n.call(o)]);case 1:return s.sent(),[2]}})})},t.prototype.reset=function(e){this.applying=!1;var r=this.plugins;r.map(function(n){var i;return(i=n.teardown)===null||i===void 0?void 0:i.call(n)}),this.plugins=[],this.client=e},t.prototype.push=function(e){var r=this;return new Promise(function(n){r.queue.push([e,n]),r.scheduleApply(0)})},t.prototype.scheduleApply=function(e){var r=this;this.applying||(this.applying=!0,setTimeout(function(){r.apply(r.queue.shift()).then(function(){r.applying=!1,r.queue.length>0&&r.scheduleApply(0)})},e))},t.prototype.apply=function(e){return g(this,void 0,void 0,function(){var r,n,i,o,s,u,d,f,m,p,a,c,l,f,m,_,b,v,y,T,L,k;return h(this,function(w){switch(w.label){case 0:if(!e)return[2];r=A(e,1),n=r[0],i=A(e,2),o=i[1],s=this.plugins.filter(function(C){return C.type===N.BEFORE}),w.label=1;case 1:w.trys.push([1,6,7,8]),u=J(s),d=u.next(),w.label=2;case 2:return d.done?[3,5]:(f=d.value,[4,f.execute(E({},n))]);case 3:if(m=w.sent(),m===null)return o({event:n,code:0,message:""}),[2];n=m,w.label=4;case 4:return d=u.next(),[3,2];case 5:return[3,8];case 6:return p=w.sent(),y={error:p},[3,8];case 7:try{d&&!d.done&&(T=u.return)&&T.call(u)}finally{if(y)throw y.error}return[7];case 8:a=this.plugins.filter(function(C){return C.type===N.ENRICHMENT}),w.label=9;case 9:w.trys.push([9,14,15,16]),c=J(a),l=c.next(),w.label=10;case 10:return l.done?[3,13]:(f=l.value,[4,f.execute(E({},n))]);case 11:if(m=w.sent(),m===null)return o({event:n,code:0,message:""}),[2];n=m,w.label=12;case 12:return l=c.next(),[3,10];case 13:return[3,16];case 14:return _=w.sent(),L={error:_},[3,16];case 15:try{l&&!l.done&&(k=c.return)&&k.call(c)}finally{if(L)throw L.error}return[7];case 16:return b=this.plugins.filter(function(C){return C.type===N.DESTINATION}),v=b.map(function(C){var R=E({},n);return C.execute(R).catch(function(K){return ve(R,0,String(K))})}),Promise.all(v).then(function(C){var R=A(C,1),K=R[0];o(K)}),[2]}})})},t.prototype.flush=function(){return g(this,void 0,void 0,function(){var e,r,n,i=this;return h(this,function(o){switch(o.label){case 0:return e=this.queue,this.queue=[],[4,Promise.all(e.map(function(s){return i.apply(s)}))];case 1:return o.sent(),r=this.plugins.filter(function(s){return s.type===N.DESTINATION}),n=r.map(function(s){return s.flush&&s.flush()}),[4,Promise.all(n)];case 2:return o.sent(),[2]}})})},t})();var sn="Event tracked successfully",an="Unexpected error occurred",un="Event rejected due to exceeded retry count",cn="Event skipped due to optOut config",ln="Event rejected due to missing API key",dn="Invalid API key",pn="Client not initialized";var X=function(t){return{promise:t||Promise.resolve()}};var Wt=(function(){function t(e){e===void 0&&(e="$default"),this.initializing=!1,this.q=[],this.dispatchQ=[],this.logEvent=this.track.bind(this),this.timeline=new on(this),this.name=e}return t.prototype._init=function(e){return g(this,void 0,void 0,function(){return h(this,function(r){switch(r.label){case 0:return this.config=e,this.timeline.reset(this),[4,this.runQueuedFunctions("q")];case 1:return r.sent(),[2]}})})},t.prototype.runQueuedFunctions=function(e){return g(this,void 0,void 0,function(){var r,n,i,o,s,u,d;return h(this,function(p){switch(p.label){case 0:r=this[e],this[e]=[],p.label=1;case 1:p.trys.push([1,6,7,8]),n=J(r),i=n.next(),p.label=2;case 2:return i.done?[3,5]:(o=i.value,[4,o()]);case 3:p.sent(),p.label=4;case 4:return i=n.next(),[3,2];case 5:return[3,8];case 6:return s=p.sent(),u={error:s},[3,8];case 7:try{i&&!i.done&&(d=n.return)&&d.call(n)}finally{if(u)throw u.error}return[7];case 8:return[2]}})})},t.prototype.track=function(e,r,n){var i=en(e,r,n);return X(this.dispatch(i))},t.prototype.identify=function(e,r){var n=Ke(e,r);return X(this.dispatch(n))},t.prototype.groupIdentify=function(e,r,n,i){var o=tn(e,r,n,i);return X(this.dispatch(o))},t.prototype.setGroup=function(e,r,n){var i=rn(e,r,n);return X(this.dispatch(i))},t.prototype.revenue=function(e,r){var n=nn(e,r);return X(this.dispatch(n))},t.prototype.add=function(e){return this.config?X(this.timeline.register(e,this.config)):(this.q.push(this.add.bind(this,e)),X())},t.prototype.remove=function(e){return this.config?X(this.timeline.deregister(e,this.config)):(this.q.push(this.remove.bind(this,e)),X())},t.prototype.dispatchWithCallback=function(e,r){if(!this.config)return r(ve(e,0,pn));this.process(e).then(r)},t.prototype.dispatch=function(e){return g(this,void 0,void 0,function(){var r=this;return h(this,function(n){return this.config?[2,this.process(e)]:[2,new Promise(function(i){r.dispatchQ.push(r.dispatchWithCallback.bind(r,e,i))})]})})},t.prototype.process=function(e){return g(this,void 0,void 0,function(){var i,r,n,i;return h(this,function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),this.config.optOut?[2,ve(e,0,cn)]:[4,this.timeline.push(e)];case 1:return i=o.sent(),i.code===200?this.config.loggerProvider.log(i.message):this.config.loggerProvider.error(i.message),[2,i];case 2:return r=o.sent(),this.config.loggerProvider.error(r),n=String(r),i=ve(e,0,n),[2,i];case 3:return[2]}})})},t.prototype.setOptOut=function(e){if(!this.config){this.q.push(this.setOptOut.bind(this,!!e));return}this.config.optOut=!!e},t.prototype.flush=function(){return X(this.timeline.flush())},t})();var gt=(function(){function t(){this.productId="",this.quantity=1,this.price=0}return t.prototype.setProductId=function(e){return this.productId=e,this},t.prototype.setQuantity=function(e){return e>0&&(this.quantity=e),this},t.prototype.setPrice=function(e){return this.price=e,this},t.prototype.setRevenueType=function(e){return this.revenueType=e,this},t.prototype.setCurrency=function(e){return this.currency=e,this},t.prototype.setRevenue=function(e){return this.revenue=e,this},t.prototype.setEventProperties=function(e){return vt(e)&&(this.properties=e),this},t.prototype.getEventProperties=function(){var e=this.properties?E({},this.properties):{};return e[re.REVENUE_PRODUCT_ID]=this.productId,e[re.REVENUE_QUANTITY]=this.quantity,e[re.REVENUE_PRICE]=this.price,e[re.REVENUE_TYPE]=this.revenueType,e[re.REVENUE_CURRENCY]=this.currency,e[re.REVENUE]=this.revenue,e},t})();var fn=function(t,e){var r=Math.max(e,1);return t.reduce(function(n,i,o){var s=Math.floor(o/r);return n[s]||(n[s]=[]),n[s].push(i),n},[])};var ht="Amplitude Logger ",mn=(function(){function t(){this.logLevel=Y.None}return t.prototype.disable=function(){this.logLevel=Y.None},t.prototype.enable=function(e){e===void 0&&(e=Y.Warn),this.logLevel=e},t.prototype.log=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];this.logLevel<Y.Verbose||console.log("".concat(ht,"[Log]: ").concat(e.join(" ")))},t.prototype.warn=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];this.logLevel<Y.Warn||console.warn("".concat(ht,"[Warn]: ").concat(e.join(" ")))},t.prototype.error=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];this.logLevel<Y.Error||console.error("".concat(ht,"[Error]: ").concat(e.join(" ")))},t.prototype.debug=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];this.logLevel<Y.Debug||console.log("".concat(ht,"[Debug]: ").concat(e.join(" ")))},t})();var yt=function(){return{flushMaxRetries:12,flushQueueSize:200,flushIntervalMillis:1e4,instanceName:"$default_instance",logLevel:Y.Warn,loggerProvider:new mn,optOut:!1,serverUrl:Gt,serverZone:Se.US,useBatch:!1}},$t=(function(){function t(e){var r,n,i,o;this._optOut=!1;var s=yt();this.apiKey=e.apiKey,this.flushIntervalMillis=(r=e.flushIntervalMillis)!==null&&r!==void 0?r:s.flushIntervalMillis,this.flushMaxRetries=e.flushMaxRetries||s.flushMaxRetries,this.flushQueueSize=e.flushQueueSize||s.flushQueueSize,this.instanceName=e.instanceName||s.instanceName,this.loggerProvider=e.loggerProvider||s.loggerProvider,this.logLevel=(n=e.logLevel)!==null&&n!==void 0?n:s.logLevel,this.minIdLength=e.minIdLength,this.plan=e.plan,this.ingestionMetadata=e.ingestionMetadata,this.optOut=(i=e.optOut)!==null&&i!==void 0?i:s.optOut,this.serverUrl=e.serverUrl,this.serverZone=e.serverZone||s.serverZone,this.storageProvider=e.storageProvider,this.transportProvider=e.transportProvider,this.useBatch=(o=e.useBatch)!==null&&o!==void 0?o:s.useBatch,this.loggerProvider.enable(this.logLevel);var u=Yt(e.serverUrl,e.serverZone,e.useBatch);this.serverZone=u.serverZone,this.serverUrl=u.serverUrl}return Object.defineProperty(t.prototype,"optOut",{get:function(){return this._optOut},set:function(e){this._optOut=e},enumerable:!1,configurable:!0}),t})();var Si=function(t,e){return t===Se.EU?e?Jr:Xr:e?Zr:Gt},Yt=function(t,e,r){if(t===void 0&&(t=""),e===void 0&&(e=yt().serverZone),r===void 0&&(r=yt().useBatch),t)return{serverUrl:t,serverZone:void 0};var n=["US","EU"].includes(e)?e:yt().serverZone;return{serverZone:n,serverUrl:Si(n,r)}};function Ii(t){return t instanceof Error?t.message:String(t)}function bt(t){var e="";try{"body"in t&&(e=JSON.stringify(t.body))}catch{}return e}var zt=(function(){function t(){this.name="amplitude",this.type=N.DESTINATION,this.retryTimeout=1e3,this.throttleTimeout=3e4,this.storageKey="",this.scheduled=null,this.queue=[]}return t.prototype.setup=function(e){var r;return g(this,void 0,void 0,function(){var n,i=this;return h(this,function(o){switch(o.label){case 0:return this.config=e,this.storageKey="".concat(jt,"_").concat(this.config.apiKey.substring(0,10)),[4,(r=this.config.storageProvider)===null||r===void 0?void 0:r.get(this.storageKey)];case 1:return n=o.sent(),this.saveEvents(),n&&n.length>0&&Promise.all(n.map(function(s){return i.execute(s)})).catch(),[2,Promise.resolve(void 0)]}})})},t.prototype.execute=function(e){var r=this;return new Promise(function(n){var i={event:e,attempts:0,callback:function(o){return n(o)},timeout:0};r.addToQueue(i)})},t.prototype.addToQueue=function(){for(var e=this,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i=r.filter(function(o){return o.attempts<e.config.flushMaxRetries?(o.attempts+=1,!0):(e.fulfillRequest([o],500,un),!1)});i.forEach(function(o){if(e.queue=e.queue.concat(o),o.timeout===0){e.schedule(e.config.flushIntervalMillis);return}setTimeout(function(){o.timeout=0,e.schedule(0)},o.timeout)}),this.saveEvents()},t.prototype.schedule=function(e){var r=this;this.scheduled||(this.scheduled=setTimeout(function(){r.flush(!0).then(function(){r.queue.length>0&&r.schedule(e)})},e))},t.prototype.flush=function(e){return e===void 0&&(e=!1),g(this,void 0,void 0,function(){var r,n,i,o=this;return h(this,function(s){switch(s.label){case 0:return r=[],n=[],this.queue.forEach(function(u){return u.timeout===0?r.push(u):n.push(u)}),this.queue=n,this.scheduled&&(clearTimeout(this.scheduled),this.scheduled=null),i=fn(r,this.config.flushQueueSize),[4,Promise.all(i.map(function(u){return o.send(u,e)}))];case 1:return s.sent(),[2]}})})},t.prototype.send=function(e,r){return r===void 0&&(r=!0),g(this,void 0,void 0,function(){var n,i,o,s,u;return h(this,function(d){switch(d.label){case 0:if(!this.config.apiKey)return[2,this.fulfillRequest(e,400,ln)];n={api_key:this.config.apiKey,events:e.map(function(p){var a=p.event,c=a.extra,l=Ge(a,["extra"]);return l}),options:{min_id_length:this.config.minIdLength}},d.label=1;case 1:return d.trys.push([1,3,,4]),i=Yt(this.config.serverUrl,this.config.serverZone,this.config.useBatch).serverUrl,[4,this.config.transportProvider.send(i,n)];case 2:return o=d.sent(),o===null?(this.fulfillRequest(e,0,an),[2]):r?(this.handleResponse(o,e),[3,4]):("body"in o?this.fulfillRequest(e,o.statusCode,"".concat(o.status,": ").concat(bt(o))):this.fulfillRequest(e,o.statusCode,o.status),[2]);case 3:return s=d.sent(),this.config.loggerProvider.error(s),u=Ii(s),this.fulfillRequest(e,0,u),[3,4];case 4:return[2]}})})},t.prototype.handleResponse=function(e,r){var n=e.status;switch(n){case M.Success:{this.handleSuccessResponse(e,r);break}case M.Invalid:{this.handleInvalidResponse(e,r);break}case M.PayloadTooLarge:{this.handlePayloadTooLargeResponse(e,r);break}case M.RateLimit:{this.handleRateLimitResponse(e,r);break}default:{this.config.loggerProvider.warn(\`{code: 0, error: "Status '\`.concat(n,"' provided for ").concat(r.length,' events"}')),this.handleOtherResponse(r);break}}},t.prototype.handleSuccessResponse=function(e,r){this.fulfillRequest(r,e.statusCode,sn)},t.prototype.handleInvalidResponse=function(e,r){var n=this;if(e.body.missingField||e.body.error.startsWith(dn)){this.fulfillRequest(r,e.statusCode,e.body.error);return}var i=ee(ee(ee(ee([],A(Object.values(e.body.eventsWithInvalidFields)),!1),A(Object.values(e.body.eventsWithMissingFields)),!1),A(Object.values(e.body.eventsWithInvalidIdLengths)),!1),A(e.body.silencedEvents),!1).flat(),o=new Set(i),s=r.filter(function(u,d){if(o.has(d)){n.fulfillRequest([u],e.statusCode,e.body.error);return}return!0});s.length>0&&this.config.loggerProvider.warn(bt(e)),this.addToQueue.apply(this,ee([],A(s),!1))},t.prototype.handlePayloadTooLargeResponse=function(e,r){if(r.length===1){this.fulfillRequest(r,e.statusCode,e.body.error);return}this.config.loggerProvider.warn(bt(e)),this.config.flushQueueSize/=2,this.addToQueue.apply(this,ee([],A(r),!1))},t.prototype.handleRateLimitResponse=function(e,r){var n=this,i=Object.keys(e.body.exceededDailyQuotaUsers),o=Object.keys(e.body.exceededDailyQuotaDevices),s=e.body.throttledEvents,u=new Set(i),d=new Set(o),p=new Set(s),a=r.filter(function(c,l){if(c.event.user_id&&u.has(c.event.user_id)||c.event.device_id&&d.has(c.event.device_id)){n.fulfillRequest([c],e.statusCode,e.body.error);return}return p.has(l)&&(c.timeout=n.throttleTimeout),!0});a.length>0&&this.config.loggerProvider.warn(bt(e)),this.addToQueue.apply(this,ee([],A(a),!1))},t.prototype.handleOtherResponse=function(e){var r=this;this.addToQueue.apply(this,ee([],A(e.map(function(n){return n.timeout=n.attempts*r.retryTimeout,n})),!1))},t.prototype.fulfillRequest=function(e,r,n){this.saveEvents(),e.forEach(function(i){return i.callback(ve(i.event,r,n))})},t.prototype.saveEvents=function(){if(this.config.storageProvider){var e=Array.from(this.queue.map(function(r){return r.event}));this.config.storageProvider.set(this.storageKey,e)}},t})();var xi=function(t){t===void 0&&(t=0);var e=new Error().stack||"";return e.split(\`
|
|
47
47
|
\`).slice(2+t).map(function(r){return r.trim()})},V=function(t){return function(){var e=E({},t.config),r=e.loggerProvider,n=e.logLevel;return{logger:r,logLevel:n}}},Li=function(t,e){var r,n;e=e.replace(/\\[(\\w+)\\]/g,".$1"),e=e.replace(/^\\./,"");try{for(var i=J(e.split(".")),o=i.next();!o.done;o=i.next()){var s=o.value;if(s in t)t=t[s];else return}}catch(u){r={error:u}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(r)throw r.error}}return t},F=function(t,e){return function(){var r,n,i={};try{for(var o=J(e),s=o.next();!s.done;s=o.next()){var u=s.value;i[u]=Li(t,u)}}catch(d){r={error:d}}finally{try{s&&!s.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}return i}},H=function(t,e,r,n,i){return i===void 0&&(i=null),function(){for(var o=[],s=0;s<arguments.length;s++)o[s]=arguments[s];var u=r(),d=u.logger,p=u.logLevel;if(p&&p<Y.Debug||!p||!d)return t.apply(i,o);var a={type:"invoke public method",name:e,args:o,stacktrace:xi(1),time:{start:new Date().toISOString()},states:{}};n&&a.states&&(a.states.before=n());var c=t.apply(i,o);return c&&c.promise?c.promise.then(function(){n&&a.states&&(a.states.after=n()),a.time&&(a.time.end=new Date().toISOString()),d.debug(JSON.stringify(a,null,2))}):(n&&a.states&&(a.states.after=n()),a.time&&(a.time.end=new Date().toISOString()),d.debug(JSON.stringify(a,null,2))),c}};var ge=function(t){return t?(t^Math.random()*16>>t/4).toString(16):(String(1e7)+String(-1e3)+String(-4e3)+String(-8e3)+String(-1e11)).replace(/[018]/g,ge)};var Et=(function(){function t(){this.memoryStorage=new Map}return t.prototype.isEnabled=function(){return g(this,void 0,void 0,function(){return h(this,function(e){return[2,!0]})})},t.prototype.get=function(e){return g(this,void 0,void 0,function(){return h(this,function(r){return[2,this.memoryStorage.get(e)]})})},t.prototype.getRaw=function(e){return g(this,void 0,void 0,function(){var r;return h(this,function(n){switch(n.label){case 0:return[4,this.get(e)];case 1:return r=n.sent(),[2,r?JSON.stringify(r):void 0]}})})},t.prototype.set=function(e,r){return g(this,void 0,void 0,function(){return h(this,function(n){return this.memoryStorage.set(e,r),[2]})})},t.prototype.remove=function(e){return g(this,void 0,void 0,function(){return h(this,function(r){return this.memoryStorage.delete(e),[2]})})},t.prototype.reset=function(){return g(this,void 0,void 0,function(){return h(this,function(e){return this.memoryStorage.clear(),[2]})})},t})();var Le=(function(){function t(){}return t.prototype.send=function(e,r){return Promise.resolve(null)},t.prototype.buildResponse=function(e){var r,n,i,o,s,u,d,p,a,c,l,f,m,_,b,v,y,T,L,k,w,C;if(typeof e!="object")return null;var R=e.code||0,K=this.buildStatus(R);switch(K){case M.Success:return{status:K,statusCode:R,body:{eventsIngested:(r=e.events_ingested)!==null&&r!==void 0?r:0,payloadSizeBytes:(n=e.payload_size_bytes)!==null&&n!==void 0?n:0,serverUploadTime:(i=e.server_upload_time)!==null&&i!==void 0?i:0}};case M.Invalid:return{status:K,statusCode:R,body:{error:(o=e.error)!==null&&o!==void 0?o:"",missingField:(s=e.missing_field)!==null&&s!==void 0?s:"",eventsWithInvalidFields:(u=e.events_with_invalid_fields)!==null&&u!==void 0?u:{},eventsWithMissingFields:(d=e.events_with_missing_fields)!==null&&d!==void 0?d:{},eventsWithInvalidIdLengths:(p=e.events_with_invalid_id_lengths)!==null&&p!==void 0?p:{},epsThreshold:(a=e.eps_threshold)!==null&&a!==void 0?a:0,exceededDailyQuotaDevices:(c=e.exceeded_daily_quota_devices)!==null&&c!==void 0?c:{},silencedDevices:(l=e.silenced_devices)!==null&&l!==void 0?l:[],silencedEvents:(f=e.silenced_events)!==null&&f!==void 0?f:[],throttledDevices:(m=e.throttled_devices)!==null&&m!==void 0?m:{},throttledEvents:(_=e.throttled_events)!==null&&_!==void 0?_:[]}};case M.PayloadTooLarge:return{status:K,statusCode:R,body:{error:(b=e.error)!==null&&b!==void 0?b:""}};case M.RateLimit:return{status:K,statusCode:R,body:{error:(v=e.error)!==null&&v!==void 0?v:"",epsThreshold:(y=e.eps_threshold)!==null&&y!==void 0?y:0,throttledDevices:(T=e.throttled_devices)!==null&&T!==void 0?T:{},throttledUsers:(L=e.throttled_users)!==null&&L!==void 0?L:{},exceededDailyQuotaDevices:(k=e.exceeded_daily_quota_devices)!==null&&k!==void 0?k:{},exceededDailyQuotaUsers:(w=e.exceeded_daily_quota_users)!==null&&w!==void 0?w:{},throttledEvents:(C=e.throttled_events)!==null&&C!==void 0?C:[]}};case M.Timeout:default:return{status:K,statusCode:R}}},t.prototype.buildStatus=function(e){return e>=200&&e<300?M.Success:e===429?M.RateLimit:e===413?M.PayloadTooLarge:e===408?M.Timeout:e>=400&&e<500?M.Invalid:e>=500?M.Failed:M.Unknown},t})();var Pi=(function(){function t(){}return t.prototype.getApplicationContext=function(){return{versionName:this.versionName,language:Ci(),platform:"Web",os:void 0,deviceModel:void 0}},t})(),Ci=function(){return typeof navigator<"u"&&(navigator.languages&&navigator.languages[0]||navigator.language)||""},Ri=(function(){function t(){this.queue=[]}return t.prototype.logEvent=function(e){this.receiver?this.receiver(e):this.queue.length<512&&this.queue.push(e)},t.prototype.setEventReceiver=function(e){this.receiver=e,this.queue.length>0&&(this.queue.forEach(function(r){e(r)}),this.queue=[])},t})(),he=function(){return he=Object.assign||function(e){for(var r,n=1,i=arguments.length;n<i;n++){r=arguments[n];for(var o in r)Object.prototype.hasOwnProperty.call(r,o)&&(e[o]=r[o])}return e},he.apply(this,arguments)};function _t(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function vn(t,e){var r=typeof Symbol=="function"&&t[Symbol.iterator];if(!r)return t;var n=r.call(t),i,o=[],s;try{for(;(e===void 0||e-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(u){s={error:u}}finally{try{i&&!i.done&&(r=n.return)&&r.call(n)}finally{if(s)throw s.error}}return o}var Tt=function(t,e){var r,n,i=["string","number","boolean","undefined"],o=typeof t,s=typeof e;if(o!==s)return!1;try{for(var u=_t(i),d=u.next();!d.done;d=u.next()){var p=d.value;if(p===o)return t===e}}catch(b){r={error:b}}finally{try{d&&!d.done&&(n=u.return)&&n.call(u)}finally{if(r)throw r.error}}if(t==null&&e==null)return!0;if(t==null||e==null||t.length!==e.length)return!1;var a=Array.isArray(t),c=Array.isArray(e);if(a!==c)return!1;if(a&&c){for(var l=0;l<t.length;l++)if(!Tt(t[l],e[l]))return!1}else{var f=Object.keys(t).sort(),m=Object.keys(e).sort();if(!Tt(f,m))return!1;var _=!0;return Object.keys(t).forEach(function(b){Tt(t[b],e[b])||(_=!1)}),_}return!0},Oi="$set",ki="$unset",Ai="$clearAll";Object.entries||(Object.entries=function(t){for(var e=Object.keys(t),r=e.length,n=new Array(r);r--;)n[r]=[e[r],t[e[r]]];return n});var Di=(function(){function t(){this.identity={userProperties:{}},this.listeners=new Set}return t.prototype.editIdentity=function(){var e=this,r=he({},this.identity.userProperties),n=he(he({},this.identity),{userProperties:r});return{setUserId:function(i){return n.userId=i,this},setDeviceId:function(i){return n.deviceId=i,this},setUserProperties:function(i){return n.userProperties=i,this},setOptOut:function(i){return n.optOut=i,this},updateUserProperties:function(i){var o,s,u,d,p,a,c=n.userProperties||{};try{for(var l=_t(Object.entries(i)),f=l.next();!f.done;f=l.next()){var m=vn(f.value,2),_=m[0],b=m[1];switch(_){case Oi:try{for(var v=(u=void 0,_t(Object.entries(b))),y=v.next();!y.done;y=v.next()){var T=vn(y.value,2),L=T[0],k=T[1];c[L]=k}}catch(R){u={error:R}}finally{try{y&&!y.done&&(d=v.return)&&d.call(v)}finally{if(u)throw u.error}}break;case ki:try{for(var w=(p=void 0,_t(Object.keys(b))),C=w.next();!C.done;C=w.next()){var L=C.value;delete c[L]}}catch(R){p={error:R}}finally{try{C&&!C.done&&(a=w.return)&&a.call(w)}finally{if(p)throw p.error}}break;case Ai:c={};break}}}catch(R){o={error:R}}finally{try{f&&!f.done&&(s=l.return)&&s.call(l)}finally{if(o)throw o.error}}return n.userProperties=c,this},commit:function(){return e.setIdentity(n),this}}},t.prototype.getIdentity=function(){return he({},this.identity)},t.prototype.setIdentity=function(e){var r=he({},this.identity);this.identity=he({},e),Tt(r,this.identity)||this.listeners.forEach(function(n){n(e)})},t.prototype.addIdentityListener=function(e){this.listeners.add(e)},t.prototype.removeIdentityListener=function(e){this.listeners.delete(e)},t})(),We=typeof globalThis<"u"?globalThis:typeof global<"u"?global:self,gn=(function(){function t(){this.identityStore=new Di,this.eventBridge=new Ri,this.applicationContextProvider=new Pi}return t.getInstance=function(e){return We.analyticsConnectorInstances||(We.analyticsConnectorInstances={}),We.analyticsConnectorInstances[e]||(We.analyticsConnectorInstances[e]=new t),We.analyticsConnectorInstances[e]},t})();var pe=function(t){return t===void 0&&(t="$default_instance"),gn.getInstance(t)},Qt=function(t,e){pe(e).identityStore.editIdentity().setUserId(t).commit()},Xt=function(t,e){pe(e).identityStore.editIdentity().setDeviceId(t).commit()},Zt=function(t,e){pe(e).identityStore.editIdentity().setOptOut(t).commit()};var $=function(){if(typeof globalThis<"u")return globalThis;if(typeof window<"u")return window;if(typeof self<"u")return self;if(typeof global<"u")return global};var Ne=function(){var t,e=$();if(!(!((t=e?.location)===null||t===void 0)&&t.search))return{};var r=e.location.search.substring(1).split("&").filter(Boolean),n=r.reduce(function(i,o){var s=o.split("=",2),u=hn(s[0]),d=hn(s[1]);return d&&(i[u]=d),i},{});return n},hn=function(t){t===void 0&&(t="");try{return decodeURIComponent(t)}catch{return""}};var yn="utm_campaign",bn="utm_content",En="utm_id",_n="utm_medium",Tn="utm_source",wn="utm_term",Jt="dclid",er="fbclid",tr="gbraid",rr="gclid",nr="ko_click_id",ir="li_fat_id",or="msclkid",sr="rtd_cid",ar="ttclid",ur="twclid",cr="wbraid";var Pe={utm_campaign:void 0,utm_content:void 0,utm_id:void 0,utm_medium:void 0,utm_source:void 0,utm_term:void 0,referrer:void 0,referring_domain:void 0,dclid:void 0,gbraid:void 0,gclid:void 0,fbclid:void 0,ko_click_id:void 0,li_fat_id:void 0,msclkid:void 0,rtd_cid:void 0,ttclid:void 0,twclid:void 0,wbraid:void 0};var $e=(function(){function t(){}return t.prototype.parse=function(){return g(this,void 0,void 0,function(){return h(this,function(e){return[2,E(E(E(E({},Pe),this.getUtmParam()),this.getReferrer()),this.getClickIds())]})})},t.prototype.getUtmParam=function(){var e=Ne(),r=e[yn],n=e[bn],i=e[En],o=e[_n],s=e[Tn],u=e[wn];return{utm_campaign:r,utm_content:n,utm_id:i,utm_medium:o,utm_source:s,utm_term:u}},t.prototype.getReferrer=function(){var e,r,n={referrer:void 0,referring_domain:void 0};try{n.referrer=document.referrer||void 0,n.referring_domain=(r=(e=n.referrer)===null||e===void 0?void 0:e.split("/")[2])!==null&&r!==void 0?r:void 0}catch{}return n},t.prototype.getClickIds=function(){var e,r=Ne();return e={},e[Jt]=r[Jt],e[er]=r[er],e[tr]=r[tr],e[rr]=r[rr],e[nr]=r[nr],e[ir]=r[ir],e[or]=r[or],e[sr]=r[sr],e[ar]=r[ar],e[ur]=r[ur],e[cr]=r[cr],e},t})();var Ye=function(t,e,r){return e===void 0&&(e=""),r===void 0&&(r=10),[xe,e,t.substring(0,r)].filter(Boolean).join("_")},lr=function(t){return"".concat(xe.toLowerCase(),"_").concat(t.substring(0,6))};var dr=function(t){return typeof t=="boolean"?t:!!t?.fileDownloads},pr=function(t){return typeof t=="boolean"?t:!!t?.formInteractions},Sn=function(t){return typeof t=="boolean"?t:!!(t?.pageViews===!0||t?.pageViews&&typeof t.pageViews=="object")},fr=function(t){return typeof t=="boolean"?t:!!t?.sessions},mr=function(t){var e,r=!((e=t.attribution)===null||e===void 0)&&e.trackPageViews?"attribution":function(){return!1},n=void 0,i="Page View",o=Sn(t.defaultTracking);return o&&(r=void 0,i=void 0,t.defaultTracking&&typeof t.defaultTracking=="object"&&t.defaultTracking.pageViews&&typeof t.defaultTracking.pageViews=="object"&&("trackOn"in t.defaultTracking.pageViews&&(r=t.defaultTracking.pageViews.trackOn),"trackHistoryChanges"in t.defaultTracking.pageViews&&(n=t.defaultTracking.pageViews.trackHistoryChanges),"eventType"in t.defaultTracking.pageViews&&t.defaultTracking.pageViews.eventType&&(i=t.defaultTracking.pageViews.eventType))),{trackOn:r,trackHistoryChanges:n,eventType:i}};var vr=function(){var t,e,r,n;if(typeof navigator>"u")return"";var i=navigator.userLanguage;return(n=(r=(e=(t=navigator.languages)===null||t===void 0?void 0:t[0])!==null&&e!==void 0?e:navigator.language)!==null&&r!==void 0?r:i)!==null&&n!==void 0?n:""};var gr=(function(){function t(){this.name="identity",this.type=N.BEFORE,this.identityStore=pe().identityStore}return t.prototype.execute=function(e){return g(this,void 0,void 0,function(){var r;return h(this,function(n){return r=e.user_properties,r&&this.identityStore.editIdentity().updateUserProperties(r).commit(),[2,e]})})},t.prototype.setup=function(e){return g(this,void 0,void 0,function(){return h(this,function(r){return e.instanceName&&(this.identityStore=pe(e.instanceName).identityStore),[2]})})},t})();var ze=(function(){function t(e){this.options=E({},e)}return t.prototype.isEnabled=function(){return g(this,void 0,void 0,function(){var e,r,n,i;return h(this,function(o){switch(o.label){case 0:if(!$())return[2,!1];t.testValue=String(Date.now()),e=new t(this.options),r="AMP_TEST",o.label=1;case 1:return o.trys.push([1,4,5,7]),[4,e.set(r,t.testValue)];case 2:return o.sent(),[4,e.get(r)];case 3:return n=o.sent(),[2,n===t.testValue];case 4:return i=o.sent(),[2,!1];case 5:return[4,e.remove(r)];case 6:return o.sent(),[7];case 7:return[2]}})})},t.prototype.get=function(e){return g(this,void 0,void 0,function(){var r;return h(this,function(n){switch(n.label){case 0:return[4,this.getRaw(e)];case 1:if(r=n.sent(),!r)return[2,void 0];try{try{r=decodeURIComponent(atob(r))}catch{}return[2,JSON.parse(r)]}catch{return[2,void 0]}return[2]}})})},t.prototype.getRaw=function(e){var r;return g(this,void 0,void 0,function(){var n,i,o;return h(this,function(s){return n=$(),i=(r=n?.document.cookie.split("; "))!==null&&r!==void 0?r:[],o=i.find(function(u){return u.indexOf(e+"=")===0}),o?[2,o.substring(e.length+1)]:[2,void 0]})})},t.prototype.set=function(e,r){var n;return g(this,void 0,void 0,function(){var i,o,s,u,d,p;return h(this,function(a){try{i=(n=this.options.expirationDays)!==null&&n!==void 0?n:0,o=r!==null?i:-1,s=void 0,o&&(u=new Date,u.setTime(u.getTime()+o*24*60*60*1e3),s=u),d="".concat(e,"=").concat(btoa(encodeURIComponent(JSON.stringify(r)))),s&&(d+="; expires=".concat(s.toUTCString())),d+="; path=/",this.options.domain&&(d+="; domain=".concat(this.options.domain)),this.options.secure&&(d+="; Secure"),this.options.sameSite&&(d+="; SameSite=".concat(this.options.sameSite)),p=$(),p&&(p.document.cookie=d)}catch{}return[2]})})},t.prototype.remove=function(e){return g(this,void 0,void 0,function(){return h(this,function(r){switch(r.label){case 0:return[4,this.set(e,null)];case 1:return r.sent(),[2]}})})},t.prototype.reset=function(){return g(this,void 0,void 0,function(){return h(this,function(e){return[2]})})},t})();var hr=(function(t){ae(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e.prototype.send=function(r,n){return g(this,void 0,void 0,function(){var i,o,s;return h(this,function(u){switch(u.label){case 0:if(typeof fetch>"u")throw new Error("FetchTransport is not supported");return i={headers:{"Content-Type":"application/json",Accept:"*/*"},body:JSON.stringify(n),method:"POST"},[4,fetch(r,i)];case 1:return o=u.sent(),[4,o.text()];case 2:s=u.sent();try{return[2,this.buildResponse(JSON.parse(s))]}catch{return[2,this.buildResponse({code:o.status})]}return[2]}})})},e})(Le);var In=function(t){var e={};for(var r in t){var n=t[r];n&&(e[r]=n)}return e};var yr=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var r,n={},i=$(),o=void 0,s,u=A(t,2),d=u[0],p=u[1];d&&"init"in d?(r=d,p&&(n=p)):d&&(n=d);var a=function(){return g(void 0,void 0,void 0,function(){var b,v,y;return h(this,function(T){switch(T.label){case 0:return v={event_type:(y=n.eventType)!==null&&y!==void 0?y:"Page View"},b=[{}],[4,Ni()];case 1:return[2,(v.event_properties=E.apply(void 0,[E.apply(void 0,b.concat([T.sent()])),{page_domain:typeof location<"u"&&location.hostname||"",page_location:typeof location<"u"&&location.href||"",page_path:typeof location<"u"&&location.pathname||"",page_title:typeof document<"u"&&document.title||"",page_url:typeof location<"u"&&location.href.split("?")[0]||""}]),v)]}})})},c=function(){return typeof n.trackOn>"u"||typeof n.trackOn=="function"&&n.trackOn()},l=typeof location<"u"?location.href:null,f=function(){return g(void 0,void 0,void 0,function(){var b,v,y,T,L;return h(this,function(k){switch(k.label){case 0:return b=location.href,v=Mi(n.trackHistoryChanges,b,l||"")&&c(),l=b,v?(o?.log("Tracking page view event"),r!=null?[3,1]:(y=void 0,[3,3])):[3,4];case 1:return L=(T=r).track,[4,a()];case 2:y=L.apply(T,[k.sent()]),k.label=3;case 3:k.label=4;case 4:return[2]}})})},m=function(){f()},_={name:"page-view-tracking",type:N.ENRICHMENT,setup:function(b,v){return g(void 0,void 0,void 0,function(){var y,T,L,k,w;return h(this,function(C){switch(C.label){case 0:return r=r??v,r?(o=b.loggerProvider,o.log("Installing @amplitude/plugin-page-view-tracking-browser"),n.trackOn=!((k=b.attribution)===null||k===void 0)&&k.trackPageViews?"attribution":n.trackOn,!v&&(!((w=b.attribution)===null||w===void 0)&&w.trackPageViews)&&(o.warn("@amplitude/plugin-page-view-tracking-browser overrides page view tracking behavior defined in @amplitude/analytics-browser. Resolve by disabling page view tracking in @amplitude/analytics-browser."),b.attribution.trackPageViews=!1),n.trackHistoryChanges&&i&&(i.addEventListener("popstate",m),s=i.history.pushState,i.history.pushState=new Proxy(i.history.pushState,{apply:function(R,K,z){var Q=A(z,3),P=Q[0],Ce=Q[1],ce=Q[2];R.apply(K,[P,Ce,ce]),f()}})),c()?(o.log("Tracking page view event"),L=(T=r).track,[4,a()]):[3,2]):(y=d?"Options":"undefined",b.loggerProvider.error("Argument of type '".concat(y,"' is not assignable to parameter of type 'BrowserClient'.")),[2]);case 1:L.apply(T,[C.sent()]),C.label=2;case 2:return[2]}})})},execute:function(b){return g(void 0,void 0,void 0,function(){var v;return h(this,function(y){switch(y.label){case 0:return n.trackOn==="attribution"&&Ui(b)?(o?.log("Enriching campaign event to page view event with campaign parameters"),[4,a()]):[3,2];case 1:v=y.sent(),b.event_type=v.event_type,b.event_properties=E(E({},b.event_properties),v.event_properties),y.label=2;case 2:return[2,b]}})})},teardown:function(){return g(void 0,void 0,void 0,function(){return h(this,function(b){return i&&(i.removeEventListener("popstate",m),s&&(i.history.pushState=s)),[2]})})}};return _.__trackHistoryPageView=f,_},Ni=function(){return g(void 0,void 0,void 0,function(){var t;return h(this,function(e){switch(e.label){case 0:return t=In,[4,new $e().parse()];case 1:return[2,t.apply(void 0,[e.sent()])]}})})},Ui=function(t){if(t.event_type==="$identify"&&t.user_properties){var e=t.user_properties,r=e[B.SET]||{},n=e[B.UNSET]||{},i=ee(ee([],A(Object.keys(r)),!1),A(Object.keys(n)),!1);return Object.keys(Pe).every(function(o){return i.includes(o)})}return!1},Mi=function(t,e,r){switch(t){case"pathOnly":return e.split("?")[0]!==r.split("?")[0];default:return e!==r}};var Ln=function(t,e,r){return e===void 0&&(e=""),r===void 0&&(r=10),[xe,e,t.substring(0,r)].filter(Boolean).join("_")},xn=function(t){var e=t.split(".");return e.length<=2?t:e.slice(e.length-2,e.length).join(".")},Pn=function(t,e,r){var n,i=t.referrer,o=t.referring_domain,s=Ge(t,["referrer","referring_domain"]),u=e||{},d=u.referrer,p=u.referring_domain,a=Ge(u,["referrer","referring_domain"]);if(t.referring_domain&&(!((n=r.excludeReferrers)===null||n===void 0)&&n.includes(t.referring_domain)))return!1;var c=JSON.stringify(s)!==JSON.stringify(a),l=xn(o||"")!==xn(p||"");return!e||c||l},Cn=function(t,e){var r=E(E({},Pe),t),n=Object.entries(r).reduce(function(i,o){var s,u=A(o,2),d=u[0],p=u[1];return i.setOnce("initial_".concat(d),(s=p??e.initialEmptyValue)!==null&&s!==void 0?s:"EMPTY"),p?i.set(d,p):i.unset(d)},new ne);return Ke(n)};var br=function(){for(var t=this,e,r=[],n=0;n<arguments.length;n++)r[n]=arguments[n];var i,o={},s=A(r,2),u=s[0],d=s[1];u&&"init"in u?(i=u,d&&(o=d)):u&&(o=u);var p=(e=o.excludeReferrers)!==null&&e!==void 0?e:[];typeof location<"u"&&p.unshift(location.hostname),o=E(E({disabled:!1,initialEmptyValue:"EMPTY",resetSessionOnNewCampaign:!1},o),{excludeReferrers:p});var a={name:"web-attribution",type:N.BEFORE,setup:function(c,l){var f;return g(this,void 0,void 0,function(){var m,_,b,v,y,T,L,k;return h(this,function(w){switch(w.label){case 0:return i=i??l,i?o.disabled?(c.loggerProvider.log("@amplitude/plugin-web-attribution-browser is disabled. Attribution is not tracked."),[2]):(c.loggerProvider.log("Installing @amplitude/plugin-web-attribution-browser."),!l&&!(!((f=c.attribution)===null||f===void 0)&&f.disabled)&&(c.loggerProvider.warn("@amplitude/plugin-web-attribution-browser overrides web attribution behavior defined in @amplitude/analytics-browser. Resolve by disabling web attribution tracking in @amplitude/analytics-browser."),c.attribution={disabled:!0}),_=c.cookieStorage,b=Ln(c.apiKey,"MKTG"),[4,Promise.all([new $e().parse(),_.get(b)])]):(m=u?"Options":"undefined",c.loggerProvider.error("Argument of type '".concat(m,"' is not assignable to parameter of type 'BrowserClient'.")),[2]);case 1:return v=A.apply(void 0,[w.sent(),2]),y=v[0],T=v[1],L=this.__pluginEnabledOverride,(L??Pn(y,T,o))&&(o.resetSessionOnNewCampaign&&(i.setSessionId(Date.now()),c.loggerProvider.log("Created a new session for new campaign.")),c.loggerProvider.log("Tracking attribution."),k=Cn(y,o),i.track(k),_.set(b,y)),[2]}})})},execute:function(c){return g(t,void 0,void 0,function(){return h(this,function(l){return[2,c]})})}};return a.__pluginEnabledOverride=void 0,a};var wt=1e3,Er=(function(){function t(e){this.loggerProvider=e?.loggerProvider}return t.prototype.isEnabled=function(){return g(this,void 0,void 0,function(){var e,r,n,i,o;return h(this,function(s){switch(s.label){case 0:if(!$())return[2,!1];e=String(Date.now()),r=new t,n="AMP_TEST",s.label=1;case 1:return s.trys.push([1,4,5,7]),[4,r.set(n,e)];case 2:return s.sent(),[4,r.get(n)];case 3:return i=s.sent(),[2,i===e];case 4:return o=s.sent(),[2,!1];case 5:return[4,r.remove(n)];case 6:return s.sent(),[7];case 7:return[2]}})})},t.prototype.get=function(e){return g(this,void 0,void 0,function(){var r,n;return h(this,function(i){switch(i.label){case 0:return i.trys.push([0,2,,3]),[4,this.getRaw(e)];case 1:return r=i.sent(),r?[2,JSON.parse(r)]:[2,void 0];case 2:return n=i.sent(),[2,void 0];case 3:return[2]}})})},t.prototype.getRaw=function(e){var r;return g(this,void 0,void 0,function(){return h(this,function(n){return[2,((r=$())===null||r===void 0?void 0:r.localStorage.getItem(e))||void 0]})})},t.prototype.set=function(e,r){var n,i;return g(this,void 0,void 0,function(){var o,s,u;return h(this,function(d){o=Array.isArray(r)&&r.length>wt;try{s=JSON.stringify(o?r.slice(0,wt):r),(n=$())===null||n===void 0||n.localStorage.setItem(e,s)}catch{}return o&&(u=r.length-wt,(i=this.loggerProvider)===null||i===void 0||i.error("Failed to save ".concat(u," events because the queue length exceeded ").concat(wt,"."))),[2]})})},t.prototype.remove=function(e){var r;return g(this,void 0,void 0,function(){return h(this,function(n){try{(r=$())===null||r===void 0||r.localStorage.removeItem(e)}catch{}return[2]})})},t.prototype.reset=function(){var e;return g(this,void 0,void 0,function(){return h(this,function(r){try{(e=$())===null||e===void 0||e.localStorage.clear()}catch{}return[2]})})},t})();var Rn=(function(t){ae(e,t);function e(){var r=t!==null&&t.apply(this,arguments)||this;return r.state={done:4},r}return e.prototype.send=function(r,n){return g(this,void 0,void 0,function(){var i=this;return h(this,function(o){return[2,new Promise(function(s,u){typeof XMLHttpRequest>"u"&&u(new Error("XHRTransport is not supported."));var d=new XMLHttpRequest;d.open("POST",r,!0),d.onreadystatechange=function(){if(d.readyState===i.state.done)try{var p=d.responseText,a=JSON.parse(p),c=i.buildResponse(a);s(c)}catch(l){u(l)}},d.setRequestHeader("Content-Type","application/json"),d.setRequestHeader("Accept","*/*"),d.send(JSON.stringify(n))})]})})},e})(Le);var On=(function(t){ae(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e.prototype.send=function(r,n){return g(this,void 0,void 0,function(){var i=this;return h(this,function(o){return[2,new Promise(function(s,u){var d=$();if(!d?.navigator.sendBeacon)throw new Error("SendBeaconTransport is not supported");try{var p=JSON.stringify(n),a=d.navigator.sendBeacon(r,JSON.stringify(n));return s(a?i.buildResponse({code:200,events_ingested:n.events.length,payload_size_bytes:p.length,server_upload_time:Date.now()}):i.buildResponse({code:500}))}catch(c){u(c)}})]})})},e})(Le);var Ue=function(){var t=new Et,e={deviceManufacturer:!0,deviceModel:!0,ipAddress:!0,language:!0,osName:!0,osVersion:!0,platform:!0};return{cookieExpiration:365,cookieSameSite:"Lax",cookieSecure:!1,cookieStorage:t,cookieUpgrade:!0,disableCookies:!1,domain:"",sessionTimeout:1800*1e3,trackingOptions:e,transportProvider:new hr}},kn=(function(t){ae(e,t);function e(r,n){var i=this,o,s,u,d,p,a,c,l,f,m=Ue();return i=t.call(this,E(E({flushIntervalMillis:1e3,flushMaxRetries:5,flushQueueSize:30,transportProvider:m.transportProvider},n),{apiKey:r}))||this,i._optOut=!1,i.cookieStorage=(o=n?.cookieStorage)!==null&&o!==void 0?o:m.cookieStorage,i.deviceId=n?.deviceId,i.lastEventId=n?.lastEventId,i.lastEventTime=n?.lastEventTime,i.optOut=!!n?.optOut,i.sessionId=n?.sessionId,i.userId=n?.userId,i.appVersion=n?.appVersion,i.attribution=n?.attribution,i.cookieExpiration=(s=n?.cookieExpiration)!==null&&s!==void 0?s:m.cookieExpiration,i.cookieSameSite=(u=n?.cookieSameSite)!==null&&u!==void 0?u:m.cookieSameSite,i.cookieSecure=(d=n?.cookieSecure)!==null&&d!==void 0?d:m.cookieSecure,i.cookieUpgrade=(p=n?.cookieUpgrade)!==null&&p!==void 0?p:m.cookieUpgrade,i.defaultTracking=n?.defaultTracking,i.disableCookies=(a=n?.disableCookies)!==null&&a!==void 0?a:m.disableCookies,i.defaultTracking=n?.defaultTracking,i.domain=(c=n?.domain)!==null&&c!==void 0?c:m.domain,i.partnerId=n?.partnerId,i.sessionTimeout=(l=n?.sessionTimeout)!==null&&l!==void 0?l:m.sessionTimeout,i.trackingOptions=(f=n?.trackingOptions)!==null&&f!==void 0?f:m.trackingOptions,i}return Object.defineProperty(e.prototype,"deviceId",{get:function(){return this._deviceId},set:function(r){this._deviceId!==r&&(this._deviceId=r,this.updateStorage())},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"userId",{get:function(){return this._userId},set:function(r){this._userId!==r&&(this._userId=r,this.updateStorage())},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"sessionId",{get:function(){return this._sessionId},set:function(r){this._sessionId!==r&&(this._sessionId=r,this.updateStorage())},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"optOut",{get:function(){return this._optOut},set:function(r){this._optOut!==r&&(this._optOut=r,this.updateStorage())},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"lastEventTime",{get:function(){return this._lastEventTime},set:function(r){this._lastEventTime!==r&&(this._lastEventTime=r,this.updateStorage())},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"lastEventId",{get:function(){return this._lastEventId},set:function(r){this._lastEventId!==r&&(this._lastEventId=r,this.updateStorage())},enumerable:!1,configurable:!0}),e.prototype.updateStorage=function(){var r,n={deviceId:this._deviceId,userId:this._userId,sessionId:this._sessionId,optOut:this._optOut,lastEventTime:this._lastEventTime,lastEventId:this._lastEventId};(r=this.cookieStorage)===null||r===void 0||r.set(Ye(this.apiKey),n)},e})($t);var An=function(t,e){return g(void 0,void 0,void 0,function(){var r,n,i,o,s,u,d,p,a,c,l,f,m,_,b;return h(this,function(v){switch(v.label){case 0:return r=Ue(),n=(_=e?.deviceId)!==null&&_!==void 0?_:ge(),i=e?.lastEventId,o=e?.lastEventTime,s=e?.optOut,u=e?.sessionId,d=e?.userId,p=e?.cookieStorage,a=e?.domain,c=kn.bind,l=[void 0,t],f=[E({},e)],m={cookieStorage:p,deviceId:n,domain:a,lastEventId:i,lastEventTime:o,optOut:s,sessionId:u},[4,Vi(e)];case 1:return[2,new(c.apply(kn,l.concat([E.apply(void 0,f.concat([(m.storageProvider=v.sent(),m.trackingOptions=E(E({},r.trackingOptions),e?.trackingOptions),m.transportProvider=(b=e?.transportProvider)!==null&&b!==void 0?b:_r(e?.transport),m.userId=d,m)]))])))]}})})},St=function(t,e){return e===void 0&&(e=Ue()),g(void 0,void 0,void 0,function(){var r,n,i;return h(this,function(o){switch(o.label){case 0:return r=E(E({},e),t),n=t?.cookieStorage,i=!n,i?[3,2]:[4,n.isEnabled()];case 1:i=!o.sent(),o.label=2;case 2:return i?[2,Bi(r)]:[2,n]}})})},Bi=function(t){return g(void 0,void 0,void 0,function(){var e,r;return h(this,function(n){switch(n.label){case 0:return e=new ze({domain:t.domain,expirationDays:t.cookieExpiration,sameSite:t.cookieSameSite,secure:t.cookieSecure}),r=t.disableCookies,r?[3,2]:[4,e.isEnabled()];case 1:r=!n.sent(),n.label=2;case 2:return r?(e=new Er,[4,e.isEnabled()]):[3,4];case 3:n.sent()||(e=new Et),n.label=4;case 4:return[2,e]}})})},Vi=function(t){return g(void 0,void 0,void 0,function(){var e,r,n,i,o,s,u,d,p;return h(this,function(a){switch(a.label){case 0:if(e=t&&Object.prototype.hasOwnProperty.call(t,"storageProvider"),r=t&&t.loggerProvider,!(!e||t.storageProvider))return[3,9];a.label=1;case 1:a.trys.push([1,7,8,9]),n=J([t?.storageProvider,new Er({loggerProvider:r})]),i=n.next(),a.label=2;case 2:return i.done?[3,6]:(o=i.value,s=o,s?[4,o.isEnabled()]:[3,4]);case 3:s=a.sent(),a.label=4;case 4:if(s)return[2,o];a.label=5;case 5:return i=n.next(),[3,2];case 6:return[3,9];case 7:return u=a.sent(),d={error:u},[3,9];case 8:try{i&&!i.done&&(p=n.return)&&p.call(n)}finally{if(d)throw d.error}return[7];case 9:return[2,void 0]}})})},_r=function(t){return t===Ie.XHR?new Rn:t===Ie.SendBeacon?new On:Ue().transportProvider},Dn=function(t){return g(void 0,void 0,void 0,function(){var e,r,n,i,o,o,s,u,d,p;return h(this,function(a){switch(a.label){case 0:return[4,new ze().isEnabled()];case 1:if(!a.sent()||!t&&typeof location>"u")return[2,""];for(e=t??location.hostname,r=e.split("."),n=[],i="AMP_TLDTEST",o=r.length-2;o>=0;--o)n.push(r.slice(o).join("."));o=0,a.label=2;case 2:return o<n.length?(s=n[o],u={domain:"."+s},d=new ze(u),[4,d.set(i,1)]):[3,7];case 3:return a.sent(),[4,d.get(i)];case 4:return p=a.sent(),p?[4,d.remove(i)]:[3,6];case 5:return a.sent(),[2,"."+s];case 6:return o++,[3,2];case 7:return[2,""]}})})};var W="[Amplitude]",It="".concat(W," Page Viewed"),Tr="".concat(W," Form Started"),Nn="".concat(W," Form Submitted"),Un="".concat(W," File Downloaded"),wr="session_start",Sr="session_end",Mn="".concat(W," File Extension"),Bn="".concat(W," File Name"),Vn="".concat(W," Link ID"),Fn="".concat(W," Link Text"),Hn="".concat(W," Link URL"),xt="".concat(W," Form ID"),Lt="".concat(W," Form Name"),Pt="".concat(W," Form Destination");var qn=function(t,e){return g(void 0,void 0,void 0,function(){var r,n,i,o,s,u,d,p,a,c,l;return h(this,function(f){switch(f.label){case 0:return[4,St(e)];case 1:return r=f.sent(),n=lr(t),[4,r.getRaw(n)];case 2:return i=f.sent(),i?((l=e.cookieUpgrade)!==null&&l!==void 0?l:Ue().cookieUpgrade)?[4,r.remove(n)]:[3,4]:[2,{optOut:!1}];case 3:f.sent(),f.label=4;case 4:return o=A(i.split("."),6),s=o[0],u=o[1],d=o[2],p=o[3],a=o[4],c=o[5],[2,{deviceId:s,userId:Fi(u),sessionId:Ir(p),lastEventId:Ir(c),lastEventTime:Ir(a),optOut:!!d}]}})})},Ir=function(t){var e=parseInt(t,32);if(!isNaN(e))return e},Fi=function(t){if(!(!atob||!escape||!t))try{return decodeURIComponent(escape(atob(t)))}catch{return}};var Kn=_i(jn());var Gn="1.13.4";var Hi="Web",qi="$remote",Wn=(function(){function t(){this.name="context",this.type=N.BEFORE,this.library="amplitude-ts/".concat(Gn),typeof navigator<"u"&&(this.userAgent=navigator.userAgent),this.uaResult=new Kn.default(this.userAgent).getResult()}return t.prototype.setup=function(e){return this.config=e,Promise.resolve(void 0)},t.prototype.execute=function(e){var r,n;return g(this,void 0,void 0,function(){var i,o,s,u,d,p,a,c;return h(this,function(l){return i=new Date().getTime(),o=this.uaResult.browser.name,s=this.uaResult.browser.version,u=this.uaResult.device.model||this.uaResult.os.name,d=this.uaResult.device.vendor,p=(r=this.config.lastEventId)!==null&&r!==void 0?r:-1,a=(n=e.event_id)!==null&&n!==void 0?n:p+1,this.config.lastEventId=a,e.time||(this.config.lastEventTime=i),c=E(E(E(E(E(E(E(E(E(E(E(E({user_id:this.config.userId,device_id:this.config.deviceId,session_id:this.config.sessionId,time:i},this.config.appVersion&&{app_version:this.config.appVersion}),this.config.trackingOptions.platform&&{platform:Hi}),this.config.trackingOptions.osName&&{os_name:o}),this.config.trackingOptions.osVersion&&{os_version:s}),this.config.trackingOptions.deviceManufacturer&&{device_manufacturer:d}),this.config.trackingOptions.deviceModel&&{device_model:u}),this.config.trackingOptions.language&&{language:vr()}),this.config.trackingOptions.ipAddress&&{ip:qi}),{insert_id:ge(),partner_id:this.config.partnerId,plan:this.config.plan}),this.config.ingestionMetadata&&{ingestion_metadata:{source_name:this.config.ingestionMetadata.sourceName,source_version:this.config.ingestionMetadata.sourceVersion}}),e),{event_id:a,library:this.library,user_agent:this.userAgent}),[2,c]})})},t})();var ji={page_domain:"".concat(W," Page Domain"),page_location:"".concat(W," Page Location"),page_path:"".concat(W," Page Path"),page_title:"".concat(W," Page Title"),page_url:"".concat(W," Page URL")},$n=function(){var t="@amplitude/plugin-default-page-view-event-enrichment-browser",e=N.ENRICHMENT,r=function(){return g(void 0,void 0,void 0,function(){return h(this,function(i){return[2,void 0]})})},n=function(i){return g(void 0,void 0,void 0,function(){return h(this,function(o){return i.event_type===It&&i.event_properties&&(i.event_properties=Object.entries(i.event_properties).reduce(function(s,u){var d=A(u,2),p=d[0],a=d[1],c=ji[p];return c?s[c]=a:s[p]=a,s},{})),[2,i]})})};return{name:t,type:e,setup:r,execute:n}};var Yn=function(){var t,e=[],r=function(p,a,c){p.addEventListener(a,c),e.push({element:p,type:a,handler:c})},n=function(){e.forEach(function(p){var a=p.element,c=p.type,l=p.handler;a?.removeEventListener(c,l)}),e=[]},i="@amplitude/plugin-file-download-tracking-browser",o=N.ENRICHMENT,s=function(p,a){return g(void 0,void 0,void 0,function(){var c,l,f;return h(this,function(m){return a?typeof document>"u"?[2]:(c=function(_){var b;try{b=new URL(_.href,window.location.href)}catch{return}var v=l.exec(b.href),y=v?.[1];y&&r(_,"click",function(){var T;y&&a.track(Un,(T={},T[Mn]=y,T[Bn]=b.pathname,T[Vn]=_.id,T[Fn]=_.text,T[Hn]=_.href,T))})},l=/\\.(pdf|xlsx?|docx?|txt|rtf|csv|exe|key|pp(s|t|tx)|7z|pkg|rar|gz|zip|avi|mov|mp4|mpe?g|wmv|midi?|mp3|wav|wma)$/,f=Array.from(document.getElementsByTagName("a")),f.forEach(c),typeof MutationObserver<"u"&&(t=new MutationObserver(function(_){_.forEach(function(b){b.addedNodes.forEach(function(v){v.nodeName==="A"&&c(v),"querySelectorAll"in v&&typeof v.querySelectorAll=="function"&&Array.from(v.querySelectorAll("a")).map(c)})})}),t.observe(document.body,{subtree:!0,childList:!0})),[2]):(p.loggerProvider.warn("File download tracking requires a later version of @amplitude/analytics-browser. File download events are not tracked."),[2])})})},u=function(p){return g(void 0,void 0,void 0,function(){return h(this,function(a){return[2,p]})})},d=function(){return g(void 0,void 0,void 0,function(){return h(this,function(p){return t?.disconnect(),n(),[2]})})};return{name:i,type:o,setup:s,execute:u,teardown:d}};var zn=function(){var t,e=[],r=function(p,a,c){p.addEventListener(a,c),e.push({element:p,type:a,handler:c})},n=function(){e.forEach(function(p){var a=p.element,c=p.type,l=p.handler;a?.removeEventListener(c,l)}),e=[]},i="@amplitude/plugin-form-interaction-tracking-browser",o=N.ENRICHMENT,s=function(p,a){return g(void 0,void 0,void 0,function(){var c,l;return h(this,function(f){return a?typeof document>"u"?[2]:(c=function(m){var _=!1;r(m,"change",function(){var b;_||a.track(Tr,(b={},b[xt]=m.id,b[Lt]=m.name,b[Pt]=m.action,b)),_=!0}),r(m,"submit",function(){var b,v;_||a.track(Tr,(b={},b[xt]=m.id,b[Lt]=m.name,b[Pt]=m.action,b)),a.track(Nn,(v={},v[xt]=m.id,v[Lt]=m.name,v[Pt]=m.action,v)),_=!1})},l=Array.from(document.getElementsByTagName("form")),l.forEach(c),typeof MutationObserver<"u"&&(t=new MutationObserver(function(m){m.forEach(function(_){_.addedNodes.forEach(function(b){b.nodeName==="FORM"&&c(b),"querySelectorAll"in b&&typeof b.querySelectorAll=="function"&&Array.from(b.querySelectorAll("form")).map(c)})})}),t.observe(document.body,{subtree:!0,childList:!0})),[2]):(p.loggerProvider.warn("Form interaction tracking requires a later version of @amplitude/analytics-browser. Form interaction events are not tracked."),[2])})})},u=function(p){return g(void 0,void 0,void 0,function(){return h(this,function(a){return[2,p]})})},d=function(){return g(void 0,void 0,void 0,function(){return h(this,function(p){return t?.disconnect(),n(),[2]})})};return{name:i,type:o,setup:s,execute:u,teardown:d}};var Rt=function(t,e){for(var r=0;r<e.length;r++){var n=e[r],i=n.name,o=n.args,s=n.resolve,u=t&&t[i];if(typeof u=="function"){var d=u.apply(t,o);typeof s=="function"&&s(d?.promise)}}return t},Ot=function(t){var e=t;return e&&e._q!==void 0};var Qn=(function(t){ae(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e.prototype.init=function(r,n,i){return r===void 0&&(r=""),X(this._init(E(E({},i),{userId:n,apiKey:r})))},e.prototype._init=function(r){var n,i,o,s,u,d,p,a,c,l,f,m,_,b,v,y,T,L,k,w;return g(this,void 0,void 0,function(){var C,R,K,z,Q,P,Ce,ce,_e,Me,Re,Oe,Be,Te,we,ke,fe,me,Ve=this;return h(this,function(U){switch(U.label){case 0:return this.initializing?[2]:(this.initializing=!0,C=r,r.disableCookies?(R="",[3,5]):[3,1]);case 1:return(n=r.domain)!==null&&n!==void 0?(K=n,[3,4]):[3,2];case 2:return[4,Dn()];case 3:K=U.sent(),U.label=4;case 4:R=K,U.label=5;case 5:return C.domain=R,[4,qn(r.apiKey,r)];case 6:return z=U.sent(),[4,St(r)];case 7:return Q=U.sent(),[4,Q.get(Ye(r.apiKey))];case 8:return P=U.sent(),Ce=Ne(),ce=(s=(o=(i=r.deviceId)!==null&&i!==void 0?i:Ce.deviceId)!==null&&o!==void 0?o:P?.deviceId)!==null&&s!==void 0?s:z.deviceId,_e=(u=P?.sessionId)!==null&&u!==void 0?u:z.sessionId,Me=(p=(d=r.optOut)!==null&&d!==void 0?d:P?.optOut)!==null&&p!==void 0?p:z.optOut,Re=(a=P?.lastEventId)!==null&&a!==void 0?a:z.lastEventId,Oe=(c=P?.lastEventTime)!==null&&c!==void 0?c:z.lastEventTime,Be=(f=(l=r.userId)!==null&&l!==void 0?l:P?.userId)!==null&&f!==void 0?f:z.userId,this.previousSessionDeviceId=(m=P?.deviceId)!==null&&m!==void 0?m:z.deviceId,this.previousSessionUserId=(_=P?.userId)!==null&&_!==void 0?_:z.userId,[4,An(r.apiKey,E(E({},r),{deviceId:ce,sessionId:_e,optOut:Me,lastEventId:Re,lastEventTime:Oe,userId:Be,cookieStorage:Q}))];case 9:return Te=U.sent(),[4,t.prototype._init.call(this,Te)];case 10:return U.sent(),we=!1,(!this.config.lastEventTime||!this.config.sessionId||this.config.lastEventTime&&Date.now()-this.config.lastEventTime>this.config.sessionTimeout)&&(this.setSessionId((v=(b=r.sessionId)!==null&&b!==void 0?b:this.config.sessionId)!==null&&v!==void 0?v:Date.now()),we=!0),ke=pe(r.instanceName),ke.identityStore.setIdentity({userId:this.config.userId,deviceId:this.config.deviceId}),[4,this.add(new zt).promise];case 11:return U.sent(),[4,this.add(new Wn).promise];case 12:return U.sent(),[4,this.add(new gr).promise];case 13:return U.sent(),dr(this.config.defaultTracking)?[4,this.add(Yn()).promise]:[3,15];case 14:U.sent(),U.label=15;case 15:return pr(this.config.defaultTracking)?[4,this.add(zn()).promise]:[3,17];case 16:U.sent(),U.label=17;case 17:return!((y=this.config.attribution)===null||y===void 0)&&y.disabled?[3,19]:(fe=br({excludeReferrers:(T=this.config.attribution)===null||T===void 0?void 0:T.excludeReferrers,initialEmptyValue:(L=this.config.attribution)===null||L===void 0?void 0:L.initialEmptyValue,resetSessionOnNewCampaign:(k=this.config.attribution)===null||k===void 0?void 0:k.resetSessionOnNewCampaign}),fe.__pluginEnabledOverride=we||!((w=this.config.attribution)===null||w===void 0)&&w.trackNewCampaigns?void 0:!1,[4,this.add(fe).promise]);case 18:U.sent(),U.label=19;case 19:return me=mr(this.config),me.eventType=me.eventType||It,[4,this.add(yr(me)).promise];case 20:return U.sent(),[4,this.add($n()).promise];case 21:return U.sent(),this.initializing=!1,[4,this.runQueuedFunctions("dispatchQ")];case 22:return U.sent(),ke.eventBridge.setEventReceiver(function(et){Ve.track(et.eventType,et.eventProperties)}),[2]}})})},e.prototype.getUserId=function(){var r;return(r=this.config)===null||r===void 0?void 0:r.userId},e.prototype.setUserId=function(r){if(!this.config){this.q.push(this.setUserId.bind(this,r));return}(r!==this.config.userId||r===void 0)&&(this.config.userId=r,Qt(r,this.config.instanceName))},e.prototype.getDeviceId=function(){var r;return(r=this.config)===null||r===void 0?void 0:r.deviceId},e.prototype.setDeviceId=function(r){if(!this.config){this.q.push(this.setDeviceId.bind(this,r));return}this.config.deviceId=r,Xt(r,this.config.instanceName)},e.prototype.setOptOut=function(r){Zt(r,this.config.instanceName),t.prototype.setOptOut.call(this,r)},e.prototype.reset=function(){this.setDeviceId(ge()),this.setUserId(void 0)},e.prototype.getSessionId=function(){var r;return(r=this.config)===null||r===void 0?void 0:r.sessionId},e.prototype.setSessionId=function(r){var n;if(!this.config){this.q.push(this.setSessionId.bind(this,r));return}if(r!==this.config.sessionId){var i=this.getSessionId(),o=this.config.lastEventTime,s=(n=this.config.lastEventId)!==null&&n!==void 0?n:-1;this.config.sessionId=r,this.config.lastEventTime=void 0,fr(this.config.defaultTracking)&&(i&&o&&this.track(Sr,void 0,{device_id:this.previousSessionDeviceId,event_id:++s,session_id:i,time:o+1,user_id:this.previousSessionUserId}),this.config.lastEventTime=this.config.sessionId,this.track(wr,void 0,{event_id:++s,session_id:this.config.sessionId,time:this.config.lastEventTime})),this.previousSessionDeviceId=this.config.deviceId,this.previousSessionUserId=this.config.userId}},e.prototype.extendSession=function(){if(!this.config){this.q.push(this.extendSession.bind(this));return}this.config.lastEventTime=Date.now()},e.prototype.setTransport=function(r){if(!this.config){this.q.push(this.setTransport.bind(this,r));return}this.config.transportProvider=_r(r)},e.prototype.identify=function(r,n){if(Ot(r)){var i=r._q;r._q=[],r=Rt(new ne,i)}return n?.user_id&&this.setUserId(n.user_id),n?.device_id&&this.setDeviceId(n.device_id),t.prototype.identify.call(this,r,n)},e.prototype.groupIdentify=function(r,n,i,o){if(Ot(i)){var s=i._q;i._q=[],i=Rt(new ne,s)}return t.prototype.groupIdentify.call(this,r,n,i,o)},e.prototype.revenue=function(r,n){if(Ot(r)){var i=r._q;r._q=[],r=Rt(new gt,i)}return t.prototype.revenue.call(this,r,n)},e.prototype.process=function(r){return g(this,void 0,void 0,function(){var n,i,o;return h(this,function(s){return n=Date.now(),i=this.config.lastEventTime||Date.now(),o=n-i,r.event_type!==wr&&r.event_type!==Sr&&(!r.session_id||r.session_id===this.getSessionId())&&o>this.config.sessionTimeout&&this.setSessionId(n),[2,t.prototype.process.call(this,r)]})})},e})(Wt);var Gi=function(){var t=new Qn;return{init:H(t.init.bind(t),"init",V(t),F(t,["config"])),add:H(t.add.bind(t),"add",V(t),F(t,["config.apiKey","timeline.plugins"])),remove:H(t.remove.bind(t),"remove",V(t),F(t,["config.apiKey","timeline.plugins"])),track:H(t.track.bind(t),"track",V(t),F(t,["config.apiKey","timeline.queue.length"])),logEvent:H(t.logEvent.bind(t),"logEvent",V(t),F(t,["config.apiKey","timeline.queue.length"])),identify:H(t.identify.bind(t),"identify",V(t),F(t,["config.apiKey","timeline.queue.length"])),groupIdentify:H(t.groupIdentify.bind(t),"groupIdentify",V(t),F(t,["config.apiKey","timeline.queue.length"])),setGroup:H(t.setGroup.bind(t),"setGroup",V(t),F(t,["config.apiKey","timeline.queue.length"])),revenue:H(t.revenue.bind(t),"revenue",V(t),F(t,["config.apiKey","timeline.queue.length"])),flush:H(t.flush.bind(t),"flush",V(t),F(t,["config.apiKey","timeline.queue.length"])),getUserId:H(t.getUserId.bind(t),"getUserId",V(t),F(t,["config","config.userId"])),setUserId:H(t.setUserId.bind(t),"setUserId",V(t),F(t,["config","config.userId"])),getDeviceId:H(t.getDeviceId.bind(t),"getDeviceId",V(t),F(t,["config","config.deviceId"])),setDeviceId:H(t.setDeviceId.bind(t),"setDeviceId",V(t),F(t,["config","config.deviceId"])),reset:H(t.reset.bind(t),"reset",V(t),F(t,["config","config.userId","config.deviceId"])),getSessionId:H(t.getSessionId.bind(t),"getSessionId",V(t),F(t,["config"])),setSessionId:H(t.setSessionId.bind(t),"setSessionId",V(t),F(t,["config"])),extendSession:H(t.extendSession.bind(t),"extendSession",V(t),F(t,["config"])),setOptOut:H(t.setOptOut.bind(t),"setOptOut",V(t),F(t,["config"])),setTransport:H(t.setTransport.bind(t),"setTransport",V(t),F(t,["config"]))}},j=Gi();var cc=j.add,lc=j.extendSession,dc=j.flush,pc=j.getDeviceId,fc=j.getSessionId,mc=j.getUserId,vc=j.groupIdentify,Xn=j.identify,Zn=j.init,gc=j.logEvent,hc=j.remove,yc=j.reset,bc=j.revenue,Ec=j.setDeviceId,_c=j.setGroup,Tc=j.setOptOut,wc=j.setSessionId,Sc=j.setTransport,Ic=j.setUserId,ye=j.track;var te=t=>{window.dispatchEvent(new CustomEvent("builderdevtools",{detail:{eventName:t}}))};async function Ki(){return zr()}var Jn=async()=>{let t=new URL(window.location.href),e=t.hash,r=\`#\${Br}=\`,n=Math.random().toString(36).substring(2,15),i=await Ki();Zn("f1d2eb79aecd01b28c8a371ea5d1751c",i?.userId||n,{logLevel:mt.LogLevel.None,serverUrl:Hr,flushIntervalMillis:500});let o=new ne;Xn(o,{device_id:i?.deviceId,user_id:i?.userId||n});let s="anonymous";e.startsWith(r)&&(s=e.slice(r.length),s&&(Wi(s),t.hash="",window.history.replaceState({},"",t.href))),te("init")};var Wi=t=>{if(typeof t=="string"&&t.length>0){let e=Ze();Xe({...e,builderUserId:t})}},Ze=()=>{let t=localStorage.getItem(ei);if(t)try{let e=JSON.parse(t);return(!e.ctas||typeof e.ctas!="object")&&(e=Xe({...e,ctas:{}})),e.menuOpenedTs&&(e=Xe({...e,ctas:{...e.ctas,menuOpened:e.menuOpenedTs}}),delete e.menuOpenedTs),e}catch(e){console.error(e)}return Xe({firstVisitTs:Date.now(),ctas:{},builderUserId:""})},Xe=t=>{try{localStorage.setItem(ei,JSON.stringify(t))}catch(e){console.error(e)}return t},xr=t=>!!Ze().ctas[t],Lr=t=>{let e=Ze();return Xe({...e,ctas:{...e.ctas,[t]:Date.now()}})},ei="builderDevtools";function ti(t){$i(t),Yi(t),zi(t),Qi(t)}function $i(t){let e=t.getElementById("input-register");e.addEventListener("change",async r=>{r.stopPropagation();let n=t.getElementById("input-name"),i=t.querySelector(".nav-cmp-input");i.classList.add("input-loading"),i.classList.remove("input-enabled");let o=n.dataset.id,s=n.dataset.prop,u=await at({cmpId:o,name:s,registerInput:e.checked});te("registryUpdate"),le(u),Je(t,o,s),be(t,o),i.classList.remove("input-loading")})}function Yi(t){t.getElementById("input-open-source").addEventListener("click",r=>{r.preventDefault(),r.stopPropagation();let n=r.target,i=G.components.find(o=>o.id===n?.dataset.id);i&&De({filePath:i.filePath})})}function zi(t){let e=t.getElementById("input-name"),r=e.closest(".ui-text-input"),n="",i;e.addEventListener("focus",o=>{clearTimeout(i),r.classList.remove("saved"),o.stopPropagation(),n=e.value}),e.addEventListener("blur",async o=>{if(o.stopPropagation(),clearTimeout(i),r.classList.remove("saved"),e.value!==n){if(e.value.trim().length<3){e.value=n;return}r.classList.add("saved"),i=setTimeout(()=>{r.classList.remove("saved")},3e3);let s=e.dataset.id,u=e.dataset.prop,d=await at({cmpId:s,name:u,friendlyName:e.value});te("registryUpdate"),le(d),ue(t),be(t,s),Je(t,s,u)}}),e.addEventListener("keyup",o=>{o.stopPropagation(),clearTimeout(i),r.classList.remove("saved"),o.key==="Escape"?(e.value=n,e.blur()):o.key==="Enter"&&e.blur()})}function Qi(t){let e=t.getElementById("input-type");e.addEventListener("change",async r=>{r.stopPropagation();let n=e.dataset.id,i=e.dataset.prop,o=await at({cmpId:n,name:i,type:e.value});te("registryUpdate"),le(o),ue(t),be(t,n),Je(t,n,i)})}function Je(t,e,r){let n=G.components.find(l=>l.id===e);if(!n)return null;let i=n.inputs.find(l=>l.name===r);if(!i)return null;let o=t.querySelector(".nav-cmp-input");i.isRegistered?o.classList.add("input-enabled"):o.classList.remove("input-enabled");let s=t.getElementById("input-register");s.checked=!!i.isRegistered;let u=t.getElementById("cmp-input-title");u.innerText=n.name+": "+(i.friendlyName||i.name);let d=t.getElementById("input-open-source");d.innerText=\`Open \${n.displayFilePath}\`,d.dataset.id=n.id;let p=t.getElementById("cmp-prop-name");p.innerText=i.name;let a=t.getElementById("cmp-prop-type");a.innerText=ft(i.type);let c=t.getElementById("input-name");return c.dataset.id=n.id,c.dataset.prop=i.name,c.value=i.friendlyName||i.name,Xi(t,n,i),i}function Xi(t,e,r){let n=t.getElementById("input-type");n.dataset.id=e.id,n.dataset.prop=r.name,n.innerHTML="";let i=r.type,o=ut.includes(i),s=ct.includes(i),u=lt.includes(i),d=dt.includes(i),p=pt.includes(i);Qr.forEach(a=>{let c=document.createElement("option");c.value=a.value,c.innerText=a.text,c.disabled=ut.includes(a.value)&&!o||ct.includes(a.value)&&!s||lt.includes(a.value)&&!u||dt.includes(a.value)&&!d||pt.includes(a.value)&&!p,n.appendChild(c)}),n.value=i}function ri(t){Zi(t),Ji(t),eo(t),ro(t),to(t)}function Zi(t){t.getElementById("cmp-register").addEventListener("change",r=>{r.stopPropagation(),kt(t,"update")})}async function kt(t,e){let r=t.querySelector(".nav-cmp-detail"),n=t.getElementById("cmp-error"),i=t.getElementById("cmp-register"),o=i.closest(".ui-switch");r.classList.remove("cmp-enabled"),i.checked&&r.classList.add("cmp-loading");try{let s=i.dataset.id,u;e==="load"?u=await Gr({cmpId:s}):i.checked?(u=await Kr({cmpId:s}),te("registryUpdate"),ye("interaction",{type:"click",name:"register component",detail:s})):(u=await $r({cmpId:s}),te("registryUpdate"),ye("interaction",{type:"click",name:"unregister component",detail:s})),le(u),ue(t);let d=be(t,s);e==="update"&&d&&(i.checked?(r.classList.add("cmp-enabled"),Bt(t,\`<strong>\${d.name}</strong> is now registered in <strong>\${G.registryDisplayPath}</strong> and available for use in the Builder Visual Editor\`)):Bt(t,\`<strong>\${d.name}</strong> has been unregistered from <strong>\${G.registryDisplayPath}</strong> and removed from the Builder Visual Editor\`))}catch(s){console.error(s),n.innerHTML=\`<p class="error">Error loading components</p><p class="error">\${s.message||s}</p>\`,o.style.display="none"}r.classList.remove("cmp-loading")}function Ji(t){let e=t.getElementById("cmp-name"),r=e.closest(".ui-text-input"),n="",i;e.addEventListener("focus",o=>{clearTimeout(i),r.classList.remove("saved"),o.stopPropagation(),n=e.value}),e.addEventListener("blur",async o=>{if(o.stopPropagation(),clearTimeout(i),r.classList.remove("saved"),e.value!==n){if(e.value.trim().length<3){e.value=n;return}r.classList.add("saved"),i=setTimeout(()=>{r.classList.remove("saved")},3e3);let s=e.dataset.id,u=await Wr({cmpId:s,name:e.value});te("registryUpdate"),le(u),ue(t),be(t,s)}}),e.addEventListener("keyup",o=>{o.stopPropagation(),clearTimeout(i),r.classList.remove("saved"),o.key==="Escape"?(e.value=n,e.blur()):o.key==="Enter"&&e.blur()})}function be(t,e){let r=G.components.find(a=>a.id===e);if(!r)return null;let n=t.getElementById("cmp-register"),i=t.getElementById("cmp-error"),o=n.closest(".ui-switch");o.style.display="",i.innerHTML="",n.dataset.id=r.id,n.checked=!!r.isRegistered;let s=t.querySelector(".nav-cmp-detail");r.isRegistered?s.classList.add("cmp-enabled"):s.classList.remove("cmp-enabled");let u=t.getElementById("cmp-name");u.dataset.id=r.id,u.value=r.name;let d=t.getElementById("cmp-open-source");d.innerText=\`Open \${r.displayFilePath}\`,d.dataset.id=r.id;let p=t.getElementById("cmp-detail-title");return p.innerText=\`\${r.name} Component\`,no(t,r),r}function eo(t){t.getElementById("cmp-open-source").addEventListener("click",r=>{r.preventDefault(),r.stopPropagation();let n=r.target,i=G.components.find(o=>o.id===n?.dataset.id);i&&(De({filePath:i.filePath}),ye("interaction",{type:"click",name:"open component source file",detail:i.filePath}))})}function to(t){t.getElementById("btn-inputs-reload").addEventListener("click",r=>{r.preventDefault(),r.stopPropagation(),kt(t,"load")})}function ro(t){t.getElementById("cmp-detail-inputs").addEventListener("click",r=>{r.preventDefault(),r.stopPropagation();let i=r.target?.closest("button"),o=i?.dataset.id,s=i?.dataset.propName;Je(t,o,s)&&oe(t,"nav-cmp-input")})}function no(t,e){let r=t.getElementById("cmp-detail-inputs"),n=e.inputs.filter(i=>!i.hideFromUI);n.length>0?(r.innerHTML="",n.forEach(i=>{r.appendChild(io(e,i))})):r.innerHTML=\`<p class="cmp-inputs-empty">\${e.name} component does not have any props</p>\`}function io(t,e){let r=document.createElement("button");r.dataset.id=t.id,r.dataset.propName=e.name,r.className="cmp-input-item nav-list-item",e.isRegistered||r.classList.add("cmp-input-item-unregistered");let n=document.createElement("span"),i=ft(e.type);n.className=\`nav-list-item-icon input-icon input-icon-\${i}\`,r.appendChild(n);let o=document.createElement("span");o.innerText=e.friendlyName||e.name,r.appendChild(o);let s=document.createElement("span");return s.className="nav-list-item-note",s.innerText=e.type,r.appendChild(s),r}function oi(t){t.getElementById("open-builder-registry").addEventListener("click",o=>{o.preventDefault(),o.stopPropagation(),De({filePath:G.registryPath,line:1,column:1})}),t.getElementById("cmp-list").addEventListener("click",o=>{o.preventDefault(),o.stopPropagation();let u=o.target?.dataset.id,d=G.components.find(p=>p.id===u);if(d){let p=t.querySelector(".nav-cmp-detail .section-content");p.scrollTop=0,be(t,d.id),oe(t,"nav-cmp-detail"),d.isRegistered&&kt(t,"load")}});let n=t.getElementById("component-search"),i=t.getElementById("clear-search");n?.addEventListener("input",o=>{let s=o.target.value.toLowerCase(),u=s?G.components.filter(d=>d.name.toLowerCase().includes(s)||d.displayFilePath?.toLowerCase().includes(s)):G.components;ue(t,u),i.style.display=s?"flex":"none"}),i?.addEventListener("click",()=>{n.value="",ue(t),i.style.display="none"}),n?.addEventListener("keydown",o=>{o.key==="Escape"&&(n.value="",ue(t),i.style.display="none")})}function si(t){let e=jr();oo(t,e)}async function oo(t,e){let r=t.getElementById("cmp-list"),n=t.querySelector(".nav-cmp-list");n.classList.add("nav-loading");let i=t.getElementById("open-builder-registry");try{let o=await e;le(o),ue(t),G.registryDisplayPath?i.innerText="Open "+o.registryDisplayPath:i.innerText=""}catch(o){r.innerHTML=\`<p class="error">Error loading components</p><p class="error">\${o.message||o}</p>\`,console.error(o)}n.classList.remove("nav-loading")}function ue(t,e){let r=t.getElementById("cmp-list");r.innerHTML="";let n=e||G.components,i=n.filter(s=>s.isRegistered),o=n.filter(s=>!s.isRegistered);if(e&&e.length===0){let s=document.createElement("p");s.className="no-results",s.innerText="No matching components found",r.appendChild(s);return}ni(r,"Registered Components",i),ni(r,"Unregistered Components",o)}function ni(t,e,r){if(r.length>0){let n=document.createElement("h4");n.innerText=e,t.appendChild(n),r.forEach(i=>{t.appendChild(so(i))})}}function so(t){let e=document.getElementById("component-search")?.value.toLowerCase(),r=document.createElement("button");r.dataset.id=t.id,r.className="cmp-item nav-list-item",t.isRegistered&&r.classList.add("registered");let n=document.createElement("span");n.className="nav-list-item-icon",t.image&&(n.style.backgroundImage=\`url(\${t.image})\`),r.appendChild(n);let i=document.createElement("span");i.className="nav-list-item-name",i.innerHTML=ii(t.name,e),r.appendChild(i);let o=document.createElement("span");return o.className="nav-list-item-note",o.innerHTML=ii(t.displayFilePath||"",e),r.appendChild(o),r}function ii(t,e){if(!e)return t;let r=new RegExp(\`(\${e})\`,"gi");return t.replace(r,'<span class="search-highlight">$1</span>')}var ai=t=>{t.querySelector(".menu-toggle").addEventListener("click",e=>{e.preventDefault(),e.stopPropagation(),Ee(t,!0)}),t.getElementById("close").addEventListener("click",e=>{e.preventDefault(),e.stopPropagation(),Ee(t,!1)}),t.getElementById("hit").addEventListener("click",e=>{e.preventDefault(),e.stopPropagation(),Ee(t,!1)}),Ar(t),t.addEventListener("click",e=>e.stopPropagation()),ao(t)},Ee=(t,e)=>{e?(document.body.classList.add("builder-no-scroll"),t.host.classList.add("show-builder-menu"),te("menuOpen"),Lr("menuOpened"),ye("interaction",{type:"click",name:"open dev-tools menu"})):(document.body.classList.remove("builder-no-scroll"),t.host.classList.remove("show-builder-menu"),te("menuClose"),setTimeout(()=>{oe(t,"nav-home")},300)),Yr(e)},ao=t=>{if(!xr("menuOpened")){uo(t);return}let e=Ze();if(!((Date.now()-e.firstVisitTs)/1e3/60<10)&&!xr("feedback")){Lr("feedback"),co(t);return}},uo=t=>{let e=document.createElement("a");e.classList.add("menu-toggle-tooltip"),e.href="#open-dev-tools",e.innerHTML=\`
|
|
48
48
|
<div class="menu-toggle-tooltip-content">
|
|
49
49
|
<h3>Open Builder Devtools</h3>
|
|
@@ -54,7 +54,7 @@ Restarting server after Builder Devtools update...
|
|
|
54
54
|
<h3>How's Devtools working for you?</h3>
|
|
55
55
|
<p>We'd love your feedback!</p>
|
|
56
56
|
</div>
|
|
57
|
-
\`,t.appendChild(e),setTimeout(()=>{e.classList.add("menu-toggle-tooltip-show"),e.addEventListener("click",()=>{e.classList.remove("menu-toggle-tooltip-show")})},1e3)};function ui(t){t.getElementById("go-to-builder").addEventListener("click",s=>{s.preventDefault(),s.stopPropagation(),Ee(t,!1),window.open(Nr(),"builder")}),t.getElementById("components-link").addEventListener("click",s=>{s.preventDefault(),s.stopPropagation();let u=t.querySelector(".nav-cmp-list .section-content");u.scrollTop=0,oe(t,"nav-cmp-list"),si(t)}),t.getElementById("settings-link").addEventListener("click",s=>{s.preventDefault(),s.stopPropagation(),oe(t,"nav-settings")}),t.getElementById("add-page-link").addEventListener("click",s=>{s.preventDefault(),s.stopPropagation(),Ee(t,!1),window.open(je(),"builder")}),t.getElementById("import-from-figma").addEventListener("click",s=>{s.preventDefault(),s.stopPropagation(),Ee(t,!1),window.open("https://www.figma.com/community/plugin/747985167520967365/builder-io-ai-powered-figma-to-code-react-vue-tailwind-more")})}function ci(t){let e=t.getElementById("enable-edit");e.addEventListener("change",r=>{r.stopPropagation(),Ft(e.checked)}),e.checked=it(),Ft(e.checked)}var At=class extends HTMLElement{constructor(){super()}connectedCallback(){let e=this.attachShadow({mode:"open"});e.innerHTML=\`<style>*,*:before,*:after{box-sizing:border-box}:host{--background-color: rgba(40, 40, 40, 1);--primary-color: rgba(72, 161, 255, 1);--primary-color-subdued: rgb(72, 161, 255, .6);--primary-color-highlight: rgb(126, 188, 255);--primary-contrast-color: white;--edit-color: #1d74e2;--edit-color-highlight: #1c6bd1;--edit-color-alpha: rgb(72, 161, 255, .15);--error-color: #ff2b55;--text-color: white;--text-color-highlight: white;--border-color: #454545;--button-background-color-hover: rgba(255, 255, 255, .1);--menu-width: 320px;--transition-time: .15s;--font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-family:var(--font-family);line-height:1.6}button{cursor:pointer;color:var(--text-color);-webkit-tap-highlight-color:transparent}input,select,button{font-family:var(--font-family)}.menu-toggle{position:absolute;right:0;bottom:0;pointer-events:auto;padding:8px;background:transparent;border:none;appearance:none}.menu-toggle div{position:relative;width:64px;height:64px;pointer-events:none;border-radius:50%;background:#000;border:1px solid white;box-shadow:#00000054 0 0 8px}.menu-toggle:hover div{background-color:var(--background-color);border:1px solid rgb(220,220,220)}.menu-toggle svg{position:absolute;top:15px;left:15px;width:33px;height:32px}div.highlight-bg{position:absolute;top:-1px;left:-1px;background-color:#1a1a1a;pointer-events:none;transition:all .4s ease-out;opacity:0}.menu-toggle-highlight-no-transition div.highlight-bg{transition:none}.menu-toggle-highlight div.highlight-bg{opacity:1}.menu-toggle-tooltip{position:absolute;bottom:0;right:0;width:382px;height:72px;padding:0;text-align:left;appearance:none;background-color:transparent;border:none;pointer-events:none;transform:translate3d(320px,0,0);opacity:0;transition:all .15s ease-in-out;color:#fff}.menu-toggle-tooltip.menu-toggle-tooltip-show{pointer-events:auto;opacity:1;transform:translateZ(0)}.menu-toggle-tooltip-content{position:absolute;inset:0 95px 10px 0;padding:8px 12px;background-color:var(--primary-color);box-shadow:#00000054 0 0 20px;border-radius:2px}.menu-toggle-tooltip-content:before{content:"";position:absolute;bottom:15px;right:-6px;width:30px;height:30px;background-color:var(--primary-color);transform:rotate(45deg)}.menu-toggle-tooltip:hover .menu-toggle-tooltip-content,.menu-toggle-tooltip:hover .menu-toggle-tooltip-content:before{background-color:var(--primary-color-highlight)}.menu-toggle-tooltip-content h3{margin:0;font-size:16px}.menu-toggle-tooltip-content p{margin:0;font-size:12px}section{position:absolute;display:grid;grid-template-rows:64px auto 64px;top:0;left:0;width:100%;height:100%;padding:0;pointer-events:none}.section-content{margin:0;padding:0 0 10px;font-weight:300;transform:translate3d(105%,0,0);transition:transform var(--transition-time) ease-in-out;overflow-y:auto}.section-content .error{color:var(--error-color);font-weight:700}section a{text-decoration:none;color:var(--text-color)}section h3,section p{margin-left:16px;margin-right:16px}.info{font-size:12px}ul.list{list-style:none;padding:0;margin:0}ul.list li{display:block;padding:0;margin:0}ul.list a,ul.list button{display:grid;grid-template-columns:24px auto;grid-gap:16px;padding:12px;margin:8px 0;border:none;background:transparent;appearance:none;width:100%;font-weight:300;text-align:left;text-decoration:none;color:var(--text-color)}ul.list a:hover,ul.list button:hover{text-decoration:none;color:var(--text-color);background-color:var(--button-background-color-hover)}ul.list a span,ul.list button span{display:block;font-size:16px;font-weight:500;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}header{position:relative;display:grid;grid-template-columns:44px 1fr;gap:8px;padding-left:8px;border-bottom:1px solid var(--border-color);transition:opacity var(--transition-time) ease-in-out;opacity:0;pointer-events:none}header>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-home header>div{margin-right:56px}header h2{margin:7px 0 0;font-size:18px;font-weight:500;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}header p{margin:2px 0 0;font-size:12px;font-weight:300;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}header p button{display:block;margin:0;padding:0;width:100%;font-size:12px;font-weight:300;text-decoration:none;appearance:none;text-align:left;background-color:transparent;border:none;color:var(--primary-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}header p button:hover{text-decoration:underline;color:var(--primary-color)}.builder-logo{margin:12px 0 0 8px}#close{display:block;position:absolute;appearance:none;background:transparent;border:none;border-radius:50%;margin:0;padding:0;right:4px;top:8px;width:48px;height:48px;z-index:1;opacity:.7}#close:hover{opacity:1;background-color:var(--button-background-color-hover)}#close svg{position:absolute;top:12px;left:12px;width:24px;height:24px;fill:currentColor;pointer-events:none}.back-button{position:relative;display:block;margin:7px 0 0 -2px;width:48px;height:48px;background:transparent;border:none;appearance:none;border-radius:50%}.back-button:hover{background-color:var(--button-background-color-hover)}.back-button svg{position:absolute;top:12px;left:12px;width:24px;height:24px;fill:currentColor;pointer-events:none}footer{border-top:1px solid var(--border-color);transition:opacity var(--transition-time) ease-in-out;opacity:0;pointer-events:none}section.nav-cmp-list{grid-template-rows:64px auto 120px}footer a{text-decoration:underline;color:var(--primary-color)}footer a:hover{color:var(--primary-color);text-decoration:none}.nav-list{padding:2px 0}.nav-loading{pointer-events:none}.nav-loading-icon{position:absolute;display:inline-block;top:170px;left:0;width:100%;transform:translateZ(0);pointer-events:auto;opacity:0;transition:all 50ms ease-in-out;transition-delay:50ms;pointer-events:none}.nav-loading .nav-loading-icon{opacity:.5}.nav-list h4{margin:8px 8px 8px 10px;font-size:14px;font-weight:600}.nav-list .nav-list-item+h4{margin-top:30px}.nav-list-item{display:grid;grid-template-columns:1fr 1fr;gap:8px;position:relative;margin:2px 0;padding:8px 28px 8px 46px;width:100%;font-size:14px;font-weight:300;text-align:left;border:none;background:transparent;appearance:none}.nav-list-item:hover{background-color:var(--button-background-color-hover)}.nav-list-item-icon{position:absolute;top:4px;left:10px;width:24px;height:24px;object-fit:contain;filter:invert(100%);background-size:24px 24px;background-repeat:no-repeat;background-position:center center}.nav-list-item span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}.nav-list-item:after{display:block;position:absolute;content:"";background-image:url('data:image/svg+xml,<svg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L1 13" stroke="%23F2F2F2" stroke-opacity="0.5" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-position:12px 9px;top:0;right:0;width:32px;height:32px;pointer-events:none}.nav-list-item-note{opacity:0;font-size:12px;padding-top:1px;text-align:right}.nav-list-item:hover .nav-list-item-note{opacity:.5}.ui-select{display:block;margin:8px 0 16px;padding:8px 16px;cursor:pointer}.ui-select h3{margin:0;font-size:14px;font-weight:500}.ui-select p{margin:8px 0;font-size:12px;font-weight:300}.ui-select .select{position:relative;margin:8px 0;border-radius:4px;padding:0;line-height:1.1;overflow:hidden;border:1px solid var(--border-color)}.ui-select select{appearance:none;background-color:transparent;border:none;outline:none;padding:8px 32px 8px 8px;margin:0;width:100%;font-size:14px;cursor:pointer;text-overflow:ellipsis;opacity:.6;color:var(--text-color)}.ui-select .select:after{content:"";top:6px;right:5px;width:24px;height:24px;position:absolute;background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="%23F2F2F2" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/></svg>');background-repeat:no-repeat;background-position:center;pointer-events:none;opacity:.6}.ui-select .select:hover{border-color:var(--primary-color-subdued)}.ui-text-input .select:focus-within{border-color:var(--primary-color)}.ui-text-input .select:focus-within select{opacity:1}.spinner:after{content:" ";display:block;width:32px;height:32px;margin:0 auto;pointer-events:auto;border-radius:50%;border:3px solid var(--text-color);border-color:var(--text-color) transparent var(--text-color) transparent;animation:spinner .75s linear infinite}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ui-switch{display:grid;grid-template-columns:auto 48px;grid-gap:20px;margin:8px 0 16px;padding:8px 0 8px 16px;cursor:pointer}.ui-switch>*{pointer-events:none}.ui-switch input{display:none;visibility:hidden}.ui-switch .switcher{display:inline-block;border-radius:100px;width:35px;height:14px;background-color:#ccc;position:relative;top:6px;vertical-align:middle;cursor:pointer}.ui-switch input[type=checkbox]:checked+.switcher{background-color:var(--primary-color-subdued)}.ui-switch .switcher:before{content:"";display:block;width:20px;height:20px;background-color:var(--text-color);box-shadow:0 1px 3px #0009;border-radius:50%;position:absolute;top:-3px;left:0;margin-right:0;transition:all .15s}.ui-switch input[type=checkbox]:checked+.switcher:before{left:100%;margin-left:-20px;background-color:var(--primary-color)}.ui-switch h3{margin:0;font-size:14px;font-weight:500}.ui-switch p{margin:4px 0 0;font-size:12px;font-weight:300}.ui-text-input{display:block;margin:8px 0 16px;padding:8px 16px;cursor:pointer}.ui-text-input h3{margin:0;font-size:14px;font-weight:500}.ui-text-input p{margin:8px 0;font-size:12px;font-weight:300}.ui-text-input .input{position:relative;margin:8px 0;border:1px solid var(--border-color);border-radius:4px;background:transparent;padding:2px;overflow:hidden}.ui-text-input input{display:block;width:235px;font-size:14px;border:none;background:transparent;padding:6px;appearance:none;color:var(--text-color);opacity:.6;outline:none}.ui-text-input .input:hover{border-color:var(--primary-color-subdued)}.ui-text-input .input:focus-within{border-color:var(--primary-color)}.ui-text-input .input:focus-within input{opacity:1}.ui-text-input .input:after{content:"";position:absolute;top:5px;right:14px;width:8px;height:17px;border:2px solid rgba(51,181,51,1);border-top:none;border-left:none;transform:rotate(45deg);opacity:0;transition:opacity 80ms ease-in-out;pointer-events:none}.ui-text-input.saved .input:after{opacity:1}.ui-toast{position:fixed;bottom:8px;left:8px;right:8px;padding:6px 12px;font-size:14px;border-radius:4px;transform:translate3d(0,150%,0);opacity:0;transition:all var(--transition-time) ease-in-out;background-color:var(--primary-color-subdued);color:var(--text-color);pointer-events:none}.ui-toast.ui-toast-show{transform:translateZ(0);opacity:1;pointer-events:auto}[data-view=nav-home] .nav-home .section-content,[data-view=nav-cmp-list] .nav-cmp-list .section-content,[data-view=nav-cmp-detail] .nav-cmp-detail .section-content,[data-view=nav-cmp-input] .nav-cmp-input .section-content,[data-view=nav-settings] .nav-settings .section-content{transform:translateZ(0);pointer-events:auto}[data-view=nav-home] .nav-home header,[data-view=nav-home] .nav-home footer,[data-view=nav-cmp-list] .nav-cmp-list header,[data-view=nav-cmp-list] .nav-cmp-list footer,[data-view=nav-cmp-detail] .nav-cmp-detail header,[data-view=nav-cmp-detail] .nav-cmp-detail footer,[data-view=nav-cmp-input] .nav-cmp-input header,[data-view=nav-cmp-input] .nav-cmp-input footer,[data-view=nav-settings] .nav-settings header,[data-view=nav-settings] .nav-settings footer{opacity:1;pointer-events:auto}[data-view=nav-cmp-list] .nav-home .section-content,[data-view=nav-cmp-detail] .nav-home .section-content,[data-view=nav-cmp-detail] .nav-cmp-list .section-content,[data-view=nav-cmp-input] .nav-home .section-content,[data-view=nav-cmp-input] .nav-cmp-list .section-content,[data-view=nav-cmp-input] .nav-cmp-detail .section-content,[data-view=nav-settings] .nav-home .section-content{transform:translate3d(-105%,0,0)}.cmp-item .nav-list-item-icon{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.83 16.809C20.94 16.561 21 16.289 21 16.008V7.99001C20.9994 7.64108 20.9066 7.29851 20.731 6.99699C20.5554 6.69547 20.3032 6.44571 20 6.27301L13 2.26501C12.6954 2.09103 12.3508 1.99951 12 1.99951C11.6492 1.99951 11.3046 2.09103 11 2.26501L7.988 3.99001M5.441 5.44801L4 6.27301C3.381 6.62801 3 7.28301 3 7.99101V16.009C3 16.718 3.381 17.372 4 17.726L11 21.734C11.3046 21.908 11.6492 21.9995 12 21.9995C12.3508 21.9995 12.6954 21.908 13 21.734L18.544 18.56" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 22V12" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.532 10.538L20.73 6.95996" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/><path d="M3.27002 6.95996L12 12" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 3L21 21" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/></svg>');opacity:.3}.cmp-item.registered .nav-list-item-icon{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 16.008V7.99001C20.9994 7.64108 20.9066 7.29851 20.731 6.99699C20.5554 6.69547 20.3032 6.44571 20 6.27301L13 2.26501C12.6954 2.09103 12.3508 1.99951 12 1.99951C11.6492 1.99951 11.3046 2.09103 11 2.26501L4 6.27301C3.381 6.62801 3 7.28301 3 7.99101V16.009C3 16.718 3.381 17.372 4 17.726L11 21.734C11.3046 21.908 11.6492 21.9995 12 21.9995C12.3508 21.9995 12.6954 21.908 13 21.734L20 17.726C20.619 17.371 21 16.716 21 16.008Z" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /> <path d="M12 22V12" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /> <path d="M12 12L20.73 6.95996" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /> <path d="M3.26999 6.95996L12 12" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /></svg>');opacity:.8}.search-highlight{background-color:var(--primary-color-alpha);padding:0 2px;border-radius:2px;font-weight:500}.search-container{position:sticky;top:0;z-index:10;padding:12px 16px;background:var(--background-color);border-bottom:1px solid var(--border-color)}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:12px;color:var(--text-color-secondary);pointer-events:none}.component-search-input{width:100%;height:36px;padding:8px 36px;border:1px solid var(--border-color);border-radius:6px;background:var(--input-background);color:var(--text-color);font-size:14px;transition:border-color .2s,box-shadow .2s}.component-search-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-color-alpha)}.component-search-input::placeholder{color:var(--text-color-tertiary)}.clear-search-button{position:absolute;right:8px;padding:4px;color:var(--text-color-secondary);border:none;background:transparent;border-radius:4px;cursor:pointer;opacity:0;transition:opacity .2s,background-color .2s;display:flex;align-items:center;justify-content:center}.clear-search-button:hover{background-color:var(--hover-color)}.component-search-input:not(:placeholder-shown)+.clear-search-button{opacity:1}.no-results{padding:32px 16px;text-align:center;color:var(--text-color-secondary);font-size:14px}#cmp-detail{position:relative}.cmp-loading{pointer-events:none!important}.cmp-loading-icon{position:absolute;display:inline-block;top:170px;left:0;width:100%;transform:translateZ(0);pointer-events:auto;opacity:0;transition:all 50ms ease-in-out;transition-delay:50ms;pointer-events:none}.cmp-loading .cmp-loading-icon{opacity:.5}.cmp-cover{position:absolute;top:160px;left:0;width:100%;height:100vh;background:var(--background-color);transform:translateZ(0);pointer-events:none;display:none}[data-view=nav-cmp-detail] .cmp-cover{display:block;pointer-events:auto}.cmp-enabled .cmp-cover{transform:translate3d(0,105%,0);pointer-events:none}.section-ready .cmp-cover{transition:all var(--transition-time) ease-in-out}.cmp-detail-inputs-container{margin:8px 0 16px;padding:0}.cmp-detail-inputs-container h3{margin:0 0 6px;padding-left:16px;padding-right:8px;font-size:14px;font-weight:500;display:flex;justify-content:space-between;align-items:center}.cmp-detail-inputs-reload{font-weight:300;font-size:.9em;text-decoration:none;appearance:none;text-align:left;background-color:transparent;border:none;color:var(--primary-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmp-detail-inputs-reload:hover{text-decoration:underline;color:var(--primary-color)}.cmp-detail-inputs-container .cmp-inputs-empty{padding:0;margin-top:12px;font-size:12px;font-weight:300;opacity:.5;font-style:italic}.cmp-detail-inputs-container .nav-list-item-icon{opacity:.8;background-size:20px 20px;background-position:4px center}.input-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"></path></svg>')}.input-icon-array{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"></path> <path d="M10 16v-6a2 2 0 1 1 4 0v6"></path> <path d="M10 13h4"></path></svg>')}.input-icon-boolean{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"></path> <path d="M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z"></path></svg>')}.input-icon-number{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"></path> <path d="M10 16v-8l4 8v-8"></path></svg>')}.input-icon-object{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"></path> <path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z"></path></svg>')}.input-icon-string{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"></path> <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1"></path></svg>')}.cmp-input-item-unregistered{opacity:.4}.cmp-input-item-unregistered .input-icon:after{content:"";position:absolute;top:11px;left:4px;width:20px;height:2px;background-color:#000;transform:rotate(-45deg)}.cmp-prop-info{border-bottom:1px solid var(--border-color)}.cmp-input-readonly{margin:16px 0;padding:0 16px;display:grid;grid-template-columns:50% 50%;gap:12px}.cmp-input-readonly h3{margin:0;font-size:14px;font-weight:500}.cmp-input-readonly span{margin-top:2px;font-size:12px;font-weight:300;opacity:.8}.cmp-input-detail{margin:16px 0}.cmp-input-detail a{color:var(--primary-color);text-decoration:none}.cmp-input-detail a:hover{text-decoration:underline}.input-cover{position:absolute;top:175px;left:0;width:100%;height:100%;background:var(--background-color);transform:translateZ(0);transition:all var(--transition-time) ease-in-out;pointer-events:auto}.input-enabled .input-cover{transform:translate3d(0,105%,0);pointer-events:none}.input-loading-icon{position:absolute;display:inline-block;top:190px;left:0;width:100%;transform:translateZ(0);pointer-events:auto;opacity:0;transition:all 50ms ease-in-out;transition-delay:50ms;pointer-events:none}.input-loading .input-loading-icon{opacity:.5}:host{position:fixed;inset:0;z-index:2147483646;user-select:none;pointer-events:none;color:var(--text-color)}aside{position:absolute;top:0;right:0;width:var(--menu-width);height:100%;transform:translate3d(105%,0,0);transition:transform var(--transition-time) ease-in-out;background:var(--background-color);box-shadow:#000000c9 5px 0 20px;overflow:hidden;z-index:1}:host(.show-builder-menu) aside{pointer-events:auto;transform:translateZ(0)}#hit{position:absolute;inset:0;display:none}:host(.show-builder-menu) #hit{display:block;pointer-events:auto}#version{position:absolute;bottom:6px;right:6px;font-size:8px;color:#9b9b9b}</style><div id="hit"></div> <aside data-view="nav-home"> <section class="nav-home"> <header> <svg class="builder-logo" viewBox="0 0 31 36" fill="none" xmlns="http://www.w3.org/2000/svg" > <path d="M31 9.96854C31.0016 11.4553 30.6701 12.9236 30.03 14.2654C29.3898 15.6072 28.4572 16.7884 27.3007 17.7221L0.702841 2.61812C0.601104 2.56012 0.506714 2.49008 0.421705 2.40951C0.288323 2.27871 0.182333 2.12263 0.109928 1.95039C0.0375215 1.77814 0.000151253 1.59319 0 1.40633C0 1.03335 0.148098 0.675643 0.411715 0.411905C0.675332 0.148167 1.03287 0 1.40568 0L21.036 0C23.6786 0 26.213 1.05025 28.0816 2.91972C29.9502 4.78918 31 7.32472 31 9.96854Z" fill="#18B4F4" /> <path d="M31 25.4757C31.0004 26.7849 30.7429 28.0815 30.2423 29.2912C29.7417 30.5009 29.0078 31.6001 28.0825 32.526C27.1572 33.4519 26.0587 34.1864 24.8497 34.6875C23.6406 35.1886 22.3448 35.4465 21.0361 35.4465H1.40573C1.12766 35.4436 0.856725 35.3581 0.627199 35.201C0.397672 35.044 0.219871 34.8223 0.116289 34.5641C0.0127078 34.3059 -0.011999 34.0228 0.0452946 33.7505C0.102588 33.4783 0.239308 33.2292 0.438156 33.0347C0.517415 32.9551 0.606358 32.8858 0.702893 32.8284L11.1705 26.8843L27.2984 17.7244C28.4548 18.6579 29.3874 19.8387 30.028 21.18C30.6685 22.5213 31.0007 23.9891 31 25.4757Z" fill="#FD6B3C" /> <path d="M27.3011 17.7221L11.1709 26.8843L0.703209 32.8284C0.602697 32.8843 0.509784 32.9528 0.426758 33.0323C4.41799 28.9369 6.6496 23.442 6.64456 17.7221C6.65208 12.0015 4.42111 6.50517 0.429101 2.40948C0.51411 2.49005 0.6085 2.56009 0.710237 2.61809L27.3011 17.7221Z" fill="#A97FF2" /> </svg> <div> <h2 class="builder-home-title">Builder Devtools</h2> <p><button id="go-to-builder">Go to Builder</button></p> </div> <button id="close" aria-label="Close Menu"> <svg viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" > <path stroke="none" d="M0 0h24v24H0z" fill="none" /> <path d="M18 6l-12 12" /> <path d="M6 6l12 12" /> </svg> </button> </header> <div class="section-content"> <ul class="list"> <li> <button id="components-link"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" > <path d="M21 16.008V7.99001C20.9994 7.64108 20.9066 7.29851 20.731 6.99699C20.5554 6.69547 20.3032 6.44571 20 6.27301L13 2.26501C12.6954 2.09103 12.3508 1.99951 12 1.99951C11.6492 1.99951 11.3046 2.09103 11 2.26501L4 6.27301C3.381 6.62801 3 7.28301 3 7.99101V16.009C3 16.718 3.381 17.372 4 17.726L11 21.734C11.3046 21.908 11.6492 21.9995 12 21.9995C12.3508 21.9995 12.6954 21.908 13 21.734L20 17.726C20.619 17.371 21 16.716 21 16.008Z" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /> <path d="M12 22V12" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /> <path d="M12 12L20.73 6.95996" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /> <path d="M3.26999 6.95996L12 12" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /> </svg> <span>Components</span> </button> </li> <li> <button id="settings-link"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" > <path d="M10.325 4.317C10.751 2.561 13.249 2.561 13.675 4.317C13.7389 4.5808 13.8642 4.82578 14.0407 5.032C14.2172 5.23822 14.4399 5.39985 14.6907 5.50375C14.9414 5.60764 15.2132 5.65085 15.4838 5.62987C15.7544 5.60889 16.0162 5.5243 16.248 5.383C17.791 4.443 19.558 6.209 18.618 7.753C18.4769 7.98466 18.3924 8.24634 18.3715 8.51677C18.3506 8.78721 18.3938 9.05877 18.4975 9.30938C18.6013 9.55999 18.7627 9.78258 18.9687 9.95905C19.1747 10.1355 19.4194 10.2609 19.683 10.325C21.439 10.751 21.439 13.249 19.683 13.675C19.4192 13.7389 19.1742 13.8642 18.968 14.0407C18.7618 14.2172 18.6001 14.4399 18.4963 14.6907C18.3924 14.9414 18.3491 15.2132 18.3701 15.4838C18.3911 15.7544 18.4757 16.0162 18.617 16.248C19.557 17.791 17.791 19.558 16.247 18.618C16.0153 18.4769 15.7537 18.3924 15.4832 18.3715C15.2128 18.3506 14.9412 18.3938 14.6906 18.4975C14.44 18.6013 14.2174 18.7627 14.0409 18.9687C13.8645 19.1747 13.7391 19.4194 13.675 19.683C13.249 21.439 10.751 21.439 10.325 19.683C10.2611 19.4192 10.1358 19.1742 9.95929 18.968C9.7828 18.7618 9.56011 18.6001 9.30935 18.4963C9.05859 18.3924 8.78683 18.3491 8.51621 18.3701C8.24559 18.3911 7.98375 18.4757 7.752 18.617C6.209 19.557 4.442 17.791 5.382 16.247C5.5231 16.0153 5.60755 15.7537 5.62848 15.4832C5.64942 15.2128 5.60624 14.9412 5.50247 14.6906C5.3987 14.44 5.23726 14.2174 5.03127 14.0409C4.82529 13.8645 4.58056 13.7391 4.317 13.675C2.561 13.249 2.561 10.751 4.317 10.325C4.5808 10.2611 4.82578 10.1358 5.032 9.95929C5.23822 9.7828 5.39985 9.56011 5.50375 9.30935C5.60764 9.05859 5.65085 8.78683 5.62987 8.51621C5.60889 8.24559 5.5243 7.98375 5.383 7.752C4.443 6.209 6.209 4.442 7.753 5.382C8.753 5.99 10.049 5.452 10.325 4.317Z" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /> <path d="M9 12C9 12.7956 9.31607 13.5587 9.87868 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7956 15 13.5587 14.6839 14.1213 14.1213C14.6839 13.5587 15 12.7956 15 12C15 11.2044 14.6839 10.4413 14.1213 9.87868C13.5587 9.31607 12.7956 9 12 9C11.2044 9 10.4413 9.31607 9.87868 9.87868C9.31607 10.4413 9 11.2044 9 12Z" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /> </svg> <span>Settings</span> </button> </li> <li> <button id="add-page-link"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" > <path stroke="none" d="M0 0h24v24H0z" fill="none" /> <path d="M14 3v4a1 1 0 0 0 1 1h4" /> <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> <path d="M12 11l0 6" /> <path d="M9 14l6 0" /> </svg> <span>Add Builder Page</span> </button> </li> <li> <button id="import-from-figma"> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-figma" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" > <path stroke="none" d="M0 0h24v24H0z" fill="none" /> <path d="M15 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" /> <path d="M6 3m0 3a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v0a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3z" /> <path d="M9 9a3 3 0 0 0 0 6h3m-3 0a3 3 0 1 0 3 3v-15" /> </svg> <span>Import From Figma</span> </button> </li> </ul> </div> <footer> <ul class="list"> <li> <a href="https://docs.google.com/forms/d/e/1FAIpQLSdqZcJpRtm_Ia5DTHP6SDY9Xa6LID3KiTjRWkjMzWyJRUtSHw/viewform" target="_blank" > <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" > <path d="M11.013 17.0114L10.013 18.0114L2.513 10.5834C2.0183 10.102 1.62864 9.52342 1.36854 8.88404C1.10845 8.24466 0.983558 7.55836 1.00173 6.86834C1.01991 6.17832 1.18076 5.49954 1.47415 4.87474C1.76755 4.24994 2.18713 3.69266 2.70648 3.23799C3.22583 2.78331 3.8337 2.4411 4.49181 2.23289C5.14991 2.02468 5.844 1.95499 6.53036 2.02821C7.21673 2.10143 7.8805 2.31596 8.47987 2.65831C9.07925 3.00066 9.60124 3.46341 10.013 4.01741C10.8086 2.95654 11.9931 2.2552 13.3059 2.06766C14.6186 1.88012 15.9521 2.22176 17.013 3.01741C18.0739 3.81306 18.7752 4.99755 18.9627 6.3103C19.1503 7.62305 18.8086 8.95654 18.013 10.0174" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> <path d="M18.2006 19.8175L16.0286 20.9555C15.9642 20.989 15.8917 21.004 15.8192 20.9987C15.7467 20.9934 15.6771 20.9681 15.6182 20.9256C15.5593 20.8831 15.5134 20.825 15.4855 20.7579C15.4577 20.6907 15.4491 20.6172 15.4606 20.5455L15.8756 18.1345L14.1186 16.4275C14.0662 16.3768 14.0291 16.3123 14.0115 16.2416C13.9939 16.1708 13.9966 16.0965 14.0192 16.0271C14.0418 15.9578 14.0835 15.8962 14.1394 15.8494C14.1954 15.8026 14.2634 15.7725 14.3356 15.7625L16.7636 15.4105L17.8496 13.2175C17.8821 13.1521 17.9322 13.0972 17.9942 13.0588C18.0562 13.0204 18.1277 13 18.2006 13C18.2736 13 18.3451 13.0204 18.4071 13.0588C18.4691 13.0972 18.5191 13.1521 18.5516 13.2175L19.6376 15.4105L22.0656 15.7625C22.1377 15.7728 22.2054 15.8031 22.2611 15.85C22.3168 15.8968 22.3583 15.9583 22.3809 16.0275C22.4034 16.0967 22.4062 16.1708 22.3888 16.2415C22.3715 16.3122 22.3347 16.3766 22.2826 16.4275L20.5256 18.1345L20.9396 20.5445C20.9521 20.6163 20.9441 20.6902 20.9166 20.7578C20.8891 20.8254 20.8433 20.8839 20.7842 20.9267C20.7252 20.9695 20.6553 20.9949 20.5825 21C20.5098 21.005 20.4371 20.9896 20.3726 20.9555L18.2006 19.8175Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg> <span>Give Feedback</span> </a> </li> </ul> <div id="version"></div> </footer> </section> <section class="nav-cmp-list"> <header> <button class="back-button"> <svg viewBox="0 0 24 24"> <path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z" /> </svg> </button> <div class="search-container"> <div class="search-input-wrapper"> <svg class="search-icon" viewBox="0 0 24 24" width="16" height="16"> <path fill="none" stroke="currentColor" stroke-width="2" d="M15.5 15.5L20 20M10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10C17 13.866 13.866 17 10 17Z" /> </svg> <input type="text" id="component-search" class="component-search-input" placeholder="Search components..." autocomplete="off" spellcheck="false" /> <button id="clear-search" class="clear-search-button" type="button" aria-label="Clear search" > <svg viewBox="0 0 24 24" width="16" height="16"> <path fill="none" stroke="currentColor" stroke-width="2" d="M6 6l12 12M6 18L18 6" /> </svg> </button> </div> </div> <div> <h2>Custom Components</h2> <p> <button id="open-builder-registry"></button> </p> </div> </header> <div class="section-content"> <div id="cmp-list" class="cmp-list nav-list"></div> </div> <div class="nav-loading-icon spinner"></div> <footer> <p class="info"> Expand on Builder's selection of built-in blocks by <a target="_blank" href="https://www.builder.io/c/docs/custom-components-intro" >registering components</a > from your codebase. This way, teammates can drag and drop your components within Builder's Visual Editor just like any other block. </p> </footer> </section> <section class="nav-cmp-detail"> <header> <button class="back-button" data-back="nav-cmp-list"> <svg viewBox="0 0 24 24"> <path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z" /> </svg> </button> <div> <h2 id="cmp-detail-title"></h2> <p> <button id="cmp-open-source"></button> </p> </div> </header> <div class="section-content"> <div id="cmp-error"></div> <label class="ui-switch"> <div> <h3>Register Component</h3> <p> Registers this component so it can be used within Builder Visual CMS </p> </div> <input type="checkbox" role="switch" id="cmp-register" /> <span class="switcher"></span> </label> <div id="cmp-detail"> <label class="ui-text-input"> <h3>Component Name</h3> <div class="input"> <input type="text" id="cmp-name" autocapitalize="off" autocorrect="off" spellcheck="false" autocomplete="off" minlength="2" maxlength="30" required placeholder="e.g. My Counter" /> </div> <p> Unique name to identify this custom component within Builder. Press ESC to cancel </p> </label> <div class="cmp-detail-inputs-container"> <h3> <span>Builder Inputs (Props)</span> <button class="cmp-detail-inputs-reload" id="btn-inputs-reload"> Reload </button> </h3> <div id="cmp-detail-inputs"></div> </div> </div> </div> <div class="cmp-cover"></div> <div class="cmp-loading-icon spinner"></div> </section> <section class="nav-cmp-input"> <header> <button class="back-button" data-back="nav-cmp-detail"> <svg viewBox="0 0 24 24"> <path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z" /> </svg> </button> <div> <h2 id="cmp-input-title"></h2> <p> <button id="input-open-source"></button> </p> </div> </header> <div class="section-content"> <label class="ui-switch"> <div> <h3>Enable Input</h3> <p>Add this component prop as a Builder input</p> </div> <input type="checkbox" role="switch" id="input-register" /> <span class="switcher"></span> </label> <div class="cmp-prop-info"> <div class="cmp-input-readonly"> <h3>Prop Name</h3> <span id="cmp-prop-name"></span> </div> <div class="cmp-input-readonly"> <h3>Prop Type</h3> <span id="cmp-prop-type"></span> </div> </div> <div class="cmp-input-detail"> <label class="ui-text-input"> <h3>Builder Input Name</h3> <div class="input"> <input type="text" id="input-name" autocapitalize="off" autocorrect="off" spellcheck="false" autocomplete="off" minlength="1" maxlength="30" required placeholder="e.g. Text" /> </div> <p> Friendly name to identify this component prop as a Builder input. Press ESC to cancel </p> </label> <label class="ui-select"> <h3>Builder Input Type</h3> <div class="select"> <select id="input-type"></select> </div> <p> Correlate to what editing UI is appropriate for this Builder input. <a href="https://www.builder.io/c/docs/custom-components-input-types" target="_blank" >Read more about input types.</a > </p> </label> </div> <div class="input-cover"></div> <div class="input-loading-icon spinner"></div> </div> </section> <section class="nav-settings"> <header> <button class="back-button"> <svg viewBox="0 0 24 24"> <path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z" /> </svg> </button> <div> <h2>Settings</h2> <p>Configure Builder's Devtools</p> </div> </header> <div class="section-content"> <label class="ui-switch"> <div> <h3>Enable edit button in UI</h3> <p>Enables the edit button so you can edit content in Builder</p> </div> <input type="checkbox" role="switch" id="enable-edit" /> <span class="switcher"></span> </label> </div> </section> <div class="ui-toast" id="toast"></div> </aside> <button class="menu-toggle" aria-label="Toggle Builder Devtools"> <div> <div class="highlight-bg"></div> <svg viewBox="0 0 31 36" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M31 9.96854C31.0016 11.4553 30.6701 12.9236 30.03 14.2654C29.3898 15.6072 28.4572 16.7884 27.3007 17.7221L0.702841 2.61812C0.601104 2.56012 0.506714 2.49008 0.421705 2.40951C0.288323 2.27871 0.182333 2.12263 0.109928 1.95039C0.0375215 1.77814 0.000151253 1.59319 0 1.40633C0 1.03335 0.148098 0.675643 0.411715 0.411905C0.675332 0.148167 1.03287 0 1.40568 0L21.036 0C23.6786 0 26.213 1.05025 28.0816 2.91972C29.9502 4.78918 31 7.32472 31 9.96854Z" fill="#18B4F4" /> <path d="M31 25.4757C31.0004 26.7849 30.7429 28.0815 30.2423 29.2912C29.7417 30.5009 29.0078 31.6001 28.0825 32.526C27.1572 33.4519 26.0587 34.1864 24.8497 34.6875C23.6406 35.1886 22.3448 35.4465 21.0361 35.4465H1.40573C1.12766 35.4436 0.856725 35.3581 0.627199 35.201C0.397672 35.044 0.219871 34.8223 0.116289 34.5641C0.0127078 34.3059 -0.011999 34.0228 0.0452946 33.7505C0.102588 33.4783 0.239308 33.2292 0.438156 33.0347C0.517415 32.9551 0.606358 32.8858 0.702893 32.8284L11.1705 26.8843L27.2984 17.7244C28.4548 18.6579 29.3874 19.8387 30.028 21.18C30.6685 22.5213 31.0007 23.9891 31 25.4757Z" fill="#FD6B3C" /> <path d="M27.3011 17.7221L11.1709 26.8843L0.703209 32.8284C0.602697 32.8843 0.509784 32.9528 0.426758 33.0323C4.41799 28.9369 6.6496 23.442 6.64456 17.7221C6.65208 12.0015 4.42111 6.50517 0.429101 2.40948C0.51411 2.49005 0.6085 2.56009 0.710237 2.61809L27.3011 17.7221Z" fill="#A97FF2" /> </svg> </div> </button>\`,ai(e),ui(e),oi(e),ri(e),ti(e),ci(e),this.setAttribute("aria-hidden","true"),e.getElementById("version").textContent="v1.20.0"}highlightOpener(){let e=this.shadowRoot.querySelector(".menu-toggle");e.classList.add("menu-toggle-highlight"),e.classList.add("menu-toggle-highlight-no-transition"),setTimeout(()=>{e.classList.remove("menu-toggle-highlight-no-transition"),setTimeout(()=>{e.classList.remove("menu-toggle-highlight")},20)},20)}};var lo=\`<style>*,*:before,*:after{box-sizing:border-box}html,body,:host{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:2147483646;margin:0;padding:0;line-height:1.8;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";background-color:#252525;color:#fff;transition:opacity .25s ease-in-out}:host([aria-hidden="true"]){opacity:0;pointer-events:none}main{position:absolute;top:0;left:0;width:100%;height:100vh}h1{margin-top:0;font-size:24px;font-weight:300;line-height:1.4}p{margin:20px 0;font-weight:300}button{cursor:pointer}aside{position:absolute;top:0;left:0;width:350px;height:100vh;padding:60px 0 0 50px;background-color:#121212}aside ul{margin:30px 0 0;padding:0;list-style:none}aside li{position:relative;margin:0;padding:20px 10px;font-weight:300}aside li.highlight{color:#48a1ff}aside li.active{font-weight:700}aside li .circle{position:absolute;top:20px;left:10px;width:24px;height:24px;border:3px solid white;border-radius:50%;font-size:14px}aside li.highlight .circle{border-color:#48a1ff}aside li.active .circle:after{content:"";position:absolute;top:3px;left:3px;width:12px;height:12px;border-radius:50%;background-color:#48a1ff}aside li.completed .circle{background-color:#48a1ff}aside li.completed .circle:after{content:"";position:absolute;top:2px;left:6px;width:6px;height:13px;border:3px solid black;border-top:none;border-left:none;transform:rotate(45deg)}aside li .line{position:absolute;top:44px;left:21px;width:3px;height:45px;background-color:#fff}aside li.completed .line{background-color:#48a1ff}aside li span{display:block;margin-left:44px}nav{margin-top:30px}section{position:absolute;top:135px;left:350px;padding:0 80px 0 140px;transition:opacity .15s ease-in-out}section[aria-hidden=true]{pointer-events:none;opacity:0}section h1,section p{min-width:300px;max-width:600px}.button{position:relative;display:inline-block;color:#fff;background-color:#48a1ff;border-radius:4px;text-decoration:none;padding:10px 40px 10px 20px;white-space:nowrap}.button:hover{background-color:#48a1ffd9}#button-icon{position:absolute;top:1px;right:5px;bottom:0;width:30px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" stroke-width="48" d="M184 112l144 144-144 144"/></svg>');background-repeat:no-repeat;background-position:center;background-size:24px 24px}.button[aria-disabled=true]{opacity:.9;background-color:#ffffff4d;pointer-events:none;padding-right:60px}.button[aria-disabled=true] #button-icon{top:21px;right:29px;width:8px;height:8px;border-radius:4px;background:#fff;color:#fff;animation:dot-flashing .5s infinite linear alternate;animation-delay:.25s}.button[aria-disabled=true] #button-icon:before,.button[aria-disabled=true] #button-icon:after{content:"";display:inline-block;position:absolute;top:0}.button[aria-disabled=true] #button-icon:before{left:-12px;width:8px;height:8px;border-radius:4px;background-color:#fff;color:#fff;animation:dot-flashing .5s infinite alternate;animation-delay:0s}.button[aria-disabled=true] #button-icon:after{left:12px;width:8px;height:8px;border-radius:4px;background-color:#fff;color:#fff;animation:dot-flashing .5s infinite alternate;animation-delay:.5s}@keyframes dot-flashing{0%{background-color:#fff}50%,to{background-color:#ffffff4d}}.logo{margin-left:9px;background:url('data:image/svg+xml,<svg viewBox="0 0 150 32" fill="none" xmlns="http://www.w3.org/2000/svg" > <g clip-path="url(%23clip0_4_304)"> <path d="M27.9858 8.99927C27.9872 10.3415 27.688 11.667 27.1101 12.8783C26.5321 14.0896 25.6902 15.156 24.6462 15.9989V15.9989L0.634502 2.36355C0.542657 2.31119 0.457444 2.24796 0.380701 2.17523C0.260289 2.05715 0.164605 1.91624 0.0992389 1.76075C0.0338732 1.60525 0.000136546 1.43828 0 1.26959C0 0.932873 0.133698 0.609948 0.371683 0.371854C0.609667 0.13376 0.932443 0 1.269 0L18.9906 0C21.3763 0 23.6642 0.948135 25.3512 2.63583C27.0381 4.32352 27.9858 6.61252 27.9858 8.99927V8.99927Z" fill="%2318B4F4" /> <path d="M27.9858 22.9986C27.9861 24.1806 27.7536 25.351 27.3017 26.4431C26.8498 27.5352 26.1873 28.5275 25.352 29.3634C24.5167 30.1993 23.5249 30.8624 22.4335 31.3147C21.342 31.7671 20.1721 32 18.9907 32H1.26906C1.01802 31.9973 0.77343 31.9202 0.566221 31.7784C0.359012 31.6366 0.198499 31.4364 0.104989 31.2034C0.0114791 30.9703 -0.0108254 30.7147 0.0408974 30.4689C0.0926201 30.2231 0.216046 29.9982 0.395559 29.8226V29.8226C0.467112 29.7508 0.547407 29.6882 0.634555 29.6364L10.0844 24.2703L24.6441 16.001C25.688 16.8438 26.53 17.9097 27.1083 19.1206C27.6866 20.3315 27.9864 21.6566 27.9858 22.9986V22.9986Z" fill="%23FD6B3C" /> <path d="M24.6461 15.9989L10.0843 24.2703L0.634458 29.6365C0.54372 29.6868 0.459841 29.7487 0.384888 29.8205C3.98804 26.1233 6.00266 21.1627 5.99812 15.9989C6.0049 10.8346 3.99085 5.87268 0.387003 2.17523C0.463746 2.24796 0.548959 2.31119 0.640803 2.36355L24.6461 15.9989Z" fill="%23A97FF2" /> <path d="M47.6659 11.7352C51.8177 11.7352 54.1632 15.0531 54.1632 19.0714C54.1632 23.0896 51.8177 26.3821 47.6659 26.3821C45.5086 26.3821 43.8589 25.5188 42.9473 24.0545L42.5709 26.052H39.9736V6.77115H43.1884V13.8914C43.971 12.6959 45.5086 11.7352 47.6659 11.7352ZM47.0187 23.5488C49.4446 23.5488 50.9547 21.5809 50.9547 19.0714C50.9547 16.5089 49.4446 14.5664 47.0187 14.5664C44.5928 14.5664 43.0806 16.5047 43.0806 19.0714C43.0806 21.583 44.5653 23.5488 47.0187 23.5488V23.5488Z" fill="white" /> <path d="M65.4595 20.2859V12.0611H68.668V20.123C68.668 23.7202 67.0246 26.3821 62.4943 26.3821C57.9639 26.3821 56.3206 23.7117 56.3206 20.123V12.0611H59.529V20.2859C59.529 22.4696 60.5527 23.5488 62.49 23.5488C64.4274 23.5488 65.4595 22.4696 65.4595 20.2859Z" fill="white" /> <path d="M71.2355 7.74451C71.2247 7.46284 71.2724 7.18199 71.3755 6.91968C71.4787 6.65737 71.6351 6.41929 71.8348 6.22047C72.0345 6.02165 72.2732 5.8664 72.5359 5.76452C72.7986 5.66264 73.0796 5.61633 73.3611 5.62853C74.5793 5.62853 75.4571 6.50666 75.4571 7.75509C75.4571 9.00352 74.5793 9.8224 73.3611 9.8224C72.1428 9.8224 71.2355 8.9612 71.2355 7.74451Z" fill="white" /> <path d="M128.476 7.74451C128.465 7.46376 128.513 7.18383 128.615 6.92227C128.718 6.66071 128.873 6.42315 129.072 6.22449C129.27 6.02583 129.508 5.87035 129.769 5.7678C130.031 5.66524 130.31 5.61783 130.591 5.62852C131.809 5.62852 132.687 6.50666 132.687 7.75509C132.687 9.00352 131.809 9.8224 130.591 9.8224C129.373 9.8224 128.476 8.9612 128.476 7.74451Z" fill="white" /> <path d="M122.302 24.1031C122.291 23.8223 122.339 23.5422 122.441 23.2805C122.543 23.0188 122.699 22.7811 122.897 22.5824C123.096 22.3837 123.334 22.2282 123.595 22.1258C123.857 22.0233 124.137 21.9761 124.417 21.9872C125.636 21.9872 126.513 22.8653 126.513 24.1031C126.513 25.341 125.636 26.1726 124.417 26.1726C123.199 26.1726 122.302 25.3219 122.302 24.1031Z" fill="white" /> <path d="M74.9516 12.059H71.7432V26.0583H74.9516V12.059Z" fill="white" /> <path d="M78.16 26.0583V6.77115H81.3685V26.0626L78.16 26.0583Z" fill="white" /> <path d="M94.6063 6.77115H97.8148V26.0626H95.2239L94.8474 24.0651C93.9591 25.523 92.3094 26.3927 90.131 26.3927C86.0046 26.3927 83.6591 23.0748 83.6591 19.0819C83.6591 15.0891 86.0046 11.7458 90.131 11.7458C92.3137 11.7458 93.8238 12.7149 94.6063 13.902V6.77115ZM90.7993 14.5707C88.3734 14.5707 86.8633 16.5131 86.8633 19.0756C86.8633 21.5851 88.3734 23.553 90.7993 23.553C93.2252 23.553 94.7354 21.5851 94.7354 19.0756C94.7396 16.5047 93.257 14.5664 90.8036 14.5664L90.7993 14.5707Z" fill="white" /> <path d="M113.479 22.2284C112.482 24.7359 110.162 26.3821 107.117 26.3821C102.887 26.3821 100.137 23.225 100.137 19.0439C100.137 14.9706 102.942 11.7353 107.093 11.7353C111.245 11.7353 113.969 14.8902 113.969 18.991C113.982 19.3255 113.953 19.6604 113.883 19.9876H103.288C103.53 22.2009 104.959 23.6292 107.197 23.6292C108.735 23.6292 110.001 22.8738 110.594 21.473L113.479 22.2284ZM103.341 17.6156H110.784C110.513 15.6731 109.166 14.3506 107.089 14.3506C105.012 14.3506 103.665 15.7006 103.341 17.6156V17.6156Z" fill="white" /> <path d="M123.779 14.9452C123.538 14.9117 123.295 14.8933 123.051 14.8902C120.786 14.8902 119.439 16.0772 119.439 18.7751V26.0583H116.23V12.0611H118.821L119.195 14.0014C119.707 13.1127 120.887 11.9257 123.322 11.9257C123.455 11.9257 123.779 11.9532 123.779 11.9532V14.9452Z" fill="white" /> <path d="M132.192 12.059H128.984V26.0583H132.192V12.059Z" fill="white" /> <path d="M134.483 19.0714C134.483 15.1335 137.287 11.7353 141.735 11.7353C146.183 11.7353 149.015 15.1335 149.015 19.0714C149.015 23.0092 146.213 26.3821 141.735 26.3821C137.258 26.3821 134.483 23.0092 134.483 19.0714ZM141.735 23.5488C144.083 23.5488 145.806 21.7692 145.806 19.0714C145.806 16.3735 144.083 14.5664 141.735 14.5664C139.387 14.5664 137.687 16.346 137.687 19.0714C137.687 21.7968 139.417 23.5488 141.735 23.5488V23.5488Z" fill="white" /> </g> <defs> <clipPath id="clip0_4_304"> <rect width="149.015" height="32" fill="white" /> </clipPath> </defs> </svg>');background-repeat:no-repeat;width:150px;height:32px}@media (max-width: 840px){aside{width:250px;padding:60px 0 0 20px}section{left:250px;padding:0 80px}}@media (max-width: 590px){aside{width:230px;padding:60px 0 0 10px}section{left:230px;padding:0 40px}}#modified-files-message a{color:#cbcbcb;font-weight:300;text-decoration:underline}#modified-files-message a:hover{color:#fff;text-decoration:none}#restart-warning{border-radius:4px;padding:8px 16px;border:1px solid #fd6b3c;background:#fd6b3c1a}#react-router-steps{margin:0 0 5px;padding:0 20px}#need-help{color:#48a1ff;text-decoration:none}#router-message{border-radius:4px;padding:16px;border:1px solid #48a1ff}#router-finish-button{margin-top:12px}#router-checkbox-div{display:flex;align-items:center}#router-checkbox{margin-right:10px;width:15px;height:15px}#success-title{display:flex;align-items:center;gap:10px}#success-title .check-icon{display:inline-block;width:24px;height:24px;border:2px solid #28a745;border-radius:50%;position:relative}#success-title .check-icon:before{content:"";position:absolute;top:50%;left:50%;width:6px;height:12px;border:solid #28a745;border-width:0 2px 2px 0;transform:translate(-50%,-60%) rotate(45deg)}
|
|
57
|
+
\`,t.appendChild(e),setTimeout(()=>{e.classList.add("menu-toggle-tooltip-show"),e.addEventListener("click",()=>{e.classList.remove("menu-toggle-tooltip-show")})},1e3)};function ui(t){t.getElementById("go-to-builder").addEventListener("click",s=>{s.preventDefault(),s.stopPropagation(),Ee(t,!1),window.open(Nr(),"builder")}),t.getElementById("components-link").addEventListener("click",s=>{s.preventDefault(),s.stopPropagation();let u=t.querySelector(".nav-cmp-list .section-content");u.scrollTop=0,oe(t,"nav-cmp-list"),si(t)}),t.getElementById("settings-link").addEventListener("click",s=>{s.preventDefault(),s.stopPropagation(),oe(t,"nav-settings")}),t.getElementById("add-page-link").addEventListener("click",s=>{s.preventDefault(),s.stopPropagation(),Ee(t,!1),window.open(je(),"builder")}),t.getElementById("import-from-figma").addEventListener("click",s=>{s.preventDefault(),s.stopPropagation(),Ee(t,!1),window.open("https://www.figma.com/community/plugin/747985167520967365/builder-io-ai-powered-figma-to-code-react-vue-tailwind-more")})}function ci(t){let e=t.getElementById("enable-edit");e.addEventListener("change",r=>{r.stopPropagation(),Ft(e.checked)}),e.checked=it(),Ft(e.checked)}var At=class extends HTMLElement{constructor(){super()}connectedCallback(){let e=this.attachShadow({mode:"open"});e.innerHTML=\`<style>*,*:before,*:after{box-sizing:border-box}:host{--background-color: rgba(40, 40, 40, 1);--primary-color: rgba(72, 161, 255, 1);--primary-color-subdued: rgb(72, 161, 255, .6);--primary-color-highlight: rgb(126, 188, 255);--primary-contrast-color: white;--edit-color: #1d74e2;--edit-color-highlight: #1c6bd1;--edit-color-alpha: rgb(72, 161, 255, .15);--error-color: #ff2b55;--text-color: white;--text-color-highlight: white;--border-color: #454545;--button-background-color-hover: rgba(255, 255, 255, .1);--menu-width: 320px;--transition-time: .15s;--font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-family:var(--font-family);line-height:1.6}button{cursor:pointer;color:var(--text-color);-webkit-tap-highlight-color:transparent}input,select,button{font-family:var(--font-family)}.menu-toggle{position:absolute;right:0;bottom:0;pointer-events:auto;padding:8px;background:transparent;border:none;appearance:none}.menu-toggle div{position:relative;width:64px;height:64px;pointer-events:none;border-radius:50%;background:#000;border:1px solid white;box-shadow:#00000054 0 0 8px}.menu-toggle:hover div{background-color:var(--background-color);border:1px solid rgb(220,220,220)}.menu-toggle svg{position:absolute;top:15px;left:15px;width:33px;height:32px}div.highlight-bg{position:absolute;top:-1px;left:-1px;background-color:#1a1a1a;pointer-events:none;transition:all .4s ease-out;opacity:0}.menu-toggle-highlight-no-transition div.highlight-bg{transition:none}.menu-toggle-highlight div.highlight-bg{opacity:1}.menu-toggle-tooltip{position:absolute;bottom:0;right:0;width:382px;height:72px;padding:0;text-align:left;appearance:none;background-color:transparent;border:none;pointer-events:none;transform:translate3d(320px,0,0);opacity:0;transition:all .15s ease-in-out;color:#fff}.menu-toggle-tooltip.menu-toggle-tooltip-show{pointer-events:auto;opacity:1;transform:translateZ(0)}.menu-toggle-tooltip-content{position:absolute;inset:0 95px 10px 0;padding:8px 12px;background-color:var(--primary-color);box-shadow:#00000054 0 0 20px;border-radius:2px}.menu-toggle-tooltip-content:before{content:"";position:absolute;bottom:15px;right:-6px;width:30px;height:30px;background-color:var(--primary-color);transform:rotate(45deg)}.menu-toggle-tooltip:hover .menu-toggle-tooltip-content,.menu-toggle-tooltip:hover .menu-toggle-tooltip-content:before{background-color:var(--primary-color-highlight)}.menu-toggle-tooltip-content h3{margin:0;font-size:16px}.menu-toggle-tooltip-content p{margin:0;font-size:12px}section{position:absolute;display:grid;grid-template-rows:64px auto 64px;top:0;left:0;width:100%;height:100%;padding:0;pointer-events:none}.section-content{margin:0;padding:0 0 10px;font-weight:300;transform:translate3d(105%,0,0);transition:transform var(--transition-time) ease-in-out;overflow-y:auto}.section-content .error{color:var(--error-color);font-weight:700}section a{text-decoration:none;color:var(--text-color)}section h3,section p{margin-left:16px;margin-right:16px}.info{font-size:12px}ul.list{list-style:none;padding:0;margin:0}ul.list li{display:block;padding:0;margin:0}ul.list a,ul.list button{display:grid;grid-template-columns:24px auto;grid-gap:16px;padding:12px;margin:8px 0;border:none;background:transparent;appearance:none;width:100%;font-weight:300;text-align:left;text-decoration:none;color:var(--text-color)}ul.list a:hover,ul.list button:hover{text-decoration:none;color:var(--text-color);background-color:var(--button-background-color-hover)}ul.list a span,ul.list button span{display:block;font-size:16px;font-weight:500;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}header{position:relative;display:grid;grid-template-columns:44px 1fr;gap:8px;padding-left:8px;border-bottom:1px solid var(--border-color);transition:opacity var(--transition-time) ease-in-out;opacity:0;pointer-events:none}header>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-home header>div{margin-right:56px}header h2{margin:7px 0 0;font-size:18px;font-weight:500;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}header p{margin:2px 0 0;font-size:12px;font-weight:300;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}header p button{display:block;margin:0;padding:0;width:100%;font-size:12px;font-weight:300;text-decoration:none;appearance:none;text-align:left;background-color:transparent;border:none;color:var(--primary-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}header p button:hover{text-decoration:underline;color:var(--primary-color)}.builder-logo{margin:12px 0 0 8px}#close{display:block;position:absolute;appearance:none;background:transparent;border:none;border-radius:50%;margin:0;padding:0;right:4px;top:8px;width:48px;height:48px;z-index:1;opacity:.7}#close:hover{opacity:1;background-color:var(--button-background-color-hover)}#close svg{position:absolute;top:12px;left:12px;width:24px;height:24px;fill:currentColor;pointer-events:none}.back-button{position:relative;display:block;margin:7px 0 0 -2px;width:48px;height:48px;background:transparent;border:none;appearance:none;border-radius:50%}.back-button:hover{background-color:var(--button-background-color-hover)}.back-button svg{position:absolute;top:12px;left:12px;width:24px;height:24px;fill:currentColor;pointer-events:none}footer{border-top:1px solid var(--border-color);transition:opacity var(--transition-time) ease-in-out;opacity:0;pointer-events:none}section.nav-cmp-list{grid-template-rows:64px auto 120px}footer a{text-decoration:underline;color:var(--primary-color)}footer a:hover{color:var(--primary-color);text-decoration:none}.nav-list{padding:2px 0}.nav-loading{pointer-events:none}.nav-loading-icon{position:absolute;display:inline-block;top:170px;left:0;width:100%;transform:translateZ(0);pointer-events:auto;opacity:0;transition:all 50ms ease-in-out;transition-delay:50ms;pointer-events:none}.nav-loading .nav-loading-icon{opacity:.5}.nav-list h4{margin:8px 8px 8px 10px;font-size:14px;font-weight:600}.nav-list .nav-list-item+h4{margin-top:30px}.nav-list-item{display:grid;grid-template-columns:1fr 1fr;gap:8px;position:relative;margin:2px 0;padding:8px 28px 8px 46px;width:100%;font-size:14px;font-weight:300;text-align:left;border:none;background:transparent;appearance:none}.nav-list-item:hover{background-color:var(--button-background-color-hover)}.nav-list-item-icon{position:absolute;top:4px;left:10px;width:24px;height:24px;object-fit:contain;filter:invert(100%);background-size:24px 24px;background-repeat:no-repeat;background-position:center center}.nav-list-item span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}.nav-list-item:after{display:block;position:absolute;content:"";background-image:url('data:image/svg+xml,<svg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L1 13" stroke="%23F2F2F2" stroke-opacity="0.5" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-position:12px 9px;top:0;right:0;width:32px;height:32px;pointer-events:none}.nav-list-item-note{opacity:0;font-size:12px;padding-top:1px;text-align:right}.nav-list-item:hover .nav-list-item-note{opacity:.5}.ui-select{display:block;margin:8px 0 16px;padding:8px 16px;cursor:pointer}.ui-select h3{margin:0;font-size:14px;font-weight:500}.ui-select p{margin:8px 0;font-size:12px;font-weight:300}.ui-select .select{position:relative;margin:8px 0;border-radius:4px;padding:0;line-height:1.1;overflow:hidden;border:1px solid var(--border-color)}.ui-select select{appearance:none;background-color:transparent;border:none;outline:none;padding:8px 32px 8px 8px;margin:0;width:100%;font-size:14px;cursor:pointer;text-overflow:ellipsis;opacity:.6;color:var(--text-color)}.ui-select .select:after{content:"";top:6px;right:5px;width:24px;height:24px;position:absolute;background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="%23F2F2F2" d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/></svg>');background-repeat:no-repeat;background-position:center;pointer-events:none;opacity:.6}.ui-select .select:hover{border-color:var(--primary-color-subdued)}.ui-text-input .select:focus-within{border-color:var(--primary-color)}.ui-text-input .select:focus-within select{opacity:1}.spinner:after{content:" ";display:block;width:32px;height:32px;margin:0 auto;pointer-events:auto;border-radius:50%;border:3px solid var(--text-color);border-color:var(--text-color) transparent var(--text-color) transparent;animation:spinner .75s linear infinite}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ui-switch{display:grid;grid-template-columns:auto 48px;grid-gap:20px;margin:8px 0 16px;padding:8px 0 8px 16px;cursor:pointer}.ui-switch>*{pointer-events:none}.ui-switch input{display:none;visibility:hidden}.ui-switch .switcher{display:inline-block;border-radius:100px;width:35px;height:14px;background-color:#ccc;position:relative;top:6px;vertical-align:middle;cursor:pointer}.ui-switch input[type=checkbox]:checked+.switcher{background-color:var(--primary-color-subdued)}.ui-switch .switcher:before{content:"";display:block;width:20px;height:20px;background-color:var(--text-color);box-shadow:0 1px 3px #0009;border-radius:50%;position:absolute;top:-3px;left:0;margin-right:0;transition:all .15s}.ui-switch input[type=checkbox]:checked+.switcher:before{left:100%;margin-left:-20px;background-color:var(--primary-color)}.ui-switch h3{margin:0;font-size:14px;font-weight:500}.ui-switch p{margin:4px 0 0;font-size:12px;font-weight:300}.ui-text-input{display:block;margin:8px 0 16px;padding:8px 16px;cursor:pointer}.ui-text-input h3{margin:0;font-size:14px;font-weight:500}.ui-text-input p{margin:8px 0;font-size:12px;font-weight:300}.ui-text-input .input{position:relative;margin:8px 0;border:1px solid var(--border-color);border-radius:4px;background:transparent;padding:2px;overflow:hidden}.ui-text-input input{display:block;width:235px;font-size:14px;border:none;background:transparent;padding:6px;appearance:none;color:var(--text-color);opacity:.6;outline:none}.ui-text-input .input:hover{border-color:var(--primary-color-subdued)}.ui-text-input .input:focus-within{border-color:var(--primary-color)}.ui-text-input .input:focus-within input{opacity:1}.ui-text-input .input:after{content:"";position:absolute;top:5px;right:14px;width:8px;height:17px;border:2px solid rgba(51,181,51,1);border-top:none;border-left:none;transform:rotate(45deg);opacity:0;transition:opacity 80ms ease-in-out;pointer-events:none}.ui-text-input.saved .input:after{opacity:1}.ui-toast{position:fixed;bottom:8px;left:8px;right:8px;padding:6px 12px;font-size:14px;border-radius:4px;transform:translate3d(0,150%,0);opacity:0;transition:all var(--transition-time) ease-in-out;background-color:var(--primary-color-subdued);color:var(--text-color);pointer-events:none}.ui-toast.ui-toast-show{transform:translateZ(0);opacity:1;pointer-events:auto}[data-view=nav-home] .nav-home .section-content,[data-view=nav-cmp-list] .nav-cmp-list .section-content,[data-view=nav-cmp-detail] .nav-cmp-detail .section-content,[data-view=nav-cmp-input] .nav-cmp-input .section-content,[data-view=nav-settings] .nav-settings .section-content{transform:translateZ(0);pointer-events:auto}[data-view=nav-home] .nav-home header,[data-view=nav-home] .nav-home footer,[data-view=nav-cmp-list] .nav-cmp-list header,[data-view=nav-cmp-list] .nav-cmp-list footer,[data-view=nav-cmp-detail] .nav-cmp-detail header,[data-view=nav-cmp-detail] .nav-cmp-detail footer,[data-view=nav-cmp-input] .nav-cmp-input header,[data-view=nav-cmp-input] .nav-cmp-input footer,[data-view=nav-settings] .nav-settings header,[data-view=nav-settings] .nav-settings footer{opacity:1;pointer-events:auto}[data-view=nav-cmp-list] .nav-home .section-content,[data-view=nav-cmp-detail] .nav-home .section-content,[data-view=nav-cmp-detail] .nav-cmp-list .section-content,[data-view=nav-cmp-input] .nav-home .section-content,[data-view=nav-cmp-input] .nav-cmp-list .section-content,[data-view=nav-cmp-input] .nav-cmp-detail .section-content,[data-view=nav-settings] .nav-home .section-content{transform:translate3d(-105%,0,0)}.cmp-item .nav-list-item-icon{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.83 16.809C20.94 16.561 21 16.289 21 16.008V7.99001C20.9994 7.64108 20.9066 7.29851 20.731 6.99699C20.5554 6.69547 20.3032 6.44571 20 6.27301L13 2.26501C12.6954 2.09103 12.3508 1.99951 12 1.99951C11.6492 1.99951 11.3046 2.09103 11 2.26501L7.988 3.99001M5.441 5.44801L4 6.27301C3.381 6.62801 3 7.28301 3 7.99101V16.009C3 16.718 3.381 17.372 4 17.726L11 21.734C11.3046 21.908 11.6492 21.9995 12 21.9995C12.3508 21.9995 12.6954 21.908 13 21.734L18.544 18.56" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 22V12" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.532 10.538L20.73 6.95996" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/><path d="M3.27002 6.95996L12 12" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 3L21 21" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round"/></svg>');opacity:.3}.cmp-item.registered .nav-list-item-icon{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 16.008V7.99001C20.9994 7.64108 20.9066 7.29851 20.731 6.99699C20.5554 6.69547 20.3032 6.44571 20 6.27301L13 2.26501C12.6954 2.09103 12.3508 1.99951 12 1.99951C11.6492 1.99951 11.3046 2.09103 11 2.26501L4 6.27301C3.381 6.62801 3 7.28301 3 7.99101V16.009C3 16.718 3.381 17.372 4 17.726L11 21.734C11.3046 21.908 11.6492 21.9995 12 21.9995C12.3508 21.9995 12.6954 21.908 13 21.734L20 17.726C20.619 17.371 21 16.716 21 16.008Z" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /> <path d="M12 22V12" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /> <path d="M12 12L20.73 6.95996" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /> <path d="M3.26999 6.95996L12 12" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /></svg>');opacity:.8}.search-highlight{background-color:var(--primary-color-alpha);padding:0 2px;border-radius:2px;font-weight:500}.search-container{position:sticky;top:0;z-index:10;padding:12px 16px;background:var(--background-color);border-bottom:1px solid var(--border-color)}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:12px;color:var(--text-color-secondary);pointer-events:none}.component-search-input{width:100%;height:36px;padding:8px 36px;border:1px solid var(--border-color);border-radius:6px;background:var(--input-background);color:var(--text-color);font-size:14px;transition:border-color .2s,box-shadow .2s}.component-search-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-color-alpha)}.component-search-input::placeholder{color:var(--text-color-tertiary)}.clear-search-button{position:absolute;right:8px;padding:4px;color:var(--text-color-secondary);border:none;background:transparent;border-radius:4px;cursor:pointer;opacity:0;transition:opacity .2s,background-color .2s;display:flex;align-items:center;justify-content:center}.clear-search-button:hover{background-color:var(--hover-color)}.component-search-input:not(:placeholder-shown)+.clear-search-button{opacity:1}.no-results{padding:32px 16px;text-align:center;color:var(--text-color-secondary);font-size:14px}#cmp-detail{position:relative}.cmp-loading{pointer-events:none!important}.cmp-loading-icon{position:absolute;display:inline-block;top:170px;left:0;width:100%;transform:translateZ(0);pointer-events:auto;opacity:0;transition:all 50ms ease-in-out;transition-delay:50ms;pointer-events:none}.cmp-loading .cmp-loading-icon{opacity:.5}.cmp-cover{position:absolute;top:160px;left:0;width:100%;height:100vh;background:var(--background-color);transform:translateZ(0);pointer-events:none;display:none}[data-view=nav-cmp-detail] .cmp-cover{display:block;pointer-events:auto}.cmp-enabled .cmp-cover{transform:translate3d(0,105%,0);pointer-events:none}.section-ready .cmp-cover{transition:all var(--transition-time) ease-in-out}.cmp-detail-inputs-container{margin:8px 0 16px;padding:0}.cmp-detail-inputs-container h3{margin:0 0 6px;padding-left:16px;padding-right:8px;font-size:14px;font-weight:500;display:flex;justify-content:space-between;align-items:center}.cmp-detail-inputs-reload{font-weight:300;font-size:.9em;text-decoration:none;appearance:none;text-align:left;background-color:transparent;border:none;color:var(--primary-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cmp-detail-inputs-reload:hover{text-decoration:underline;color:var(--primary-color)}.cmp-detail-inputs-container .cmp-inputs-empty{padding:0;margin-top:12px;font-size:12px;font-weight:300;opacity:.5;font-style:italic}.cmp-detail-inputs-container .nav-list-item-icon{opacity:.8;background-size:20px 20px;background-position:4px center}.input-icon{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"></path></svg>')}.input-icon-array{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"></path> <path d="M10 16v-6a2 2 0 1 1 4 0v6"></path> <path d="M10 13h4"></path></svg>')}.input-icon-boolean{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"></path> <path d="M10 16h2a2 2 0 1 0 0 -4h-2h2a2 2 0 1 0 0 -4h-2v8z"></path></svg>')}.input-icon-number{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"></path> <path d="M10 16v-8l4 8v-8"></path></svg>')}.input-icon-object{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"></path> <path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2z"></path></svg>')}.input-icon-string{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0"></path> <path d="M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1h-2a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1"></path></svg>')}.cmp-input-item-unregistered{opacity:.4}.cmp-input-item-unregistered .input-icon:after{content:"";position:absolute;top:11px;left:4px;width:20px;height:2px;background-color:#000;transform:rotate(-45deg)}.cmp-prop-info{border-bottom:1px solid var(--border-color)}.cmp-input-readonly{margin:16px 0;padding:0 16px;display:grid;grid-template-columns:50% 50%;gap:12px}.cmp-input-readonly h3{margin:0;font-size:14px;font-weight:500}.cmp-input-readonly span{margin-top:2px;font-size:12px;font-weight:300;opacity:.8}.cmp-input-detail{margin:16px 0}.cmp-input-detail a{color:var(--primary-color);text-decoration:none}.cmp-input-detail a:hover{text-decoration:underline}.input-cover{position:absolute;top:175px;left:0;width:100%;height:100%;background:var(--background-color);transform:translateZ(0);transition:all var(--transition-time) ease-in-out;pointer-events:auto}.input-enabled .input-cover{transform:translate3d(0,105%,0);pointer-events:none}.input-loading-icon{position:absolute;display:inline-block;top:190px;left:0;width:100%;transform:translateZ(0);pointer-events:auto;opacity:0;transition:all 50ms ease-in-out;transition-delay:50ms;pointer-events:none}.input-loading .input-loading-icon{opacity:.5}:host{position:fixed;inset:0;z-index:2147483646;user-select:none;pointer-events:none;color:var(--text-color)}aside{position:absolute;top:0;right:0;width:var(--menu-width);height:100%;transform:translate3d(105%,0,0);transition:transform var(--transition-time) ease-in-out;background:var(--background-color);box-shadow:#000000c9 5px 0 20px;overflow:hidden;z-index:1}:host(.show-builder-menu) aside{pointer-events:auto;transform:translateZ(0)}#hit{position:absolute;inset:0;display:none}:host(.show-builder-menu) #hit{display:block;pointer-events:auto}#version{position:absolute;bottom:6px;right:6px;font-size:8px;color:#9b9b9b}</style><div id="hit"></div> <aside data-view="nav-home"> <section class="nav-home"> <header> <svg class="builder-logo" viewBox="0 0 31 36" fill="none" xmlns="http://www.w3.org/2000/svg" > <path d="M31 9.96854C31.0016 11.4553 30.6701 12.9236 30.03 14.2654C29.3898 15.6072 28.4572 16.7884 27.3007 17.7221L0.702841 2.61812C0.601104 2.56012 0.506714 2.49008 0.421705 2.40951C0.288323 2.27871 0.182333 2.12263 0.109928 1.95039C0.0375215 1.77814 0.000151253 1.59319 0 1.40633C0 1.03335 0.148098 0.675643 0.411715 0.411905C0.675332 0.148167 1.03287 0 1.40568 0L21.036 0C23.6786 0 26.213 1.05025 28.0816 2.91972C29.9502 4.78918 31 7.32472 31 9.96854Z" fill="#18B4F4" /> <path d="M31 25.4757C31.0004 26.7849 30.7429 28.0815 30.2423 29.2912C29.7417 30.5009 29.0078 31.6001 28.0825 32.526C27.1572 33.4519 26.0587 34.1864 24.8497 34.6875C23.6406 35.1886 22.3448 35.4465 21.0361 35.4465H1.40573C1.12766 35.4436 0.856725 35.3581 0.627199 35.201C0.397672 35.044 0.219871 34.8223 0.116289 34.5641C0.0127078 34.3059 -0.011999 34.0228 0.0452946 33.7505C0.102588 33.4783 0.239308 33.2292 0.438156 33.0347C0.517415 32.9551 0.606358 32.8858 0.702893 32.8284L11.1705 26.8843L27.2984 17.7244C28.4548 18.6579 29.3874 19.8387 30.028 21.18C30.6685 22.5213 31.0007 23.9891 31 25.4757Z" fill="#FD6B3C" /> <path d="M27.3011 17.7221L11.1709 26.8843L0.703209 32.8284C0.602697 32.8843 0.509784 32.9528 0.426758 33.0323C4.41799 28.9369 6.6496 23.442 6.64456 17.7221C6.65208 12.0015 4.42111 6.50517 0.429101 2.40948C0.51411 2.49005 0.6085 2.56009 0.710237 2.61809L27.3011 17.7221Z" fill="#A97FF2" /> </svg> <div> <h2 class="builder-home-title">Builder Devtools</h2> <p><button id="go-to-builder">Go to Builder</button></p> </div> <button id="close" aria-label="Close Menu"> <svg viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" > <path stroke="none" d="M0 0h24v24H0z" fill="none" /> <path d="M18 6l-12 12" /> <path d="M6 6l12 12" /> </svg> </button> </header> <div class="section-content"> <ul class="list"> <li> <button id="components-link"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" > <path d="M21 16.008V7.99001C20.9994 7.64108 20.9066 7.29851 20.731 6.99699C20.5554 6.69547 20.3032 6.44571 20 6.27301L13 2.26501C12.6954 2.09103 12.3508 1.99951 12 1.99951C11.6492 1.99951 11.3046 2.09103 11 2.26501L4 6.27301C3.381 6.62801 3 7.28301 3 7.99101V16.009C3 16.718 3.381 17.372 4 17.726L11 21.734C11.3046 21.908 11.6492 21.9995 12 21.9995C12.3508 21.9995 12.6954 21.908 13 21.734L20 17.726C20.619 17.371 21 16.716 21 16.008Z" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /> <path d="M12 22V12" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /> <path d="M12 12L20.73 6.95996" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /> <path d="M3.26999 6.95996L12 12" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /> </svg> <span>Components</span> </button> </li> <li> <button id="settings-link"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" > <path d="M10.325 4.317C10.751 2.561 13.249 2.561 13.675 4.317C13.7389 4.5808 13.8642 4.82578 14.0407 5.032C14.2172 5.23822 14.4399 5.39985 14.6907 5.50375C14.9414 5.60764 15.2132 5.65085 15.4838 5.62987C15.7544 5.60889 16.0162 5.5243 16.248 5.383C17.791 4.443 19.558 6.209 18.618 7.753C18.4769 7.98466 18.3924 8.24634 18.3715 8.51677C18.3506 8.78721 18.3938 9.05877 18.4975 9.30938C18.6013 9.55999 18.7627 9.78258 18.9687 9.95905C19.1747 10.1355 19.4194 10.2609 19.683 10.325C21.439 10.751 21.439 13.249 19.683 13.675C19.4192 13.7389 19.1742 13.8642 18.968 14.0407C18.7618 14.2172 18.6001 14.4399 18.4963 14.6907C18.3924 14.9414 18.3491 15.2132 18.3701 15.4838C18.3911 15.7544 18.4757 16.0162 18.617 16.248C19.557 17.791 17.791 19.558 16.247 18.618C16.0153 18.4769 15.7537 18.3924 15.4832 18.3715C15.2128 18.3506 14.9412 18.3938 14.6906 18.4975C14.44 18.6013 14.2174 18.7627 14.0409 18.9687C13.8645 19.1747 13.7391 19.4194 13.675 19.683C13.249 21.439 10.751 21.439 10.325 19.683C10.2611 19.4192 10.1358 19.1742 9.95929 18.968C9.7828 18.7618 9.56011 18.6001 9.30935 18.4963C9.05859 18.3924 8.78683 18.3491 8.51621 18.3701C8.24559 18.3911 7.98375 18.4757 7.752 18.617C6.209 19.557 4.442 17.791 5.382 16.247C5.5231 16.0153 5.60755 15.7537 5.62848 15.4832C5.64942 15.2128 5.60624 14.9412 5.50247 14.6906C5.3987 14.44 5.23726 14.2174 5.03127 14.0409C4.82529 13.8645 4.58056 13.7391 4.317 13.675C2.561 13.249 2.561 10.751 4.317 10.325C4.5808 10.2611 4.82578 10.1358 5.032 9.95929C5.23822 9.7828 5.39985 9.56011 5.50375 9.30935C5.60764 9.05859 5.65085 8.78683 5.62987 8.51621C5.60889 8.24559 5.5243 7.98375 5.383 7.752C4.443 6.209 6.209 4.442 7.753 5.382C8.753 5.99 10.049 5.452 10.325 4.317Z" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /> <path d="M9 12C9 12.7956 9.31607 13.5587 9.87868 14.1213C10.4413 14.6839 11.2044 15 12 15C12.7956 15 13.5587 14.6839 14.1213 14.1213C14.6839 13.5587 15 12.7956 15 12C15 11.2044 14.6839 10.4413 14.1213 9.87868C13.5587 9.31607 12.7956 9 12 9C11.2044 9 10.4413 9.31607 9.87868 9.87868C9.31607 10.4413 9 11.2044 9 12Z" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" /> </svg> <span>Settings</span> </button> </li> <li> <button id="add-page-link"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" > <path stroke="none" d="M0 0h24v24H0z" fill="none" /> <path d="M14 3v4a1 1 0 0 0 1 1h4" /> <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> <path d="M12 11l0 6" /> <path d="M9 14l6 0" /> </svg> <span>Add Builder Page</span> </button> </li> <li> <button id="import-from-figma"> <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-figma" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" > <path stroke="none" d="M0 0h24v24H0z" fill="none" /> <path d="M15 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" /> <path d="M6 3m0 3a3 3 0 0 1 3 -3h6a3 3 0 0 1 3 3v0a3 3 0 0 1 -3 3h-6a3 3 0 0 1 -3 -3z" /> <path d="M9 9a3 3 0 0 0 0 6h3m-3 0a3 3 0 1 0 3 3v-15" /> </svg> <span>Import From Figma</span> </button> </li> </ul> </div> <footer> <ul class="list"> <li> <a href="https://docs.google.com/forms/d/e/1FAIpQLSdqZcJpRtm_Ia5DTHP6SDY9Xa6LID3KiTjRWkjMzWyJRUtSHw/viewform" target="_blank" > <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" > <path d="M11.013 17.0114L10.013 18.0114L2.513 10.5834C2.0183 10.102 1.62864 9.52342 1.36854 8.88404C1.10845 8.24466 0.983558 7.55836 1.00173 6.86834C1.01991 6.17832 1.18076 5.49954 1.47415 4.87474C1.76755 4.24994 2.18713 3.69266 2.70648 3.23799C3.22583 2.78331 3.8337 2.4411 4.49181 2.23289C5.14991 2.02468 5.844 1.95499 6.53036 2.02821C7.21673 2.10143 7.8805 2.31596 8.47987 2.65831C9.07925 3.00066 9.60124 3.46341 10.013 4.01741C10.8086 2.95654 11.9931 2.2552 13.3059 2.06766C14.6186 1.88012 15.9521 2.22176 17.013 3.01741C18.0739 3.81306 18.7752 4.99755 18.9627 6.3103C19.1503 7.62305 18.8086 8.95654 18.013 10.0174" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> <path d="M18.2006 19.8175L16.0286 20.9555C15.9642 20.989 15.8917 21.004 15.8192 20.9987C15.7467 20.9934 15.6771 20.9681 15.6182 20.9256C15.5593 20.8831 15.5134 20.825 15.4855 20.7579C15.4577 20.6907 15.4491 20.6172 15.4606 20.5455L15.8756 18.1345L14.1186 16.4275C14.0662 16.3768 14.0291 16.3123 14.0115 16.2416C13.9939 16.1708 13.9966 16.0965 14.0192 16.0271C14.0418 15.9578 14.0835 15.8962 14.1394 15.8494C14.1954 15.8026 14.2634 15.7725 14.3356 15.7625L16.7636 15.4105L17.8496 13.2175C17.8821 13.1521 17.9322 13.0972 17.9942 13.0588C18.0562 13.0204 18.1277 13 18.2006 13C18.2736 13 18.3451 13.0204 18.4071 13.0588C18.4691 13.0972 18.5191 13.1521 18.5516 13.2175L19.6376 15.4105L22.0656 15.7625C22.1377 15.7728 22.2054 15.8031 22.2611 15.85C22.3168 15.8968 22.3583 15.9583 22.3809 16.0275C22.4034 16.0967 22.4062 16.1708 22.3888 16.2415C22.3715 16.3122 22.3347 16.3766 22.2826 16.4275L20.5256 18.1345L20.9396 20.5445C20.9521 20.6163 20.9441 20.6902 20.9166 20.7578C20.8891 20.8254 20.8433 20.8839 20.7842 20.9267C20.7252 20.9695 20.6553 20.9949 20.5825 21C20.5098 21.005 20.4371 20.9896 20.3726 20.9555L18.2006 19.8175Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg> <span>Give Feedback</span> </a> </li> </ul> <div id="version"></div> </footer> </section> <section class="nav-cmp-list"> <header> <button class="back-button"> <svg viewBox="0 0 24 24"> <path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z" /> </svg> </button> <div class="search-container"> <div class="search-input-wrapper"> <svg class="search-icon" viewBox="0 0 24 24" width="16" height="16"> <path fill="none" stroke="currentColor" stroke-width="2" d="M15.5 15.5L20 20M10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10C17 13.866 13.866 17 10 17Z" /> </svg> <input type="text" id="component-search" class="component-search-input" placeholder="Search components..." autocomplete="off" spellcheck="false" /> <button id="clear-search" class="clear-search-button" type="button" aria-label="Clear search" > <svg viewBox="0 0 24 24" width="16" height="16"> <path fill="none" stroke="currentColor" stroke-width="2" d="M6 6l12 12M6 18L18 6" /> </svg> </button> </div> </div> <div> <h2>Custom Components</h2> <p> <button id="open-builder-registry"></button> </p> </div> </header> <div class="section-content"> <div id="cmp-list" class="cmp-list nav-list"></div> </div> <div class="nav-loading-icon spinner"></div> <footer> <p class="info"> Expand on Builder's selection of built-in blocks by <a target="_blank" href="https://www.builder.io/c/docs/custom-components-intro" >registering components</a > from your codebase. This way, teammates can drag and drop your components within Builder's Visual Editor just like any other block. </p> </footer> </section> <section class="nav-cmp-detail"> <header> <button class="back-button" data-back="nav-cmp-list"> <svg viewBox="0 0 24 24"> <path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z" /> </svg> </button> <div> <h2 id="cmp-detail-title"></h2> <p> <button id="cmp-open-source"></button> </p> </div> </header> <div class="section-content"> <div id="cmp-error"></div> <label class="ui-switch"> <div> <h3>Register Component</h3> <p> Registers this component so it can be used within Builder Visual CMS </p> </div> <input type="checkbox" role="switch" id="cmp-register" /> <span class="switcher"></span> </label> <div id="cmp-detail"> <label class="ui-text-input"> <h3>Component Name</h3> <div class="input"> <input type="text" id="cmp-name" autocapitalize="off" autocorrect="off" spellcheck="false" autocomplete="off" minlength="2" maxlength="30" required placeholder="e.g. My Counter" /> </div> <p> Unique name to identify this custom component within Builder. Press ESC to cancel </p> </label> <div class="cmp-detail-inputs-container"> <h3> <span>Builder Inputs (Props)</span> <button class="cmp-detail-inputs-reload" id="btn-inputs-reload"> Reload </button> </h3> <div id="cmp-detail-inputs"></div> </div> </div> </div> <div class="cmp-cover"></div> <div class="cmp-loading-icon spinner"></div> </section> <section class="nav-cmp-input"> <header> <button class="back-button" data-back="nav-cmp-detail"> <svg viewBox="0 0 24 24"> <path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z" /> </svg> </button> <div> <h2 id="cmp-input-title"></h2> <p> <button id="input-open-source"></button> </p> </div> </header> <div class="section-content"> <label class="ui-switch"> <div> <h3>Enable Input</h3> <p>Add this component prop as a Builder input</p> </div> <input type="checkbox" role="switch" id="input-register" /> <span class="switcher"></span> </label> <div class="cmp-prop-info"> <div class="cmp-input-readonly"> <h3>Prop Name</h3> <span id="cmp-prop-name"></span> </div> <div class="cmp-input-readonly"> <h3>Prop Type</h3> <span id="cmp-prop-type"></span> </div> </div> <div class="cmp-input-detail"> <label class="ui-text-input"> <h3>Builder Input Name</h3> <div class="input"> <input type="text" id="input-name" autocapitalize="off" autocorrect="off" spellcheck="false" autocomplete="off" minlength="1" maxlength="30" required placeholder="e.g. Text" /> </div> <p> Friendly name to identify this component prop as a Builder input. Press ESC to cancel </p> </label> <label class="ui-select"> <h3>Builder Input Type</h3> <div class="select"> <select id="input-type"></select> </div> <p> Correlate to what editing UI is appropriate for this Builder input. <a href="https://www.builder.io/c/docs/custom-components-input-types" target="_blank" >Read more about input types.</a > </p> </label> </div> <div class="input-cover"></div> <div class="input-loading-icon spinner"></div> </div> </section> <section class="nav-settings"> <header> <button class="back-button"> <svg viewBox="0 0 24 24"> <path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z" /> </svg> </button> <div> <h2>Settings</h2> <p>Configure Builder's Devtools</p> </div> </header> <div class="section-content"> <label class="ui-switch"> <div> <h3>Enable edit button in UI</h3> <p>Enables the edit button so you can edit content in Builder</p> </div> <input type="checkbox" role="switch" id="enable-edit" /> <span class="switcher"></span> </label> </div> </section> <div class="ui-toast" id="toast"></div> </aside> <button class="menu-toggle" aria-label="Toggle Builder Devtools"> <div> <div class="highlight-bg"></div> <svg viewBox="0 0 31 36" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M31 9.96854C31.0016 11.4553 30.6701 12.9236 30.03 14.2654C29.3898 15.6072 28.4572 16.7884 27.3007 17.7221L0.702841 2.61812C0.601104 2.56012 0.506714 2.49008 0.421705 2.40951C0.288323 2.27871 0.182333 2.12263 0.109928 1.95039C0.0375215 1.77814 0.000151253 1.59319 0 1.40633C0 1.03335 0.148098 0.675643 0.411715 0.411905C0.675332 0.148167 1.03287 0 1.40568 0L21.036 0C23.6786 0 26.213 1.05025 28.0816 2.91972C29.9502 4.78918 31 7.32472 31 9.96854Z" fill="#18B4F4" /> <path d="M31 25.4757C31.0004 26.7849 30.7429 28.0815 30.2423 29.2912C29.7417 30.5009 29.0078 31.6001 28.0825 32.526C27.1572 33.4519 26.0587 34.1864 24.8497 34.6875C23.6406 35.1886 22.3448 35.4465 21.0361 35.4465H1.40573C1.12766 35.4436 0.856725 35.3581 0.627199 35.201C0.397672 35.044 0.219871 34.8223 0.116289 34.5641C0.0127078 34.3059 -0.011999 34.0228 0.0452946 33.7505C0.102588 33.4783 0.239308 33.2292 0.438156 33.0347C0.517415 32.9551 0.606358 32.8858 0.702893 32.8284L11.1705 26.8843L27.2984 17.7244C28.4548 18.6579 29.3874 19.8387 30.028 21.18C30.6685 22.5213 31.0007 23.9891 31 25.4757Z" fill="#FD6B3C" /> <path d="M27.3011 17.7221L11.1709 26.8843L0.703209 32.8284C0.602697 32.8843 0.509784 32.9528 0.426758 33.0323C4.41799 28.9369 6.6496 23.442 6.64456 17.7221C6.65208 12.0015 4.42111 6.50517 0.429101 2.40948C0.51411 2.49005 0.6085 2.56009 0.710237 2.61809L27.3011 17.7221Z" fill="#A97FF2" /> </svg> </div> </button>\`,ai(e),ui(e),oi(e),ri(e),ti(e),ci(e),this.setAttribute("aria-hidden","true"),e.getElementById("version").textContent="v1.20.1"}highlightOpener(){let e=this.shadowRoot.querySelector(".menu-toggle");e.classList.add("menu-toggle-highlight"),e.classList.add("menu-toggle-highlight-no-transition"),setTimeout(()=>{e.classList.remove("menu-toggle-highlight-no-transition"),setTimeout(()=>{e.classList.remove("menu-toggle-highlight")},20)},20)}};var lo=\`<style>*,*:before,*:after{box-sizing:border-box}html,body,:host{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:2147483646;margin:0;padding:0;line-height:1.8;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";background-color:#252525;color:#fff;transition:opacity .25s ease-in-out}:host([aria-hidden="true"]){opacity:0;pointer-events:none}main{position:absolute;top:0;left:0;width:100%;height:100vh}h1{margin-top:0;font-size:24px;font-weight:300;line-height:1.4}p{margin:20px 0;font-weight:300}button{cursor:pointer}aside{position:absolute;top:0;left:0;width:350px;height:100vh;padding:60px 0 0 50px;background-color:#121212}aside ul{margin:30px 0 0;padding:0;list-style:none}aside li{position:relative;margin:0;padding:20px 10px;font-weight:300}aside li.highlight{color:#48a1ff}aside li.active{font-weight:700}aside li .circle{position:absolute;top:20px;left:10px;width:24px;height:24px;border:3px solid white;border-radius:50%;font-size:14px}aside li.highlight .circle{border-color:#48a1ff}aside li.active .circle:after{content:"";position:absolute;top:3px;left:3px;width:12px;height:12px;border-radius:50%;background-color:#48a1ff}aside li.completed .circle{background-color:#48a1ff}aside li.completed .circle:after{content:"";position:absolute;top:2px;left:6px;width:6px;height:13px;border:3px solid black;border-top:none;border-left:none;transform:rotate(45deg)}aside li .line{position:absolute;top:44px;left:21px;width:3px;height:45px;background-color:#fff}aside li.completed .line{background-color:#48a1ff}aside li span{display:block;margin-left:44px}nav{margin-top:30px}section{position:absolute;top:135px;left:350px;padding:0 80px 0 140px;transition:opacity .15s ease-in-out}section[aria-hidden=true]{pointer-events:none;opacity:0}section h1,section p{min-width:300px;max-width:600px}.button{position:relative;display:inline-block;color:#fff;background-color:#48a1ff;border-radius:4px;text-decoration:none;padding:10px 40px 10px 20px;white-space:nowrap}.button:hover{background-color:#48a1ffd9}#button-icon{position:absolute;top:1px;right:5px;bottom:0;width:30px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="none" stroke="white" stroke-linecap="square" stroke-miterlimit="10" stroke-width="48" d="M184 112l144 144-144 144"/></svg>');background-repeat:no-repeat;background-position:center;background-size:24px 24px}.button[aria-disabled=true]{opacity:.9;background-color:#ffffff4d;pointer-events:none;padding-right:60px}.button[aria-disabled=true] #button-icon{top:21px;right:29px;width:8px;height:8px;border-radius:4px;background:#fff;color:#fff;animation:dot-flashing .5s infinite linear alternate;animation-delay:.25s}.button[aria-disabled=true] #button-icon:before,.button[aria-disabled=true] #button-icon:after{content:"";display:inline-block;position:absolute;top:0}.button[aria-disabled=true] #button-icon:before{left:-12px;width:8px;height:8px;border-radius:4px;background-color:#fff;color:#fff;animation:dot-flashing .5s infinite alternate;animation-delay:0s}.button[aria-disabled=true] #button-icon:after{left:12px;width:8px;height:8px;border-radius:4px;background-color:#fff;color:#fff;animation:dot-flashing .5s infinite alternate;animation-delay:.5s}@keyframes dot-flashing{0%{background-color:#fff}50%,to{background-color:#ffffff4d}}.logo{margin-left:9px;background:url('data:image/svg+xml,<svg viewBox="0 0 150 32" fill="none" xmlns="http://www.w3.org/2000/svg" > <g clip-path="url(%23clip0_4_304)"> <path d="M27.9858 8.99927C27.9872 10.3415 27.688 11.667 27.1101 12.8783C26.5321 14.0896 25.6902 15.156 24.6462 15.9989V15.9989L0.634502 2.36355C0.542657 2.31119 0.457444 2.24796 0.380701 2.17523C0.260289 2.05715 0.164605 1.91624 0.0992389 1.76075C0.0338732 1.60525 0.000136546 1.43828 0 1.26959C0 0.932873 0.133698 0.609948 0.371683 0.371854C0.609667 0.13376 0.932443 0 1.269 0L18.9906 0C21.3763 0 23.6642 0.948135 25.3512 2.63583C27.0381 4.32352 27.9858 6.61252 27.9858 8.99927V8.99927Z" fill="%2318B4F4" /> <path d="M27.9858 22.9986C27.9861 24.1806 27.7536 25.351 27.3017 26.4431C26.8498 27.5352 26.1873 28.5275 25.352 29.3634C24.5167 30.1993 23.5249 30.8624 22.4335 31.3147C21.342 31.7671 20.1721 32 18.9907 32H1.26906C1.01802 31.9973 0.77343 31.9202 0.566221 31.7784C0.359012 31.6366 0.198499 31.4364 0.104989 31.2034C0.0114791 30.9703 -0.0108254 30.7147 0.0408974 30.4689C0.0926201 30.2231 0.216046 29.9982 0.395559 29.8226V29.8226C0.467112 29.7508 0.547407 29.6882 0.634555 29.6364L10.0844 24.2703L24.6441 16.001C25.688 16.8438 26.53 17.9097 27.1083 19.1206C27.6866 20.3315 27.9864 21.6566 27.9858 22.9986V22.9986Z" fill="%23FD6B3C" /> <path d="M24.6461 15.9989L10.0843 24.2703L0.634458 29.6365C0.54372 29.6868 0.459841 29.7487 0.384888 29.8205C3.98804 26.1233 6.00266 21.1627 5.99812 15.9989C6.0049 10.8346 3.99085 5.87268 0.387003 2.17523C0.463746 2.24796 0.548959 2.31119 0.640803 2.36355L24.6461 15.9989Z" fill="%23A97FF2" /> <path d="M47.6659 11.7352C51.8177 11.7352 54.1632 15.0531 54.1632 19.0714C54.1632 23.0896 51.8177 26.3821 47.6659 26.3821C45.5086 26.3821 43.8589 25.5188 42.9473 24.0545L42.5709 26.052H39.9736V6.77115H43.1884V13.8914C43.971 12.6959 45.5086 11.7352 47.6659 11.7352ZM47.0187 23.5488C49.4446 23.5488 50.9547 21.5809 50.9547 19.0714C50.9547 16.5089 49.4446 14.5664 47.0187 14.5664C44.5928 14.5664 43.0806 16.5047 43.0806 19.0714C43.0806 21.583 44.5653 23.5488 47.0187 23.5488V23.5488Z" fill="white" /> <path d="M65.4595 20.2859V12.0611H68.668V20.123C68.668 23.7202 67.0246 26.3821 62.4943 26.3821C57.9639 26.3821 56.3206 23.7117 56.3206 20.123V12.0611H59.529V20.2859C59.529 22.4696 60.5527 23.5488 62.49 23.5488C64.4274 23.5488 65.4595 22.4696 65.4595 20.2859Z" fill="white" /> <path d="M71.2355 7.74451C71.2247 7.46284 71.2724 7.18199 71.3755 6.91968C71.4787 6.65737 71.6351 6.41929 71.8348 6.22047C72.0345 6.02165 72.2732 5.8664 72.5359 5.76452C72.7986 5.66264 73.0796 5.61633 73.3611 5.62853C74.5793 5.62853 75.4571 6.50666 75.4571 7.75509C75.4571 9.00352 74.5793 9.8224 73.3611 9.8224C72.1428 9.8224 71.2355 8.9612 71.2355 7.74451Z" fill="white" /> <path d="M128.476 7.74451C128.465 7.46376 128.513 7.18383 128.615 6.92227C128.718 6.66071 128.873 6.42315 129.072 6.22449C129.27 6.02583 129.508 5.87035 129.769 5.7678C130.031 5.66524 130.31 5.61783 130.591 5.62852C131.809 5.62852 132.687 6.50666 132.687 7.75509C132.687 9.00352 131.809 9.8224 130.591 9.8224C129.373 9.8224 128.476 8.9612 128.476 7.74451Z" fill="white" /> <path d="M122.302 24.1031C122.291 23.8223 122.339 23.5422 122.441 23.2805C122.543 23.0188 122.699 22.7811 122.897 22.5824C123.096 22.3837 123.334 22.2282 123.595 22.1258C123.857 22.0233 124.137 21.9761 124.417 21.9872C125.636 21.9872 126.513 22.8653 126.513 24.1031C126.513 25.341 125.636 26.1726 124.417 26.1726C123.199 26.1726 122.302 25.3219 122.302 24.1031Z" fill="white" /> <path d="M74.9516 12.059H71.7432V26.0583H74.9516V12.059Z" fill="white" /> <path d="M78.16 26.0583V6.77115H81.3685V26.0626L78.16 26.0583Z" fill="white" /> <path d="M94.6063 6.77115H97.8148V26.0626H95.2239L94.8474 24.0651C93.9591 25.523 92.3094 26.3927 90.131 26.3927C86.0046 26.3927 83.6591 23.0748 83.6591 19.0819C83.6591 15.0891 86.0046 11.7458 90.131 11.7458C92.3137 11.7458 93.8238 12.7149 94.6063 13.902V6.77115ZM90.7993 14.5707C88.3734 14.5707 86.8633 16.5131 86.8633 19.0756C86.8633 21.5851 88.3734 23.553 90.7993 23.553C93.2252 23.553 94.7354 21.5851 94.7354 19.0756C94.7396 16.5047 93.257 14.5664 90.8036 14.5664L90.7993 14.5707Z" fill="white" /> <path d="M113.479 22.2284C112.482 24.7359 110.162 26.3821 107.117 26.3821C102.887 26.3821 100.137 23.225 100.137 19.0439C100.137 14.9706 102.942 11.7353 107.093 11.7353C111.245 11.7353 113.969 14.8902 113.969 18.991C113.982 19.3255 113.953 19.6604 113.883 19.9876H103.288C103.53 22.2009 104.959 23.6292 107.197 23.6292C108.735 23.6292 110.001 22.8738 110.594 21.473L113.479 22.2284ZM103.341 17.6156H110.784C110.513 15.6731 109.166 14.3506 107.089 14.3506C105.012 14.3506 103.665 15.7006 103.341 17.6156V17.6156Z" fill="white" /> <path d="M123.779 14.9452C123.538 14.9117 123.295 14.8933 123.051 14.8902C120.786 14.8902 119.439 16.0772 119.439 18.7751V26.0583H116.23V12.0611H118.821L119.195 14.0014C119.707 13.1127 120.887 11.9257 123.322 11.9257C123.455 11.9257 123.779 11.9532 123.779 11.9532V14.9452Z" fill="white" /> <path d="M132.192 12.059H128.984V26.0583H132.192V12.059Z" fill="white" /> <path d="M134.483 19.0714C134.483 15.1335 137.287 11.7353 141.735 11.7353C146.183 11.7353 149.015 15.1335 149.015 19.0714C149.015 23.0092 146.213 26.3821 141.735 26.3821C137.258 26.3821 134.483 23.0092 134.483 19.0714ZM141.735 23.5488C144.083 23.5488 145.806 21.7692 145.806 19.0714C145.806 16.3735 144.083 14.5664 141.735 14.5664C139.387 14.5664 137.687 16.346 137.687 19.0714C137.687 21.7968 139.417 23.5488 141.735 23.5488V23.5488Z" fill="white" /> </g> <defs> <clipPath id="clip0_4_304"> <rect width="149.015" height="32" fill="white" /> </clipPath> </defs> </svg>');background-repeat:no-repeat;width:150px;height:32px}@media (max-width: 840px){aside{width:250px;padding:60px 0 0 20px}section{left:250px;padding:0 80px}}@media (max-width: 590px){aside{width:230px;padding:60px 0 0 10px}section{left:230px;padding:0 40px}}#modified-files-message a{color:#cbcbcb;font-weight:300;text-decoration:underline}#modified-files-message a:hover{color:#fff;text-decoration:none}#restart-warning{border-radius:4px;padding:8px 16px;border:1px solid #fd6b3c;background:#fd6b3c1a}#react-router-steps{margin:0 0 5px;padding:0 20px}#need-help{color:#48a1ff;text-decoration:none}#router-message{border-radius:4px;padding:16px;border:1px solid #48a1ff}#router-finish-button{margin-top:12px}#router-checkbox-div{display:flex;align-items:center}#router-checkbox{margin-right:10px;width:15px;height:15px}#success-title{display:flex;align-items:center;gap:10px}#success-title .check-icon{display:inline-block;width:24px;height:24px;border:2px solid #28a745;border-radius:50%;position:relative}#success-title .check-icon:before{content:"";position:absolute;top:50%;left:50%;width:6px;height:12px;border:solid #28a745;border-width:0 2px 2px 0;transform:translate(-50%,-60%) rotate(45deg)}
|
|
58
58
|
</style>\`,Dt=class extends HTMLElement{constructor(){super()}connectedCallback(){let e=this.attachShadow({mode:"open"});e.innerHTML=lo+\`<main>
|
|
59
59
|
<aside>
|
|
60
60
|
<div class="logo"></div>
|
|
@@ -93,7 +93,7 @@ Restarting server after Builder Devtools update...
|
|
|
93
93
|
</nav>
|
|
94
94
|
</section>
|
|
95
95
|
</main>
|
|
96
|
-
\`,po();let r=new URL(Vr,ot);r.searchParams.set(Mr,location.href);let n=e.querySelectorAll(".next-step");for(let i of n)i.setAttribute("href",r.href);ye("overview step viewed")}},po=()=>{let t=document.head.querySelector("link[rel='icon'], link[rel='icon shortcut']");t?(t.href="https://cdn.builder.io/favicon.ico",t.removeAttribute("type")):(t=document.createElement("link"),t.rel="icon",t.href="https://cdn.builder.io/favicon.ico",document.head.appendChild(t))};var li=async()=>{(await qr()).isValid||fo()},fo=()=>{customElements.get("builder-dev-tools-overview")||customElements.define("builder-dev-tools-overview",Dt);let t=document.querySelector("builder-dev-tools-overview");t||(t=document.createElement("builder-dev-tools-overview"),t.setAttribute("aria-hidden","true"),document.body.appendChild(t)),setTimeout(()=>{t.removeAttribute("aria-hidden")},32)};var mo=()=>{try{customElements.get("builder-dev-tools-edit")||customElements.define("builder-dev-tools-edit",st),customElements.get("builder-dev-tools-menu")||customElements.define("builder-dev-tools-menu",At);let t=document.querySelector("builder-dev-tools-menu");t||(t=document.createElement("builder-dev-tools-menu"),t.setAttribute("data-version","1.20.
|
|
96
|
+
\`,po();let r=new URL(Vr,ot);r.searchParams.set(Mr,location.href);let n=e.querySelectorAll(".next-step");for(let i of n)i.setAttribute("href",r.href);ye("overview step viewed")}},po=()=>{let t=document.head.querySelector("link[rel='icon'], link[rel='icon shortcut']");t?(t.href="https://cdn.builder.io/favicon.ico",t.removeAttribute("type")):(t=document.createElement("link"),t.rel="icon",t.href="https://cdn.builder.io/favicon.ico",document.head.appendChild(t))};var li=async()=>{(await qr()).isValid||fo()},fo=()=>{customElements.get("builder-dev-tools-overview")||customElements.define("builder-dev-tools-overview",Dt);let t=document.querySelector("builder-dev-tools-overview");t||(t=document.createElement("builder-dev-tools-overview"),t.setAttribute("aria-hidden","true"),document.body.appendChild(t)),setTimeout(()=>{t.removeAttribute("aria-hidden")},32)};var mo=()=>{try{customElements.get("builder-dev-tools-edit")||customElements.define("builder-dev-tools-edit",st),customElements.get("builder-dev-tools-menu")||customElements.define("builder-dev-tools-menu",At);let t=document.querySelector("builder-dev-tools-menu");t||(t=document.createElement("builder-dev-tools-menu"),t.setAttribute("data-version","1.20.1"),document.body.appendChild(t));let e=document.querySelector("builder-dev-tools-edit");e||(e=document.createElement("builder-dev-tools-edit"),document.body.appendChild(e));let r=document.getElementById("builder-dev-tools-style");r||(r=document.createElement("style"),r.id="builder-dev-tools-style",r.innerHTML=".builder-no-scroll{overflow:hidden !important}",document.head.appendChild(r)),li(),Jn()}catch(t){console.error("Builder Devtools:",t)}};window.location===window.parent.location&&(console.debug("Builder.io Devtools v1.20.1"),mo());})();`)}async function Uh(e){return Vh(e,`<!doctype html>
|
|
97
97
|
<html lang="en" dir="ltr">
|
|
98
98
|
<head>
|
|
99
99
|
<meta charset="utf-8" />
|
|
@@ -259,41 +259,41 @@ Restarting server after Builder Devtools update...
|
|
|
259
259
|
</script>
|
|
260
260
|
</body>
|
|
261
261
|
</html>
|
|
262
|
-
`)}async function gg(e,t){let r=await Gm(e),n=e.getFrameworks();return t.replace(/__LOCAL_APP_ID__/g,r).replace(/__DEV_TOOLS_URL__/g,e.devToolsServerUrl).replace(/__CLIENT_ID__/g,e.getClientId()).replace(/__FRAMEWORK__/g,n.length?n[0].name:"")}import{platform as __}from"node:os";async function hg(e,t){let r=new URL("/cli-auth","https://builder.io");r.searchParams.set("client_id",e.getClientId()),r.searchParams.set("host",await e.getDeviceId()),r.searchParams.set("response_type","code"),r.searchParams.set("cli","true");let n=new URL(zn,e.devToolsServerUrl);n.searchParams.set(Qs,__()),n.searchParams.set(Xs,process.versions.node);let o=e.getFrameworks();return o.length>0&&(r.searchParams.set(yo,o[0].name),n.searchParams.set(yo,o[0].name)),r.searchParams.set("redirect_url",n.href),r.searchParams.set("preview_url",t),r.href}import{createServer as H8}from"http";import{platform as q8}from"node:os";import{dirname as jP,join as yn}from"node:path";import{existsSync as Lm,mkdirSync as UP,readFileSync as HP,writeFileSync as nc}from"node:fs";var Qt=Ve(oa(),1);import{stdin as k_,stdout as I_}from"node:process";import Cg from"node:readline";import{Writable as N_}from"node:stream";function O_({onlyFirst:e=!1}={}){let t=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?(?:\\u0007|\\u001B\\u005C|\\u009C))","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|");return new RegExp(t,e?void 0:"g")}var M_=O_();function Ag(e){if(typeof e!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof e}\``);return e.replace(M_,"")}function Fg(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Rg={exports:{}};(function(e){var t={};e.exports=t,t.eastAsianWidth=function(n){var o=n.charCodeAt(0),s=n.length==2?n.charCodeAt(1):0,i=o;return 55296<=o&&o<=56319&&56320<=s&&s<=57343&&(o&=1023,s&=1023,i=o<<10|s,i+=65536),i==12288||65281<=i&&i<=65376||65504<=i&&i<=65510?"F":i==8361||65377<=i&&i<=65470||65474<=i&&i<=65479||65482<=i&&i<=65487||65490<=i&&i<=65495||65498<=i&&i<=65500||65512<=i&&i<=65518?"H":4352<=i&&i<=4447||4515<=i&&i<=4519||4602<=i&&i<=4607||9001<=i&&i<=9002||11904<=i&&i<=11929||11931<=i&&i<=12019||12032<=i&&i<=12245||12272<=i&&i<=12283||12289<=i&&i<=12350||12353<=i&&i<=12438||12441<=i&&i<=12543||12549<=i&&i<=12589||12593<=i&&i<=12686||12688<=i&&i<=12730||12736<=i&&i<=12771||12784<=i&&i<=12830||12832<=i&&i<=12871||12880<=i&&i<=13054||13056<=i&&i<=19903||19968<=i&&i<=42124||42128<=i&&i<=42182||43360<=i&&i<=43388||44032<=i&&i<=55203||55216<=i&&i<=55238||55243<=i&&i<=55291||63744<=i&&i<=64255||65040<=i&&i<=65049||65072<=i&&i<=65106||65108<=i&&i<=65126||65128<=i&&i<=65131||110592<=i&&i<=110593||127488<=i&&i<=127490||127504<=i&&i<=127546||127552<=i&&i<=127560||127568<=i&&i<=127569||131072<=i&&i<=194367||177984<=i&&i<=196605||196608<=i&&i<=262141?"W":32<=i&&i<=126||162<=i&&i<=163||165<=i&&i<=166||i==172||i==175||10214<=i&&i<=10221||10629<=i&&i<=10630?"Na":i==161||i==164||167<=i&&i<=168||i==170||173<=i&&i<=174||176<=i&&i<=180||182<=i&&i<=186||188<=i&&i<=191||i==198||i==208||215<=i&&i<=216||222<=i&&i<=225||i==230||232<=i&&i<=234||236<=i&&i<=237||i==240||242<=i&&i<=243||247<=i&&i<=250||i==252||i==254||i==257||i==273||i==275||i==283||294<=i&&i<=295||i==299||305<=i&&i<=307||i==312||319<=i&&i<=322||i==324||328<=i&&i<=331||i==333||338<=i&&i<=339||358<=i&&i<=359||i==363||i==462||i==464||i==466||i==468||i==470||i==472||i==474||i==476||i==593||i==609||i==708||i==711||713<=i&&i<=715||i==717||i==720||728<=i&&i<=731||i==733||i==735||768<=i&&i<=879||913<=i&&i<=929||931<=i&&i<=937||945<=i&&i<=961||963<=i&&i<=969||i==1025||1040<=i&&i<=1103||i==1105||i==8208||8211<=i&&i<=8214||8216<=i&&i<=8217||8220<=i&&i<=8221||8224<=i&&i<=8226||8228<=i&&i<=8231||i==8240||8242<=i&&i<=8243||i==8245||i==8251||i==8254||i==8308||i==8319||8321<=i&&i<=8324||i==8364||i==8451||i==8453||i==8457||i==8467||i==8470||8481<=i&&i<=8482||i==8486||i==8491||8531<=i&&i<=8532||8539<=i&&i<=8542||8544<=i&&i<=8555||8560<=i&&i<=8569||i==8585||8592<=i&&i<=8601||8632<=i&&i<=8633||i==8658||i==8660||i==8679||i==8704||8706<=i&&i<=8707||8711<=i&&i<=8712||i==8715||i==8719||i==8721||i==8725||i==8730||8733<=i&&i<=8736||i==8739||i==8741||8743<=i&&i<=8748||i==8750||8756<=i&&i<=8759||8764<=i&&i<=8765||i==8776||i==8780||i==8786||8800<=i&&i<=8801||8804<=i&&i<=8807||8810<=i&&i<=8811||8814<=i&&i<=8815||8834<=i&&i<=8835||8838<=i&&i<=8839||i==8853||i==8857||i==8869||i==8895||i==8978||9312<=i&&i<=9449||9451<=i&&i<=9547||9552<=i&&i<=9587||9600<=i&&i<=9615||9618<=i&&i<=9621||9632<=i&&i<=9633||9635<=i&&i<=9641||9650<=i&&i<=9651||9654<=i&&i<=9655||9660<=i&&i<=9661||9664<=i&&i<=9665||9670<=i&&i<=9672||i==9675||9678<=i&&i<=9681||9698<=i&&i<=9701||i==9711||9733<=i&&i<=9734||i==9737||9742<=i&&i<=9743||9748<=i&&i<=9749||i==9756||i==9758||i==9792||i==9794||9824<=i&&i<=9825||9827<=i&&i<=9829||9831<=i&&i<=9834||9836<=i&&i<=9837||i==9839||9886<=i&&i<=9887||9918<=i&&i<=9919||9924<=i&&i<=9933||9935<=i&&i<=9953||i==9955||9960<=i&&i<=9983||i==10045||i==10071||10102<=i&&i<=10111||11093<=i&&i<=11097||12872<=i&&i<=12879||57344<=i&&i<=63743||65024<=i&&i<=65039||i==65533||127232<=i&&i<=127242||127248<=i&&i<=127277||127280<=i&&i<=127337||127344<=i&&i<=127386||917760<=i&&i<=917999||983040<=i&&i<=1048573||1048576<=i&&i<=1114109?"A":"N"},t.characterLength=function(n){var o=this.eastAsianWidth(n);return o=="F"||o=="W"||o=="A"?2:1};function r(n){return n.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g)||[]}t.length=function(n){for(var o=r(n),s=0,i=0;i<o.length;i++)s=s+this.characterLength(o[i]);return s},t.slice=function(n,o,s){textLen=t.length(n),o=o||0,s=s||1,o<0&&(o=textLen+o),s<0&&(s=textLen+s);for(var i="",a=0,u=r(n),c=0;c<u.length;c++){var l=u[c],p=t.length(l);if(a>=o-(p==2?1:0))if(a+p<=s)i+=l;else break;a+=p}return i}})(Rg);var L_=Rg.exports,B_=Fg(L_),z_=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g},j_=Fg(z_);function Ci(e,t={}){if(typeof e!="string"||e.length===0||(t={ambiguousIsNarrow:!0,...t},e=Ag(e),e.length===0))return 0;e=e.replace(j_()," ");let r=t.ambiguousIsNarrow?1:2,n=0;for(let o of e){let s=o.codePointAt(0);if(!(s<=31||s>=127&&s<=159||s>=768&&s<=879))switch(B_.eastAsianWidth(o)){case"F":case"W":n+=2;break;case"A":n+=r;break;default:n+=1}}return n}var gc=10,wg=(e=0)=>t=>`\x1B[${t+e}m`,bg=(e=0)=>t=>`\x1B[${38+e};5;${t}m`,xg=(e=0)=>(t,r,n)=>`\x1B[${38+e};2;${t};${r};${n}m`,Ne={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],gray:[90,39],grey:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};Object.keys(Ne.modifier);var U_=Object.keys(Ne.color),V_=Object.keys(Ne.bgColor);[...U_,...V_];function H_(){let e=new Map;for(let[t,r]of Object.entries(Ne)){for(let[n,o]of Object.entries(r))Ne[n]={open:`\x1B[${o[0]}m`,close:`\x1B[${o[1]}m`},r[n]=Ne[n],e.set(o[0],o[1]);Object.defineProperty(Ne,t,{value:r,enumerable:!1})}return Object.defineProperty(Ne,"codes",{value:e,enumerable:!1}),Ne.color.close="\x1B[39m",Ne.bgColor.close="\x1B[49m",Ne.color.ansi=wg(),Ne.color.ansi256=bg(),Ne.color.ansi16m=xg(),Ne.bgColor.ansi=wg(gc),Ne.bgColor.ansi256=bg(gc),Ne.bgColor.ansi16m=xg(gc),Object.defineProperties(Ne,{rgbToAnsi256:{value:(t,r,n)=>t===r&&r===n?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5),enumerable:!1},hexToRgb:{value:t=>{let r=/[a-f\d]{6}|[a-f\d]{3}/i.exec(t.toString(16));if(!r)return[0,0,0];let[n]=r;n.length===3&&(n=[...n].map(s=>s+s).join(""));let o=Number.parseInt(n,16);return[o>>16&255,o>>8&255,o&255]},enumerable:!1},hexToAnsi256:{value:t=>Ne.rgbToAnsi256(...Ne.hexToRgb(t)),enumerable:!1},ansi256ToAnsi:{value:t=>{if(t<8)return 30+t;if(t<16)return 90+(t-8);let r,n,o;if(t>=232)r=((t-232)*10+8)/255,n=r,o=r;else{t-=16;let a=t%36;r=Math.floor(t/36)/5,n=Math.floor(a/6)/5,o=a%6/5}let s=Math.max(r,n,o)*2;if(s===0)return 30;let i=30+(Math.round(o)<<2|Math.round(n)<<1|Math.round(r));return s===2&&(i+=60),i},enumerable:!1},rgbToAnsi:{value:(t,r,n)=>Ne.ansi256ToAnsi(Ne.rgbToAnsi256(t,r,n)),enumerable:!1},hexToAnsi:{value:t=>Ne.ansi256ToAnsi(Ne.hexToAnsi256(t)),enumerable:!1}}),Ne}var q_=H_(),la=new Set(["\x1B","\x9B"]),K_=39,Dc="\x07",$g="[",G_="]",kg="m",vc=`${G_}8;;`,Sg=e=>`${la.values().next().value}${$g}${e}${kg}`,Eg=e=>`${la.values().next().value}${vc}${e}${Dc}`,W_=e=>e.split(" ").map(t=>Ci(t)),hc=(e,t,r)=>{let n=[...t],o=!1,s=!1,i=Ci(Ag(e[e.length-1]));for(let[a,u]of n.entries()){let c=Ci(u);if(i+c<=r?e[e.length-1]+=u:(e.push(u),i=0),la.has(u)&&(o=!0,s=n.slice(a+1).join("").startsWith(vc)),o){s?u===Dc&&(o=!1,s=!1):u===kg&&(o=!1);continue}i+=c,i===r&&a<n.length-1&&(e.push(""),i=0)}!i&&e[e.length-1].length>0&&e.length>1&&(e[e.length-2]+=e.pop())},Z_=e=>{let t=e.split(" "),r=t.length;for(;r>0&&!(Ci(t[r-1])>0);)r--;return r===t.length?e:t.slice(0,r).join(" ")+t.slice(r).join("")},J_=(e,t,r={})=>{if(r.trim!==!1&&e.trim()==="")return"";let n="",o,s,i=W_(e),a=[""];for(let[c,l]of e.split(" ").entries()){r.trim!==!1&&(a[a.length-1]=a[a.length-1].trimStart());let p=Ci(a[a.length-1]);if(c!==0&&(p>=t&&(r.wordWrap===!1||r.trim===!1)&&(a.push(""),p=0),(p>0||r.trim===!1)&&(a[a.length-1]+=" ",p++)),r.hard&&i[c]>t){let d=t-p,g=1+Math.floor((i[c]-d-1)/t);Math.floor((i[c]-1)/t)<g&&a.push(""),hc(a,l,t);continue}if(p+i[c]>t&&p>0&&i[c]>0){if(r.wordWrap===!1&&p<t){hc(a,l,t);continue}a.push("")}if(p+i[c]>t&&r.wordWrap===!1){hc(a,l,t);continue}a[a.length-1]+=l}r.trim!==!1&&(a=a.map(c=>Z_(c)));let u=[...a.join(`
|
|
263
|
-
`)];for(let[c,l]of u.entries()){if(n+=l
|
|
264
|
-
`?(s&&(n+=
|
|
265
|
-
`&&(o&&p&&(n+=
|
|
262
|
+
`)}async function Vh(e,t){let r=await wh(e),n=e.getFrameworks();return t.replace(/__LOCAL_APP_ID__/g,r).replace(/__DEV_TOOLS_URL__/g,e.devToolsServerUrl).replace(/__CLIENT_ID__/g,e.getClientId()).replace(/__FRAMEWORK__/g,n.length?n[0].name:"")}import{platform as yT}from"node:os";async function Hh(e,t){let r=new URL("/cli-auth","https://builder.io");r.searchParams.set("client_id",e.getClientId()),r.searchParams.set("host",await e.getDeviceId()),r.searchParams.set("response_type","code"),r.searchParams.set("cli","true");let n=new URL(Hn,e.devToolsServerUrl);n.searchParams.set(Ca,yT()),n.searchParams.set(wa,process.versions.node);let o=e.getFrameworks();return o.length>0&&(r.searchParams.set(wo,o[0].name),n.searchParams.set(wo,o[0].name)),r.searchParams.set("redirect_url",n.href),r.searchParams.set("preview_url",t),r.href}import{createServer as r4}from"http";import{platform as n4}from"node:os";import{dirname as RP,join as wn}from"node:path";import{existsSync as fh,mkdirSync as $P,readFileSync as IP,writeFileSync as Ec}from"node:fs";var tr=He(_a(),1);import{stdin as xT,stdout as ST}from"node:process";import Wh from"node:readline";import{Writable as ET}from"node:stream";function _T({onlyFirst:e=!1}={}){let t=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?(?:\\u0007|\\u001B\\u005C|\\u009C))","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|");return new RegExp(t,e?void 0:"g")}var PT=_T();function ng(e){if(typeof e!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof e}\``);return e.replace(PT,"")}function og(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ig={exports:{}};(function(e){var t={};e.exports=t,t.eastAsianWidth=function(n){var o=n.charCodeAt(0),s=n.length==2?n.charCodeAt(1):0,i=o;return 55296<=o&&o<=56319&&56320<=s&&s<=57343&&(o&=1023,s&=1023,i=o<<10|s,i+=65536),i==12288||65281<=i&&i<=65376||65504<=i&&i<=65510?"F":i==8361||65377<=i&&i<=65470||65474<=i&&i<=65479||65482<=i&&i<=65487||65490<=i&&i<=65495||65498<=i&&i<=65500||65512<=i&&i<=65518?"H":4352<=i&&i<=4447||4515<=i&&i<=4519||4602<=i&&i<=4607||9001<=i&&i<=9002||11904<=i&&i<=11929||11931<=i&&i<=12019||12032<=i&&i<=12245||12272<=i&&i<=12283||12289<=i&&i<=12350||12353<=i&&i<=12438||12441<=i&&i<=12543||12549<=i&&i<=12589||12593<=i&&i<=12686||12688<=i&&i<=12730||12736<=i&&i<=12771||12784<=i&&i<=12830||12832<=i&&i<=12871||12880<=i&&i<=13054||13056<=i&&i<=19903||19968<=i&&i<=42124||42128<=i&&i<=42182||43360<=i&&i<=43388||44032<=i&&i<=55203||55216<=i&&i<=55238||55243<=i&&i<=55291||63744<=i&&i<=64255||65040<=i&&i<=65049||65072<=i&&i<=65106||65108<=i&&i<=65126||65128<=i&&i<=65131||110592<=i&&i<=110593||127488<=i&&i<=127490||127504<=i&&i<=127546||127552<=i&&i<=127560||127568<=i&&i<=127569||131072<=i&&i<=194367||177984<=i&&i<=196605||196608<=i&&i<=262141?"W":32<=i&&i<=126||162<=i&&i<=163||165<=i&&i<=166||i==172||i==175||10214<=i&&i<=10221||10629<=i&&i<=10630?"Na":i==161||i==164||167<=i&&i<=168||i==170||173<=i&&i<=174||176<=i&&i<=180||182<=i&&i<=186||188<=i&&i<=191||i==198||i==208||215<=i&&i<=216||222<=i&&i<=225||i==230||232<=i&&i<=234||236<=i&&i<=237||i==240||242<=i&&i<=243||247<=i&&i<=250||i==252||i==254||i==257||i==273||i==275||i==283||294<=i&&i<=295||i==299||305<=i&&i<=307||i==312||319<=i&&i<=322||i==324||328<=i&&i<=331||i==333||338<=i&&i<=339||358<=i&&i<=359||i==363||i==462||i==464||i==466||i==468||i==470||i==472||i==474||i==476||i==593||i==609||i==708||i==711||713<=i&&i<=715||i==717||i==720||728<=i&&i<=731||i==733||i==735||768<=i&&i<=879||913<=i&&i<=929||931<=i&&i<=937||945<=i&&i<=961||963<=i&&i<=969||i==1025||1040<=i&&i<=1103||i==1105||i==8208||8211<=i&&i<=8214||8216<=i&&i<=8217||8220<=i&&i<=8221||8224<=i&&i<=8226||8228<=i&&i<=8231||i==8240||8242<=i&&i<=8243||i==8245||i==8251||i==8254||i==8308||i==8319||8321<=i&&i<=8324||i==8364||i==8451||i==8453||i==8457||i==8467||i==8470||8481<=i&&i<=8482||i==8486||i==8491||8531<=i&&i<=8532||8539<=i&&i<=8542||8544<=i&&i<=8555||8560<=i&&i<=8569||i==8585||8592<=i&&i<=8601||8632<=i&&i<=8633||i==8658||i==8660||i==8679||i==8704||8706<=i&&i<=8707||8711<=i&&i<=8712||i==8715||i==8719||i==8721||i==8725||i==8730||8733<=i&&i<=8736||i==8739||i==8741||8743<=i&&i<=8748||i==8750||8756<=i&&i<=8759||8764<=i&&i<=8765||i==8776||i==8780||i==8786||8800<=i&&i<=8801||8804<=i&&i<=8807||8810<=i&&i<=8811||8814<=i&&i<=8815||8834<=i&&i<=8835||8838<=i&&i<=8839||i==8853||i==8857||i==8869||i==8895||i==8978||9312<=i&&i<=9449||9451<=i&&i<=9547||9552<=i&&i<=9587||9600<=i&&i<=9615||9618<=i&&i<=9621||9632<=i&&i<=9633||9635<=i&&i<=9641||9650<=i&&i<=9651||9654<=i&&i<=9655||9660<=i&&i<=9661||9664<=i&&i<=9665||9670<=i&&i<=9672||i==9675||9678<=i&&i<=9681||9698<=i&&i<=9701||i==9711||9733<=i&&i<=9734||i==9737||9742<=i&&i<=9743||9748<=i&&i<=9749||i==9756||i==9758||i==9792||i==9794||9824<=i&&i<=9825||9827<=i&&i<=9829||9831<=i&&i<=9834||9836<=i&&i<=9837||i==9839||9886<=i&&i<=9887||9918<=i&&i<=9919||9924<=i&&i<=9933||9935<=i&&i<=9953||i==9955||9960<=i&&i<=9983||i==10045||i==10071||10102<=i&&i<=10111||11093<=i&&i<=11097||12872<=i&&i<=12879||57344<=i&&i<=63743||65024<=i&&i<=65039||i==65533||127232<=i&&i<=127242||127248<=i&&i<=127277||127280<=i&&i<=127337||127344<=i&&i<=127386||917760<=i&&i<=917999||983040<=i&&i<=1048573||1048576<=i&&i<=1114109?"A":"N"},t.characterLength=function(n){var o=this.eastAsianWidth(n);return o=="F"||o=="W"||o=="A"?2:1};function r(n){return n.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g)||[]}t.length=function(n){for(var o=r(n),s=0,i=0;i<o.length;i++)s=s+this.characterLength(o[i]);return s},t.slice=function(n,o,s){textLen=t.length(n),o=o||0,s=s||1,o<0&&(o=textLen+o),s<0&&(s=textLen+s);for(var i="",a=0,u=r(n),c=0;c<u.length;c++){var l=u[c],p=t.length(l);if(a>=o-(p==2?1:0))if(a+p<=s)i+=l;else break;a+=p}return i}})(ig);var TT=ig.exports,AT=og(TT),FT=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g},RT=og(FT);function ki(e,t={}){if(typeof e!="string"||e.length===0||(t={ambiguousIsNarrow:!0,...t},e=ng(e),e.length===0))return 0;e=e.replace(RT()," ");let r=t.ambiguousIsNarrow?1:2,n=0;for(let o of e){let s=o.codePointAt(0);if(!(s<=31||s>=127&&s<=159||s>=768&&s<=879))switch(AT.eastAsianWidth(o)){case"F":case"W":n+=2;break;case"A":n+=r;break;default:n+=1}}return n}var Lc=10,Zh=(e=0)=>t=>`\x1B[${t+e}m`,Jh=(e=0)=>t=>`\x1B[${38+e};5;${t}m`,Yh=(e=0)=>(t,r,n)=>`\x1B[${38+e};2;${t};${r};${n}m`,Me={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],gray:[90,39],grey:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};Object.keys(Me.modifier);var $T=Object.keys(Me.color),kT=Object.keys(Me.bgColor);[...$T,...kT];function IT(){let e=new Map;for(let[t,r]of Object.entries(Me)){for(let[n,o]of Object.entries(r))Me[n]={open:`\x1B[${o[0]}m`,close:`\x1B[${o[1]}m`},r[n]=Me[n],e.set(o[0],o[1]);Object.defineProperty(Me,t,{value:r,enumerable:!1})}return Object.defineProperty(Me,"codes",{value:e,enumerable:!1}),Me.color.close="\x1B[39m",Me.bgColor.close="\x1B[49m",Me.color.ansi=Zh(),Me.color.ansi256=Jh(),Me.color.ansi16m=Yh(),Me.bgColor.ansi=Zh(Lc),Me.bgColor.ansi256=Jh(Lc),Me.bgColor.ansi16m=Yh(Lc),Object.defineProperties(Me,{rgbToAnsi256:{value:(t,r,n)=>t===r&&r===n?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5),enumerable:!1},hexToRgb:{value:t=>{let r=/[a-f\d]{6}|[a-f\d]{3}/i.exec(t.toString(16));if(!r)return[0,0,0];let[n]=r;n.length===3&&(n=[...n].map(s=>s+s).join(""));let o=Number.parseInt(n,16);return[o>>16&255,o>>8&255,o&255]},enumerable:!1},hexToAnsi256:{value:t=>Me.rgbToAnsi256(...Me.hexToRgb(t)),enumerable:!1},ansi256ToAnsi:{value:t=>{if(t<8)return 30+t;if(t<16)return 90+(t-8);let r,n,o;if(t>=232)r=((t-232)*10+8)/255,n=r,o=r;else{t-=16;let a=t%36;r=Math.floor(t/36)/5,n=Math.floor(a/6)/5,o=a%6/5}let s=Math.max(r,n,o)*2;if(s===0)return 30;let i=30+(Math.round(o)<<2|Math.round(n)<<1|Math.round(r));return s===2&&(i+=60),i},enumerable:!1},rgbToAnsi:{value:(t,r,n)=>Me.ansi256ToAnsi(Me.rgbToAnsi256(t,r,n)),enumerable:!1},hexToAnsi:{value:t=>Me.ansi256ToAnsi(Me.hexToAnsi256(t)),enumerable:!1}}),Me}var NT=IT(),$a=new Set(["\x1B","\x9B"]),OT=39,jc="\x07",sg="[",MT="]",ag="m",Uc=`${MT}8;;`,Qh=e=>`${$a.values().next().value}${sg}${e}${ag}`,Xh=e=>`${$a.values().next().value}${Uc}${e}${jc}`,LT=e=>e.split(" ").map(t=>ki(t)),Bc=(e,t,r)=>{let n=[...t],o=!1,s=!1,i=ki(ng(e[e.length-1]));for(let[a,u]of n.entries()){let c=ki(u);if(i+c<=r?e[e.length-1]+=u:(e.push(u),i=0),$a.has(u)&&(o=!0,s=n.slice(a+1).join("").startsWith(Uc)),o){s?u===jc&&(o=!1,s=!1):u===ag&&(o=!1);continue}i+=c,i===r&&a<n.length-1&&(e.push(""),i=0)}!i&&e[e.length-1].length>0&&e.length>1&&(e[e.length-2]+=e.pop())},BT=e=>{let t=e.split(" "),r=t.length;for(;r>0&&!(ki(t[r-1])>0);)r--;return r===t.length?e:t.slice(0,r).join(" ")+t.slice(r).join("")},zT=(e,t,r={})=>{if(r.trim!==!1&&e.trim()==="")return"";let n="",o,s,i=LT(e),a=[""];for(let[c,l]of e.split(" ").entries()){r.trim!==!1&&(a[a.length-1]=a[a.length-1].trimStart());let p=ki(a[a.length-1]);if(c!==0&&(p>=t&&(r.wordWrap===!1||r.trim===!1)&&(a.push(""),p=0),(p>0||r.trim===!1)&&(a[a.length-1]+=" ",p++)),r.hard&&i[c]>t){let d=t-p,h=1+Math.floor((i[c]-d-1)/t);Math.floor((i[c]-1)/t)<h&&a.push(""),Bc(a,l,t);continue}if(p+i[c]>t&&p>0&&i[c]>0){if(r.wordWrap===!1&&p<t){Bc(a,l,t);continue}a.push("")}if(p+i[c]>t&&r.wordWrap===!1){Bc(a,l,t);continue}a[a.length-1]+=l}r.trim!==!1&&(a=a.map(c=>BT(c)));let u=[...a.join(`
|
|
263
|
+
`)];for(let[c,l]of u.entries()){if(n+=l,$a.has(l)){let{groups:d}=new RegExp(`(?:\\${sg}(?<code>\\d+)m|\\${Uc}(?<uri>.*)${jc})`).exec(u.slice(c).join(""))||{groups:{}};if(d.code!==void 0){let h=Number.parseFloat(d.code);o=h===OT?void 0:h}else d.uri!==void 0&&(s=d.uri.length===0?void 0:d.uri)}let p=NT.codes.get(Number(o));u[c+1]===`
|
|
264
|
+
`?(s&&(n+=Xh("")),o&&p&&(n+=Qh(p))):l===`
|
|
265
|
+
`&&(o&&p&&(n+=Qh(o)),s&&(n+=Xh(s)))}return n};function eg(e,t,r){return String(e).normalize().replace(/\r\n/g,`
|
|
266
266
|
`).split(`
|
|
267
|
-
`).map(n=>
|
|
268
|
-
`)}var
|
|
267
|
+
`).map(n=>zT(n,t,r)).join(`
|
|
268
|
+
`)}var jT=["up","down","left","right","space","enter","cancel"],Fa={actions:new Set(jT),aliases:new Map([["k","up"],["j","down"],["h","left"],["l","right"],["","cancel"],["escape","cancel"]])};function ug(e,t){if(typeof e=="string")return Fa.aliases.get(e)===t;for(let r of e)if(r!==void 0&&ug(r,t))return!0;return!1}function UT(e,t){if(e===t)return;let r=e.split(`
|
|
269
269
|
`),n=t.split(`
|
|
270
|
-
`),o=[];for(let s=0;s<Math.max(r.length,n.length);s++)r[s]!==n[s]&&o.push(s);return o}var
|
|
271
|
-
`),
|
|
272
|
-
`).length-1;this.output.write(
|
|
273
|
-
`);this.output.write(o[n]),this._prevFrame=t,this.output.write(
|
|
270
|
+
`),o=[];for(let s=0;s<Math.max(r.length,n.length);s++)r[s]!==n[s]&&o.push(s);return o}var A9=globalThis.process.platform.startsWith("win"),tg=Symbol("clack:cancel");function Aa(e,t){let r=e;r.isTTY&&r.setRawMode(t)}var VT=Object.defineProperty,HT=(e,t,r)=>t in e?VT(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,qt=(e,t,r)=>(HT(e,typeof t!="symbol"?t+"":t,r),r),zc=class{constructor(t,r=!0){qt(this,"input"),qt(this,"output"),qt(this,"_abortSignal"),qt(this,"rl"),qt(this,"opts"),qt(this,"_render"),qt(this,"_track",!1),qt(this,"_prevFrame",""),qt(this,"_subscribers",new Map),qt(this,"_cursor",0),qt(this,"state","initial"),qt(this,"error",""),qt(this,"value");let{input:n=xT,output:o=ST,render:s,signal:i,...a}=t;this.opts=a,this.onKeypress=this.onKeypress.bind(this),this.close=this.close.bind(this),this.render=this.render.bind(this),this._render=s.bind(this),this._track=r,this._abortSignal=i,this.input=n,this.output=o}unsubscribe(){this._subscribers.clear()}setSubscriber(t,r){let n=this._subscribers.get(t)??[];n.push(r),this._subscribers.set(t,n)}on(t,r){this.setSubscriber(t,{cb:r})}once(t,r){this.setSubscriber(t,{cb:r,once:!0})}emit(t,...r){let n=this._subscribers.get(t)??[],o=[];for(let s of n)s.cb(...r),s.once&&o.push(()=>n.splice(n.indexOf(s),1));for(let s of o)s()}prompt(){return new Promise((t,r)=>{if(this._abortSignal){if(this._abortSignal.aborted)return this.state="cancel",this.close(),t(tg);this._abortSignal.addEventListener("abort",()=>{this.state="cancel",this.close()},{once:!0})}let n=new ET;n._write=(o,s,i)=>{this._track&&(this.value=this.rl?.line.replace(/\t/g,""),this._cursor=this.rl?.cursor??0,this.emit("value",this.value)),i()},this.input.pipe(n),this.rl=Wh.createInterface({input:this.input,output:n,tabSize:2,prompt:"",escapeCodeTimeout:50,terminal:!0}),Wh.emitKeypressEvents(this.input,this.rl),this.rl.prompt(),this.opts.initialValue!==void 0&&this._track&&this.rl.write(this.opts.initialValue),this.input.on("keypress",this.onKeypress),Aa(this.input,!0),this.output.on("resize",this.render),this.render(),this.once("submit",()=>{this.output.write(tr.cursor.show),this.output.off("resize",this.render),Aa(this.input,!1),t(this.value)}),this.once("cancel",()=>{this.output.write(tr.cursor.show),this.output.off("resize",this.render),Aa(this.input,!1),t(tg)})})}onKeypress(t,r){if(this.state==="error"&&(this.state="active"),r?.name&&(!this._track&&Fa.aliases.has(r.name)&&this.emit("cursor",Fa.aliases.get(r.name)),Fa.actions.has(r.name)&&this.emit("cursor",r.name)),t&&(t.toLowerCase()==="y"||t.toLowerCase()==="n")&&this.emit("confirm",t.toLowerCase()==="y"),t===" "&&this.opts.placeholder&&(this.value||(this.rl?.write(this.opts.placeholder),this.emit("value",this.opts.placeholder))),t&&this.emit("key",t.toLowerCase()),r?.name==="return"){if(!this.value&&this.opts.placeholder&&(this.rl?.write(this.opts.placeholder),this.emit("value",this.opts.placeholder)),this.opts.validate){let n=this.opts.validate(this.value);n&&(this.error=n instanceof Error?n.message:n,this.state="error",this.rl?.write(this.value))}this.state!=="error"&&(this.state="submit")}ug([t,r?.name,r?.sequence],"cancel")&&(this.state="cancel"),(this.state==="submit"||this.state==="cancel")&&this.emit("finalize"),this.render(),(this.state==="submit"||this.state==="cancel")&&this.close()}close(){this.input.unpipe(),this.input.removeListener("keypress",this.onKeypress),this.output.write(`
|
|
271
|
+
`),Aa(this.input,!1),this.rl?.close(),this.rl=void 0,this.emit(`${this.state}`,this.value),this.unsubscribe()}restoreCursor(){let t=eg(this._prevFrame,process.stdout.columns,{hard:!0}).split(`
|
|
272
|
+
`).length-1;this.output.write(tr.cursor.move(-999,t*-1))}render(){let t=eg(this._render(this)??"",process.stdout.columns,{hard:!0});if(t!==this._prevFrame){if(this.state==="initial")this.output.write(tr.cursor.hide);else{let r=UT(this._prevFrame,t);if(this.restoreCursor(),r&&r?.length===1){let n=r[0];this.output.write(tr.cursor.move(0,n)),this.output.write(tr.erase.lines(1));let o=t.split(`
|
|
273
|
+
`);this.output.write(o[n]),this._prevFrame=t,this.output.write(tr.cursor.move(0,o.length-n-1));return}if(r&&r?.length>1){let n=r[0];this.output.write(tr.cursor.move(0,n)),this.output.write(tr.erase.down());let o=t.split(`
|
|
274
274
|
`).slice(n);this.output.write(o.join(`
|
|
275
|
-
`)),this._prevFrame=t;return}this.output.write(
|
|
276
|
-
${
|
|
277
|
-
`;switch(this.state){case"submit":return`${r}${fe.default.gray(
|
|
278
|
-
${fe.default.gray(
|
|
279
|
-
${fe.default.cyan(
|
|
280
|
-
${fe.default.cyan(
|
|
281
|
-
`}}}).prompt()};var
|
|
282
|
-
`)},
|
|
283
|
-
${fe.default.gray(
|
|
284
|
-
|
|
285
|
-
`)},
|
|
286
|
-
`);r.push(`${t} ${n}`,...o.map(s=>`${fe.default.gray(
|
|
275
|
+
`)),this._prevFrame=t;return}this.output.write(tr.erase.down())}this.output.write(t),this.state==="initial"&&(this.state="active"),this._prevFrame=t}}};var qT;qT=new WeakMap;var KT=Object.defineProperty,GT=(e,t,r)=>t in e?KT(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,rg=(e,t,r)=>(GT(e,typeof t!="symbol"?t+"":t,r),r),Ra=class extends zc{constructor(t){super(t,!1),rg(this,"options"),rg(this,"cursor",0),this.options=t.options,this.cursor=this.options.findIndex(({value:r})=>r===t.initialValue),this.cursor===-1&&(this.cursor=0),this.changeValue(),this.on("cursor",r=>{switch(r){case"left":case"up":this.cursor=this.cursor===0?this.options.length-1:this.cursor-1;break;case"down":case"right":this.cursor=this.cursor===this.options.length-1?0:this.cursor+1;break}this.changeValue()})}get _value(){return this.options[this.cursor]}changeValue(){this.value=this._value.value}};var fe=He(Gn(),1),cg=He(_a(),1);import yr from"node:process";function WT(){return yr.platform!=="win32"?yr.env.TERM!=="linux":!!yr.env.CI||!!yr.env.WT_SESSION||!!yr.env.TERMINUS_SUBLIME||yr.env.ConEmuTask==="{cmd::Cmder}"||yr.env.TERM_PROGRAM==="Terminus-Sublime"||yr.env.TERM_PROGRAM==="vscode"||yr.env.TERM==="xterm-256color"||yr.env.TERM==="alacritty"||yr.env.TERMINAL_EMULATOR==="JetBrains-JediTerm"}var ZT=WT(),qe=(e,t)=>ZT?e:t,JT=qe("\u25C6","*"),YT=qe("\u25A0","x"),QT=qe("\u25B2","x"),lg=qe("\u25C7","o"),XT=qe("\u250C","T"),Dr=qe("\u2502","|"),pg=qe("\u2514","\u2014"),eA=qe("\u25CF",">"),tA=qe("\u25CB"," "),j9=qe("\u25FB","[\u2022]"),U9=qe("\u25FC","[+]"),V9=qe("\u25FB","[ ]"),H9=qe("\u25AA","\u2022"),q9=qe("\u2500","-"),K9=qe("\u256E","+"),G9=qe("\u251C","+"),W9=qe("\u256F","+"),rA=qe("\u25CF","\u2022"),nA=qe("\u25C6","*"),oA=qe("\u25B2","!"),iA=qe("\u25A0","x"),sA=e=>{switch(e){case"initial":case"active":return fe.default.cyan(JT);case"cancel":return fe.default.red(YT);case"error":return fe.default.yellow(QT);case"submit":return fe.default.green(lg)}},aA=e=>{let{cursor:t,options:r,style:n}=e,o=e.maxItems??Number.POSITIVE_INFINITY,s=Math.max(process.stdout.rows-4,0),i=Math.min(s,Math.max(o,5)),a=0;t>=a+i-3?a=Math.max(Math.min(t-i+3,r.length-i),0):t<a+2&&(a=Math.max(t-2,0));let u=i<r.length&&a>0,c=i<r.length&&a+i<r.length;return r.slice(a,a+i).map((l,p,d)=>{let h=p===0&&u,m=p===d.length-1&&c;return h||m?fe.default.dim("..."):n(l,p+a===t)})};var Ii=e=>{let t=(r,n)=>{let o=r.label??String(r.value);switch(n){case"selected":return`${fe.default.dim(o)}`;case"active":return`${fe.default.green(eA)} ${o} ${r.hint?fe.default.dim(`(${r.hint})`):""}`;case"cancelled":return`${fe.default.strikethrough(fe.default.dim(o))}`;default:return`${fe.default.dim(tA)} ${fe.default.dim(o)}`}};return new Ra({options:e.options,initialValue:e.initialValue,render(){let r=`${fe.default.gray(Dr)}
|
|
276
|
+
${sA(this.state)} ${e.message}
|
|
277
|
+
`;switch(this.state){case"submit":return`${r}${fe.default.gray(Dr)} ${t(this.options[this.cursor],"selected")}`;case"cancel":return`${r}${fe.default.gray(Dr)} ${t(this.options[this.cursor],"cancelled")}
|
|
278
|
+
${fe.default.gray(Dr)}`;default:return`${r}${fe.default.cyan(Dr)} ${aA({cursor:this.cursor,options:this.options,maxItems:e.maxItems,style:(n,o)=>t(n,o?"active":"inactive")}).join(`
|
|
279
|
+
${fe.default.cyan(Dr)} `)}
|
|
280
|
+
${fe.default.cyan(pg)}
|
|
281
|
+
`}}}).prompt()};var xn=(e="")=>{process.stdout.write(`${fe.default.gray(XT)} ${e}
|
|
282
|
+
`)},ka=(e="")=>{process.stdout.write(`${fe.default.gray(Dr)}
|
|
283
|
+
${fe.default.gray(pg)} ${e}
|
|
284
|
+
|
|
285
|
+
`)},re={message:(e="",{symbol:t=fe.default.gray(Dr)}={})=>{let r=[`${fe.default.gray(Dr)}`];if(e){let[n,...o]=e.split(`
|
|
286
|
+
`);r.push(`${t} ${n}`,...o.map(s=>`${fe.default.gray(Dr)} ${s}`))}process.stdout.write(`${r.join(`
|
|
287
287
|
`)}
|
|
288
|
-
`)},info:e=>{
|
|
289
|
-
`),n;for(;(n=
|
|
290
|
-
`),s=s.replace(/\\r/g,"\r")),t[o]=s}return t}var
|
|
288
|
+
`)},info:e=>{re.message(e,{symbol:fe.default.blue(rA)})},success:e=>{re.message(e,{symbol:fe.default.green(nA)})},step:e=>{re.message(e,{symbol:fe.default.green(lg)})},warn:e=>{re.message(e,{symbol:fe.default.yellow(oA)})},warning:e=>{re.warn(e)},error:e=>{re.message(e,{symbol:fe.default.red(iA)})}},Z9=`${fe.default.gray(Dr)} `;var Un=He(Gn(),1);import J from"typescript";async function rr(e){let t=dg(e),r=await e.readFile(t);return typeof r=="string"?JSON.parse(r):{}}async function nr(e,t){t=typeof t=="object"&&t!=null?t:{};let r=dg(e);await e.writeFile(r,JSON.stringify(t??{},null,2))}function dg(e){let t=e.getAppRootDir();return e.join(t,"node_modules",".builder","builder-cache.json")}async function $r(e,t,r){let n={envKey:r,envValue:null,file:""};for(let o of t){let s=e.join(e.getAppRootDir(),o),i=await uA(e,s);if(i){let a=i[r];if(typeof a=="string"&&a.length>0&&a!=="YOUR_API_KEY")return n.envValue=a,n.file=s,n}}return n.file=e.join(e.getAppRootDir(),t[t.length-1]),n}async function uA(e,t){let r=await e.readFile(t);return typeof r=="string"?fg(r):null}function fg(e){let t={},r=e.replace(/\r\n?/gm,`
|
|
289
|
+
`),n;for(;(n=cA.exec(r))!=null;){let o=n[1],s=n[2]||"";s=s.trim();let i=s[0];s=s.replace(/^(['"`])([\s\S]*)\1$/gm,"$2"),i==='"'&&(s=s.replace(/\\n/g,`
|
|
290
|
+
`),s=s.replace(/\\r/g,"\r")),t[o]=s}return t}var cA=/(?:^|^)\s*(?:export\s+)?([\w.-]+)(?:\s*=\s*?|:\s+?)(\s*'(?:\\'|[^'])*'|\s*"(?:\\"|[^"])*"|\s*`(?:\\`|[^`])*`|[^#\r\n]+)?\s*(?:#.*)?(?:$|$)/gm;async function kr(e,t,r,n){let o="# https://www.builder.io/c/docs/using-your-api-key",s=await e.readFile(t);try{if(s)if(s.includes(r))if(s.includes(n))e.debug(`"${r}" with "${n}" already set in ${t}`);else return e.debug(`Replace "${r}" in ${t}`),s=s.replace(new RegExp(`${r}=.*`),`${r}=${n}`),await e.writeFile(t,s),"update";else return e.debug(`Append "${r}" to ${t}`),s+=`
|
|
291
291
|
|
|
292
292
|
${o}
|
|
293
293
|
${r}=${n}
|
|
294
294
|
|
|
295
295
|
`,await e.writeFile(t,s),"update";else return e.debug(`Creating new .env file with "${r}" at ${t}`),s=[o,`${r}=${n}`,""].join(`
|
|
296
|
-
`),await e.writeFile(t,s),"create"}catch(i){if(i&&String(i).includes("EACCES"))return e.debug(`Permssion denied, failed to create or modify .env file with "${r}=${n}" at ${t}`),"permission-error";e.Sentry?.captureException(i)}return null}async function bi(e){return await Tr(e,[".env.local",".env.development.local",".env.production.local",".env.development",".env.production",".env"],Fr)}async function zg(e,t){let r=await bi(e),n=await Ar(e,r.file,r.envKey,t);return{...r,modifiedType:n}}var Fr="NEXT_PUBLIC_BUILDER_API_KEY";function Eo(e,t,r,n,o=!0){let s=t.properties.filter(a=>e.ts.isPropertyAssignment(a)),i=CT(e,t,r);return i>-1?n==null&&o?e.ts.factory.updateObjectLiteralExpression(t,s.filter((a,u)=>u!==i)):(s[i]=e.ts.factory.updatePropertyAssignment(s[i],s[i].name,xi(e,n)),e.ts.factory.updateObjectLiteralExpression(t,s)):(n!=null&&s.push(e.ts.factory.createPropertyAssignment(r,xi(e,n))),e.ts.factory.updateObjectLiteralExpression(t,s))}function CT(e,t,r){return t.properties.findIndex(n=>he(e,n)===r)}function Si(e,t){switch(t.kind){case e.ts.SyntaxKind.ArrayLiteralExpression:return bT(e,t);case e.ts.SyntaxKind.ObjectLiteralExpression:return wT(e,t);case e.ts.SyntaxKind.StringLiteral:return t.text;case e.ts.SyntaxKind.NumericLiteral:return Number(t.text);case e.ts.SyntaxKind.NoSubstitutionTemplateLiteral:return t.text;case e.ts.SyntaxKind.TrueKeyword:return!0;case e.ts.SyntaxKind.FalseKeyword:return!1;case e.ts.SyntaxKind.Identifier:switch(t.escapedText){case"undefined":return;case"null":return null;case"String":return String;case"Number":return Number;case"Boolean":return Boolean;case"NaN":return NaN}}}function wT(e,t){let r={};if(t&&e.ts.isObjectLiteralExpression(t)){for(let n of t.properties)if(e.ts.isPropertyAssignment(n)){let o=he(e,n);o&&(r[o]=Si(e,n.initializer))}}return r}function bT(e,t){return t&&e.ts.isArrayLiteralExpression(t)?t.elements.map(r=>Si(e,r)):[]}function he(e,t){if(t&&e.ts.isPropertyAssignment(t)){let r=t.name;switch(r.kind){case e.ts.SyntaxKind.Identifier:return r.text;case e.ts.SyntaxKind.StringLiteral:case e.ts.SyntaxKind.NumericLiteral:return r.text;case e.ts.SyntaxKind.ComputedPropertyName:let n=r.expression;if(e.ts.isStringLiteral(n)||e.ts.isNumericLiteral(n))return r.expression.text}}}function xi(e,t){return Cc(e,t,new WeakSet)}function Cc(e,t,r){return t===void 0?e.ts.factory.createIdentifier("undefined"):t===null?e.ts.factory.createIdentifier("null"):typeof t=="string"?e.ts.factory.createStringLiteral(t):typeof t=="number"?isNaN(t)?e.ts.factory.createIdentifier("NaN"):e.ts.factory.createNumericLiteral(t):t===!0?e.ts.factory.createTrue():t===!1?e.ts.factory.createFalse():t===String?e.ts.factory.createIdentifier("String"):t===Number?e.ts.factory.createIdentifier("Number"):t===Boolean?e.ts.factory.createIdentifier("Boolean"):Array.isArray(t)?xT(e,t,r):typeof t=="object"?ST(e,t,r):e.ts.factory.createIdentifier(t)}function xT(e,t,r){let n=t.map(o=>Cc(e,o,r));return e.ts.factory.createArrayLiteralExpression(n,!0)}function ST(e,t,r){if(r.has(t))return e.ts.factory.createIdentifier("undefined");r.add(t);let n=Object.keys(t).map(o=>e.ts.factory.createPropertyAssignment(o,Cc(e,t[o],r)));return e.ts.factory.createObjectLiteralExpression(n,!0)}function qn(e,t,r){let n=[];if(!r)return n;let o=null;if(e.ts.isArrowFunction(r)||e.ts.isFunctionExpression(r)||e.ts.isFunctionDeclaration(r)){let s=r.parameters;if(s.length>0){let i=s[0],a=t.getTypeAtLocation(i);a.aliasTypeArguments&&a.aliasTypeArguments.length>0&&(a=a.aliasTypeArguments[0]),!!(a.flags&e.ts.TypeFlags.Object)&&(o=a.getProperties())}}else if(e.ts.isIdentifier(r)){let s=t.getTypeAtLocation(r),i=s.symbol?.valueDeclaration;if(i&&e.ts.isClassDeclaration(i)){let u=i.heritageClauses?.find(c=>c.token===e.ts.SyntaxKind.ExtendsKeyword)?.types;if(u){for(let c of u)if(t.getSymbolAtLocation(c.expression)?.name==="Component"){if(e.ts.isExpressionWithTypeArguments(c)){let p=c.typeArguments;if(p){let d=p[0];o=t.getTypeFromTypeNode(d).getProperties()}}break}}}if(!o){let a=s.getCallSignatures();if(a.length>0){let u=a[0].getParameters();u.length>0&&(o=t.getTypeOfSymbolAtLocation(u[0],r).getProperties())}}}else if(e.ts.isExportSpecifier(r)){let s=t.getSymbolAtLocation(r.name);if(s){let a=t.getTypeOfSymbolAtLocation(s,r).getCallSignatures();if(a.length>0){let u=a[0].getParameters();u.length>0&&(o=t.getTypeOfSymbolAtLocation(u[0],r).getProperties())}}}if(o)for(let s of o){let i=ET(e,t,s);i&&n.push(i)}return n=n.filter(Ug),n.length>0?n:PT(e,r)}function ET(e,t,r){let n=r.valueDeclaration,o=r.getName();if(n||(n=r.getDeclarations()?.[0]),n&&e.ts.isPropertySignature(n)){if(o!=="children"&&n.getSourceFile().fileName.includes("node_modules/@types/"))return null;let s="string",i;if(n?.type){let u=t.getTypeFromTypeNode(n.type),c=t.typeToString(u),l=wc(c);l.knownType?s=l.builderType:TT(c)||u.flags&e.ts.TypeFlags.StringLike?s="string":u.flags&e.ts.TypeFlags.NumberLike?s="number":u.flags&e.ts.TypeFlags.IndexedAccess?s="list":u.flags&e.ts.TypeFlags.Object||u.isUnion()&&u.types.every(p=>p.flags&e.ts.TypeFlags.Object)||u.isIntersection()&&u.types.some(p=>p.flags&e.ts.TypeFlags.Object)?s="object":s="string",c!==s&&(i=c)}let a={name:o,type:s,isRegistered:!1};if(i&&n.type){let u=$T(e,t,t.getTypeFromTypeNode(n.type));a.meta=a.meta||{},u&&u.length>0&&a.type==="string"&&u.every(FT)?a.enum=u.map(RT):a.meta.ts=i}return n.questionToken||(a.required=!0),a}return null}function PT(e,t){let r=[],n=e.ts.getJSDocCommentsAndTags(t);for(let o of n)if(!(!e.ts.isJSDoc(o)||!o.tags))for(let s of o.tags){if(!e.ts.isJSDocParameterTag(s)||s.tagName.text!=="param")continue;let a=s.typeExpression?.type;if(!a||!e.ts.isJSDocTypeLiteral(a))continue;let u=a.jsDocPropertyTags;if(u)for(let c of u){if(!e.ts.isJSDocPropertyLikeTag(c))continue;let l=c.name;if(!e.ts.isQualifiedName(l))continue;let p=c.typeExpression;if(!p)continue;let d="";switch(p.type.kind){case e.ts.SyntaxKind.StringKeyword:{d="string";break}case e.ts.SyntaxKind.NumberKeyword:{d="number";break}case e.ts.SyntaxKind.BooleanKeyword:{d="boolean";break}default:continue}let m={name:l.right.text,type:d,isRegistered:!1};r.push(m)}}return r.filter(Ug)}var _T=["ClassicComponent","FunctionComponent","IntrinsicElements","JSX","ReactNode","ReactElement","ReactPortal"];function TT(e){return typeof e!="string"?!1:!!_T.some(t=>e.includes(t))}function wc(e){return typeof e=="string"&&(e=e.trim(),AT.some(t=>t.value===e))?{builderType:e,knownType:!0}:{builderType:"string",knownType:!1}}var AT=[{value:"boolean",text:"boolean"},{value:"color",text:"color (provides a color in hex or rgb)"},{value:"date",text:"date (same format as the Date constructor)"},{value:"email",text:"email"},{value:"file",text:"file (uploads a file and provides a url)"},{value:"list",text:"list (collection of items)"},{value:"longText",text:"longText (multiline text editor)"},{value:"number",text:"number"},{value:"object",text:"object (set of specific names and values)"},{value:"richText",text:"richText (provides value as html)"},{value:"string",text:"string"}];function FT(e){return/^['"].*['"]$/.test(e)}function RT(e){return(e.startsWith('"')||e.startsWith("'"))&&(e.endsWith('"')||e.endsWith("'"))?e.slice(1,-1):e}var $T=(e,t,r)=>{let n=new Set;jg(e,t,r,n);let o=n.delete("true"),s=n.delete("false");(o||s)&&n.add("boolean");let i=Array.from(n.keys()).sort();if(i.length>1&&(i=i.map(a=>a.indexOf("=>")>=0?`(${a})`:a)),!(i.length>20))return i},kT=(e,t,r)=>{let n=e.ts.TypeFormatFlags.InElementType|e.ts.TypeFormatFlags.NoTruncation;return t.typeToString(r,void 0,n)},jg=(e,t,r,n)=>{if(r.isUnion())r.types.forEach(o=>{jg(e,t,o,n)});else if(r.isLiteral()){let o=kT(e,t,r);n.add(o)}};function Ug(e){let t=e?.name;if(typeof t!="string"||t===""||t.startsWith("aria")||t.startsWith("data-"))return!1;if(t.startsWith("on")&&t.length>2){let r=t.charAt(2);if(r.toUpperCase()===r)return!1}return!IT.has(t.toLowerCase())}var IT=new Set(["about","accessKey","accessKeyLabel","asChild","autoCapitalize","autoCorrect","autoFocus","autoSave","blur","contentEditable","contextMenu","dangerouslySetInnerHTML","datatype","defaultChecked","defaultValue","dir","draggable","enterKeyHint","focus","form","formAction","formEncType","formMethod","formNoValidate","formTarget","inlist","innerText","inputMode","is","isContentEditable","itemID","itemProp","itemRef","itemScope","itemType","lang","nonce","offsetHeight","offsetLeft","offsetTop","offsetWidth","outerText","prefix","property","radioGroup","rel","resource","results","rev","role","security","slot","spellCheck","suppressContentEditableWarning","suppressHydrationWarning","tabIndex","translate","typeof","unselectable","vocab"].map(e=>e.toLowerCase()));function Ft(e,t,r){for(let n of r.properties){if(!e.ts.isPropertyAssignment(n))continue;let o=he(e,n);if(o==="name"&&e.ts.isStringLiteral(n.initializer)){t.name=n.initializer.text;continue}if(o==="description"&&e.ts.isStringLiteral(n.initializer)){t.description=n.initializer.text;continue}if(o==="image"&&e.ts.isStringLiteral(n.initializer)){t.image=n.initializer.text;continue}if(o==="inputs"&&e.ts.isArrayLiteralExpression(n.initializer)){let s=NT(e,n.initializer);Ht(t,s);continue}if(o==="meta"&&e.ts.isObjectLiteralExpression(n.initializer)){let s=Si(e,n.initializer);s&&typeof s=="object"&&(t.meta=s);continue}}return t}function NT(e,t){let r=[];for(let n of t.elements)e.ts.isObjectLiteralExpression(n)&&r.push(OT(e,n));return r}function OT(e,t){let r=Si(e,t),n=VT(r);return n.isRegistered=!0,n}function Ye(e,t,r){let n=LT(r);return t=Eo(e,t,"name",n.name,!1),t=Eo(e,t,"description",n.description),t=Eo(e,t,"image",n.image),t=Eo(e,t,"meta",n.meta),t=MT(e,t,n),HT(e,t)}function MT(e,t,r){let n=null,o=t.properties.filter(a=>e.ts.isPropertyAssignment(a)&&e.ts.isIdentifier(a.name)),s=o.findIndex(a=>e.ts.isIdentifier(a.name)&&a.name.text==="inputs"),i=[...r.inputs??[]];if(s>-1){if(i.length===0)return Eo(e,t,"inputs",null);let a=o[s];e.ts.isPropertyAssignment(a)&&e.ts.isArrayLiteralExpression(a.initializer)&&(n=a.initializer)}return i.length===0?t:(n=zT(e,n||e.ts.factory.createArrayLiteralExpression(),i),s>-1?o[s]=e.ts.factory.updatePropertyAssignment(o[s],o[s].name,n):o.push(e.ts.factory.createPropertyAssignment("inputs",n)),e.ts.factory.updateObjectLiteralExpression(t,o))}function LT(e){return{name:e.name,description:e.description,image:e.image,inputs:(e.inputs||[]).filter(r=>r.isRegistered).map(BT),...e.meta?{meta:{...e.meta}}:{}}}function BT(e){let t={name:e.name,type:e.type};return(wt(e.defaultValue)||hi(e.defaultValue)||Do(e.defaultValue))&&(t.defaultValue=e.defaultValue),wt(e.friendlyName)&&(t.friendlyName=e.friendlyName),wt(e.helperText)&&(t.helperText=e.helperText),e.required===!0&&(t.required=!0),Array.isArray(e.enum)&&(t.enum=e.enum),e.hideFromUI===!0&&(t.hideFromUI=!0),typeof e.meta=="object"&&e.meta!=null&&Object.keys(e.meta).length>0&&(t.meta=e.meta),t}function zT(e,t,r){let n=t.elements.filter(o=>{if(!e.ts.isObjectLiteralExpression(o))return!1;let s=o.properties.find(a=>he(e,a)==="name");if(!s)return!1;let i=s.initializer;return e.ts.isStringLiteral(i)?r.some(a=>a.name===i.text):!1});for(let o of r)n=jT(e,n,o);return n.sort((o,s)=>{let i=o.properties.find(d=>he(e,d)==="name"),a=s.properties.find(d=>he(e,d)==="name"),u=i?.initializer,c=a?.initializer,l=u&&e.ts.isStringLiteral(u)?u.text:"zz",p=c&&e.ts.isStringLiteral(c)?c.text:"zz";return l.toLowerCase().localeCompare(p.toLowerCase())}),e.ts.factory.updateArrayLiteralExpression(t,n)}function jT(e,t,r){let n=t.findIndex(o=>o.properties.some(s=>{let i=he(e,s);return e.ts.isPropertyAssignment(s)&&i==="name"&&e.ts.isStringLiteral(s.initializer)&&s.initializer.text===r.name}));if(n>-1)t[n]=Vg(e,t[n],r);else{let o=Vg(e,e.ts.factory.createObjectLiteralExpression([e.ts.factory.createPropertyAssignment("name",e.ts.factory.createStringLiteral(r.name))],!0),r);t.push(o)}return t}function Vg(e,t,r){let n=t.properties.filter(s=>e.ts.isPropertyAssignment(s)),o=Object.keys(r).filter(s=>s!=="isRegistered");for(let s of o)n=UT(e,n,r,s);return n=qT(e,n.filter(s=>{let i=he(e,s);return o.includes(i)})),e.ts.factory.updateObjectLiteralExpression(t,n)}function UT(e,t,r,n){let o=t.findIndex(s=>e.ts.isIdentifier(s.name)&&s.name.text===n);return o>-1?t[o]=e.ts.factory.updatePropertyAssignment(t[o],t[o].name,xi(e,r[n])):t.push(e.ts.factory.createPropertyAssignment(n,xi(e,r[n]))),t}function Ht(e,t){for(let r of t){let n=e.inputs.findIndex(o=>o.name===r.name);n>-1?(r.isRegistered||!e.inputs[n].isRegistered)&&(e.inputs[n]=r):e.inputs.push(r)}e.acceptsChildren=bc(e)}function VT(e){let t=wc(e.type),r={name:e.name.trim(),type:t.builderType};return wt(e.friendlyName)&&e.friendlyName.trim()!==e.name.trim()&&(r.friendlyName=e.friendlyName),(wt(e.defaultValue)||hi(e.defaultValue)||Do(e.defaultValue))&&(r.defaultValue=e.defaultValue),wt(e.helperText)&&(r.helperText=e.helperText),Do(e.required)&&(r.required=e.required),typeof e.meta=="object"&&e.meta!=null&&Object.keys(e.meta).length>0&&(r.meta=e.meta),Array.isArray(e.enum)&&e.enum.length>0&&(r.enum=e.enum),e.hideFromUI===!0&&(r.hideFromUI=!0),xc(r)}function bc(e){let t=e.inputs.some(n=>n.name==="children"),r=e.inputs.some(n=>n.meta?.ts==="ReactNode");return!!(t||r||e.acceptsChildren===!0)}function xc(e){if(e.name==="children"&&(e.hideFromUI=!0,delete e.required),e.type==="object"&&e.defaultValue==null&&(e.hideFromUI=!0),e.type==="list"&&e.defaultValue==null&&(e.hideFromUI=!0),e.meta){let t=e.meta.ts;typeof t=="string"&&(t=t.trim(),t.endsWith("ReactNode")&&(t="ReactNode"),e.meta.ts=t,t==="ReactNode"&&(e.hideFromUI=!0))}return e}function HT(e,t){let r=[...t.properties].sort((n,o)=>{let s=he(e,n)||"zz",i=he(e,o)||"zz";if(s==="inputs")return 1;let a=Hg.indexOf(s),u=Hg.indexOf(i);return a>-1?u>-1&&a>u?1:-1:u>-1?a>-1&&u<a?-1:1:s.localeCompare(i)});return e.ts.factory.updateObjectLiteralExpression(t,r)}var Hg=["component","name","description"];function qT(e,t){return[...t].sort((n,o)=>{let s=he(e,n)||"zz",i=he(e,o)||"zz",a=qg.indexOf(s),u=qg.indexOf(i);return a>-1?u>-1&&a>u?1:-1:u>-1?a>-1&&u<a?-1:1:s.localeCompare(i)})}var qg=["name","type"];function Po(e,t){for(let r of t.properties){if(!e.ts.isPropertyAssignment(r)||!e.ts.isIdentifier(r.name))continue;if(he(e,r)==="canHaveChildren"){let{initializer:o}=r;return o.kind===e.ts.SyntaxKind.TrueKeyword}}return!1}function Kg(e,t){let r=`Builder.registerComponent(
|
|
296
|
+
`),await e.writeFile(t,s),"create"}catch(i){if(i&&String(i).includes("EACCES"))return e.debug(`Permssion denied, failed to create or modify .env file with "${r}=${n}" at ${t}`),"permission-error";e.Sentry?.captureException(i)}return null}async function Ni(e){return await $r(e,[".env.local",".env.development.local",".env.production.local",".env.development",".env.production",".env"],Ir)}async function mg(e,t){let r=await Ni(e),n=await kr(e,r.file,r.envKey,t);return{...r,modifiedType:n}}var Ir="NEXT_PUBLIC_BUILDER_API_KEY";function Ao(e,t,r,n,o=!0){let s=t.properties.filter(a=>e.ts.isPropertyAssignment(a)),i=lA(e,t,r);return i>-1?n==null&&o?e.ts.factory.updateObjectLiteralExpression(t,s.filter((a,u)=>u!==i)):(s[i]=e.ts.factory.updatePropertyAssignment(s[i],s[i].name,Oi(e,n)),e.ts.factory.updateObjectLiteralExpression(t,s)):(n!=null&&s.push(e.ts.factory.createPropertyAssignment(r,Oi(e,n))),e.ts.factory.updateObjectLiteralExpression(t,s))}function lA(e,t,r){return t.properties.findIndex(n=>ye(e,n)===r)}function Mi(e,t){switch(t.kind){case e.ts.SyntaxKind.ArrayLiteralExpression:return dA(e,t);case e.ts.SyntaxKind.ObjectLiteralExpression:return pA(e,t);case e.ts.SyntaxKind.StringLiteral:return t.text;case e.ts.SyntaxKind.NumericLiteral:return Number(t.text);case e.ts.SyntaxKind.NoSubstitutionTemplateLiteral:return t.text;case e.ts.SyntaxKind.TrueKeyword:return!0;case e.ts.SyntaxKind.FalseKeyword:return!1;case e.ts.SyntaxKind.Identifier:switch(t.escapedText){case"undefined":return;case"null":return null;case"String":return String;case"Number":return Number;case"Boolean":return Boolean;case"NaN":return NaN}}}function pA(e,t){let r={};if(t&&e.ts.isObjectLiteralExpression(t)){for(let n of t.properties)if(e.ts.isPropertyAssignment(n)){let o=ye(e,n);o&&(r[o]=Mi(e,n.initializer))}}return r}function dA(e,t){return t&&e.ts.isArrayLiteralExpression(t)?t.elements.map(r=>Mi(e,r)):[]}function ye(e,t){if(t&&e.ts.isPropertyAssignment(t)){let r=t.name;switch(r.kind){case e.ts.SyntaxKind.Identifier:return r.text;case e.ts.SyntaxKind.StringLiteral:case e.ts.SyntaxKind.NumericLiteral:return r.text;case e.ts.SyntaxKind.ComputedPropertyName:let n=r.expression;if(e.ts.isStringLiteral(n)||e.ts.isNumericLiteral(n))return r.expression.text}}}function Oi(e,t){return Vc(e,t,new WeakSet)}function Vc(e,t,r){return t===void 0?e.ts.factory.createIdentifier("undefined"):t===null?e.ts.factory.createIdentifier("null"):typeof t=="string"?e.ts.factory.createStringLiteral(t):typeof t=="number"?isNaN(t)?e.ts.factory.createIdentifier("NaN"):e.ts.factory.createNumericLiteral(t):t===!0?e.ts.factory.createTrue():t===!1?e.ts.factory.createFalse():t===String?e.ts.factory.createIdentifier("String"):t===Number?e.ts.factory.createIdentifier("Number"):t===Boolean?e.ts.factory.createIdentifier("Boolean"):Array.isArray(t)?fA(e,t,r):typeof t=="object"?mA(e,t,r):e.ts.factory.createIdentifier(t)}function fA(e,t,r){let n=t.map(o=>Vc(e,o,r));return e.ts.factory.createArrayLiteralExpression(n,!0)}function mA(e,t,r){if(r.has(t))return e.ts.factory.createIdentifier("undefined");r.add(t);let n=Object.keys(t).map(o=>e.ts.factory.createPropertyAssignment(o,Vc(e,t[o],r)));return e.ts.factory.createObjectLiteralExpression(n,!0)}function Zn(e,t,r){let n=[];if(!r)return n;let o=null;if(e.ts.isArrowFunction(r)||e.ts.isFunctionExpression(r)||e.ts.isFunctionDeclaration(r)){let s=r.parameters;if(s.length>0){let i=s[0],a=t.getTypeAtLocation(i);a.aliasTypeArguments&&a.aliasTypeArguments.length>0&&(a=a.aliasTypeArguments[0]),!!(a.flags&e.ts.TypeFlags.Object)&&(o=a.getProperties())}}else if(e.ts.isIdentifier(r)){let s=t.getTypeAtLocation(r),i=s.symbol?.valueDeclaration;if(i&&e.ts.isClassDeclaration(i)){let u=i.heritageClauses?.find(c=>c.token===e.ts.SyntaxKind.ExtendsKeyword)?.types;if(u){for(let c of u)if(t.getSymbolAtLocation(c.expression)?.name==="Component"){if(e.ts.isExpressionWithTypeArguments(c)){let p=c.typeArguments;if(p){let d=p[0];o=t.getTypeFromTypeNode(d).getProperties()}}break}}}if(!o){let a=s.getCallSignatures();if(a.length>0){let u=a[0].getParameters();u.length>0&&(o=t.getTypeOfSymbolAtLocation(u[0],r).getProperties())}}}else if(e.ts.isExportSpecifier(r)){let s=t.getSymbolAtLocation(r.name);if(s){let a=t.getTypeOfSymbolAtLocation(s,r).getCallSignatures();if(a.length>0){let u=a[0].getParameters();u.length>0&&(o=t.getTypeOfSymbolAtLocation(u[0],r).getProperties())}}}if(o)for(let s of o){let i=hA(e,t,s);i&&n.push(i)}return n=n.filter(gg),n.length>0?n:gA(e,r)}function hA(e,t,r){let n=r.valueDeclaration,o=r.getName();if(n||(n=r.getDeclarations()?.[0]),n&&e.ts.isPropertySignature(n)){if(o!=="children"&&n.getSourceFile().fileName.includes("node_modules/@types/"))return null;let s="string",i;if(n?.type){let u=t.getTypeFromTypeNode(n.type),c=t.typeToString(u),l=Hc(c);l.knownType?s=l.builderType:DA(c)||u.flags&e.ts.TypeFlags.StringLike?s="string":u.flags&e.ts.TypeFlags.NumberLike?s="number":u.flags&e.ts.TypeFlags.IndexedAccess?s="list":u.flags&e.ts.TypeFlags.Object||u.isUnion()&&u.types.every(p=>p.flags&e.ts.TypeFlags.Object)||u.isIntersection()&&u.types.some(p=>p.flags&e.ts.TypeFlags.Object)?s="object":s="string",c!==s&&(i=c)}let a={name:o,type:s,isRegistered:!1};if(i&&n.type){let u=bA(e,t,t.getTypeFromTypeNode(n.type));a.meta=a.meta||{},u&&u.length>0&&a.type==="string"&&u.every(CA)?a.enum=u.map(wA):a.meta.ts=i}return n.questionToken||(a.required=!0),a}return null}function gA(e,t){let r=[],n=e.ts.getJSDocCommentsAndTags(t);for(let o of n)if(!(!e.ts.isJSDoc(o)||!o.tags))for(let s of o.tags){if(!e.ts.isJSDocParameterTag(s)||s.tagName.text!=="param")continue;let a=s.typeExpression?.type;if(!a||!e.ts.isJSDocTypeLiteral(a))continue;let u=a.jsDocPropertyTags;if(u)for(let c of u){if(!e.ts.isJSDocPropertyLikeTag(c))continue;let l=c.name;if(!e.ts.isQualifiedName(l))continue;let p=c.typeExpression;if(!p)continue;let d="";switch(p.type.kind){case e.ts.SyntaxKind.StringKeyword:{d="string";break}case e.ts.SyntaxKind.NumberKeyword:{d="number";break}case e.ts.SyntaxKind.BooleanKeyword:{d="boolean";break}default:continue}let m={name:l.right.text,type:d,isRegistered:!1};r.push(m)}}return r.filter(gg)}var yA=["ClassicComponent","FunctionComponent","IntrinsicElements","JSX","ReactNode","ReactElement","ReactPortal"];function DA(e){return typeof e!="string"?!1:!!yA.some(t=>e.includes(t))}function Hc(e){return typeof e=="string"&&(e=e.trim(),vA.some(t=>t.value===e))?{builderType:e,knownType:!0}:{builderType:"string",knownType:!1}}var vA=[{value:"boolean",text:"boolean"},{value:"color",text:"color (provides a color in hex or rgb)"},{value:"date",text:"date (same format as the Date constructor)"},{value:"email",text:"email"},{value:"file",text:"file (uploads a file and provides a url)"},{value:"list",text:"list (collection of items)"},{value:"longText",text:"longText (multiline text editor)"},{value:"number",text:"number"},{value:"object",text:"object (set of specific names and values)"},{value:"richText",text:"richText (provides value as html)"},{value:"string",text:"string"}];function CA(e){return/^['"].*['"]$/.test(e)}function wA(e){return(e.startsWith('"')||e.startsWith("'"))&&(e.endsWith('"')||e.endsWith("'"))?e.slice(1,-1):e}var bA=(e,t,r)=>{let n=new Set;hg(e,t,r,n);let o=n.delete("true"),s=n.delete("false");(o||s)&&n.add("boolean");let i=Array.from(n.keys()).sort();if(i.length>1&&(i=i.map(a=>a.indexOf("=>")>=0?`(${a})`:a)),!(i.length>20))return i},xA=(e,t,r)=>{let n=e.ts.TypeFormatFlags.InElementType|e.ts.TypeFormatFlags.NoTruncation;return t.typeToString(r,void 0,n)},hg=(e,t,r,n)=>{if(r.isUnion())r.types.forEach(o=>{hg(e,t,o,n)});else if(r.isLiteral()){let o=xA(e,t,r);n.add(o)}};function gg(e){let t=e?.name;if(typeof t!="string"||t===""||t.startsWith("aria")||t.startsWith("data-"))return!1;if(t.startsWith("on")&&t.length>2){let r=t.charAt(2);if(r.toUpperCase()===r)return!1}return!SA.has(t.toLowerCase())}var SA=new Set(["about","accessKey","accessKeyLabel","asChild","autoCapitalize","autoCorrect","autoFocus","autoSave","blur","contentEditable","contextMenu","dangerouslySetInnerHTML","datatype","defaultChecked","defaultValue","dir","draggable","enterKeyHint","focus","form","formAction","formEncType","formMethod","formNoValidate","formTarget","inlist","innerText","inputMode","is","isContentEditable","itemID","itemProp","itemRef","itemScope","itemType","lang","nonce","offsetHeight","offsetLeft","offsetTop","offsetWidth","outerText","prefix","property","radioGroup","rel","resource","results","rev","role","security","slot","spellCheck","suppressContentEditableWarning","suppressHydrationWarning","tabIndex","translate","typeof","unselectable","vocab"].map(e=>e.toLowerCase()));function $t(e,t,r){for(let n of r.properties){if(!e.ts.isPropertyAssignment(n))continue;let o=ye(e,n);if(o==="name"&&e.ts.isStringLiteral(n.initializer)){t.name=n.initializer.text;continue}if(o==="description"&&e.ts.isStringLiteral(n.initializer)){t.description=n.initializer.text;continue}if(o==="image"&&e.ts.isStringLiteral(n.initializer)){t.image=n.initializer.text;continue}if(o==="inputs"&&e.ts.isArrayLiteralExpression(n.initializer)){let s=EA(e,n.initializer);Kt(t,s);continue}if(o==="meta"&&e.ts.isObjectLiteralExpression(n.initializer)){let s=Mi(e,n.initializer);s&&typeof s=="object"&&(t.meta=s);continue}}return t}function EA(e,t){let r=[];for(let n of t.elements)e.ts.isObjectLiteralExpression(n)&&r.push(_A(e,n));return r}function _A(e,t){let r=Mi(e,t),n=kA(r);return n.isRegistered=!0,n}function Xe(e,t,r){let n=TA(r);return t=Ao(e,t,"name",n.name,!1),t=Ao(e,t,"description",n.description),t=Ao(e,t,"image",n.image),t=Ao(e,t,"meta",n.meta),t=PA(e,t,n),IA(e,t)}function PA(e,t,r){let n=null,o=t.properties.filter(a=>e.ts.isPropertyAssignment(a)&&e.ts.isIdentifier(a.name)),s=o.findIndex(a=>e.ts.isIdentifier(a.name)&&a.name.text==="inputs"),i=[...r.inputs??[]];if(s>-1){if(i.length===0)return Ao(e,t,"inputs",null);let a=o[s];e.ts.isPropertyAssignment(a)&&e.ts.isArrayLiteralExpression(a.initializer)&&(n=a.initializer)}return i.length===0?t:(n=FA(e,n||e.ts.factory.createArrayLiteralExpression(),i),s>-1?o[s]=e.ts.factory.updatePropertyAssignment(o[s],o[s].name,n):o.push(e.ts.factory.createPropertyAssignment("inputs",n)),e.ts.factory.updateObjectLiteralExpression(t,o))}function TA(e){return{name:e.name,description:e.description,image:e.image,inputs:(e.inputs||[]).filter(r=>r.isRegistered).map(AA),...e.meta?{meta:{...e.meta}}:{}}}function AA(e){let t={name:e.name,type:e.type};return(St(e.defaultValue)||Ai(e.defaultValue)||bo(e.defaultValue))&&(t.defaultValue=e.defaultValue),St(e.friendlyName)&&(t.friendlyName=e.friendlyName),St(e.helperText)&&(t.helperText=e.helperText),e.required===!0&&(t.required=!0),Array.isArray(e.enum)&&(t.enum=e.enum),e.hideFromUI===!0&&(t.hideFromUI=!0),typeof e.meta=="object"&&e.meta!=null&&Object.keys(e.meta).length>0&&(t.meta=e.meta),t}function FA(e,t,r){let n=t.elements.filter(o=>{if(!e.ts.isObjectLiteralExpression(o))return!1;let s=o.properties.find(a=>ye(e,a)==="name");if(!s)return!1;let i=s.initializer;return e.ts.isStringLiteral(i)?r.some(a=>a.name===i.text):!1});for(let o of r)n=RA(e,n,o);return n.sort((o,s)=>{let i=o.properties.find(d=>ye(e,d)==="name"),a=s.properties.find(d=>ye(e,d)==="name"),u=i?.initializer,c=a?.initializer,l=u&&e.ts.isStringLiteral(u)?u.text:"zz",p=c&&e.ts.isStringLiteral(c)?c.text:"zz";return l.toLowerCase().localeCompare(p.toLowerCase())}),e.ts.factory.updateArrayLiteralExpression(t,n)}function RA(e,t,r){let n=t.findIndex(o=>o.properties.some(s=>{let i=ye(e,s);return e.ts.isPropertyAssignment(s)&&i==="name"&&e.ts.isStringLiteral(s.initializer)&&s.initializer.text===r.name}));if(n>-1)t[n]=yg(e,t[n],r);else{let o=yg(e,e.ts.factory.createObjectLiteralExpression([e.ts.factory.createPropertyAssignment("name",e.ts.factory.createStringLiteral(r.name))],!0),r);t.push(o)}return t}function yg(e,t,r){let n=t.properties.filter(s=>e.ts.isPropertyAssignment(s)),o=Object.keys(r).filter(s=>s!=="isRegistered");for(let s of o)n=$A(e,n,r,s);return n=NA(e,n.filter(s=>{let i=ye(e,s);return o.includes(i)})),e.ts.factory.updateObjectLiteralExpression(t,n)}function $A(e,t,r,n){let o=t.findIndex(s=>e.ts.isIdentifier(s.name)&&s.name.text===n);return o>-1?t[o]=e.ts.factory.updatePropertyAssignment(t[o],t[o].name,Oi(e,r[n])):t.push(e.ts.factory.createPropertyAssignment(n,Oi(e,r[n]))),t}function Kt(e,t){for(let r of t){let n=e.inputs.findIndex(o=>o.name===r.name);n>-1?(r.isRegistered||!e.inputs[n].isRegistered)&&(e.inputs[n]=r):e.inputs.push(r)}e.acceptsChildren=qc(e)}function kA(e){let t=Hc(e.type),r={name:e.name.trim(),type:t.builderType};return St(e.friendlyName)&&e.friendlyName.trim()!==e.name.trim()&&(r.friendlyName=e.friendlyName),(St(e.defaultValue)||Ai(e.defaultValue)||bo(e.defaultValue))&&(r.defaultValue=e.defaultValue),St(e.helperText)&&(r.helperText=e.helperText),bo(e.required)&&(r.required=e.required),typeof e.meta=="object"&&e.meta!=null&&Object.keys(e.meta).length>0&&(r.meta=e.meta),Array.isArray(e.enum)&&e.enum.length>0&&(r.enum=e.enum),e.hideFromUI===!0&&(r.hideFromUI=!0),Kc(r)}function qc(e){let t=e.inputs.some(n=>n.name==="children"),r=e.inputs.some(n=>n.meta?.ts==="ReactNode");return!!(t||r||e.acceptsChildren===!0)}function Kc(e){if(e.name==="children"&&(e.hideFromUI=!0,delete e.required),e.type==="object"&&e.defaultValue==null&&(e.hideFromUI=!0),e.type==="list"&&e.defaultValue==null&&(e.hideFromUI=!0),e.meta){let t=e.meta.ts;typeof t=="string"&&(t=t.trim(),t.endsWith("ReactNode")&&(t="ReactNode"),e.meta.ts=t,t==="ReactNode"&&(e.hideFromUI=!0))}return e}function IA(e,t){let r=[...t.properties].sort((n,o)=>{let s=ye(e,n)||"zz",i=ye(e,o)||"zz";if(s==="inputs")return 1;let a=Dg.indexOf(s),u=Dg.indexOf(i);return a>-1?u>-1&&a>u?1:-1:u>-1?a>-1&&u<a?-1:1:s.localeCompare(i)});return e.ts.factory.updateObjectLiteralExpression(t,r)}var Dg=["component","name","description"];function NA(e,t){return[...t].sort((n,o)=>{let s=ye(e,n)||"zz",i=ye(e,o)||"zz",a=vg.indexOf(s),u=vg.indexOf(i);return a>-1?u>-1&&a>u?1:-1:u>-1?a>-1&&u<a?-1:1:s.localeCompare(i)})}var vg=["name","type"];function Fo(e,t){for(let r of t.properties){if(!e.ts.isPropertyAssignment(r)||!e.ts.isIdentifier(r.name))continue;if(ye(e,r)==="canHaveChildren"){let{initializer:o}=r;return o.kind===e.ts.SyntaxKind.TrueKeyword}}return!1}function Cg(e,t){let r=`Builder.registerComponent(
|
|
297
297
|
`;if(e.appDir)t.acceptsChildren?r+=` withChildren(${t.importName}),
|
|
298
298
|
`:r+=` ${t.importName},
|
|
299
299
|
`;else{let o=t.externalImportPath?t.externalImportPath:ae(e,e.registryPath,t.filePath);t.exportName==="default"?t.acceptsChildren?r+=` withChildren(dynamic(() => import(${JSON.stringify(o)}))),
|
|
@@ -303,7 +303,7 @@ ${r}=${n}
|
|
|
303
303
|
`}r+=` {
|
|
304
304
|
name: "${t.name}",
|
|
305
305
|
}
|
|
306
|
-
`,r+=");";let n=ea(e,r);return Sc(e,n,t)}function Sc(e,t,r){if(!e.ts.isExpressionStatement(t))return t;let n=t.expression;if(!e.ts.isCallExpression(n))return t;let o=[...n.arguments];if(o.length<2)return t;r.acceptsChildren?e.ts.isCallExpression(o[0])&&e.ts.isIdentifier(o[0].expression)&&o[0].expression.text==="withChildren"||(o[0]=e.ts.factory.createCallExpression(e.ts.factory.createIdentifier("withChildren"),void 0,[o[0]])):e.ts.isCallExpression(o[0])&&e.ts.isIdentifier(o[0].expression)&&o[0].expression.text==="withChildren"&&(o[0]=o[0].arguments[0]);let s=o[1];return e.ts.isObjectLiteralExpression(s)?(o[1]=Ye(e,s,r),e.ts.factory.updateExpressionStatement(t,e.ts.factory.updateCallExpression(n,n.expression,n.typeArguments,o))):t}function ce(e,t,r,n="esm"){return Array.isArray(r.namedImports)&&r.namedImports.forEach(o=>{t=KT(e,t,o,r.importPath,!!r.isTypeOnly,n)}),typeof r.defaultImport=="string"&&(t=GT(e,t,r.defaultImport,r.importPath,n)),t}function KT(e,t,r,n,o,s){return s==="cjs"?Wg(e,t,null,r,n):Gg(e,t,null,r,n,o)}function GT(e,t,r,n,o){return o==="cjs"?Wg(e,t,r,null,n):Gg(e,t,r,null,n,!1)}function Gg(e,t,r,n,o,s){let i=[...t.statements],a=0,u=!1,c=!1;for(let g=0;g<i.length;g++){let m=i[g];if(!e.ts.isImportDeclaration(m)||(a=g,!m.moduleSpecifier||!e.ts.isStringLiteral(m.moduleSpecifier))||m.moduleSpecifier.text!==o||!!m.importClause?.isTypeOnly!==s)continue;let f=[],h=m.importClause?.namedBindings;if(h&&e.ts.isNamedImports(h)&&h.elements&&f.push(...h.elements),typeof n=="string"){if(f.some(w=>w.name.text===n))return t;f.push(e.ts.factory.createImportSpecifier(!1,void 0,e.ts.factory.createIdentifier(n))),f.sort((w,C)=>w.name.text.localeCompare(C.name.text)),u=!0}let y=m.importClause?m.importClause.name:void 0;if(typeof r=="string"){if(y&&y.text===r)return t;y=e.ts.factory.createIdentifier(r),c=!0}if(u||c)return i[g]=e.ts.factory.updateImportDeclaration(m,void 0,e.ts.factory.createImportClause(s,y,e.ts.factory.createNamedImports(f)),m.moduleSpecifier,void 0),e.ts.factory.updateSourceFile(t,i)}let l,p;typeof r=="string"&&(l=e.ts.factory.createIdentifier(r)),typeof n=="string"&&(p=e.ts.factory.createNamedImports([e.ts.factory.createImportSpecifier(!1,void 0,e.ts.factory.createIdentifier(n))]));let d=e.ts.factory.createImportDeclaration(void 0,e.ts.factory.createImportClause(s,l,p),e.ts.factory.createStringLiteral(o));return i.splice(a,0,d),e.ts.factory.updateSourceFile(t,i)}function Wg(e,t,r,n,o){let s=[...t.statements],i=0;for(let a=0;a<s.length;a++){let u=s[a];if(e.ts.isVariableStatement(u))for(let c=0;c<u.declarationList.declarations.length;c++){let l=[...u.declarationList.declarations],p=l[c],d=p.initializer;if(!d||!e.ts.isCallExpression(d))continue;let g=d.expression;if(!e.ts.isIdentifier(g)||g.text!=="require"||d.arguments.length!==1)continue;let m=d.arguments[0];if(e.ts.isStringLiteral(m)&&(i=a,m.text===o)){if(e.ts.isIdentifier(p.name)&&typeof r=="string")return p.name.text===r?t:(l[c]=e.ts.factory.updateVariableDeclaration(p,e.ts.factory.createIdentifier(r),p.exclamationToken,p.type,p.initializer),s[a]=e.ts.factory.updateVariableStatement(u,u.modifiers,e.ts.factory.updateVariableDeclarationList(u.declarationList,l)),e.ts.factory.updateSourceFile(t,s));if(e.ts.isObjectBindingPattern(p.name)&&typeof n=="string"){let f=[...p.name.elements];return f.some(y=>!e.ts.isBindingElement(y)||!e.ts.isIdentifier(y.name)?!1:y.name.text===n)?t:(f.push(e.ts.factory.createBindingElement(void 0,void 0,n)),f.sort((y,w)=>!e.ts.isBindingElement(y)||!e.ts.isIdentifier(y.name)||!e.ts.isBindingElement(w)||!e.ts.isIdentifier(w.name)?0:y.name.text.localeCompare(w.name.text)),l[c]=e.ts.factory.updateVariableDeclaration(p,e.ts.factory.createObjectBindingPattern(f),p.exclamationToken,p.type,p.initializer),s[a]=e.ts.factory.updateVariableStatement(u,u.modifiers,e.ts.factory.updateVariableDeclarationList(u.declarationList,l)),e.ts.factory.updateSourceFile(t,s))}}}}if(typeof r=="string"){let a=e.ts.factory.createVariableStatement(void 0,e.ts.factory.createVariableDeclarationList([e.ts.factory.createVariableDeclaration(r,void 0,void 0,e.ts.factory.createCallExpression(e.ts.factory.createIdentifier("require"),void 0,[e.ts.factory.createStringLiteral(o)]))],e.ts.NodeFlags.Const));return s.splice(i,0,a),e.ts.factory.updateSourceFile(t,s)}if(typeof n=="string"){let a=e.ts.factory.createVariableStatement(void 0,e.ts.factory.createVariableDeclarationList([e.ts.factory.createVariableDeclaration(e.ts.factory.createObjectBindingPattern([e.ts.factory.createBindingElement(void 0,void 0,n)]),void 0,void 0,e.ts.factory.createCallExpression(e.ts.factory.createIdentifier("require"),void 0,[e.ts.factory.createStringLiteral(o)]))],e.ts.NodeFlags.Const));return s.splice(i,0,a),e.ts.factory.updateSourceFile(t,s)}return t}function Kn(e,t,r="esm"){return r==="cjs"?ZT(e,t):WT(e,t)}function WT(e,t){let r=[];for(let n of t.statements){if(e.ts.isExportDeclaration(n)){if(n.exportClause&&e.ts.isNamedExports(n.exportClause)){for(let o of n.exportClause.elements)if(n.moduleSpecifier&&r.push({isDefaultExport:!1,statement:n,node:o}),e.ts.isIdentifier(o.name)){let s=o.name.text;for(let i of t.statements)if(e.ts.isVariableStatement(i))for(let a of i.declarationList.declarations)e.ts.isIdentifier(a.name)&&a.name.text===s&&r.push({isDefaultExport:!1,statement:i,node:i});else e.ts.isFunctionDeclaration(i)&&i.name&&i.name.text===s&&r.push({isDefaultExport:!1,statement:i,node:i})}}else!n.exportClause&&n.moduleSpecifier&&r.push({isDefaultExport:!1,statement:n,node:n});continue}if(e.ts.isExportAssignment(n)){let o=n.flags===e.ts.NodeFlags.None,s=n.expression;if(e.ts.isIdentifier(s)){let i=s.text;for(let a of t.statements){if(e.ts.isVariableStatement(a))for(let u of a.declarationList.declarations)e.ts.isIdentifier(u.name)&&u.name.text===i&&r.push({isDefaultExport:o,statement:a,node:a});e.ts.isFunctionDeclaration(a)&&a.name?.text===i&&r.push({isDefaultExport:o,statement:a,node:a})}}else(e.ts.isArrowFunction(s)||e.ts.isCallExpression(s)||e.ts.isFunctionDeclaration(s)||e.ts.isObjectLiteralExpression(s))&&r.push({isDefaultExport:o,statement:n,node:s});continue}if((e.ts.isVariableStatement(n)||e.ts.isFunctionDeclaration(n))&&n.modifiers&&n.modifiers.some(o=>o.kind===e.ts.SyntaxKind.ExportKeyword)){r.push({isDefaultExport:n.modifiers.some(o=>o.kind===e.ts.SyntaxKind.DefaultKeyword),statement:n,node:n});continue}}return r}function ZT(e,t){let r=[];for(let n of t.statements)if(e.ts.isExpressionStatement(n)&&e.ts.isBinaryExpression(n.expression)&&e.ts.isPropertyAccessExpression(n.expression.left)){let o=n.expression.left,s=n.expression.right;if(!e.ts.isIdentifier(o.expression))continue;if(o.expression.text==="module"&&o.name.text==="exports"){if(e.ts.isIdentifier(s)){let i=s.text;for(let a of t.statements)if(e.ts.isVariableStatement(a))for(let u of a.declarationList.declarations)e.ts.isIdentifier(u.name)&&u.name.text===i&&r.push({isDefaultExport:!0,statement:a,node:a});else e.ts.isFunctionDeclaration(a)&&a.name&&a.name.text===i&&r.push({isDefaultExport:!0,statement:a,node:a})}else r.push({isDefaultExport:!0,statement:n,node:s});continue}}return r}function JT(e,t,r){for(let n of t.statements)if(e.ts.isImportDeclaration(n)&&n.importClause){if(n.importClause.namedBindings&&e.ts.isNamedImports(n.importClause.namedBindings)){for(let o of n.importClause.namedBindings.elements)if(e.ts.isIdentifier(o.name)&&o.name.text===r&&e.ts.isStringLiteral(n.moduleSpecifier))return{importPath:n.moduleSpecifier.text,exportType:"named"}}if(n.importClause.name&&n.importClause.name.text===r&&e.ts.isStringLiteral(n.moduleSpecifier))return{importPath:n.moduleSpecifier.text,exportType:"default"}}return null}async function Rr(e,t,r,n){let o=JT(e,r,n);if(o){let s=await Ei(e,e.normalize(e.resolve(e.dirname(t),o.importPath))),i=e.relative(e.getAppRootDir(),s);return{displayFilePath:ge(e,s),filePath:s,relFilePath:i,importPath:o.importPath,exportType:o.exportType}}return null}function _o(e,t,r){for(let n=0;n<t.statements.length;n++){let o=t.statements[n];if(e.ts.isVariableStatement(o)){for(let s of o.declarationList.declarations)if(e.ts.isIdentifier(s.name)&&s.name.text===r)return{statement:o,statementIndex:n}}}return null}function Ge(e,t,r){let n=_o(e,t,r);if(n&&n.statement.declarationList.declarations.length>0){let o=n.statement.declarationList.declarations[0];if(o.initializer&&e.ts.isArrayLiteralExpression(o.initializer))return{statement:n.statement,statementIndex:n.statementIndex,variableDeclaration:o,arrayLiteralExp:o.initializer}}return null}function da(e,t){if(t){if(YT(e,t))return!0;let r=!1;if(t.forEachChild(n=>{da(e,n)&&(r=!0)}),r)return!0}return!1}function YT(e,t){return e.ts.isJsxElement(t)||e.ts.isJsxOpeningElement(t)||e.ts.isJsxOpeningFragment(t)||e.ts.isJsxSelfClosingElement(t)||e.ts.isJsxFragment(t)||e.ts.isJsxChild(t)}async function Ei(e,t){let r=e.extname(t).toLowerCase();if(r===""||!Ec.includes(r)){for(let n of Ec){let o=t+n;if(await e.exists(o))return o}for(let n of Ec){let o=e.join(t,"index"+n);if(await e.exists(o))return o}}return t}var Ec=[".tsx",".jsx",".ts",".js"];function To(e,t,r){if(!r||!t)return;let n=t.getSymbolAtLocation(r);if(!n)return;let o=n.valueDeclaration;if(!o)return;let s=o.getSourceFile().fileName,i=QT(e,s);return i?[{name:i}]:void 0}function QT(e,t){if(typeof t=="string"){t=e.normalize(mr(t));let r=t.split("/"),n=r.lastIndexOf("node_modules");if(n>-1){let o=r.slice(n+1),s=o[0];if(s)return s.startsWith("@")&&o[1]&&(s+="/"+o[1]),s}}}function tr(e){let t=[];for(let r of e)if(r.dependencies)for(let n of r.dependencies)t.some(o=>o.name===n.name)||t.push({...n});return t.sort((r,n)=>r.name.localeCompare(n.name))}function Zg(e,t,r="esm"){return r==="cjs"?tA(e,t):eA(e,t)}var XT=/^(@\w|\w)/;function eA(e,t){let r=[];for(let n of t.statements)if(e.ts.isImportDeclaration(n)&&e.ts.isLiteralExpression(n.moduleSpecifier)){if(!XT.test(n.moduleSpecifier.text)||n.importClause?.isTypeOnly)continue;if(n.importClause&&n.importClause.namedBindings&&e.ts.isNamedImports(n.importClause.namedBindings))for(let o of n.importClause.namedBindings.elements)o.isTypeOnly||r.push({isDefaultExport:!1,statement:n,node:o.name});n.importClause&&n.importClause.name&&r.push({isDefaultExport:!0,statement:n,node:n.importClause.name})}return r}function tA(e,t){return[]}async function Ao(e,t){if(!t.some(i=>!i.isRegistered))return t;let n=await Je(e,t.map(i=>i.filePath)),o=n.getTypeChecker();return await Promise.all(t.map(async i=>{let a=n.getSourceFile(i.filePath);if(a){let c=(await Cn(e,o,i.filePath,a,!1)).find(l=>l.cmpInfo.id===i.id);c&&(i.inputs=qn(e,o,c.node.fnNode))}return i}))}async function Fo(e,t,r,n){if(t.node.fnNode){let{sourceFile:o,typeChecker:s}=await Co(e,t.cmpInfo.filePath,r),a=(await Cn(e,s,t.cmpInfo.filePath,o,n)).find(u=>u.cmpInfo.id===t.cmpInfo.id);if(!a)throw new Error(`createComponentInputs() Could not find component ${t.cmpInfo.name} in ${t.cmpInfo.filePath}`);return qn(e,s,a.node.fnNode)}return[]}async function Yg(e,t,r){let n=e.extname(t).toLowerCase();if(n===".tsx"||n===".jsx"||n===".ts"||n===".js"){let o=await e.readFile(t);if(o)return rA(e,t,o,r)}return null}function rA(e,t,r,n=!1){let o=se(e,r);return Cn(e,null,t,o,n)}async function Cn(e,t,r,n,o){let s=[];for(let a of n.statements)if(e.ts.isExpressionStatement(a)&&e.ts.isStringLiteral(a.expression)&&a.expression.text==="use server")return s;let i=Kn(e,n);return o&&i.push(...Zg(e,n)),r=e.normalize(r),await Promise.all(i.map(async a=>{let u=await nA(e,t,r,a);s.push(...u)})),s}async function nA(e,t,r,n){let o=[],s=e.relative(e.getAppRootDir(),r),i=xe(e,r);if(e.ts.isVariableStatement(n.node)){for(let a of n.node.declarationList.declarations){if(!e.ts.isIdentifier(a.name)||!vo(a.name.text))continue;let u=en(e,t,a.initializer);if(u){let c=u.name||a.name.text,l=n.isDefaultExport?"default":c,p=n.isDefaultExport?"default":"named";o.push({cmpInfo:{id:await Ce(e,r,l),displayFilePath:ge(e,r),name:be(c),inputs:[],exportName:l,exportType:p,importName:c,filePath:r,relFilePath:s,importPath:i,dependencies:u.deps,framework:"react"},node:u})}}return o}if(e.ts.isArrowFunction(n.node)){let a=en(e,t,n.node);if(a){let u=Yt(e,r),c=n.isDefaultExport?"default":u,l=n.isDefaultExport?"default":"named";o.push({cmpInfo:{id:await Ce(e,r,c),displayFilePath:ge(e,r),name:u,inputs:[],exportName:c,exportType:l,importName:Un(e,r),filePath:r,relFilePath:s,importPath:i,dependencies:a.deps,framework:"react"},node:a})}return o}if(e.ts.isFunctionExpression(n.node)||e.ts.isFunctionDeclaration(n.node)){let a=n.node.name?.text;if(a&&!vo(a))return o;let u=en(e,t,n.node);if(u){let c=u.name||Yt(e,r),l=n.isDefaultExport||!u.name?"default":u.name,p=n.isDefaultExport?"default":"named";o.push({cmpInfo:{id:await Ce(e,r,l),displayFilePath:ge(e,r),name:c,inputs:[],exportName:l,exportType:p,importName:u.name||Un(e,r),filePath:r,relFilePath:s,importPath:i,dependencies:u.deps,framework:"react"},node:u})}return o}if((e.ts.isExportSpecifier(n.node)||e.ts.isIdentifier(n.node))&&vo(n.node.getText())){let a,u=en(e,t,n.node);if(u){let c=u.name||Yt(e,r),l=n.isDefaultExport||!u.name?"default":u.name,p=n.isDefaultExport?"default":"named",d=oA(e,n.node)?.moduleSpecifier??iA(e,n.node)?.moduleSpecifier;if(d&&e.ts.isStringLiteral(d)){let g=t?.getSymbolAtLocation(d);if(g&&g.declarations&&g.declarations.length>0){let m=g.declarations[0];(!e.ts.isSourceFile(m)||e.ts.isSourceFile(m)&&m.fileName.includes("node_modules"))&&(a=d.text)}}o.push({cmpInfo:{id:await Ce(e,r,l,a),displayFilePath:ge(e,r),name:c,inputs:[],exportName:l,exportType:p,importName:u.name||Un(e,r),filePath:r,relFilePath:s,importPath:a||i,externalImportPath:a,dependencies:u.deps,framework:"react"},node:u})}return o}if(e.ts.isExportDeclaration(n.node)&&n.node.exportClause===void 0){let a=n.node.moduleSpecifier;if(a&&e.ts.isStringLiteral(a)){let u=await aA(e,t,r,a);o.push(...u)}return o}return o}function oA(e,t){for(;t;){if(e.ts.isExportDeclaration(t))return t;t=t.parent}return null}function iA(e,t){for(;t;){if(e.ts.isImportDeclaration(t))return t;t=t.parent}return null}function en(e,t,r){if(!r)return null;if(e.ts.isArrowFunction(r))return da(e,r.body)?{name:"",fnNode:r,deps:To(e,t,r)}:null;if(e.ts.isFunctionExpression(r)||e.ts.isFunctionDeclaration(r))return da(e,r.body)?{name:r.name?.text||"",fnNode:r,deps:To(e,t,r)}:null;if(e.ts.isCallExpression(r)){let n=r.expression;if(e.ts.isPropertyAccessExpression(n)){let o=r.arguments;if(o.length===0)return null;let s=n.expression;if(!e.ts.isIdentifier(s)||s.text!=="React")return null;let i=n.name;return!e.ts.isIdentifier(i)||i.text!=="forwardRef"?null:en(e,t,o[0])}else if(e.ts.isIdentifier(n)&&(n.text==="observer"||n.text==="forwardRef")){let o=r.arguments;return o.length===0?null:en(e,t,o[0])}return null}if(!t)return null;if(e.ts.isPropertyAccessExpression(r)){let n=r.expression,o=r.name;if(!e.ts.isIdentifier(n)||!e.ts.isIdentifier(o)||!vo(o.text))return null;let i=t.getTypeAtLocation(o).getCallSignatures();if(i.length>0&&i[0].getParameters().length>0)return{name:"",fnNode:o,deps:To(e,t,o)}}if(e.ts.isExportSpecifier(r)){let n=r.name;return{name:n.text||"",fnNode:n,deps:To(e,t,n)}}if(e.ts.isIdentifier(r))return{name:r.text||"",fnNode:r,deps:To(e,t,r)};if(e.ts.isExpressionStatement(r)){let n=r.expression;if(e.ts.isAsExpression(n)&&e.ts.isIdentifier(n.type)&&n.type.text==="default")return en(e,t,n.expression)}if(e.ts.isVariableStatement(r)){for(let n of r.declarationList.declarations)if(n.initializer&&e.ts.isAsExpression(n.initializer)){let o=n.initializer;if(e.ts.isIdentifier(o.type)&&o.type.text==="default"){let s=en(e,t,o.expression);if(s&&e.ts.isIdentifier(n.name))return{name:n.name.text,fnNode:s.fnNode,deps:s.deps}}}}return null}async function Qg(e,t){let r=[],n=t.getSourceFiles(),o=t.getTypeChecker();return await Promise.all(n.map(async s=>{let i=e.normalize(s.fileName);if(ta(e,sA,s.fileName)||i===e.reactConfigPath||i===e.builderComponentPath)return;let a=await Cn(e,o,i,s,i===e.registryPath);r.push(...a)})),r.sort((s,i)=>s.cmpInfo.name.localeCompare(i.cmpInfo.name))}var sA=new Set(["node_modules","dist"]);async function aA(e,t,r,n){let o=[],s=n.text;if(!t)return o;try{let i=t.getSymbolAtLocation(n);if(!i)return o;let a=t.getExportsOfModule(i);for(let u of a){let c=u.valueDeclaration||u.declarations?.[0];if(!c)continue;let l=u.name;if(!vo(l)&&l!=="default"||!Xg(e,t,c))continue;let p=en(e,t,c);if(p){let d=u.name,g=d==="default"?"default":"named",m=be(d),f=d==="default"?Un(e,r):d;o.push({cmpInfo:{id:await Ce(e,r,d,s),displayFilePath:ge(e,r),name:m,inputs:[],exportName:d,exportType:g,importName:f,filePath:r,relFilePath:e.relative(e.getAppRootDir(),r),importPath:s,externalImportPath:s,dependencies:p.deps,framework:"react"},node:p})}}}catch(i){e.Sentry?.captureException(new Error(`Error processing module ${s}:`,{cause:i}),{extra:{modulePath:s,filePath:r}})}return o}function Xg(e,t,r){if(e.ts.isInterfaceDeclaration(r)||e.ts.isTypeAliasDeclaration(r))return!1;if(e.ts.isExportSpecifier(r)){let n=t.getSymbolAtLocation(r.name);if(n){let s=t.getAliasedSymbol(n).declarations?.[0];if(s)return Xg(e,t,s)}return!1}if(e.ts.isFunctionDeclaration(r)||e.ts.isArrowFunction(r)||e.ts.isFunctionExpression(r)){let n=t.getSignatureFromDeclaration(r);if(n){let o=t.getReturnTypeOfSignature(n);return Jg(o,t)}}return e.ts.isClassDeclaration(r)?r.heritageClauses?.some(o=>o.types.some(s=>s.expression.getText()==="React.Component"||s.expression.getText()==="Component"))??!1:e.ts.isVariableDeclaration(r)?t.getTypeAtLocation(r).getCallSignatures().some(s=>Jg(t.getReturnTypeOfSignature(s),t)):!1}function Jg(e,t){let r=t.typeToString(e);return r==="JSX.Element"||r==="Element"||r.includes("ReactElement")||r.includes("React.ReactElement")||r.includes("ReactNode")}async function eh(e,t){let r=[],n=t.getSourceFiles(),o=t.getTypeChecker();return await Promise.all(n.map(async s=>{let i=e.basename(s.fileName);if(e.appDir&&uA.has(i)||e.dirname(s.fileName).includes("node_modules"))return;let a=e.normalize(s.fileName);if(a===e.nextConfigPath||a===e.builderComponentPath)return;let u=await Cn(e,o,a,s,a===e.registryPath||Jt(a));r.push(...u)})),r.sort((s,i)=>s.cmpInfo.name.localeCompare(i.cmpInfo.name))}var uA=new Set(["default.tsx","default.ts","default.jsx","default.js","error.tsx","error.ts","error.jsx","error.js","layout.tsx","layout.ts","layout.jsx","layout.js","loading.tsx","loading.ts","loading.jsx","loading.js","not-found.tsx","not-found.ts","not-found.jsx","not-found.js","page.tsx","page.ts","page.jsx","page.js","route.tsx","route.ts","route.jsx","route.js","template.tsx","template.ts","template.jsx","template.js"]);function $r(e,t){let r=[],n=[],o=[],s=[];for(let i of t.statements){if(e.ts.isImportDeclaration(i)){if(e.ts.isStringLiteral(i.moduleSpecifier)){let u=i.moduleSpecifier.text;if(!u.startsWith(".")&&!u.startsWith("/")){r.push(i);continue}}let a=i.importClause;if(a){if(a.namedBindings){n.push(i);continue}if(a.name){n.push(i);continue}}o.push(i);continue}s.push(i)}return e.ts.factory.updateSourceFile(t,[...Pc(e,r),...Pc(e,n),...Pc(e,o),...s])}function yr(e){let t=e.split(`
|
|
306
|
+
`,r+=");";let n=ba(e,r);return Gc(e,n,t)}function Gc(e,t,r){if(!e.ts.isExpressionStatement(t))return t;let n=t.expression;if(!e.ts.isCallExpression(n))return t;let o=[...n.arguments];if(o.length<2)return t;r.acceptsChildren?e.ts.isCallExpression(o[0])&&e.ts.isIdentifier(o[0].expression)&&o[0].expression.text==="withChildren"||(o[0]=e.ts.factory.createCallExpression(e.ts.factory.createIdentifier("withChildren"),void 0,[o[0]])):e.ts.isCallExpression(o[0])&&e.ts.isIdentifier(o[0].expression)&&o[0].expression.text==="withChildren"&&(o[0]=o[0].arguments[0]);let s=o[1];return e.ts.isObjectLiteralExpression(s)?(o[1]=Xe(e,s,r),e.ts.factory.updateExpressionStatement(t,e.ts.factory.updateCallExpression(n,n.expression,n.typeArguments,o))):t}function ce(e,t,r,n="esm"){return Array.isArray(r.namedImports)&&r.namedImports.forEach(o=>{t=OA(e,t,o,r.importPath,!!r.isTypeOnly,n)}),typeof r.defaultImport=="string"&&(t=MA(e,t,r.defaultImport,r.importPath,n)),t}function OA(e,t,r,n,o,s){return s==="cjs"?bg(e,t,null,r,n):wg(e,t,null,r,n,o)}function MA(e,t,r,n,o){return o==="cjs"?bg(e,t,r,null,n):wg(e,t,r,null,n,!1)}function wg(e,t,r,n,o,s){let i=[...t.statements],a=0,u=!1,c=!1;for(let h=0;h<i.length;h++){let m=i[h];if(!e.ts.isImportDeclaration(m)||(a=h,!m.moduleSpecifier||!e.ts.isStringLiteral(m.moduleSpecifier))||m.moduleSpecifier.text!==o||!!m.importClause?.isTypeOnly!==s)continue;let f=[],g=m.importClause?.namedBindings;if(g&&e.ts.isNamedImports(g)&&g.elements&&f.push(...g.elements),typeof n=="string"){if(f.some(b=>b.name.text===n))return t;f.push(e.ts.factory.createImportSpecifier(!1,void 0,e.ts.factory.createIdentifier(n))),f.sort((b,w)=>b.name.text.localeCompare(w.name.text)),u=!0}let y=m.importClause?m.importClause.name:void 0;if(typeof r=="string"){if(y&&y.text===r)return t;y=e.ts.factory.createIdentifier(r),c=!0}if(u||c)return i[h]=e.ts.factory.updateImportDeclaration(m,void 0,e.ts.factory.createImportClause(s,y,e.ts.factory.createNamedImports(f)),m.moduleSpecifier,void 0),e.ts.factory.updateSourceFile(t,i)}let l,p;typeof r=="string"&&(l=e.ts.factory.createIdentifier(r)),typeof n=="string"&&(p=e.ts.factory.createNamedImports([e.ts.factory.createImportSpecifier(!1,void 0,e.ts.factory.createIdentifier(n))]));let d=e.ts.factory.createImportDeclaration(void 0,e.ts.factory.createImportClause(s,l,p),e.ts.factory.createStringLiteral(o));return i.splice(a,0,d),e.ts.factory.updateSourceFile(t,i)}function bg(e,t,r,n,o){let s=[...t.statements],i=0;for(let a=0;a<s.length;a++){let u=s[a];if(e.ts.isVariableStatement(u))for(let c=0;c<u.declarationList.declarations.length;c++){let l=[...u.declarationList.declarations],p=l[c],d=p.initializer;if(!d||!e.ts.isCallExpression(d))continue;let h=d.expression;if(!e.ts.isIdentifier(h)||h.text!=="require"||d.arguments.length!==1)continue;let m=d.arguments[0];if(e.ts.isStringLiteral(m)&&(i=a,m.text===o)){if(e.ts.isIdentifier(p.name)&&typeof r=="string")return p.name.text===r?t:(l[c]=e.ts.factory.updateVariableDeclaration(p,e.ts.factory.createIdentifier(r),p.exclamationToken,p.type,p.initializer),s[a]=e.ts.factory.updateVariableStatement(u,u.modifiers,e.ts.factory.updateVariableDeclarationList(u.declarationList,l)),e.ts.factory.updateSourceFile(t,s));if(e.ts.isObjectBindingPattern(p.name)&&typeof n=="string"){let f=[...p.name.elements];return f.some(y=>!e.ts.isBindingElement(y)||!e.ts.isIdentifier(y.name)?!1:y.name.text===n)?t:(f.push(e.ts.factory.createBindingElement(void 0,void 0,n)),f.sort((y,b)=>!e.ts.isBindingElement(y)||!e.ts.isIdentifier(y.name)||!e.ts.isBindingElement(b)||!e.ts.isIdentifier(b.name)?0:y.name.text.localeCompare(b.name.text)),l[c]=e.ts.factory.updateVariableDeclaration(p,e.ts.factory.createObjectBindingPattern(f),p.exclamationToken,p.type,p.initializer),s[a]=e.ts.factory.updateVariableStatement(u,u.modifiers,e.ts.factory.updateVariableDeclarationList(u.declarationList,l)),e.ts.factory.updateSourceFile(t,s))}}}}if(typeof r=="string"){let a=e.ts.factory.createVariableStatement(void 0,e.ts.factory.createVariableDeclarationList([e.ts.factory.createVariableDeclaration(r,void 0,void 0,e.ts.factory.createCallExpression(e.ts.factory.createIdentifier("require"),void 0,[e.ts.factory.createStringLiteral(o)]))],e.ts.NodeFlags.Const));return s.splice(i,0,a),e.ts.factory.updateSourceFile(t,s)}if(typeof n=="string"){let a=e.ts.factory.createVariableStatement(void 0,e.ts.factory.createVariableDeclarationList([e.ts.factory.createVariableDeclaration(e.ts.factory.createObjectBindingPattern([e.ts.factory.createBindingElement(void 0,void 0,n)]),void 0,void 0,e.ts.factory.createCallExpression(e.ts.factory.createIdentifier("require"),void 0,[e.ts.factory.createStringLiteral(o)]))],e.ts.NodeFlags.Const));return s.splice(i,0,a),e.ts.factory.updateSourceFile(t,s)}return t}function Jn(e,t,r="esm"){return r==="cjs"?BA(e,t):LA(e,t)}function LA(e,t){let r=[];for(let n of t.statements){if(e.ts.isExportDeclaration(n)){if(n.exportClause&&e.ts.isNamedExports(n.exportClause)){for(let o of n.exportClause.elements)if(n.moduleSpecifier&&r.push({isDefaultExport:!1,statement:n,node:o}),e.ts.isIdentifier(o.name)){let s=o.name.text;for(let i of t.statements)if(e.ts.isVariableStatement(i))for(let a of i.declarationList.declarations)e.ts.isIdentifier(a.name)&&a.name.text===s&&r.push({isDefaultExport:!1,statement:i,node:i});else e.ts.isFunctionDeclaration(i)&&i.name&&i.name.text===s&&r.push({isDefaultExport:!1,statement:i,node:i})}}else!n.exportClause&&n.moduleSpecifier&&r.push({isDefaultExport:!1,statement:n,node:n});continue}if(e.ts.isExportAssignment(n)){let o=n.flags===e.ts.NodeFlags.None,s=n.expression;if(e.ts.isIdentifier(s)){let i=s.text;for(let a of t.statements){if(e.ts.isVariableStatement(a))for(let u of a.declarationList.declarations)e.ts.isIdentifier(u.name)&&u.name.text===i&&r.push({isDefaultExport:o,statement:a,node:a});e.ts.isFunctionDeclaration(a)&&a.name?.text===i&&r.push({isDefaultExport:o,statement:a,node:a})}}else(e.ts.isArrowFunction(s)||e.ts.isCallExpression(s)||e.ts.isFunctionDeclaration(s)||e.ts.isObjectLiteralExpression(s))&&r.push({isDefaultExport:o,statement:n,node:s});continue}if((e.ts.isVariableStatement(n)||e.ts.isFunctionDeclaration(n))&&n.modifiers&&n.modifiers.some(o=>o.kind===e.ts.SyntaxKind.ExportKeyword)){r.push({isDefaultExport:n.modifiers.some(o=>o.kind===e.ts.SyntaxKind.DefaultKeyword),statement:n,node:n});continue}}return r}function BA(e,t){let r=[];for(let n of t.statements)if(e.ts.isExpressionStatement(n)&&e.ts.isBinaryExpression(n.expression)&&e.ts.isPropertyAccessExpression(n.expression.left)){let o=n.expression.left,s=n.expression.right;if(!e.ts.isIdentifier(o.expression))continue;if(o.expression.text==="module"&&o.name.text==="exports"){if(e.ts.isIdentifier(s)){let i=s.text;for(let a of t.statements)if(e.ts.isVariableStatement(a))for(let u of a.declarationList.declarations)e.ts.isIdentifier(u.name)&&u.name.text===i&&r.push({isDefaultExport:!0,statement:a,node:a});else e.ts.isFunctionDeclaration(a)&&a.name&&a.name.text===i&&r.push({isDefaultExport:!0,statement:a,node:a})}else r.push({isDefaultExport:!0,statement:n,node:s});continue}}return r}function zA(e,t,r){for(let n of t.statements)if(e.ts.isImportDeclaration(n)&&n.importClause){if(n.importClause.namedBindings&&e.ts.isNamedImports(n.importClause.namedBindings)){for(let o of n.importClause.namedBindings.elements)if(e.ts.isIdentifier(o.name)&&o.name.text===r&&e.ts.isStringLiteral(n.moduleSpecifier))return{importPath:n.moduleSpecifier.text,exportType:"named"}}if(n.importClause.name&&n.importClause.name.text===r&&e.ts.isStringLiteral(n.moduleSpecifier))return{importPath:n.moduleSpecifier.text,exportType:"default"}}return null}async function Nr(e,t,r,n){let o=zA(e,r,n);if(o){let s=await Li(e,e.normalize(e.resolve(e.dirname(t),o.importPath))),i=e.relative(e.getAppRootDir(),s);return{displayFilePath:ge(e,s),filePath:s,relFilePath:i,importPath:o.importPath,exportType:o.exportType}}return null}function Ro(e,t,r){for(let n=0;n<t.statements.length;n++){let o=t.statements[n];if(e.ts.isVariableStatement(o)){for(let s of o.declarationList.declarations)if(e.ts.isIdentifier(s.name)&&s.name.text===r)return{statement:o,statementIndex:n}}}return null}function We(e,t,r){let n=Ro(e,t,r);if(n&&n.statement.declarationList.declarations.length>0){let o=n.statement.declarationList.declarations[0];if(o.initializer&&e.ts.isArrayLiteralExpression(o.initializer))return{statement:n.statement,statementIndex:n.statementIndex,variableDeclaration:o,arrayLiteralExp:o.initializer}}return null}function Ia(e,t){if(t){if(jA(e,t))return!0;let r=!1;if(t.forEachChild(n=>{Ia(e,n)&&(r=!0)}),r)return!0}return!1}function jA(e,t){return e.ts.isJsxElement(t)||e.ts.isJsxOpeningElement(t)||e.ts.isJsxOpeningFragment(t)||e.ts.isJsxSelfClosingElement(t)||e.ts.isJsxFragment(t)||e.ts.isJsxChild(t)}async function Li(e,t){let r=e.extname(t).toLowerCase();if(r===""||!Wc.includes(r)){for(let n of Wc){let o=t+n;if(await e.exists(o))return o}for(let n of Wc){let o=e.join(t,"index"+n);if(await e.exists(o))return o}}return t}var Wc=[".tsx",".jsx",".ts",".js"];function $o(e,t,r){if(!r||!t)return;let n=t.getSymbolAtLocation(r);if(!n)return;let o=n.valueDeclaration;if(!o)return;let s=o.getSourceFile().fileName,i=UA(e,s);return i?[{name:i}]:void 0}function UA(e,t){if(typeof t=="string"){t=e.normalize(gr(t));let r=t.split("/"),n=r.lastIndexOf("node_modules");if(n>-1){let o=r.slice(n+1),s=o[0];if(s)return s.startsWith("@")&&o[1]&&(s+="/"+o[1]),s}}}function or(e){let t=[];for(let r of e)if(r.dependencies)for(let n of r.dependencies)t.some(o=>o.name===n.name)||t.push({...n});return t.sort((r,n)=>r.name.localeCompare(n.name))}function xg(e,t,r="esm"){return r==="cjs"?qA(e,t):HA(e,t)}var VA=/^(@\w|\w)/;function HA(e,t){let r=[];for(let n of t.statements)if(e.ts.isImportDeclaration(n)&&e.ts.isLiteralExpression(n.moduleSpecifier)){if(!VA.test(n.moduleSpecifier.text)||n.importClause?.isTypeOnly)continue;if(n.importClause&&n.importClause.namedBindings&&e.ts.isNamedImports(n.importClause.namedBindings))for(let o of n.importClause.namedBindings.elements)o.isTypeOnly||r.push({isDefaultExport:!1,statement:n,node:o.name});n.importClause&&n.importClause.name&&r.push({isDefaultExport:!0,statement:n,node:n.importClause.name})}return r}function qA(e,t){return[]}async function ko(e,t){if(!t.some(i=>!i.isRegistered))return t;let n=await Qe(e,t.map(i=>i.filePath)),o=n.getTypeChecker();return await Promise.all(t.map(async i=>{let a=n.getSourceFile(i.filePath);if(a){let c=(await Sn(e,o,i.filePath,a,!1)).find(l=>l.cmpInfo.id===i.id);c&&(i.inputs=Zn(e,o,c.node.fnNode))}return i}))}async function Io(e,t,r,n){if(t.node.fnNode){let{sourceFile:o,typeChecker:s}=await So(e,t.cmpInfo.filePath,r),a=(await Sn(e,s,t.cmpInfo.filePath,o,n)).find(u=>u.cmpInfo.id===t.cmpInfo.id);if(!a)throw new Error(`createComponentInputs() Could not find component ${t.cmpInfo.name} in ${t.cmpInfo.filePath}`);return Zn(e,s,a.node.fnNode)}return[]}async function Eg(e,t,r){let n=e.extname(t).toLowerCase();if(n===".tsx"||n===".jsx"||n===".ts"||n===".js"){let o=await e.readFile(t);if(o)return KA(e,t,o,r)}return null}function KA(e,t,r,n=!1){let o=se(e,r);return Sn(e,null,t,o,n)}async function Sn(e,t,r,n,o){let s=[];for(let a of n.statements)if(e.ts.isExpressionStatement(a)&&e.ts.isStringLiteral(a.expression)&&a.expression.text==="use server")return s;let i=Jn(e,n);return o&&i.push(...xg(e,n)),r=e.normalize(r),await Promise.all(i.map(async a=>{let u=await GA(e,t,r,a);s.push(...u)})),s}async function GA(e,t,r,n){let o=[],s=e.relative(e.getAppRootDir(),r),i=Ee(e,r);if(e.ts.isVariableStatement(n.node)){for(let a of n.node.declarationList.declarations){if(!e.ts.isIdentifier(a.name)||!xo(a.name.text))continue;let u=nn(e,t,a.initializer);if(u){let c=u.name||a.name.text,l=n.isDefaultExport?"default":c,p=n.isDefaultExport?"default":"named";o.push({cmpInfo:{id:await we(e,r,l),displayFilePath:ge(e,r),name:Se(c),inputs:[],exportName:l,exportType:p,importName:c,filePath:r,relFilePath:s,importPath:i,dependencies:u.deps,framework:"react"},node:u})}}return o}if(e.ts.isArrowFunction(n.node)){let a=nn(e,t,n.node);if(a){let u=er(e,r),c=n.isDefaultExport?"default":u,l=n.isDefaultExport?"default":"named";o.push({cmpInfo:{id:await we(e,r,c),displayFilePath:ge(e,r),name:u,inputs:[],exportName:c,exportType:l,importName:Kn(e,r),filePath:r,relFilePath:s,importPath:i,dependencies:a.deps,framework:"react"},node:a})}return o}if(e.ts.isFunctionExpression(n.node)||e.ts.isFunctionDeclaration(n.node)){let a=n.node.name?.text;if(a&&!xo(a))return o;let u=nn(e,t,n.node);if(u){let c=u.name||er(e,r),l=n.isDefaultExport||!u.name?"default":u.name,p=n.isDefaultExport?"default":"named";o.push({cmpInfo:{id:await we(e,r,l),displayFilePath:ge(e,r),name:c,inputs:[],exportName:l,exportType:p,importName:u.name||Kn(e,r),filePath:r,relFilePath:s,importPath:i,dependencies:u.deps,framework:"react"},node:u})}return o}if((e.ts.isExportSpecifier(n.node)||e.ts.isIdentifier(n.node))&&xo(n.node.getText())){let a,u=nn(e,t,n.node);if(u){let c=u.name||er(e,r),l=n.isDefaultExport||!u.name?"default":u.name,p=n.isDefaultExport?"default":"named",d=WA(e,n.node)?.moduleSpecifier??ZA(e,n.node)?.moduleSpecifier;if(d&&e.ts.isStringLiteral(d)){let h=t?.getSymbolAtLocation(d);if(h&&h.declarations&&h.declarations.length>0){let m=h.declarations[0];(!e.ts.isSourceFile(m)||e.ts.isSourceFile(m)&&m.fileName.includes("node_modules"))&&(a=d.text)}}o.push({cmpInfo:{id:await we(e,r,l,a),displayFilePath:ge(e,r),name:c,inputs:[],exportName:l,exportType:p,importName:u.name||Kn(e,r),filePath:r,relFilePath:s,importPath:a||i,externalImportPath:a,dependencies:u.deps,framework:"react"},node:u})}return o}if(e.ts.isExportDeclaration(n.node)&&n.node.exportClause===void 0){let a=n.node.moduleSpecifier;if(a&&e.ts.isStringLiteral(a)){let u=await YA(e,t,r,a);o.push(...u)}return o}return o}function WA(e,t){for(;t;){if(e.ts.isExportDeclaration(t))return t;t=t.parent}return null}function ZA(e,t){for(;t;){if(e.ts.isImportDeclaration(t))return t;t=t.parent}return null}function nn(e,t,r){if(!r)return null;if(e.ts.isArrowFunction(r))return Ia(e,r.body)?{name:"",fnNode:r,deps:$o(e,t,r)}:null;if(e.ts.isFunctionExpression(r)||e.ts.isFunctionDeclaration(r))return Ia(e,r.body)?{name:r.name?.text||"",fnNode:r,deps:$o(e,t,r)}:null;if(e.ts.isCallExpression(r)){let n=r.expression;if(e.ts.isPropertyAccessExpression(n)){let o=r.arguments;if(o.length===0)return null;let s=n.expression;if(!e.ts.isIdentifier(s)||s.text!=="React")return null;let i=n.name;return!e.ts.isIdentifier(i)||i.text!=="forwardRef"?null:nn(e,t,o[0])}else if(e.ts.isIdentifier(n)&&(n.text==="observer"||n.text==="forwardRef")){let o=r.arguments;return o.length===0?null:nn(e,t,o[0])}return null}if(!t)return null;if(e.ts.isPropertyAccessExpression(r)){let n=r.expression,o=r.name;if(!e.ts.isIdentifier(n)||!e.ts.isIdentifier(o)||!xo(o.text))return null;let i=t.getTypeAtLocation(o).getCallSignatures();if(i.length>0&&i[0].getParameters().length>0)return{name:"",fnNode:o,deps:$o(e,t,o)}}if(e.ts.isExportSpecifier(r)){let n=r.name;return{name:n.text||"",fnNode:n,deps:$o(e,t,n)}}if(e.ts.isIdentifier(r))return{name:r.text||"",fnNode:r,deps:$o(e,t,r)};if(e.ts.isExpressionStatement(r)){let n=r.expression;if(e.ts.isAsExpression(n)&&e.ts.isIdentifier(n.type)&&n.type.text==="default")return nn(e,t,n.expression)}if(e.ts.isVariableStatement(r)){for(let n of r.declarationList.declarations)if(n.initializer&&e.ts.isAsExpression(n.initializer)){let o=n.initializer;if(e.ts.isIdentifier(o.type)&&o.type.text==="default"){let s=nn(e,t,o.expression);if(s&&e.ts.isIdentifier(n.name))return{name:n.name.text,fnNode:s.fnNode,deps:s.deps}}}}return null}async function _g(e,t){let r=[],n=t.getSourceFiles(),o=t.getTypeChecker();return await Promise.all(n.map(async s=>{let i=e.normalize(s.fileName);if(xa(e,JA,s.fileName)||i===e.reactConfigPath||i===e.builderComponentPath)return;let a=await Sn(e,o,i,s,i===e.registryPath);r.push(...a)})),r.sort((s,i)=>s.cmpInfo.name.localeCompare(i.cmpInfo.name))}var JA=new Set(["node_modules","dist"]);async function YA(e,t,r,n){let o=[],s=n.text;if(!t)return o;try{let i=t.getSymbolAtLocation(n);if(!i)return o;let a=t.getExportsOfModule(i);for(let u of a){let c=u.valueDeclaration||u.declarations?.[0];if(!c)continue;let l=u.name;if(!xo(l)&&l!=="default"||!Pg(e,t,c))continue;let p=nn(e,t,c);if(p){let d=u.name,h=d==="default"?"default":"named",m=Se(d),f=d==="default"?Kn(e,r):d;o.push({cmpInfo:{id:await we(e,r,d,s),displayFilePath:ge(e,r),name:m,inputs:[],exportName:d,exportType:h,importName:f,filePath:r,relFilePath:e.relative(e.getAppRootDir(),r),importPath:s,externalImportPath:s,dependencies:p.deps,framework:"react"},node:p})}}}catch(i){e.Sentry?.captureException(new Error(`Error processing module ${s}:`,{cause:i}),{extra:{modulePath:s,filePath:r}})}return o}function Pg(e,t,r){if(e.ts.isInterfaceDeclaration(r)||e.ts.isTypeAliasDeclaration(r))return!1;if(e.ts.isExportSpecifier(r)){let n=t.getSymbolAtLocation(r.name);if(n){let s=t.getAliasedSymbol(n).declarations?.[0];if(s)return Pg(e,t,s)}return!1}if(e.ts.isFunctionDeclaration(r)||e.ts.isArrowFunction(r)||e.ts.isFunctionExpression(r)){let n=t.getSignatureFromDeclaration(r);if(n){let o=t.getReturnTypeOfSignature(n);return Sg(o,t)}}return e.ts.isClassDeclaration(r)?r.heritageClauses?.some(o=>o.types.some(s=>s.expression.getText()==="React.Component"||s.expression.getText()==="Component"))??!1:e.ts.isVariableDeclaration(r)?t.getTypeAtLocation(r).getCallSignatures().some(s=>Sg(t.getReturnTypeOfSignature(s),t)):!1}function Sg(e,t){let r=t.typeToString(e);return r==="JSX.Element"||r==="Element"||r.includes("ReactElement")||r.includes("React.ReactElement")||r.includes("ReactNode")}async function Tg(e,t){let r=[],n=t.getSourceFiles(),o=t.getTypeChecker();return await Promise.all(n.map(async s=>{let i=e.basename(s.fileName);if(e.appDir&&QA.has(i)||e.dirname(s.fileName).includes("node_modules"))return;let a=e.normalize(s.fileName);if(a===e.nextConfigPath||a===e.builderComponentPath)return;let u=await Sn(e,o,a,s,a===e.registryPath||Xt(a));r.push(...u)})),r.sort((s,i)=>s.cmpInfo.name.localeCompare(i.cmpInfo.name))}var QA=new Set(["default.tsx","default.ts","default.jsx","default.js","error.tsx","error.ts","error.jsx","error.js","layout.tsx","layout.ts","layout.jsx","layout.js","loading.tsx","loading.ts","loading.jsx","loading.js","not-found.tsx","not-found.ts","not-found.jsx","not-found.js","page.tsx","page.ts","page.jsx","page.js","route.tsx","route.ts","route.jsx","route.js","template.tsx","template.ts","template.jsx","template.js"]);function Or(e,t){let r=[],n=[],o=[],s=[];for(let i of t.statements){if(e.ts.isImportDeclaration(i)){if(e.ts.isStringLiteral(i.moduleSpecifier)){let u=i.moduleSpecifier.text;if(!u.startsWith(".")&&!u.startsWith("/")){r.push(i);continue}}let a=i.importClause;if(a){if(a.namedBindings){n.push(i);continue}if(a.name){n.push(i);continue}}o.push(i);continue}s.push(i)}return e.ts.factory.updateSourceFile(t,[...Zc(e,r),...Zc(e,n),...Zc(e,o),...s])}function vr(e){let t=e.split(`
|
|
307
307
|
`).map(n=>n.trimEnd());e="";let r=!1;for(let n=t.length-1;n>=0;n--){let o=t[n];!r&&o.startsWith("import ")&&(r=!0,o=o+`
|
|
308
308
|
`),/^builder.init(.*)$/.test(o)&&(o=o+`
|
|
309
309
|
`),t[n-1]&&!t[n-1].includes("*/")&&(o.trim().startsWith("Builder.registerComponent")&&(o=`
|
|
@@ -312,8 +312,8 @@ ${r}=${n}
|
|
|
312
312
|
`+o),o.trim().startsWith("export ")&&(o=`
|
|
313
313
|
`+o)),e=o+`
|
|
314
314
|
`+e}return e.trim()+`
|
|
315
|
-
`}function
|
|
316
|
-
${e}`),e}function oh(e,t){let r=t.statements.filter(n=>!(e.ts.isExpressionStatement(n)&&e.ts.isStringLiteral(n.expression)&&e.ts.isStringLiteral(n.expression)&&n.expression.text==="use client"));return e.ts.factory.updateSourceFile(t,r)}function kr(e,t){return t.sort((r,n)=>{if(e.ts.isObjectLiteralExpression(r)&&e.ts.isObjectLiteralExpression(n)){let o=rh(e,r),s=rh(e,n);return o.toLocaleLowerCase().localeCompare(s.toLocaleLowerCase())}return 1})}function rh(e,t){let r=t.properties.find(n=>he(e,n)==="name");return r&&e.ts.isPropertyAssignment(r)&&e.ts.isStringLiteral(r.initializer)?r.initializer.text:"zzzz"}async function ih(e){let t=await e.readFile(e.registryPath);return t?cA(e,t):{components:[],sourceFile:se(e,"")}}async function cA(e,t){let r=se(e,t);return e.sdkVersion===V.gen2?pA(e,r):lA(e,r)}async function lA(e,t){let r=[];for(let n=0;n<t.statements.length;n++){let o=t.statements[n];if(!e.ts.isExpressionStatement(o))continue;let s=o.expression;if(!e.ts.isCallExpression(s))continue;let i=s.expression;if(!e.ts.isPropertyAccessExpression(i))continue;let a=i.expression;if(!e.ts.isIdentifier(a)||a.text!=="Builder"||i.name.text!=="registerComponent")continue;let c=s.arguments;if(c.length<2)continue;let l=c[1];if(!e.ts.isObjectLiteralExpression(l))continue;let p=c[0];if(e.ts.isCallExpression(p)){let d=e.ts.isIdentifier(p.expression)&&p.expression.text;if(d==="withChildren"){let m=Ac(e,p.arguments[0]);if(e.ts.isCallExpression(m)){let f=await _c(e,n,m,l,!0);f&&r.push(f)}else{let f=m;if(e.ts.isIdentifier(f)){let h=await Tc(e,t,n,f,l,!0);h&&r.push(h)}}continue}if(d==="dynamic"){let m=await _c(e,n,p,l,!1);m&&r.push(m);continue}let g=Ac(e,p.arguments[0]);if(e.ts.isCallExpression(g)&&e.ts.isIdentifier(g.expression)&&g.expression.text==="dynamic"){let m=await _c(e,n,g,l,!1);m&&r.push(m);continue}if(e.ts.isIdentifier(g)){let m=await Tc(e,t,n,g,l,!1);m&&r.push(m);continue}continue}if(e.ts.isIdentifier(p)){let d=await Tc(e,t,n,p,l,!1);d&&r.push(d);continue}}return{sourceFile:t,components:Tt(r)}}function Ac(e,t){return e.ts.isCallExpression(t)?(e.ts.isIdentifier(t.expression)&&t.expression.text)==="dynamic"?t:Ac(e,t.arguments[0]):t}async function _c(e,t,r,n,o){let s={id:"",name:"",displayFilePath:"",exportName:"",importName:"",filePath:"",relFilePath:"",importPath:"",inputs:[],nodeIndex:t,acceptsChildren:o,framework:"react"},i=r.arguments;if(i.length===0)return null;let a=i[0];if(!e.ts.isArrowFunction(a))return null;let u=a.body;if(e.ts.isCallExpression(u)){if(u.expression.kind!==e.ts.SyntaxKind.ImportKeyword||u.arguments.length!==1)return null;let l=u.arguments[0];if(!e.ts.isStringLiteral(l))return null;let p=l.text,d=await Ro(e,p);s.filePath=d,s.relFilePath=e.relative(e.getAppRootDir(),s.filePath),await e.exists(d)?s.importPath=xe(e,s.filePath):(s.externalImportPath=p,s.importPath=s.externalImportPath),s.name=Yt(e,s.filePath),s.importName="default",s.exportName="default",s.exportType="default"}else if(e.ts.isPropertyAccessExpression(u)){let c=u.expression;if(!e.ts.isParenthesizedExpression(c))return null;let l=c.expression;if(!e.ts.isAwaitExpression(l))return null;let p=l.expression;if(!e.ts.isCallExpression(p)||p.expression.kind!==e.ts.SyntaxKind.ImportKeyword||p.arguments.length!==1)return null;let g=p.arguments[0];if(!e.ts.isStringLiteral(g)||!e.ts.isIdentifier(u.name))return null;let m=g.text,f=await Ro(e,m);s.filePath=f,s.relFilePath=e.relative(e.getAppRootDir(),s.filePath),await e.exists(f)?s.importPath=xe(e,s.filePath):(s.externalImportPath=m,s.importPath=s.externalImportPath),s.name=be(u.name.text),s.importName=u.name.text,s.exportName=u.name.text,s.exportType="named"}else return null;return s=Ft(e,s,n),s.displayFilePath=ge(e,s.filePath),s.filePath&&s.exportName&&(s.id=await Ce(e,s.filePath,s.exportName,s.externalImportPath)),s}async function Tc(e,t,r,n,o,s){let i={id:"",name:"",displayFilePath:"",exportName:"",importName:"",filePath:"",relFilePath:"",importPath:"",inputs:[],nodeIndex:r,acceptsChildren:s,framework:"react"},a=t.statements.filter(c=>e.ts.isImportDeclaration(c)),u=a.find(c=>c.importClause&&c.importClause.name?.text===n.text);if(u){let c=u.moduleSpecifier;if(!e.ts.isStringLiteral(c))return null;let l=await Ro(e,c.text);i.filePath=l,i.relFilePath=e.relative(e.getAppRootDir(),i.filePath),await e.exists(l)?i.importPath=xe(e,i.filePath):(i.externalImportPath=c.text,i.importPath=i.externalImportPath),i.name=Yt(e,i.filePath),i.importName=n.text,i.exportName="default",i.exportType="default"}else{let c=a.find(d=>!d.importClause||!d.importClause.namedBindings||!e.ts.isNamedImports(d.importClause.namedBindings)?!1:d.importClause.namedBindings.elements.some(g=>g.name.text===n.text));if(!c)return null;let l=c.moduleSpecifier;if(!e.ts.isStringLiteral(l))return null;let p=await Ro(e,l.text);i.filePath=p,i.relFilePath=e.relative(e.getAppRootDir(),i.filePath),await e.exists(p)?i.importPath=xe(e,i.filePath):(i.externalImportPath=l.text,i.importPath=i.externalImportPath),i.name=be(n.text),i.importName=n.text,i.exportName=n.text,i.exportType="named"}return i=Ft(e,i,o),i.displayFilePath=ge(e,i.filePath),i.filePath&&i.exportName&&(i.id=await Ce(e,i.filePath,i.exportName,i.externalImportPath)),i}function Ro(e,t){return Ei(e,e.normalize(e.resolve(e.dirname(e.registryPath),t)))}function sh(e,t,r){let n=!1,o=0,s=[...t.statements];for(let c=0;c<s.length;c++){let l=s[c];if(e.ts.isImportDeclaration(l)){o=c;continue}if(!e.ts.isExpressionStatement(l))continue;let p=l.expression;if(!e.ts.isCallExpression(p))continue;let d=p.expression;if(!e.ts.isPropertyAccessExpression(d))continue;let g=d.expression;if(!e.ts.isIdentifier(g)||g.text!=="builder")continue;if(d.name.text=="init"){n=!0;break}else continue}if(n)return t;let i=e.ts.factory.createPropertyAccessExpression(e.ts.factory.createPropertyAccessExpression(e.ts.factory.createIdentifier("process"),e.ts.factory.createIdentifier("env")),e.ts.factory.createIdentifier(Fr)),a=r?e.ts.factory.createNonNullExpression(i):i,u=e.ts.factory.createExpressionStatement(e.ts.factory.createCallExpression(e.ts.factory.createPropertyAccessExpression(e.ts.factory.createIdentifier("builder"),e.ts.factory.createIdentifier("init")),void 0,[a]));return s.splice(o+1,0,u),e.ts.factory.updateSourceFile(t,s)}async function pA(e,t){let r=[],n=Ge(e,t,"CUSTOM_COMPONENTS");return n&&await Promise.all(n.arrayLiteralExp.elements.map(async(o,s)=>{let i=await Fc(e,t,o);i&&(i.nodeIndex=s,r.push(i))})),{sourceFile:t,components:Tt(r)}}async function Fc(e,t,r){if(!e.ts.isObjectLiteralExpression(r))return null;let n={id:"",name:"",displayFilePath:"",exportName:"",importName:"",filePath:"",relFilePath:"",importPath:"",inputs:[],acceptsChildren:!1,framework:"react"};Po(e,r)&&(n.acceptsChildren=!0);for(let s of r.properties){if(!e.ts.isPropertyAssignment(s)||!e.ts.isIdentifier(s.name))continue;if(he(e,s)==="component"){let a,{initializer:u}=s;if(e.ts.isCallExpression(u)&&(e.ts.isIdentifier(u.expression)&&u.expression.text)==="dynamic"){let g=u.arguments;if(g.length===0)return null;let m=g[0];if(!e.ts.isArrowFunction(m))return null;let f=m.body;if(e.ts.isCallExpression(f)){if(f.expression.kind!==e.ts.SyntaxKind.ImportKeyword||f.arguments.length!==1)return null;let y=f.arguments[0];if(!e.ts.isStringLiteral(y))return null;let w=y.text,C=await Ro(e,w);n.filePath=C,n.relFilePath=e.relative(e.getAppRootDir(),n.filePath),await e.exists(C)?n.importPath=xe(e,n.filePath):(n.externalImportPath=w,n.importPath=n.externalImportPath),n.name=Yt(e,n.filePath),n.importName="default",n.exportName="default",n.exportType="default"}else if(e.ts.isPropertyAccessExpression(f)){let h=f.expression;if(!e.ts.isParenthesizedExpression(h))return null;let y=h.expression;if(!e.ts.isAwaitExpression(y))return null;let w=y.expression;if(!e.ts.isCallExpression(w)||w.expression.kind!==e.ts.SyntaxKind.ImportKeyword||w.arguments.length!==1)return null;let _=w.arguments[0];if(!e.ts.isStringLiteral(_)||!e.ts.isIdentifier(f.name))return null;let S=_.text,F=await Ro(e,S);n.filePath=F,n.relFilePath=e.relative(e.getAppRootDir(),n.filePath),await e.exists(F)?n.importPath=xe(e,n.filePath):(n.externalImportPath=S,n.importPath=n.externalImportPath),n.name=be(f.name.text),n.importName=f.name.text,n.exportName=f.name.text,n.exportType="named"}else return null;return n=Ft(e,n,r),n.displayFilePath=ge(e,n.filePath),n.filePath&&n.exportName&&(n.id=await Ce(e,n.filePath,n.exportName,n.externalImportPath)),n}if(e.ts.isIdentifier(u)&&(a=u.text),!a)continue;n.name===""&&(n.name=be(a)),n.importName=a;let c=await Rr(e,e.registryPath,t,a);if(!c)continue;n.filePath=c.filePath,n.relFilePath=c.relFilePath,await e.exists(c.filePath)?n.importPath=xe(e,c.filePath):(n.externalImportPath=c.importPath,n.importPath=n.externalImportPath),n.importPath=xe(e,c.filePath),n.displayFilePath=c.displayFilePath,n.exportType=c.exportType;let l=t.statements.filter(d=>e.ts.isImportDeclaration(d)),p=l.find(d=>d.importClause&&d.importClause.name?.text===a);if(p){let d=p.moduleSpecifier;if(!e.ts.isStringLiteral(d))return null;n.exportName="default"}else{let d=l.find(m=>!m.importClause||!m.importClause.namedBindings||!e.ts.isNamedImports(m.importClause.namedBindings)?!1:m.importClause.namedBindings.elements.some(f=>f.name.text===a));if(!d)return null;let g=d.moduleSpecifier;if(!e.ts.isStringLiteral(g))return null;n.exportName=a}continue}}return n=Ft(e,n,r),n.filePath&&n.exportName&&(n.id=await Ce(e,n.filePath,n.exportName,n.externalImportPath)),n}function Ir(e,t){let r=[...t.statements],n=!1;for(let o=t.statements.length-1;o>=0;o--){let s=t.statements[o];if(e.ts.isImportDeclaration(s)&&s.importClause){let i=!1,a=s.importClause.namedBindings;if(a&&e.ts.isNamedImports(a)&&a.elements){let u=[...a.elements];for(let c=u.length-1;c>=0;c--){let l=u[c];if(e.ts.isImportSpecifier(l)){let p=l.name;if(p&&e.ts.isIdentifier(p)){let d=p.text;ah(e,t,d)||u.splice(c,1)}}}if(u.length===0)i=!0;else if(a.elements.length!==u.length){let c=e.ts.factory.updateImportClause(s.importClause,!1,s.importClause.name,e.ts.factory.createNamedImports(u)),l=e.ts.factory.updateImportDeclaration(s,void 0,c,s.moduleSpecifier,void 0);r[o]=l,n=!0}}else if(s.importClause.name&&e.ts.isIdentifier(s.importClause.name)){let u=s.importClause.name.text;ah(e,t,u)||(i=!0)}i&&(r.splice(o,1),n=!0)}}return n?e.ts.factory.updateSourceFile(t,r):t}function ah(e,t,r){let n=!1;function o(s){if(!e.ts.isImportDeclaration(s)){if(e.ts.isIdentifier(s)&&s.text===r){n=!0;return}e.ts.forEachChild(s,o)}}return e.ts.forEachChild(t,o),n}function Nr(e,t,r,n,o,s,i){let a=null,u=null,c=null,l=-1;t=Ut(t),r=Ut(r);let p=t.find(g=>g.id===e),d=r.find(g=>g.id===e);if(n)d||(a={...Ut(p),inputs:Ut(p.inputs).map(g=>(g.isRegistered=!0,g))},l=r.length,r.push(a));else if(typeof d?.nodeIndex=="number"&&d.nodeIndex>-1){if(o)l=d.nodeIndex,u=Ut(d),r=r.filter(g=>g.id!==e);else if(s!=null)dA(d,s),l=d.nodeIndex,c=d;else if(i!=null){let g=d.inputs.find(m=>m.name===i.name);g&&(i.registerInput===!1?g.isRegistered=!1:(fA(g,i),g.isRegistered=!0),c=d,l=d.nodeIndex)}}return{addCmpToRegistry:a,removeCmpFromRegistry:u,updateRegisteredCmp:c,nodeIndex:l,components:Dr(t,r)}}function Dr(e,t){let r=Tt([...t.map(n=>(n.isRegistered=!0,n)),...e.filter(n=>!t.some(o=>o.id===n.id)).map(n=>(n.isRegistered=!1,n))]);return r.forEach(n=>{n.inputs=n.inputs.map(xc),n.inputs.sort((i,a)=>i.name.toLowerCase().localeCompare(a.name.toLowerCase()));let o=t.find(i=>i.id===n.id);o&&(o.acceptsChildren=bc(n));let s=e.find(i=>i.id===n.id&&i.externalImportPath);s&&(n.filePath=s.filePath,n.relFilePath=s.relFilePath)}),r}function dA(e,t){wt(t.name)?e.name=t.name:t.name===null&&(e.name=e.importName),wt(t.description)?e.description=t.description:t.description===null&&delete e.description,wt(t.image)?e.image=t.image:t.image===null&&delete e.image}function fA(e,t){wt(t.type)&&(e.type=t.type),wt(t.friendlyName)?e.friendlyName=t.friendlyName:t.friendlyName===null&&delete e.friendlyName,wt(t.defaultValue)||hi(t.defaultValue)||Do(t.defaultValue)?e.defaultValue=t.defaultValue:t.defaultValue===null&&delete e.defaultValue,wt(t.helperText)?e.helperText=t.helperText:t.helperText===null&&delete e.helperText,t.required===!0?e.required=t.required:(t.required===null||t.required===!1)&&delete e.required}async function wn(e){let t=new Set,r=async o=>{let s=await e.readdir(o);await Promise.all(s.map(async i=>{if(i.startsWith(".")||i==="node_modules")return;let a=e.join(o,i),u=e.extname(i).toLowerCase();if(u===".tsx"||u===".jsx"||u===".ts"||u===".js"){t.add(a);return}(await e.stat(a)).isDirectory()&&await r(a)}))};return await r(e.getAppRootDir()),await Je(e,[...t])}function Or(e,t,r){return _o(e,t,r.variableName)?t:mA(e,t,r)}function mA(e,t,r){let n=typeof r.arrayType=="string"?e.ts.factory.createArrayTypeNode(e.ts.factory.createTypeReferenceNode(r.arrayType,void 0)):void 0,o=e.ts.factory.createArrayLiteralExpression([]),s=e.ts.factory.createVariableDeclaration(r.variableName,void 0,n,o),i=e.ts.factory.createVariableDeclarationList([s],e.ts.NodeFlags.Const),a=e.ts.factory.createModifier(e.ts.SyntaxKind.ExportKeyword),u=e.ts.factory.createVariableStatement([a],i),c=[...t.statements,u];return e.ts.factory.updateSourceFile(t,c)}async function Mr(e,t,r,n,o,s,i,a){let u=await wn(e),[c,l,p,d]=await Promise.all([eh(e,u),ih(e),bt(e),bi(e)]),g=c.map(C=>C.cmpInfo),m=l.components,f={components:Dr(g,m),registryPath:e.registryPath,registryDisplayPath:ge(e,e.registryPath),frameworks:e.getFrameworks(),dependencies:tr(g),publicApiKey:d.envValue??void 0,devToolsVersion:e.version};if(a)return f.components=await Ao(e,f.components),f;let h=!1,y=l.sourceFile,w=Array.isArray(t)?t:typeof t=="string"?[t]:[];if(w.length>0){let C=w.map(F=>{let $=c.find(I=>I.cmpInfo.id===F);if(!$)throw new Error(`Component ${F} not found`);return $}),_=Array.from(new Set(C.map(F=>F.cmpInfo.filePath))),S=await Je(e,_);for(let F of C){let $=f.components.find(D=>D.id===F.cmpInfo.id),I=await Fo(e,F,S,e.registryPath===F.cmpInfo.filePath||Jt(F.cmpInfo.filePath));Ht($,I);let k=g.findIndex(D=>D.id===F.cmpInfo.id);g[k].inputs=I;let R=Nr(F.cmpInfo.id,g,m,r,n,o,s);if(e.sdkVersion===V.gen2){let{elements:D,elmIndex:L,statementIndex:U,statement:H,variableDeclaration:b}=await yA(e,y,F);if(R.addCmpToRegistry)D.push(hA(e,R.addCmpToRegistry)),h=!0;else if(R.removeCmpFromRegistry)D.splice(L,1),h=!0;else if(R.updateRegisteredCmp){let E=Ye(e,D[L],R.updateRegisteredCmp);D[L]=e.ts.factory.updateObjectLiteralExpression(E,[ch(e,R.updateRegisteredCmp),...E.properties.slice(1)]),h=!0}if(h&&i){let E=[...y.statements];E[U]=e.ts.factory.updateVariableStatement(H,H.modifiers,e.ts.factory.updateVariableDeclarationList(H.declarationList,[e.ts.factory.updateVariableDeclaration(b,b.name,b.exclamationToken,b.type,e.ts.factory.createArrayLiteralExpression(kr(e,D)))])),y=e.ts.factory.updateSourceFile(y,E),y=uh(e,R,y),y=ce(e,y,{namedImports:["RegisteredComponent"],importPath:"@builder.io/sdk-react",isTypeOnly:!0}),y=Or(e,y,{variableName:"CUSTOM_COMPONENTS",arrayType:"RegisteredComponent"}),f.components=R.components,m=R.components.filter(Be=>Be.isRegistered)}}else{let D=[...y.statements];R.addCmpToRegistry?(D.push(Kg(e,R.addCmpToRegistry)),h=!0):R.removeCmpFromRegistry?(D.splice(R.nodeIndex,1),h=!0):R.updateRegisteredCmp&&(D[R.nodeIndex]=Sc(e,D[R.nodeIndex],R.updateRegisteredCmp),h=!0),h&&i&&(y=e.ts.factory.updateSourceFile(y,D),y=ce(e,y,{namedImports:["Builder","builder"],importPath:"@builder.io/react"}),y=sh(e,y,p),y=uh(e,R,y),$?.acceptsChildren&&(y=ce(e,y,{namedImports:["withChildren"],importPath:"@builder.io/react"})),f.components=R.components,m=R.components.filter(L=>L.isRegistered))}}}if(h&&i){y=Ir(e,y),y=$r(e,y),e.appDir&&(y=oh(e,y));let C=Qe(e,y);C=yr(C),e.appDir&&(C=nh(C)),C=await e.formatCode(e.registryPath,C),await e.writeFile(e.registryPath,C)}return f}function ch(e,t){let r=e.ts.factory.createIdentifier(t.importName);return e.appDir?e.ts.factory.createPropertyAssignment("component",r):e.ts.factory.createPropertyAssignment("component",DA(e,t))}function gA(e){return e.ts.factory.createPropertyAssignment("canHaveChildren",e.ts.factory.createTrue())}function hA(e,t){return Ye(e,e.ts.factory.createObjectLiteralExpression([ch(e,t),...t.acceptsChildren?[gA(e)]:[]],!0),t)}async function yA(e,t,r){let n=Ge(e,t,"CUSTOM_COMPONENTS");if(!n)throw new Error(`Exported name of the Builder registry must be "CUSTOM_COMPONENTS". Please update your Builder registry file: ${e.registryPath}`);let o=n.arrayLiteralExp.elements.filter(i=>e.ts.isObjectLiteralExpression(i)),s=-1;for(let i=0;i<o.length;i++)if((await Fc(e,t,o[i]))?.id===r.cmpInfo.id){s=i;break}return{...n,elements:o,elmIndex:s}}function uh(e,t,r){if(e.appDir){let n=t.addCmpToRegistry||t.updateRegisteredCmp;if(n){let o=n.externalImportPath?n.externalImportPath:ae(e,e.registryPath,n.filePath);n.exportType==="default"?r=ce(e,r,{defaultImport:n.importName,importPath:o}):n.exportType==="named"&&(r=ce(e,r,{namedImports:[n.importName],importPath:o}))}}else r=ce(e,r,{defaultImport:"dynamic",importPath:"next/dynamic"});return r}function DA(e,t){let r=t.externalImportPath?t.externalImportPath:ae(e,e.registryPath,t.filePath),n=t.exportName!=="default",o;n?o=e.ts.factory.createPropertyAccessExpression(e.ts.factory.createAwaitExpression(e.ts.factory.createCallExpression(e.ts.factory.createIdentifier("import"),void 0,[e.ts.factory.createStringLiteral(r)])),e.ts.factory.createIdentifier(t.exportName)):o=e.ts.factory.createCallExpression(e.ts.factory.createIdentifier("import"),void 0,[e.ts.factory.createStringLiteral(r)]);let s=e.ts.factory.createArrowFunction(n?[e.ts.factory.createModifier(e.ts.SyntaxKind.AsyncKeyword)]:void 0,void 0,[],void 0,e.ts.factory.createToken(e.ts.SyntaxKind.EqualsGreaterThanToken),o);return e.ts.factory.createCallExpression(e.ts.factory.createIdentifier("dynamic"),void 0,[s])}async function ph(e){let t=[],r=await xA(e,t);return await hh(e,t,r),e.appDir?(e.debug(`ensure builder setup for next.js app ${e.appDir}`),await CA(e,e.appDir,t)):e.pagesDir&&(e.debug(`ensure builder setup for next.js pages ${e.pagesDir}`),await wA(e,e.pagesDir,t)),t}async function dh(e){let t=[];return await hh(e,t),e.appDir?(e.debug(`ensure figma-imports setup for next.js app ${e.appDir}`),await vA(e,e.appDir,t)):e.pagesDir&&(e.debug(`ensure figma-imports setup for next.js pages ${e.pagesDir}`),await bA(e,e.pagesDir,t)),t}async function vA(e,t,r){let n=`page.${e.typescriptEnabled?"tsx":"jsx"}`,o=e.join(t,"figma-imports",n);if(!await e.exists(o)){let s=await e.formatCode(o,mh({sys:e,routePath:o,modelName:"figma-imports"}));await e.writeFile(o,s),r.push({filePath:o,modifiedType:"create"})}if(!await e.exists(e.builderComponentPath)){let s=await e.formatCode(e.builderComponentPath,fh(e));await e.writeFile(e.builderComponentPath,s),r.push({filePath:e.builderComponentPath,modifiedType:"create"})}}async function CA(e,t,r){let n=`page.${e.typescriptEnabled?"tsx":"jsx"}`,o=e.join(t,"[...page]",n);if(!await e.exists(o)){let s=await e.formatCode(o,mh({sys:e,routePath:o,modelName:"page"}));await e.writeFile(o,s),r.push({filePath:o,modifiedType:"create"})}if(!await e.exists(e.builderComponentPath)){let s=await e.formatCode(e.builderComponentPath,fh(e));await e.writeFile(e.builderComponentPath,s),r.push({filePath:e.builderComponentPath,modifiedType:"create"})}}function fh(e){let t=e.typescriptEnabled;return e.sdkVersion===V.gen2?`
|
|
315
|
+
`}function Zc(e,t){return t.sort((r,n)=>{let o=Ag(e,r),s=Ag(e,n);return o.toLocaleLowerCase().localeCompare(s.toLocaleLowerCase())})}function Ag(e,t){let r=t.importClause;if(r){let n=r.namedBindings;if(n&&e.ts.isNamedImports(n)&&n.elements.length>0)return n.elements[0].name.text;if(r.name)return r.name.text}return t.moduleSpecifier&&e.ts.isStringLiteral(t.moduleSpecifier)?t.moduleSpecifier.text:""}function Rg(e){return typeof e=="string"&&!e.includes("'use client'")&&!e.includes(`"use client"'`)&&(e=`"use client"
|
|
316
|
+
${e}`),e}function $g(e,t){let r=t.statements.filter(n=>!(e.ts.isExpressionStatement(n)&&e.ts.isStringLiteral(n.expression)&&e.ts.isStringLiteral(n.expression)&&n.expression.text==="use client"));return e.ts.factory.updateSourceFile(t,r)}function Mr(e,t){return t.sort((r,n)=>{if(e.ts.isObjectLiteralExpression(r)&&e.ts.isObjectLiteralExpression(n)){let o=Fg(e,r),s=Fg(e,n);return o.toLocaleLowerCase().localeCompare(s.toLocaleLowerCase())}return 1})}function Fg(e,t){let r=t.properties.find(n=>ye(e,n)==="name");return r&&e.ts.isPropertyAssignment(r)&&e.ts.isStringLiteral(r.initializer)?r.initializer.text:"zzzz"}async function kg(e){let t=await e.readFile(e.registryPath);return t?XA(e,t):{components:[],sourceFile:se(e,"")}}async function XA(e,t){let r=se(e,t);return e.sdkVersion===H.gen2?tF(e,r):eF(e,r)}async function eF(e,t){let r=[];for(let n=0;n<t.statements.length;n++){let o=t.statements[n];if(!e.ts.isExpressionStatement(o))continue;let s=o.expression;if(!e.ts.isCallExpression(s))continue;let i=s.expression;if(!e.ts.isPropertyAccessExpression(i))continue;let a=i.expression;if(!e.ts.isIdentifier(a)||a.text!=="Builder"||i.name.text!=="registerComponent")continue;let c=s.arguments;if(c.length<2)continue;let l=c[1];if(!e.ts.isObjectLiteralExpression(l))continue;let p=c[0];if(e.ts.isCallExpression(p)){let d=e.ts.isIdentifier(p.expression)&&p.expression.text;if(d==="withChildren"){let m=Qc(e,p.arguments[0]);if(e.ts.isCallExpression(m)){let f=await Jc(e,n,m,l,!0);f&&r.push(f)}else{let f=m;if(e.ts.isIdentifier(f)){let g=await Yc(e,t,n,f,l,!0);g&&r.push(g)}}continue}if(d==="dynamic"){let m=await Jc(e,n,p,l,!1);m&&r.push(m);continue}let h=Qc(e,p.arguments[0]);if(e.ts.isCallExpression(h)&&e.ts.isIdentifier(h.expression)&&h.expression.text==="dynamic"){let m=await Jc(e,n,h,l,!1);m&&r.push(m);continue}if(e.ts.isIdentifier(h)){let m=await Yc(e,t,n,h,l,!1);m&&r.push(m);continue}continue}if(e.ts.isIdentifier(p)){let d=await Yc(e,t,n,p,l,!1);d&&r.push(d);continue}}return{sourceFile:t,components:Ft(r)}}function Qc(e,t){return e.ts.isCallExpression(t)?(e.ts.isIdentifier(t.expression)&&t.expression.text)==="dynamic"?t:Qc(e,t.arguments[0]):t}async function Jc(e,t,r,n,o){let s={id:"",name:"",displayFilePath:"",exportName:"",importName:"",filePath:"",relFilePath:"",importPath:"",inputs:[],nodeIndex:t,acceptsChildren:o,framework:"react"},i=r.arguments;if(i.length===0)return null;let a=i[0];if(!e.ts.isArrowFunction(a))return null;let u=a.body;if(e.ts.isCallExpression(u)){if(u.expression.kind!==e.ts.SyntaxKind.ImportKeyword||u.arguments.length!==1)return null;let l=u.arguments[0];if(!e.ts.isStringLiteral(l))return null;let p=l.text,d=await No(e,p);s.filePath=d,s.relFilePath=e.relative(e.getAppRootDir(),s.filePath),await e.exists(d)?s.importPath=Ee(e,s.filePath):(s.externalImportPath=p,s.importPath=s.externalImportPath),s.name=er(e,s.filePath),s.importName="default",s.exportName="default",s.exportType="default"}else if(e.ts.isPropertyAccessExpression(u)){let c=u.expression;if(!e.ts.isParenthesizedExpression(c))return null;let l=c.expression;if(!e.ts.isAwaitExpression(l))return null;let p=l.expression;if(!e.ts.isCallExpression(p)||p.expression.kind!==e.ts.SyntaxKind.ImportKeyword||p.arguments.length!==1)return null;let h=p.arguments[0];if(!e.ts.isStringLiteral(h)||!e.ts.isIdentifier(u.name))return null;let m=h.text,f=await No(e,m);s.filePath=f,s.relFilePath=e.relative(e.getAppRootDir(),s.filePath),await e.exists(f)?s.importPath=Ee(e,s.filePath):(s.externalImportPath=m,s.importPath=s.externalImportPath),s.name=Se(u.name.text),s.importName=u.name.text,s.exportName=u.name.text,s.exportType="named"}else return null;return s=$t(e,s,n),s.displayFilePath=ge(e,s.filePath),s.filePath&&s.exportName&&(s.id=await we(e,s.filePath,s.exportName,s.externalImportPath)),s}async function Yc(e,t,r,n,o,s){let i={id:"",name:"",displayFilePath:"",exportName:"",importName:"",filePath:"",relFilePath:"",importPath:"",inputs:[],nodeIndex:r,acceptsChildren:s,framework:"react"},a=t.statements.filter(c=>e.ts.isImportDeclaration(c)),u=a.find(c=>c.importClause&&c.importClause.name?.text===n.text);if(u){let c=u.moduleSpecifier;if(!e.ts.isStringLiteral(c))return null;let l=await No(e,c.text);i.filePath=l,i.relFilePath=e.relative(e.getAppRootDir(),i.filePath),await e.exists(l)?i.importPath=Ee(e,i.filePath):(i.externalImportPath=c.text,i.importPath=i.externalImportPath),i.name=er(e,i.filePath),i.importName=n.text,i.exportName="default",i.exportType="default"}else{let c=a.find(d=>!d.importClause||!d.importClause.namedBindings||!e.ts.isNamedImports(d.importClause.namedBindings)?!1:d.importClause.namedBindings.elements.some(h=>h.name.text===n.text));if(!c)return null;let l=c.moduleSpecifier;if(!e.ts.isStringLiteral(l))return null;let p=await No(e,l.text);i.filePath=p,i.relFilePath=e.relative(e.getAppRootDir(),i.filePath),await e.exists(p)?i.importPath=Ee(e,i.filePath):(i.externalImportPath=l.text,i.importPath=i.externalImportPath),i.name=Se(n.text),i.importName=n.text,i.exportName=n.text,i.exportType="named"}return i=$t(e,i,o),i.displayFilePath=ge(e,i.filePath),i.filePath&&i.exportName&&(i.id=await we(e,i.filePath,i.exportName,i.externalImportPath)),i}function No(e,t){return Li(e,e.normalize(e.resolve(e.dirname(e.registryPath),t)))}function Ig(e,t,r){let n=!1,o=0,s=[...t.statements];for(let c=0;c<s.length;c++){let l=s[c];if(e.ts.isImportDeclaration(l)){o=c;continue}if(!e.ts.isExpressionStatement(l))continue;let p=l.expression;if(!e.ts.isCallExpression(p))continue;let d=p.expression;if(!e.ts.isPropertyAccessExpression(d))continue;let h=d.expression;if(!e.ts.isIdentifier(h)||h.text!=="builder")continue;if(d.name.text=="init"){n=!0;break}else continue}if(n)return t;let i=e.ts.factory.createPropertyAccessExpression(e.ts.factory.createPropertyAccessExpression(e.ts.factory.createIdentifier("process"),e.ts.factory.createIdentifier("env")),e.ts.factory.createIdentifier(Ir)),a=r?e.ts.factory.createNonNullExpression(i):i,u=e.ts.factory.createExpressionStatement(e.ts.factory.createCallExpression(e.ts.factory.createPropertyAccessExpression(e.ts.factory.createIdentifier("builder"),e.ts.factory.createIdentifier("init")),void 0,[a]));return s.splice(o+1,0,u),e.ts.factory.updateSourceFile(t,s)}async function tF(e,t){let r=[],n=We(e,t,"CUSTOM_COMPONENTS");return n&&await Promise.all(n.arrayLiteralExp.elements.map(async(o,s)=>{let i=await Xc(e,t,o);i&&(i.nodeIndex=s,r.push(i))})),{sourceFile:t,components:Ft(r)}}async function Xc(e,t,r){if(!e.ts.isObjectLiteralExpression(r))return null;let n={id:"",name:"",displayFilePath:"",exportName:"",importName:"",filePath:"",relFilePath:"",importPath:"",inputs:[],acceptsChildren:!1,framework:"react"};Fo(e,r)&&(n.acceptsChildren=!0);for(let s of r.properties){if(!e.ts.isPropertyAssignment(s)||!e.ts.isIdentifier(s.name))continue;if(ye(e,s)==="component"){let a,{initializer:u}=s;if(e.ts.isCallExpression(u)&&(e.ts.isIdentifier(u.expression)&&u.expression.text)==="dynamic"){let h=u.arguments;if(h.length===0)return null;let m=h[0];if(!e.ts.isArrowFunction(m))return null;let f=m.body;if(e.ts.isCallExpression(f)){if(f.expression.kind!==e.ts.SyntaxKind.ImportKeyword||f.arguments.length!==1)return null;let y=f.arguments[0];if(!e.ts.isStringLiteral(y))return null;let b=y.text,w=await No(e,b);n.filePath=w,n.relFilePath=e.relative(e.getAppRootDir(),n.filePath),await e.exists(w)?n.importPath=Ee(e,n.filePath):(n.externalImportPath=b,n.importPath=n.externalImportPath),n.name=er(e,n.filePath),n.importName="default",n.exportName="default",n.exportType="default"}else if(e.ts.isPropertyAccessExpression(f)){let g=f.expression;if(!e.ts.isParenthesizedExpression(g))return null;let y=g.expression;if(!e.ts.isAwaitExpression(y))return null;let b=y.expression;if(!e.ts.isCallExpression(b)||b.expression.kind!==e.ts.SyntaxKind.ImportKeyword||b.arguments.length!==1)return null;let T=b.arguments[0];if(!e.ts.isStringLiteral(T)||!e.ts.isIdentifier(f.name))return null;let E=T.text,F=await No(e,E);n.filePath=F,n.relFilePath=e.relative(e.getAppRootDir(),n.filePath),await e.exists(F)?n.importPath=Ee(e,n.filePath):(n.externalImportPath=E,n.importPath=n.externalImportPath),n.name=Se(f.name.text),n.importName=f.name.text,n.exportName=f.name.text,n.exportType="named"}else return null;return n=$t(e,n,r),n.displayFilePath=ge(e,n.filePath),n.filePath&&n.exportName&&(n.id=await we(e,n.filePath,n.exportName,n.externalImportPath)),n}if(e.ts.isIdentifier(u)&&(a=u.text),!a)continue;n.name===""&&(n.name=Se(a)),n.importName=a;let c=await Nr(e,e.registryPath,t,a);if(!c)continue;n.filePath=c.filePath,n.relFilePath=c.relFilePath,await e.exists(c.filePath)?n.importPath=Ee(e,c.filePath):(n.externalImportPath=c.importPath,n.importPath=n.externalImportPath),n.importPath=Ee(e,c.filePath),n.displayFilePath=c.displayFilePath,n.exportType=c.exportType;let l=t.statements.filter(d=>e.ts.isImportDeclaration(d)),p=l.find(d=>d.importClause&&d.importClause.name?.text===a);if(p){let d=p.moduleSpecifier;if(!e.ts.isStringLiteral(d))return null;n.exportName="default"}else{let d=l.find(m=>!m.importClause||!m.importClause.namedBindings||!e.ts.isNamedImports(m.importClause.namedBindings)?!1:m.importClause.namedBindings.elements.some(f=>f.name.text===a));if(!d)return null;let h=d.moduleSpecifier;if(!e.ts.isStringLiteral(h))return null;n.exportName=a}continue}}return n=$t(e,n,r),n.filePath&&n.exportName&&(n.id=await we(e,n.filePath,n.exportName,n.externalImportPath)),n}function Lr(e,t){let r=[...t.statements],n=!1;for(let o=t.statements.length-1;o>=0;o--){let s=t.statements[o];if(e.ts.isImportDeclaration(s)&&s.importClause){let i=!1,a=s.importClause.namedBindings;if(a&&e.ts.isNamedImports(a)&&a.elements){let u=[...a.elements];for(let c=u.length-1;c>=0;c--){let l=u[c];if(e.ts.isImportSpecifier(l)){let p=l.name;if(p&&e.ts.isIdentifier(p)){let d=p.text;Ng(e,t,d)||u.splice(c,1)}}}if(u.length===0)i=!0;else if(a.elements.length!==u.length){let c=e.ts.factory.updateImportClause(s.importClause,!1,s.importClause.name,e.ts.factory.createNamedImports(u)),l=e.ts.factory.updateImportDeclaration(s,void 0,c,s.moduleSpecifier,void 0);r[o]=l,n=!0}}else if(s.importClause.name&&e.ts.isIdentifier(s.importClause.name)){let u=s.importClause.name.text;Ng(e,t,u)||(i=!0)}i&&(r.splice(o,1),n=!0)}}return n?e.ts.factory.updateSourceFile(t,r):t}function Ng(e,t,r){let n=!1;function o(s){if(!e.ts.isImportDeclaration(s)){if(e.ts.isIdentifier(s)&&s.text===r){n=!0;return}e.ts.forEachChild(s,o)}}return e.ts.forEachChild(t,o),n}function Br(e,t,r,n,o,s,i){let a=null,u=null,c=null,l=-1;t=Ht(t),r=Ht(r);let p=t.find(h=>h.id===e),d=r.find(h=>h.id===e);if(n)d||(a={...Ht(p),inputs:Ht(p.inputs).map(h=>(h.isRegistered=!0,h))},l=r.length,r.push(a));else if(typeof d?.nodeIndex=="number"&&d.nodeIndex>-1){if(o)l=d.nodeIndex,u=Ht(d),r=r.filter(h=>h.id!==e);else if(s!=null)rF(d,s),l=d.nodeIndex,c=d;else if(i!=null){let h=d.inputs.find(m=>m.name===i.name);h&&(i.registerInput===!1?h.isRegistered=!1:(nF(h,i),h.isRegistered=!0),c=d,l=d.nodeIndex)}}return{addCmpToRegistry:a,removeCmpFromRegistry:u,updateRegisteredCmp:c,nodeIndex:l,components:Cr(t,r)}}function Cr(e,t){let r=Ft([...t.map(n=>(n.isRegistered=!0,n)),...e.filter(n=>!t.some(o=>o.id===n.id)).map(n=>(n.isRegistered=!1,n))]);return r.forEach(n=>{n.inputs=n.inputs.map(Kc),n.inputs.sort((i,a)=>i.name.toLowerCase().localeCompare(a.name.toLowerCase()));let o=t.find(i=>i.id===n.id);o&&(o.acceptsChildren=qc(n));let s=e.find(i=>i.id===n.id&&i.externalImportPath);s&&(n.filePath=s.filePath,n.relFilePath=s.relFilePath)}),r}function rF(e,t){St(t.name)?e.name=t.name:t.name===null&&(e.name=e.importName),St(t.description)?e.description=t.description:t.description===null&&delete e.description,St(t.image)?e.image=t.image:t.image===null&&delete e.image}function nF(e,t){St(t.type)&&(e.type=t.type),St(t.friendlyName)?e.friendlyName=t.friendlyName:t.friendlyName===null&&delete e.friendlyName,St(t.defaultValue)||Ai(t.defaultValue)||bo(t.defaultValue)?e.defaultValue=t.defaultValue:t.defaultValue===null&&delete e.defaultValue,St(t.helperText)?e.helperText=t.helperText:t.helperText===null&&delete e.helperText,t.required===!0?e.required=t.required:(t.required===null||t.required===!1)&&delete e.required}async function En(e){let t=new Set,r=async o=>{let s=await e.readdir(o);await Promise.all(s.map(async i=>{if(i.startsWith(".")||i==="node_modules")return;let a=e.join(o,i),u=e.extname(i).toLowerCase();if(u===".tsx"||u===".jsx"||u===".ts"||u===".js"){t.add(a);return}(await e.stat(a)).isDirectory()&&await r(a)}))};return await r(e.getAppRootDir()),await Qe(e,[...t])}function zr(e,t,r){return Ro(e,t,r.variableName)?t:oF(e,t,r)}function oF(e,t,r){let n=typeof r.arrayType=="string"?e.ts.factory.createArrayTypeNode(e.ts.factory.createTypeReferenceNode(r.arrayType,void 0)):void 0,o=e.ts.factory.createArrayLiteralExpression([]),s=e.ts.factory.createVariableDeclaration(r.variableName,void 0,n,o),i=e.ts.factory.createVariableDeclarationList([s],e.ts.NodeFlags.Const),a=e.ts.factory.createModifier(e.ts.SyntaxKind.ExportKeyword),u=e.ts.factory.createVariableStatement([a],i),c=[...t.statements,u];return e.ts.factory.updateSourceFile(t,c)}async function jr(e,t,r,n,o,s,i,a){let u=await En(e),[c,l,p,d]=await Promise.all([Tg(e,u),kg(e),Et(e),Ni(e)]),h=c.map(w=>w.cmpInfo),m=l.components,f={components:Cr(h,m),registryPath:e.registryPath,registryDisplayPath:ge(e,e.registryPath),frameworks:e.getFrameworks(),dependencies:or(h),publicApiKey:d.envValue??void 0,devToolsVersion:e.version};if(a)return f.components=await ko(e,f.components),f;let g=!1,y=l.sourceFile,b=Array.isArray(t)?t:typeof t=="string"?[t]:[];if(b.length>0){let w=b.map(F=>{let $=c.find(I=>I.cmpInfo.id===F);if(!$)throw new Error(`Component ${F} not found`);return $}),T=Array.from(new Set(w.map(F=>F.cmpInfo.filePath))),E=await Qe(e,T);for(let F of w){let $=f.components.find(v=>v.id===F.cmpInfo.id),I=await Io(e,F,E,e.registryPath===F.cmpInfo.filePath||Xt(F.cmpInfo.filePath));Kt($,I);let k=h.findIndex(v=>v.id===F.cmpInfo.id);h[k].inputs=I;let R=Br(F.cmpInfo.id,h,m,r,n,o,s);if(e.sdkVersion===H.gen2){let{elements:v,elmIndex:z,statementIndex:V,statement:q,variableDeclaration:x}=await aF(e,y,F);if(R.addCmpToRegistry)v.push(sF(e,R.addCmpToRegistry)),g=!0;else if(R.removeCmpFromRegistry)v.splice(z,1),g=!0;else if(R.updateRegisteredCmp){let _=Xe(e,v[z],R.updateRegisteredCmp);v[z]=e.ts.factory.updateObjectLiteralExpression(_,[Mg(e,R.updateRegisteredCmp),..._.properties.slice(1)]),g=!0}if(g&&i){let _=[...y.statements];_[V]=e.ts.factory.updateVariableStatement(q,q.modifiers,e.ts.factory.updateVariableDeclarationList(q.declarationList,[e.ts.factory.updateVariableDeclaration(x,x.name,x.exclamationToken,x.type,e.ts.factory.createArrayLiteralExpression(Mr(e,v)))])),y=e.ts.factory.updateSourceFile(y,_),y=Og(e,R,y),y=ce(e,y,{namedImports:["RegisteredComponent"],importPath:"@builder.io/sdk-react",isTypeOnly:!0}),y=zr(e,y,{variableName:"CUSTOM_COMPONENTS",arrayType:"RegisteredComponent"}),f.components=R.components,m=R.components.filter(je=>je.isRegistered)}}else{let v=[...y.statements];R.addCmpToRegistry?(v.push(Cg(e,R.addCmpToRegistry)),g=!0):R.removeCmpFromRegistry?(v.splice(R.nodeIndex,1),g=!0):R.updateRegisteredCmp&&(v[R.nodeIndex]=Gc(e,v[R.nodeIndex],R.updateRegisteredCmp),g=!0),g&&i&&(y=e.ts.factory.updateSourceFile(y,v),y=ce(e,y,{namedImports:["Builder","builder"],importPath:"@builder.io/react"}),y=Ig(e,y,p),y=Og(e,R,y),$?.acceptsChildren&&(y=ce(e,y,{namedImports:["withChildren"],importPath:"@builder.io/react"})),f.components=R.components,m=R.components.filter(z=>z.isRegistered))}}}if(g&&i){y=Lr(e,y),y=Or(e,y),e.appDir&&(y=$g(e,y));let w=tt(e,y);w=vr(w),e.appDir&&(w=Rg(w)),w=await e.formatCode(e.registryPath,w),await e.writeFile(e.registryPath,w)}return f}function Mg(e,t){let r=e.ts.factory.createIdentifier(t.importName);return e.appDir?e.ts.factory.createPropertyAssignment("component",r):e.ts.factory.createPropertyAssignment("component",uF(e,t))}function iF(e){return e.ts.factory.createPropertyAssignment("canHaveChildren",e.ts.factory.createTrue())}function sF(e,t){return Xe(e,e.ts.factory.createObjectLiteralExpression([Mg(e,t),...t.acceptsChildren?[iF(e)]:[]],!0),t)}async function aF(e,t,r){let n=We(e,t,"CUSTOM_COMPONENTS");if(!n)throw new Error(`Exported name of the Builder registry must be "CUSTOM_COMPONENTS". Please update your Builder registry file: ${e.registryPath}`);let o=n.arrayLiteralExp.elements.filter(i=>e.ts.isObjectLiteralExpression(i)),s=-1;for(let i=0;i<o.length;i++)if((await Xc(e,t,o[i]))?.id===r.cmpInfo.id){s=i;break}return{...n,elements:o,elmIndex:s}}function Og(e,t,r){if(e.appDir){let n=t.addCmpToRegistry||t.updateRegisteredCmp;if(n){let o=n.externalImportPath?n.externalImportPath:ae(e,e.registryPath,n.filePath);n.exportType==="default"?r=ce(e,r,{defaultImport:n.importName,importPath:o}):n.exportType==="named"&&(r=ce(e,r,{namedImports:[n.importName],importPath:o}))}}else r=ce(e,r,{defaultImport:"dynamic",importPath:"next/dynamic"});return r}function uF(e,t){let r=t.externalImportPath?t.externalImportPath:ae(e,e.registryPath,t.filePath),n=t.exportName!=="default",o;n?o=e.ts.factory.createPropertyAccessExpression(e.ts.factory.createAwaitExpression(e.ts.factory.createCallExpression(e.ts.factory.createIdentifier("import"),void 0,[e.ts.factory.createStringLiteral(r)])),e.ts.factory.createIdentifier(t.exportName)):o=e.ts.factory.createCallExpression(e.ts.factory.createIdentifier("import"),void 0,[e.ts.factory.createStringLiteral(r)]);let s=e.ts.factory.createArrowFunction(n?[e.ts.factory.createModifier(e.ts.SyntaxKind.AsyncKeyword)]:void 0,void 0,[],void 0,e.ts.factory.createToken(e.ts.SyntaxKind.EqualsGreaterThanToken),o);return e.ts.factory.createCallExpression(e.ts.factory.createIdentifier("dynamic"),void 0,[s])}async function Bg(e){let t=[],r=await fF(e,t);return await Hg(e,t,r),e.appDir?(e.debug(`ensure builder setup for next.js app ${e.appDir}`),await lF(e,e.appDir,t)):e.pagesDir&&(e.debug(`ensure builder setup for next.js pages ${e.pagesDir}`),await pF(e,e.pagesDir,t)),t}async function zg(e){let t=[];return await Hg(e,t),e.appDir?(e.debug(`ensure figma-imports setup for next.js app ${e.appDir}`),await cF(e,e.appDir,t)):e.pagesDir&&(e.debug(`ensure figma-imports setup for next.js pages ${e.pagesDir}`),await dF(e,e.pagesDir,t)),t}async function cF(e,t,r){let n=`page.${e.typescriptEnabled?"tsx":"jsx"}`,o=e.join(t,"figma-imports",n);if(!await e.exists(o)){let s=await e.formatCode(o,Ug({sys:e,routePath:o,modelName:"figma-imports"}));await e.writeFile(o,s),r.push({filePath:o,modifiedType:"create"})}if(!await e.exists(e.builderComponentPath)){let s=await e.formatCode(e.builderComponentPath,jg(e));await e.writeFile(e.builderComponentPath,s),r.push({filePath:e.builderComponentPath,modifiedType:"create"})}}async function lF(e,t,r){let n=`page.${e.typescriptEnabled?"tsx":"jsx"}`,o=e.join(t,"[...page]",n);if(!await e.exists(o)){let s=await e.formatCode(o,Ug({sys:e,routePath:o,modelName:"page"}));await e.writeFile(o,s),r.push({filePath:o,modifiedType:"create"})}if(!await e.exists(e.builderComponentPath)){let s=await e.formatCode(e.builderComponentPath,jg(e));await e.writeFile(e.builderComponentPath,s),r.push({filePath:e.builderComponentPath,modifiedType:"create"})}}function jg(e){let t=e.typescriptEnabled;return e.sdkVersion===H.gen2?`
|
|
317
317
|
"use client";
|
|
318
318
|
import { ${t?"BuilderContent, ":""} isPreviewing, Content } from "@builder.io/sdk-react";
|
|
319
319
|
import DefaultErrorPage from "next/error";
|
|
@@ -325,7 +325,7 @@ interface BuilderPageProps {
|
|
|
325
325
|
}`:""}
|
|
326
326
|
|
|
327
327
|
// Builder Public API Key set in .env file
|
|
328
|
-
const builderApiKey = process.env.${
|
|
328
|
+
const builderApiKey = process.env.${Ir}${t?"!":""};
|
|
329
329
|
|
|
330
330
|
export function RenderBuilderContent({ content, model }${t?": BuilderPageProps":""}) {
|
|
331
331
|
// Call the isPreviewing hook to determine if
|
|
@@ -356,7 +356,7 @@ ${t?`
|
|
|
356
356
|
type BuilderPageProps = ComponentProps<typeof BuilderComponent>;`:""}
|
|
357
357
|
|
|
358
358
|
// Builder Public API Key set in .env file
|
|
359
|
-
builder.init(process.env.${
|
|
359
|
+
builder.init(process.env.${Ir}${t?"!":""});
|
|
360
360
|
|
|
361
361
|
export function RenderBuilderContent({ content, model }${t?": BuilderPageProps":""}) {
|
|
362
362
|
// Call the useIsPreviewing hook to determine if
|
|
@@ -372,7 +372,7 @@ export function RenderBuilderContent({ content, model }${t?": BuilderPageProps":
|
|
|
372
372
|
// DefaultErrorPage with a 404.
|
|
373
373
|
return <DefaultErrorPage statusCode={404} />;
|
|
374
374
|
}
|
|
375
|
-
`.trimStart()}function
|
|
375
|
+
`.trimStart()}function Lg(e){return e.features.asyncParams?`
|
|
376
376
|
interface PageProps {
|
|
377
377
|
params: Promise<{
|
|
378
378
|
page: string[];
|
|
@@ -382,14 +382,14 @@ interface PageProps {
|
|
|
382
382
|
params: {
|
|
383
383
|
page: string[];
|
|
384
384
|
};
|
|
385
|
-
}`}function
|
|
385
|
+
}`}function Ug({sys:e,routePath:t,modelName:r}){let n=e.typescriptEnabled,o=ae(e,t,e.builderComponentPath);return e.sdkVersion===H.gen2?`
|
|
386
386
|
import { fetchOneEntry } from "@builder.io/sdk-react";
|
|
387
387
|
import { RenderBuilderContent } from ${JSON.stringify(o)};
|
|
388
388
|
|
|
389
389
|
// Builder Public API Key set in .env file
|
|
390
|
-
const PUBLIC_API_KEY = process.env.${
|
|
390
|
+
const PUBLIC_API_KEY = process.env.${Ir}${n?"!":""};
|
|
391
391
|
|
|
392
|
-
${n?
|
|
392
|
+
${n?Lg(e):""}
|
|
393
393
|
|
|
394
394
|
export default async function Page(props${n?": PageProps":""}) {
|
|
395
395
|
const builderModelName = "${r}";
|
|
@@ -416,8 +416,8 @@ import { builder } from "@builder.io/sdk";
|
|
|
416
416
|
import { RenderBuilderContent } from ${JSON.stringify(o)};
|
|
417
417
|
|
|
418
418
|
// Builder Public API Key set in .env file
|
|
419
|
-
builder.init(process.env.${
|
|
420
|
-
${n?
|
|
419
|
+
builder.init(process.env.${Ir}${n?"!":""});
|
|
420
|
+
${n?Lg(e):""}
|
|
421
421
|
|
|
422
422
|
export default async function Page(props${n?": PageProps":""}) {
|
|
423
423
|
const builderModelName = "${r}";
|
|
@@ -440,7 +440,7 @@ export default async function Page(props${n?": PageProps":""}) {
|
|
|
440
440
|
</>
|
|
441
441
|
);
|
|
442
442
|
}
|
|
443
|
-
`.trimStart()}async function
|
|
443
|
+
`.trimStart()}async function pF(e,t,r){let n=`[...page].${e.typescriptEnabled?"tsx":"jsx"}`,o=e.join(t,n);if(!await e.exists(o)){let s=await e.formatCode(o,Vg({sys:e,routePath:o,modelName:"page"}));await e.writeFile(o,s),r.push({filePath:o,modifiedType:"create"})}}async function dF(e,t,r){let n=`figma-imports.${e.typescriptEnabled?"tsx":"jsx"}`,o=e.join(t,n);if(!await e.exists(o)){let s=await e.formatCode(o,Vg({sys:e,routePath:o,modelName:"figma-imports"}));await e.writeFile(o,s),r.push({filePath:o,modifiedType:"create"})}}function Vg({sys:e,routePath:t,modelName:r}){let n=e.typescriptEnabled;return e.sdkVersion===H.gen2?`
|
|
444
444
|
import React from "react";
|
|
445
445
|
import { useRouter } from "next/router";
|
|
446
446
|
${n?'import type { BuilderContent } from "@builder.io/sdk-react";':""}
|
|
@@ -455,7 +455,7 @@ import Head from "next/head";
|
|
|
455
455
|
${n?'import { GetStaticProps } from "next";':""}
|
|
456
456
|
import { CUSTOM_COMPONENTS } from ${JSON.stringify(ae(e,e.builderComponentPath,e.registryPath))};
|
|
457
457
|
|
|
458
|
-
const BUILDER_API_KEY = process.env.${
|
|
458
|
+
const BUILDER_API_KEY = process.env.${Ir}${n?"!":""};
|
|
459
459
|
|
|
460
460
|
// Define a function that fetches the Builder
|
|
461
461
|
// content for a given page
|
|
@@ -539,7 +539,7 @@ import { BuilderContent } from "@builder.io/sdk";`:""}${n?`
|
|
|
539
539
|
import { GetStaticProps } from "next";`:""}
|
|
540
540
|
import ${JSON.stringify(ae(e,t,e.registryPath))};
|
|
541
541
|
|
|
542
|
-
builder.init(process.env.${
|
|
542
|
+
builder.init(process.env.${Ir}${n?"!":""});
|
|
543
543
|
|
|
544
544
|
// Define a function that fetches the Builder
|
|
545
545
|
// content for a given page
|
|
@@ -604,7 +604,7 @@ export default function Page({ page }${n?": { page: BuilderContent | null }":""}
|
|
|
604
604
|
</>
|
|
605
605
|
);
|
|
606
606
|
}
|
|
607
|
-
`.trimStart()}async function
|
|
607
|
+
`.trimStart()}async function fF(e,t){let n=e.typescriptEnabled?"tsx":"jsx",o=e.join(e.componentsDir,"Counter"),s=e.join(o,`Counter.${n}`),i=e.join(o,"styles.module.css"),{component:a,styles:u}=mF(e);if(!await e.exists(s)){let c=await e.formatCode(s,a);await e.writeFile(s,c),t.push({filePath:s,modifiedType:"create"})}return await e.exists(i)||(await e.writeFile(i,u),t.push({filePath:i,modifiedType:"create"})),s}function mF(e){let t=e.typescriptEnabled,r=`
|
|
608
608
|
"use client"
|
|
609
609
|
import React, { useState } from "react";
|
|
610
610
|
import styles from "./styles.module.css";
|
|
@@ -667,18 +667,18 @@ export default Counter;
|
|
|
667
667
|
font-size: 42px;
|
|
668
668
|
text-align: center;
|
|
669
669
|
}
|
|
670
|
-
`.trimStart();return{component:r,styles:n}}async function
|
|
670
|
+
`.trimStart();return{component:r,styles:n}}async function Hg(e,t,r){if(!await e.exists(e.registryPath)){if(e.sdkVersion===H.gen2){let s=hF(e);await e.writeFile(e.registryPath,s)}else await e.writeFile(e.registryPath,"");t.push({filePath:e.registryPath,modifiedType:"create"})}if(!r)return;let o=(await jr(e,null,!1,!1,null,null,!1,!1)).components.find(s=>s.filePath===r);o&&await jr(e,o.id,!0,!1,null,null,!0,!1)}function hF(e){return e.typescriptEnabled?`import type { RegisteredComponent } from "@builder.io/sdk-react";
|
|
671
671
|
|
|
672
672
|
export const CUSTOM_COMPONENTS: RegisteredComponent[] = [
|
|
673
673
|
];`:`export const CUSTOM_COMPONENTS = [
|
|
674
674
|
];
|
|
675
|
-
`}async function
|
|
675
|
+
`}async function Oo(e){let t=await bn(e,e.getRepoRootDir());if(t&&typeof t=="object"){let r=new Set(Object.keys({...t.dependencies,...t.devDependencies}));if(r.has("@builder.io/sdk-react"))return H.gen2;if(r.has("@builder.io/react"))return H.gen1}return null}async function qg(e){let t=await gF(e);return{builderPageOptions:async()=>({templateContentId:"3de2f13211234071a4b19a17b4fbc5a7",pathname:"/builder-demo",title:"Builder + Next.js Demo Page"}),ensureBuilderSetup:()=>Bg(t),ensureFigmaImportPage:()=>zg(t),getRegistryPath:()=>t.registryPath,getRegistry:n=>jr(t,null,!1,!1,null,null,!1,!!n?.readAllInputTypes),addExternalPackage:n=>{t.addExternalPackage(n)},loadComponent:async n=>{let o=await jr(t,n.cmpId,!1,!1,null,null,!1,!1);return{...o,component:o.components.find(s=>s.id===n.cmpId)}},registerComponent:n=>jr(t,n.cmpId,!0,!1,null,null,!0,!1),setRegisteredComponentInfo:n=>jr(t,n.cmpId,!1,!1,n,null,!0,!1),setRegisteredComponentInput:n=>jr(t,n.cmpId,!1,!1,null,n,!0,!1),unregisterComponent:n=>jr(t,n.cmpId,!1,!0,null,null,!0,!1),getPublicApiKey:()=>Ni(t),setPublicApiKey:n=>mg(t,n.publicApiKey),getDependencies:n=>n.sdkVersion===H.gen2?[{name:"@builder.io/dev-tools"},{name:"@builder.io/sdk-react"}]:[{name:"@builder.io/dev-tools"},{name:"@builder.io/react"},{name:"@builder.io/sdk"}],getDevRunCommand:()=>"dev",getCache:()=>rr(t),setCache:n=>nr(t,n)}}async function gF(e){let t=e.getAppRootDir(),r=e.join(t,"src"),n=await yF(e),o=await Et(e),s=e.getFrameworks().find(c=>c.name==="next"),i={asyncParams:s?.version?.major!==void 0&&s.version.major>=15},a={},u={...e,addExternalPackage:c=>{a[e.join(t,c,"index.ts")]=`export * from "${c}";`},readFileSync:c=>a[c]??e.readFileSync(c),existsSync:c=>!!a[c]||e.existsSync(c),readdirSync:c=>{let l=e.readdirSync(c);return c===t?[...l,...Object.keys(a).map(p=>p.slice(t.length+1))]:l},readdir:async c=>{let l=await e.readdir(c);return c===t?[...l,...Object.keys(a).map(p=>p.slice(t.length+1))]:l},appDir:null,pagesDir:null,srcDir:null,builderComponentPath:"",componentsDir:"",registryPath:"",nextConfigPath:n,typescriptEnabled:o,features:i};if(e.sdkVersion?u.sdkVersion=e.sdkVersion:u.sdkVersion=await Oo(u),await e.exists(r)){u.srcDir=r,u.componentsDir=e.join(r,"components");let c=e.join(r,"app");await e.exists(c)&&(u.appDir=c);let l=e.join(r,"pages");await e.exists(l)&&(u.pagesDir=l),u.registryPath=await Rt(e,r)}else u.componentsDir=e.join(t,"components"),u.registryPath=await Rt(e,t);if(u.builderComponentPath=e.join(u.componentsDir,`builder.${o?"tsx":"jsx"}`),!u.appDir){let c=e.join(t,"app");await e.exists(c)&&(u.appDir=c)}if(!u.pagesDir){let c=e.join(t,"pages");await e.exists(c)&&(u.pagesDir=c)}if(!u.appDir&&!u.pagesDir&&!e.ignoreMissingConfig)throw new Error(`Could not find Next.js "app" or "pages" directory. Searched in "${t}".`);return u}async function yF(e){let t=e.join(e.getAppRootDir(),"next.config.ts");if(await e.exists(t))return t;let r=e.join(e.getAppRootDir(),"next.config.mjs");if(await e.exists(r))return r;let n=e.join(e.getAppRootDir(),"next.config.js");if(await e.exists(n))return n;throw new Error(`Could not find Next.js config file. Searched for "next.config.ts", "next.config.mjs" and "next.config.js" in "${e.getAppRootDir()}".`)}async function Bi(e){return await $r(e,[".env"],Gg)}async function Kg(e,t){DF(t);let r=await Bi(e),n=await kr(e,r.file,r.envKey,t);return{...r,modifiedType:n}}function DF(e){typeof process<"u"&&(process.env[Gg]=e)}var Gg="PUBLIC_BUILDER_API_KEY";function Wg(e,t,r){if(r.length===0)return e;let n=e.split(`
|
|
676
676
|
`),o=n.findIndex(a=>a.includes(r));if(o===-1||n.some(a=>a.includes(t[0])))return e;let i=["/**",...t.map(a=>` * ${a.trim()}`)," */"];return n.splice(o,0,...i),n.join(`
|
|
677
|
-
`)}async function
|
|
677
|
+
`)}async function Jg(e,t){let r=[],n=t.getSourceFiles(),o=t.getTypeChecker();return await Promise.all(n.map(async s=>{let i=e.basename(s.fileName);if(i.startsWith(".")||wF.has(i))return;let a=e.normalize(s.fileName);if(a===e.registryPath)return;let u=await Na(e,o,a,s);r.push(...u)})),r}async function Yg(e,t){if(e.extname(t).toLowerCase()===".tsx"){let n=await e.readFile(t);if(n)return vF(e,t,n)}return null}function vF(e,t,r){let n=se(e,r);return Na(e,null,t,n)}async function Na(e,t,r,n){r=e.normalize(r);let o=[],s=Jn(e,n);return await Promise.all(s.map(async i=>{let a=await CF(e,t,r,i);a&&o.push(a)})),o}async function CF(e,t,r,n){let o=e.relative(e.getAppRootDir(),r),s=Ee(e,r);if(e.ts.isVariableStatement(n.node))for(let i of n.node.declarationList.declarations){let a=Zg(e,i.initializer);if(a&&e.ts.isIdentifier(i.name)){let u=i.name.text;return{cmpInfo:{id:await we(e,r,u),displayFilePath:ge(e,r),name:Se(u),inputs:[],exportName:n.isDefaultExport?"default":u,exportType:n.isDefaultExport?"default":"named",importName:u,filePath:r,relFilePath:o,importPath:s,framework:"qwik"},node:a}}}else if(e.ts.isCallExpression(n.node)){let i=Zg(e,n.node);if(i)return{cmpInfo:{id:await we(e,r,"default"),displayFilePath:ge(e,r),name:er(e,r),inputs:[],exportName:"default",exportType:"default",importName:Kn(e,r),filePath:r,relFilePath:o,importPath:s,framework:"qwik"},node:i}}return null}function Zg(e,t){if(t&&e.ts.isCallExpression(t)&&e.ts.isIdentifier(t.expression)&&t.expression.text==="component$"&&t.arguments.length>0){let r=t.arguments[0];if(e.ts.isArrowFunction(r)||e.ts.isFunctionExpression(r))return{callExpression:t,fnNode:r}}return null}var wF=new Set(["node_modules","layout.tsx","404.tsx","router-head.tsx"]);async function Qg(e,t){let r=t.node.fnNode;if((e.ts.isArrowFunction(r)||e.ts.isFunctionExpression(r))&&r.parameters.length>0){let{sourceFile:o,typeChecker:s}=await So(e,t.cmpInfo.filePath,null);if(!(await Na(e,s,t.cmpInfo.filePath,o)).find(u=>u.cmpInfo.id===t.cmpInfo.id))throw new Error(`createComponentInputs() Could not find component ${t.cmpInfo.name} in ${t.cmpInfo.filePath}`);return Zn(e,s,r)}return[]}async function Xg(e){return el(e)}async function el(e){let t=[];return await e.exists(e.registryPath)||(await e.writeFile(e.registryPath,bF),t.push({filePath:e.registryPath,modifiedType:"create"})),t}var bF=`import type { RegisteredComponent } from "@builder.io/sdk-qwik";
|
|
678
678
|
|
|
679
679
|
export const CUSTOM_COMPONENTS: RegisteredComponent[] = [
|
|
680
680
|
];
|
|
681
|
-
`;async function Ph(e){await Rc(e);let t=await e.readFile(e.registryPath);return t?kA(e,t):{components:[],sourceFile:se(e,"")}}async function kA(e,t){let r=se(e,t);return IA(e,r)}async function IA(e,t){let r=[],n=Ge(e,t,"CUSTOM_COMPONENTS");return n&&await Promise.all(n.arrayLiteralExp.elements.map(async(o,s)=>{let i=await $c(e,t,o);i&&(i.nodeIndex=s,r.push(i))})),{sourceFile:t,components:Tt(r)}}async function $c(e,t,r){if(!e.ts.isObjectLiteralExpression(r))return null;let n={id:"",name:"",displayFilePath:"",exportName:"",importName:"",filePath:"",relFilePath:"",importPath:"",inputs:[],framework:"qwik"};for(let o of r.properties){if(!e.ts.isPropertyAssignment(o)||!e.ts.isIdentifier(o.name))continue;if(he(e,o)==="component"&&e.ts.isIdentifier(o.initializer)){let i=o.initializer.text;n.name===""&&(n.name=be(i)),n.importName=i;let a=await Rr(e,e.registryPath,t,i);if(!a)continue;n.filePath=a.filePath,n.relFilePath=a.relFilePath,n.importPath=xe(e,a.filePath),n.displayFilePath=a.displayFilePath,n.exportType=a.exportType;let u=await xh(e,a.filePath);if(u&&u.length>0)if(u.length===1)n.exportName=u[0].cmpInfo.exportName;else{let c=u.find(l=>l.cmpInfo.exportName===i);c&&(n.exportName=c.cmpInfo.exportName)}continue}}return n=Ft(e,n,r),n.filePath&&n.exportName&&(n.id=await Ce(e,n.filePath,n.exportName)),n}async function _h(e){let t=new Set,r=async o=>{let s=await e.readdir(o);await Promise.all(s.map(async i=>{if(i.startsWith(".")||i==="node_modules")return;let a=e.join(o,i),u=e.extname(i).toLowerCase();if(u===".tsx"||u===".ts"){t.add(a);return}(await e.stat(a)).isDirectory()&&await r(a)}))};return await r(e.getAppRootDir()),await Je(e,[...t])}async function Gn(e,t,r,n,o,s,i,a){let u=await _h(e),[c,l,p]=await Promise.all([bh(e,u),Ph(e),Pi(e)]),d=c.map(f=>f.cmpInfo),g=l.components,m={components:Dr(d,g),registryPath:e.registryPath,registryDisplayPath:ge(e,e.registryPath),frameworks:e.getFrameworks(),dependencies:tr(d),publicApiKey:p.envValue??void 0,devToolsVersion:e.version};if(a)return m;if(t!=null){let f=c.find(R=>R.cmpInfo.id===t);if(!f)throw new Error(`Component ${t} not found`);let h=l.sourceFile,y=m.components.find(R=>R.id===t),w=await Sh(e,f);Ht(y,w),t=Array.isArray(t)?t[0]:t;let C=Nr(t,d,g,r,n,o,s),{elements:_,elmIndex:S,statementIndex:F,statement:$,variableDeclaration:I}=await OA(e,h,f),k=!1;if(C.addCmpToRegistry?(_.push(NA(e,C.addCmpToRegistry)),k=!0):C.removeCmpFromRegistry?(_.splice(S,1),k=!0):C.updateRegisteredCmp&&(_[S]=Ye(e,_[S],C.updateRegisteredCmp),k=!0),k&&i){let R=[...h.statements];R[F]=e.ts.factory.updateVariableStatement($,$.modifiers,e.ts.factory.updateVariableDeclarationList($.declarationList,[e.ts.factory.updateVariableDeclaration(I,I.name,I.exclamationToken,I.type,e.ts.factory.createArrayLiteralExpression(kr(e,_)))])),h=e.ts.factory.updateSourceFile(h,R),y.exportType==="named"?h=ce(e,h,{namedImports:[y.importName],importPath:ae(e,e.registryPath,y.filePath)}):h=ce(e,h,{defaultImport:y.importName,importPath:ae(e,e.registryPath,y.filePath)}),h=ce(e,h,{namedImports:["RegisteredComponent"],importPath:"@builder.io/sdk-qwik",isTypeOnly:!0}),h=Or(e,h,{variableName:"CUSTOM_COMPONENTS",arrayType:"RegisteredComponent"}),h=Ir(e,h),h=$r(e,h);let D=Qe(e,h);D=yr(D),D=Ch(D,MA,"CUSTOM_COMPONENTS"),D=await e.formatCode(e.registryPath,D),await e.writeFile(e.registryPath,D)}m.components=C.components}return m}function NA(e,t){return Ye(e,e.ts.factory.createObjectLiteralExpression([e.ts.factory.createPropertyAssignment("component",e.ts.factory.createIdentifier(t.importName))],!0),t)}async function OA(e,t,r){let n=Ge(e,t,"CUSTOM_COMPONENTS");if(!n)throw new Error(`Exported name of the Builder registry must be "CUSTOM_COMPONENTS". Please update your Builder registry file: ${e.registryPath}`);let o=n.arrayLiteralExp.elements.filter(i=>e.ts.isObjectLiteralExpression(i)),s=-1;for(let i=0;i<o.length;i++)if((await $c(e,t,o[i]))?.id===r.cmpInfo.id){s=i;break}return{...n,elements:o,elmIndex:s}}var MA=["This array is used to integrate custom components within Builder.","https://www.builder.io/c/docs/custom-components-intro","",'These components will be found the "Custom Components"',"section of Builder's visual editor.",'You can also turn on "components only mode" to limit',"editing to only these components.","https://www.builder.io/c/docs/guides/components-only-mode"];async function Th(e){let t=await LA(e);return{builderPageOptions:async()=>({templateContentId:"dc70f1d979ad416d8fd357137eb9ddfb",pathname:"/",title:"Builder + Qwik Demo Page"}),ensureBuilderSetup:()=>Eh(t),ensureFigmaImportPage:async()=>[],getRegistryPath:()=>t.registryPath,getRegistry:n=>Gn(t,null,!1,!1,null,null,!1,!!n?.readAllInputTypes),addExternalPackage:async n=>{},loadComponent:async n=>{let o=await Gn(t,n.cmpId,!1,!1,null,null,!1,!1);return{...o,component:o.components.find(s=>s.id===n.cmpId)}},registerComponent:n=>Gn(t,n.cmpId,!0,!1,null,null,!0,!1),setRegisteredComponentInfo:n=>Gn(t,n.cmpId,!1,!1,n,null,!0,!1),setRegisteredComponentInput:n=>Gn(t,n.cmpId,!1,!1,null,n,!0,!1),unregisterComponent:n=>Gn(t,n.cmpId,!1,!0,null,null,!0,!1),getPublicApiKey:()=>Pi(t),setPublicApiKey:n=>Dh(t,n.publicApiKey),getDependencies:n=>[{name:"@builder.io/dev-tools"},{name:"@builder.io/sdk-qwik"}],getDevRunCommand:()=>"dev",getCache:()=>Xt(t),setCache:n=>er(t,n)}}async function LA(e){let t=await yi(e,e.getAppRootDir(),"components");if(!t)throw new Error(`Could not find components directory within project: ${e.getAppRootDir()}`);let r=await At(e,t),n=e.join(e.getAppRootDir(),".env");return{...e,componentsDir:t,registryPath:r,envPath:n}}async function _i(e){return await Tr(e,[".env"],Ti)}async function Ah(e,t){let r=await _i(e),n=await Ar(e,r.file,r.envKey,t);return{...r,modifiedType:n}}var Ti="PUBLIC_BUILDER_KEY";var BA=new Set(["dist","node_modules"]);async function Fh(e,t){let r=[],n=t.getSourceFiles(),o=t.getTypeChecker(),s=e.join(e.getAppRootDir(),"build");return await Promise.all(n.map(async i=>{let a=e.basename(i.fileName);if(a.startsWith(".")||a==="node_modules"||ta(e,BA,i.fileName)||zA.has(a)||a.includes("$."))return;let u=e.normalize(i.fileName);if(u===e.remixConfigPath||u===s)return;let c=await Cn(e,o,u,i,u===e.registryPath);r.push(...c)})),r}var zA=new Set(["root.tsx","root.ts","root.jsx","root.js","_index.tsx","_index.jsx","_index.ts","_index.js"]);async function Rh(e){await ma(e);let t=await e.readFile(e.registryPath);return t?jA(e,t):{components:[],sourceFile:se(e,"")}}async function jA(e,t){let r=se(e,t);return UA(e,r)}async function UA(e,t){let r=[],n=Ge(e,t,"CUSTOM_COMPONENTS");return n&&await Promise.all(n.arrayLiteralExp.elements.map(async(o,s)=>{let i=await kc(e,t,o);i&&(i.nodeIndex=s,r.push(i))})),{sourceFile:t,components:Tt(r)}}async function kc(e,t,r){if(!e.ts.isObjectLiteralExpression(r))return null;let n={id:"",name:"",displayFilePath:"",exportName:"",importName:"",filePath:"",relFilePath:"",importPath:"",inputs:[],acceptsChildren:!1,framework:"react"};e.sdkVersion===V.gen2&&Po(e,r)&&(n.acceptsChildren=!0);for(let o of r.properties){if(!e.ts.isPropertyAssignment(o)||!e.ts.isIdentifier(o.name))continue;if(he(e,o)==="component"){let i,{initializer:a}=o;if(e.ts.isIdentifier(a))i=a.text;else if(e.ts.isCallExpression(a)){(e.ts.isIdentifier(a.expression)&&a.expression.text)==="withChildren"&&(n.acceptsChildren=!0);let l=a.arguments[0];e.ts.isIdentifier(l)&&(i=l.text)}if(!i)continue;n.name===""&&(n.name=be(i)),n.importName=i;let u=await Rr(e,e.registryPath,t,i);if(!u)continue;if(n.filePath=u.filePath,n.relFilePath=u.relFilePath,await e.exists(u.filePath)?n.importPath=xe(e,u.filePath):(n.externalImportPath=u.importPath,n.importPath=n.externalImportPath),n.displayFilePath=u.displayFilePath,n.exportType=u.exportType,n.externalImportPath)n.exportName=i;else{let c=await Yg(e,u.filePath,e.registryPath===u.filePath||Jt(u.filePath));if(c&&c.length>0)if(c.length===1)n.exportName=c[0].cmpInfo.exportName;else{let l=c.find(p=>p.cmpInfo.exportName===i);l&&(n.exportName=l.cmpInfo.exportName)}}continue}}return n=Ft(e,n,r),n.filePath&&n.exportName&&(n.id=await Ce(e,n.filePath,n.exportName,n.externalImportPath)),n}async function Lr(e,t,r,n,o,s,i,a){let u=await wn(e),[c,l,p]=await Promise.all([Fh(e,u),Rh(e),_i(e)]),d=c.map(w=>w.cmpInfo),g=l.components,m={components:Dr(d,g),registryPath:e.registryPath,registryDisplayPath:ge(e,e.registryPath),frameworks:e.getFrameworks(),dependencies:tr(d),publicApiKey:p.envValue??void 0,devToolsVersion:e.version};if(a)return m.components=await Ao(e,m.components),m;let f=!1,h=l.sourceFile,y=Array.isArray(t)?t:typeof t=="string"?[t]:[];if(y.length>0){let w=y.map(S=>{let F=c.find($=>$.cmpInfo.id===S);if(!F)throw new Error(`Component ${S} not found`);return F}),C=Array.from(new Set(w.map(S=>S.cmpInfo.filePath))),_=await Je(e,C);for(let S of w){let F=m.components.find(b=>b.id===S.cmpInfo.id),$=await Fo(e,S,_,e.registryPath===S.cmpInfo.filePath||Jt(S.cmpInfo.filePath));Ht(F,$);let I=d.findIndex(b=>b.id===S.cmpInfo.id);d[I].inputs=$;let k=Nr(S.cmpInfo.id,d,g,r,n,o,s),{elements:R,elmIndex:D,statementIndex:L,statement:U,variableDeclaration:H}=await HA(e,h,S);if(k.addCmpToRegistry)R.push(VA(e,k.addCmpToRegistry)),f=!0;else if(k.removeCmpFromRegistry)R.splice(D,1),f=!0;else if(k.updateRegisteredCmp){let b=Ye(e,R[D],k.updateRegisteredCmp);R[D]=e.ts.factory.updateObjectLiteralExpression(b,[$h(e,k.updateRegisteredCmp),...b.properties.slice(1)]),f=!0}if(f&&i){let b=[...h.statements];b[L]=e.ts.factory.updateVariableStatement(U,U.modifiers,e.ts.factory.updateVariableDeclarationList(U.declarationList,[e.ts.factory.updateVariableDeclaration(H,H.name,H.exclamationToken,H.type,e.ts.factory.createArrayLiteralExpression(kr(e,R)))])),h=e.ts.factory.updateSourceFile(h,b),F.exportType==="named"?h=ce(e,h,{namedImports:[F.importName],importPath:F.externalImportPath?F.externalImportPath:ae(e,e.registryPath,F.filePath)}):h=ce(e,h,{defaultImport:F.importName,importPath:F.externalImportPath?F.externalImportPath:ae(e,e.registryPath,F.filePath)});let E=e.sdkVersion===V.gen2?"@builder.io/sdk-react":"@builder.io/react";h=ce(e,h,{namedImports:["RegisteredComponent"],importPath:E,isTypeOnly:!0}),F.acceptsChildren&&e.sdkVersion!==V.gen2&&(h=ce(e,h,{namedImports:["withChildren"],importPath:"@builder.io/react"})),h=Or(e,h,{variableName:"CUSTOM_COMPONENTS",arrayType:"RegisteredComponent"}),m.components=k.components,g=k.components.filter(Be=>Be.isRegistered)}}}if(f&&i){h=Ir(e,h),h=$r(e,h);let w=Qe(e,h);w=yr(w),w=await e.formatCode(e.registryPath,w),await e.writeFile(e.registryPath,w)}return m}function $h(e,t){if(e.sdkVersion===V.gen2)return e.ts.factory.createPropertyAssignment("component",e.ts.factory.createIdentifier(t.importName));let r=e.ts.factory.createIdentifier(t.importName),n=t.acceptsChildren?e.ts.factory.createCallExpression(e.ts.factory.createIdentifier("withChildren"),void 0,[r]):r;return e.ts.factory.createPropertyAssignment("component",n)}function VA(e,t){return Ye(e,e.ts.factory.createObjectLiteralExpression([$h(e,t),...t.acceptsChildren&&e.sdkVersion===V.gen2?[e.ts.factory.createPropertyAssignment("canHaveChildren",e.ts.factory.createTrue())]:[]],!0),t)}async function HA(e,t,r){let n=Ge(e,t,"CUSTOM_COMPONENTS");if(!n)throw new Error(`Exported name of the Builder registry must be "CUSTOM_COMPONENTS". Please update your Builder registry file: ${e.registryPath}`);let o=n.arrayLiteralExp.elements.filter(i=>e.ts.isObjectLiteralExpression(i)),s=-1;for(let i=0;i<o.length;i++)if((await kc(e,t,o[i]))?.id===r.cmpInfo.id){s=i;break}return{...n,elements:o,elmIndex:s}}async function kh(e){let t=[],r=await GA(e,t);return t.push(...await ma(e)),await ZA(e,r),await KA(e,t),t}async function Ih(e){let t=[];return t.push(...await ma(e)),await qA(e,t),t}async function qA(e,t){let r=`figma-imports.${e.typescriptEnabled?"tsx":"jsx"}`;e.hasLocaleParam&&(e.debug("remixEnsureFigmaImportRoute, hasLocaleParam"),r=`($locale).${r}`);let n=e.join(e.routesDir,r),o=await e.exists(n);e.debug(`remixEnsureFigmaImportRoute, hasRoute: ${o}`);let s=await e.formatCode(n,Nh({sys:e,routePath:n,modelName:"figma-imports"}));await e.writeFile(n,s),t.push({filePath:n,modifiedType:o?"update":"create"})}async function KA(e,t){let r=`$.${e.typescriptEnabled?"tsx":"jsx"}`;e.hasLocaleParam&&(e.debug("remixEnsureAppRoute, hasLocaleParam"),r=`($locale).${r}`),e.sdkVersion===V.gen2&&(r=`($slug)._index.${e.typescriptEnabled?"tsx":"jsx"}`);let n=e.join(e.routesDir,r),o=await e.exists(n);e.debug(`remixEnsureAppRoute, hasRoute: ${o}`);let s=await e.formatCode(n,Nh({sys:e,routePath:n,modelName:"page"}));await e.writeFile(n,s),t.push({filePath:n,modifiedType:o?"update":"create"})}function Nh({sys:e,routePath:t,modelName:r}){let n=e.typescriptEnabled,o=ae(e,t,e.registryPath),s="",i="";n&&(s="import type { LoaderArgs } from '@remix-run/server-runtime';",i=": LoaderArgs");let a=`process.env.${Ti}`,u="";return e.getFrameworks().some(c=>c.name==="@shopify/remix-oxygen")&&(a=`context.env.${Ti}`,u=", context"),n&&(a+="!"),e.sdkVersion===V.gen2?`
|
|
681
|
+
`;async function ey(e){await el(e);let t=await e.readFile(e.registryPath);return t?xF(e,t):{components:[],sourceFile:se(e,"")}}async function xF(e,t){let r=se(e,t);return SF(e,r)}async function SF(e,t){let r=[],n=We(e,t,"CUSTOM_COMPONENTS");return n&&await Promise.all(n.arrayLiteralExp.elements.map(async(o,s)=>{let i=await tl(e,t,o);i&&(i.nodeIndex=s,r.push(i))})),{sourceFile:t,components:Ft(r)}}async function tl(e,t,r){if(!e.ts.isObjectLiteralExpression(r))return null;let n={id:"",name:"",displayFilePath:"",exportName:"",importName:"",filePath:"",relFilePath:"",importPath:"",inputs:[],framework:"qwik"};for(let o of r.properties){if(!e.ts.isPropertyAssignment(o)||!e.ts.isIdentifier(o.name))continue;if(ye(e,o)==="component"&&e.ts.isIdentifier(o.initializer)){let i=o.initializer.text;n.name===""&&(n.name=Se(i)),n.importName=i;let a=await Nr(e,e.registryPath,t,i);if(!a)continue;n.filePath=a.filePath,n.relFilePath=a.relFilePath,n.importPath=Ee(e,a.filePath),n.displayFilePath=a.displayFilePath,n.exportType=a.exportType;let u=await Yg(e,a.filePath);if(u&&u.length>0)if(u.length===1)n.exportName=u[0].cmpInfo.exportName;else{let c=u.find(l=>l.cmpInfo.exportName===i);c&&(n.exportName=c.cmpInfo.exportName)}continue}}return n=$t(e,n,r),n.filePath&&n.exportName&&(n.id=await we(e,n.filePath,n.exportName)),n}async function ty(e){let t=new Set,r=async o=>{let s=await e.readdir(o);await Promise.all(s.map(async i=>{if(i.startsWith(".")||i==="node_modules")return;let a=e.join(o,i),u=e.extname(i).toLowerCase();if(u===".tsx"||u===".ts"){t.add(a);return}(await e.stat(a)).isDirectory()&&await r(a)}))};return await r(e.getAppRootDir()),await Qe(e,[...t])}async function Yn(e,t,r,n,o,s,i,a){let u=await ty(e),[c,l,p]=await Promise.all([Jg(e,u),ey(e),Bi(e)]),d=c.map(f=>f.cmpInfo),h=l.components,m={components:Cr(d,h),registryPath:e.registryPath,registryDisplayPath:ge(e,e.registryPath),frameworks:e.getFrameworks(),dependencies:or(d),publicApiKey:p.envValue??void 0,devToolsVersion:e.version};if(a)return m;if(t!=null){let f=c.find(R=>R.cmpInfo.id===t);if(!f)throw new Error(`Component ${t} not found`);let g=l.sourceFile,y=m.components.find(R=>R.id===t),b=await Qg(e,f);Kt(y,b),t=Array.isArray(t)?t[0]:t;let w=Br(t,d,h,r,n,o,s),{elements:T,elmIndex:E,statementIndex:F,statement:$,variableDeclaration:I}=await _F(e,g,f),k=!1;if(w.addCmpToRegistry?(T.push(EF(e,w.addCmpToRegistry)),k=!0):w.removeCmpFromRegistry?(T.splice(E,1),k=!0):w.updateRegisteredCmp&&(T[E]=Xe(e,T[E],w.updateRegisteredCmp),k=!0),k&&i){let R=[...g.statements];R[F]=e.ts.factory.updateVariableStatement($,$.modifiers,e.ts.factory.updateVariableDeclarationList($.declarationList,[e.ts.factory.updateVariableDeclaration(I,I.name,I.exclamationToken,I.type,e.ts.factory.createArrayLiteralExpression(Mr(e,T)))])),g=e.ts.factory.updateSourceFile(g,R),y.exportType==="named"?g=ce(e,g,{namedImports:[y.importName],importPath:ae(e,e.registryPath,y.filePath)}):g=ce(e,g,{defaultImport:y.importName,importPath:ae(e,e.registryPath,y.filePath)}),g=ce(e,g,{namedImports:["RegisteredComponent"],importPath:"@builder.io/sdk-qwik",isTypeOnly:!0}),g=zr(e,g,{variableName:"CUSTOM_COMPONENTS",arrayType:"RegisteredComponent"}),g=Lr(e,g),g=Or(e,g);let v=tt(e,g);v=vr(v),v=Wg(v,PF,"CUSTOM_COMPONENTS"),v=await e.formatCode(e.registryPath,v),await e.writeFile(e.registryPath,v)}m.components=w.components}return m}function EF(e,t){return Xe(e,e.ts.factory.createObjectLiteralExpression([e.ts.factory.createPropertyAssignment("component",e.ts.factory.createIdentifier(t.importName))],!0),t)}async function _F(e,t,r){let n=We(e,t,"CUSTOM_COMPONENTS");if(!n)throw new Error(`Exported name of the Builder registry must be "CUSTOM_COMPONENTS". Please update your Builder registry file: ${e.registryPath}`);let o=n.arrayLiteralExp.elements.filter(i=>e.ts.isObjectLiteralExpression(i)),s=-1;for(let i=0;i<o.length;i++)if((await tl(e,t,o[i]))?.id===r.cmpInfo.id){s=i;break}return{...n,elements:o,elmIndex:s}}var PF=["This array is used to integrate custom components within Builder.","https://www.builder.io/c/docs/custom-components-intro","",'These components will be found the "Custom Components"',"section of Builder's visual editor.",'You can also turn on "components only mode" to limit',"editing to only these components.","https://www.builder.io/c/docs/guides/components-only-mode"];async function ry(e){let t=await TF(e);return{builderPageOptions:async()=>({templateContentId:"dc70f1d979ad416d8fd357137eb9ddfb",pathname:"/",title:"Builder + Qwik Demo Page"}),ensureBuilderSetup:()=>Xg(t),ensureFigmaImportPage:async()=>[],getRegistryPath:()=>t.registryPath,getRegistry:n=>Yn(t,null,!1,!1,null,null,!1,!!n?.readAllInputTypes),addExternalPackage:async n=>{},loadComponent:async n=>{let o=await Yn(t,n.cmpId,!1,!1,null,null,!1,!1);return{...o,component:o.components.find(s=>s.id===n.cmpId)}},registerComponent:n=>Yn(t,n.cmpId,!0,!1,null,null,!0,!1),setRegisteredComponentInfo:n=>Yn(t,n.cmpId,!1,!1,n,null,!0,!1),setRegisteredComponentInput:n=>Yn(t,n.cmpId,!1,!1,null,n,!0,!1),unregisterComponent:n=>Yn(t,n.cmpId,!1,!0,null,null,!0,!1),getPublicApiKey:()=>Bi(t),setPublicApiKey:n=>Kg(t,n.publicApiKey),getDependencies:n=>[{name:"@builder.io/dev-tools"},{name:"@builder.io/sdk-qwik"}],getDevRunCommand:()=>"dev",getCache:()=>rr(t),setCache:n=>nr(t,n)}}async function TF(e){let t=await Fi(e,e.getAppRootDir(),"components");if(!t)throw new Error(`Could not find components directory within project: ${e.getAppRootDir()}`);let r=await Rt(e,t),n=e.join(e.getAppRootDir(),".env");return{...e,componentsDir:t,registryPath:r,envPath:n}}async function zi(e){return await $r(e,[".env"],ji)}async function ny(e,t){let r=await zi(e),n=await kr(e,r.file,r.envKey,t);return{...r,modifiedType:n}}var ji="PUBLIC_BUILDER_KEY";var AF=new Set(["dist","node_modules"]);async function oy(e,t){let r=[],n=t.getSourceFiles(),o=t.getTypeChecker(),s=e.join(e.getAppRootDir(),"build");return await Promise.all(n.map(async i=>{let a=e.basename(i.fileName);if(a.startsWith(".")||a==="node_modules"||xa(e,AF,i.fileName)||FF.has(a)||a.includes("$."))return;let u=e.normalize(i.fileName);if(u===e.remixConfigPath||u===s)return;let c=await Sn(e,o,u,i,u===e.registryPath);r.push(...c)})),r}var FF=new Set(["root.tsx","root.ts","root.jsx","root.js","_index.tsx","_index.jsx","_index.ts","_index.js"]);async function iy(e){await Oa(e);let t=await e.readFile(e.registryPath);return t?RF(e,t):{components:[],sourceFile:se(e,"")}}async function RF(e,t){let r=se(e,t);return $F(e,r)}async function $F(e,t){let r=[],n=We(e,t,"CUSTOM_COMPONENTS");return n&&await Promise.all(n.arrayLiteralExp.elements.map(async(o,s)=>{let i=await rl(e,t,o);i&&(i.nodeIndex=s,r.push(i))})),{sourceFile:t,components:Ft(r)}}async function rl(e,t,r){if(!e.ts.isObjectLiteralExpression(r))return null;let n={id:"",name:"",displayFilePath:"",exportName:"",importName:"",filePath:"",relFilePath:"",importPath:"",inputs:[],acceptsChildren:!1,framework:"react"};e.sdkVersion===H.gen2&&Fo(e,r)&&(n.acceptsChildren=!0);for(let o of r.properties){if(!e.ts.isPropertyAssignment(o)||!e.ts.isIdentifier(o.name))continue;if(ye(e,o)==="component"){let i,{initializer:a}=o;if(e.ts.isIdentifier(a))i=a.text;else if(e.ts.isCallExpression(a)){(e.ts.isIdentifier(a.expression)&&a.expression.text)==="withChildren"&&(n.acceptsChildren=!0);let l=a.arguments[0];e.ts.isIdentifier(l)&&(i=l.text)}if(!i)continue;n.name===""&&(n.name=Se(i)),n.importName=i;let u=await Nr(e,e.registryPath,t,i);if(!u)continue;if(n.filePath=u.filePath,n.relFilePath=u.relFilePath,await e.exists(u.filePath)?n.importPath=Ee(e,u.filePath):(n.externalImportPath=u.importPath,n.importPath=n.externalImportPath),n.displayFilePath=u.displayFilePath,n.exportType=u.exportType,n.externalImportPath)n.exportName=i;else{let c=await Eg(e,u.filePath,e.registryPath===u.filePath||Xt(u.filePath));if(c&&c.length>0)if(c.length===1)n.exportName=c[0].cmpInfo.exportName;else{let l=c.find(p=>p.cmpInfo.exportName===i);l&&(n.exportName=l.cmpInfo.exportName)}}continue}}return n=$t(e,n,r),n.filePath&&n.exportName&&(n.id=await we(e,n.filePath,n.exportName,n.externalImportPath)),n}async function Ur(e,t,r,n,o,s,i,a){let u=await En(e),[c,l,p]=await Promise.all([oy(e,u),iy(e),zi(e)]),d=c.map(b=>b.cmpInfo),h=l.components,m={components:Cr(d,h),registryPath:e.registryPath,registryDisplayPath:ge(e,e.registryPath),frameworks:e.getFrameworks(),dependencies:or(d),publicApiKey:p.envValue??void 0,devToolsVersion:e.version};if(a)return m.components=await ko(e,m.components),m;let f=!1,g=l.sourceFile,y=Array.isArray(t)?t:typeof t=="string"?[t]:[];if(y.length>0){let b=y.map(E=>{let F=c.find($=>$.cmpInfo.id===E);if(!F)throw new Error(`Component ${E} not found`);return F}),w=Array.from(new Set(b.map(E=>E.cmpInfo.filePath))),T=await Qe(e,w);for(let E of b){let F=m.components.find(x=>x.id===E.cmpInfo.id),$=await Io(e,E,T,e.registryPath===E.cmpInfo.filePath||Xt(E.cmpInfo.filePath));Kt(F,$);let I=d.findIndex(x=>x.id===E.cmpInfo.id);d[I].inputs=$;let k=Br(E.cmpInfo.id,d,h,r,n,o,s),{elements:R,elmIndex:v,statementIndex:z,statement:V,variableDeclaration:q}=await IF(e,g,E);if(k.addCmpToRegistry)R.push(kF(e,k.addCmpToRegistry)),f=!0;else if(k.removeCmpFromRegistry)R.splice(v,1),f=!0;else if(k.updateRegisteredCmp){let x=Xe(e,R[v],k.updateRegisteredCmp);R[v]=e.ts.factory.updateObjectLiteralExpression(x,[sy(e,k.updateRegisteredCmp),...x.properties.slice(1)]),f=!0}if(f&&i){let x=[...g.statements];x[z]=e.ts.factory.updateVariableStatement(V,V.modifiers,e.ts.factory.updateVariableDeclarationList(V.declarationList,[e.ts.factory.updateVariableDeclaration(q,q.name,q.exclamationToken,q.type,e.ts.factory.createArrayLiteralExpression(Mr(e,R)))])),g=e.ts.factory.updateSourceFile(g,x),F.exportType==="named"?g=ce(e,g,{namedImports:[F.importName],importPath:F.externalImportPath?F.externalImportPath:ae(e,e.registryPath,F.filePath)}):g=ce(e,g,{defaultImport:F.importName,importPath:F.externalImportPath?F.externalImportPath:ae(e,e.registryPath,F.filePath)});let _=e.sdkVersion===H.gen2?"@builder.io/sdk-react":"@builder.io/react";g=ce(e,g,{namedImports:["RegisteredComponent"],importPath:_,isTypeOnly:!0}),F.acceptsChildren&&e.sdkVersion!==H.gen2&&(g=ce(e,g,{namedImports:["withChildren"],importPath:"@builder.io/react"})),g=zr(e,g,{variableName:"CUSTOM_COMPONENTS",arrayType:"RegisteredComponent"}),m.components=k.components,h=k.components.filter(je=>je.isRegistered)}}}if(f&&i){g=Lr(e,g),g=Or(e,g);let b=tt(e,g);b=vr(b),b=await e.formatCode(e.registryPath,b),await e.writeFile(e.registryPath,b)}return m}function sy(e,t){if(e.sdkVersion===H.gen2)return e.ts.factory.createPropertyAssignment("component",e.ts.factory.createIdentifier(t.importName));let r=e.ts.factory.createIdentifier(t.importName),n=t.acceptsChildren?e.ts.factory.createCallExpression(e.ts.factory.createIdentifier("withChildren"),void 0,[r]):r;return e.ts.factory.createPropertyAssignment("component",n)}function kF(e,t){return Xe(e,e.ts.factory.createObjectLiteralExpression([sy(e,t),...t.acceptsChildren&&e.sdkVersion===H.gen2?[e.ts.factory.createPropertyAssignment("canHaveChildren",e.ts.factory.createTrue())]:[]],!0),t)}async function IF(e,t,r){let n=We(e,t,"CUSTOM_COMPONENTS");if(!n)throw new Error(`Exported name of the Builder registry must be "CUSTOM_COMPONENTS". Please update your Builder registry file: ${e.registryPath}`);let o=n.arrayLiteralExp.elements.filter(i=>e.ts.isObjectLiteralExpression(i)),s=-1;for(let i=0;i<o.length;i++)if((await rl(e,t,o[i]))?.id===r.cmpInfo.id){s=i;break}return{...n,elements:o,elmIndex:s}}async function ay(e){let t=[],r=await MF(e,t);return t.push(...await Oa(e)),await BF(e,r),await OF(e,t),t}async function uy(e){let t=[];return t.push(...await Oa(e)),await NF(e,t),t}async function NF(e,t){let r=`figma-imports.${e.typescriptEnabled?"tsx":"jsx"}`;e.hasLocaleParam&&(e.debug("remixEnsureFigmaImportRoute, hasLocaleParam"),r=`($locale).${r}`);let n=e.join(e.routesDir,r),o=await e.exists(n);e.debug(`remixEnsureFigmaImportRoute, hasRoute: ${o}`);let s=await e.formatCode(n,cy({sys:e,routePath:n,modelName:"figma-imports"}));await e.writeFile(n,s),t.push({filePath:n,modifiedType:o?"update":"create"})}async function OF(e,t){let r=`$.${e.typescriptEnabled?"tsx":"jsx"}`;e.hasLocaleParam&&(e.debug("remixEnsureAppRoute, hasLocaleParam"),r=`($locale).${r}`),e.sdkVersion===H.gen2&&(r=`($slug)._index.${e.typescriptEnabled?"tsx":"jsx"}`);let n=e.join(e.routesDir,r),o=await e.exists(n);e.debug(`remixEnsureAppRoute, hasRoute: ${o}`);let s=await e.formatCode(n,cy({sys:e,routePath:n,modelName:"page"}));await e.writeFile(n,s),t.push({filePath:n,modifiedType:o?"update":"create"})}function cy({sys:e,routePath:t,modelName:r}){let n=e.typescriptEnabled,o=ae(e,t,e.registryPath),s="",i="";n&&(s="import type { LoaderArgs } from '@remix-run/server-runtime';",i=": LoaderArgs");let a=`process.env.${ji}`,u="";return e.getFrameworks().some(c=>c.name==="@shopify/remix-oxygen")&&(a=`context.env.${ji}`,u=", context"),n&&(a+="!"),e.sdkVersion===H.gen2?`
|
|
682
682
|
|
|
683
683
|
import {
|
|
684
684
|
Content,
|
|
@@ -784,11 +784,11 @@ export default function Page() {
|
|
|
784
784
|
${n?`
|
|
785
785
|
declare global {
|
|
786
786
|
interface Env {
|
|
787
|
-
${
|
|
787
|
+
${ji}: string;
|
|
788
788
|
}
|
|
789
789
|
}
|
|
790
790
|
`:""}
|
|
791
|
-
`}async function
|
|
791
|
+
`}async function MF(e,t){let n=e.typescriptEnabled?"tsx":"jsx",o=e.join(e.componentsDir,"Counter"),s=e.join(o,`Counter.${n}`),i=e.join(o,"styles.module.css"),{component:a,styles:u}=LF(e),c=await e.exists(s);if(e.debug(`remixEnsureCounterComponent, hasCounterCmp: ${c}`),!c){let p=await e.formatCode(s,a);await e.writeFile(s,p),t.push({filePath:s,modifiedType:"create"})}let l=await e.exists(i);return e.debug(`remixEnsureCounterComponent, hasCounterStyles: ${l}`),l||(await e.writeFile(i,u),t.push({filePath:i,modifiedType:"create"})),s}function LF(e){let t=e.typescriptEnabled,r=`
|
|
792
792
|
import { useState } from "react";
|
|
793
793
|
import styles from "./styles.module.css";
|
|
794
794
|
${t?`
|
|
@@ -851,17 +851,17 @@ export default Counter;
|
|
|
851
851
|
font-size: 42px;
|
|
852
852
|
text-align: center;
|
|
853
853
|
}
|
|
854
|
-
`.trimStart();return{component:r,styles:n}}async function
|
|
854
|
+
`.trimStart();return{component:r,styles:n}}async function BF(e,t){let n=(await Ur(e,null,!1,!1,null,null,!1,!1)).components.find(o=>o.filePath===t);n&&await Ur(e,n.id,!0,!1,null,null,!0,!1)}async function Oa(e){let t=[];return await e.exists(e.registryPath)||(await e.writeFile(e.registryPath,zF(e)),t.push({filePath:e.registryPath,modifiedType:"create"})),t}function zF(e){let t=e.sdkVersion===H.gen2;return e.typescriptEnabled?`import type { RegisteredComponent } from ${t?'"@builder.io/sdk-react"':'"@builder.io/react"'};
|
|
855
855
|
|
|
856
856
|
export const CUSTOM_COMPONENTS: RegisteredComponent[] = [
|
|
857
857
|
];`:`export const CUSTOM_COMPONENTS = [
|
|
858
858
|
];
|
|
859
|
-
`}async function
|
|
859
|
+
`}async function ly(e){let t=await jF(e);return{builderPageOptions:async()=>{let n="/builder-demo",o=t.hasLocaleParam?`/en-us${n}`:void 0;return{templateContentId:"a5c9eef7909d4fc99554264a17de22c9",pathname:n,localePathname:o,title:"Builder + Remix Demo Page"}},ensureBuilderSetup:()=>ay(t),ensureFigmaImportPage:()=>uy(t),getRegistryPath:()=>t.registryPath,getRegistry:n=>Ur(t,null,!1,!1,null,null,!1,!!n?.readAllInputTypes),addExternalPackage:n=>{t.addExternalPackage(n)},loadComponent:async n=>{let o=await Ur(t,n.cmpId,!1,!1,null,null,!1,!1);return{...o,component:o.components.find(s=>s.id===n.cmpId)}},registerComponent:n=>Ur(t,n.cmpId,!0,!1,null,null,!0,!1),setRegisteredComponentInfo:n=>Ur(t,n.cmpId,!1,!1,n,null,!0,!1),setRegisteredComponentInput:n=>Ur(t,n.cmpId,!1,!1,null,n,!0,!1),unregisterComponent:n=>Ur(t,n.cmpId,!1,!0,null,null,!0,!1),getPublicApiKey:()=>zi(t),setPublicApiKey:n=>ny(t,n.publicApiKey),getDependencies:n=>n.sdkVersion===H.gen2?[{name:"@builder.io/dev-tools"},{name:"@builder.io/sdk-react"}]:[{name:"@builder.io/dev-tools"},{name:"@builder.io/react"},{name:"@builder.io/sdk"}],getDevRunCommand:()=>"dev",getCache:()=>rr(t),setCache:n=>nr(t,n)}}async function jF(e){let t=await VF(e),r=e.getAppRootDir(),n=await HF(e),o=e.dirname(n),s=e.join(o,"components"),i=await Et(e),a=await Rt(e,o),u={},c={...e,registryPath:a,remixConfigPath:t,typescriptEnabled:i,appDir:o,componentsDir:s,routesDir:n,hasLocaleParam:await UF(e,n),addExternalPackage:l=>{u[e.join(r,l,"index.ts")]=`export * from "${l}";`},readFileSync:l=>u[l]??e.readFileSync(l),existsSync:l=>!!u[l]||e.existsSync(l),readdirSync:l=>{let p=e.readdirSync(l);return l===r?[...p,...Object.keys(u).map(d=>d.slice(r.length+1))]:p},readdir:async l=>{let p=await e.readdir(l);return l===r?[...p,...Object.keys(u).map(d=>d.slice(r.length+1))]:p}};return e.sdkVersion?c.sdkVersion=e.sdkVersion:c.sdkVersion=await Oo(c),c}async function UF(e,t){return(await e.readdir(t)).some(n=>n.startsWith("($locale)."))}async function VF(e){let t=["remix.config.ts","remix.config.js","vite.config.ts","vite.config.js"];for(let r of t){let n=e.join(e.getAppRootDir(),r);if(await e.exists(n))return n}if(e.ignoreMissingConfig)return"";throw new Error(`Could not find Remix config file. Searched for ${t.join(", ")} in "${e.getAppRootDir()}".`)}async function HF(e){let t=await Fi(e,e.getAppRootDir(),"routes");if(t)return t;throw new Error(`Could not find Remix "routes" directory in "${e.getAppRootDir()}". Please ensure this command is ran from within your Remix project's directory.`)}async function Ui(e){let t=[".env"],r=e.configType==="vite"?Vi:Ma;return await $r(e,t,r)}async function py(e,t){let r=await Ui(e),n=await kr(e,r.file,r.envKey,t);return{...r,modifiedType:n}}var Vi="VITE_PUBLIC_BUILDER_KEY",Ma="PUBLIC_BUILDER_KEY";function dy(e,t){let r=`Builder.registerComponent(
|
|
860
860
|
`;r+=` ${t.importName},
|
|
861
861
|
`,r+=` {
|
|
862
862
|
name: "${t.name}",
|
|
863
863
|
}
|
|
864
|
-
`,r+=");";let n=
|
|
864
|
+
`,r+=");";let n=ba(e,r);return nl(e,n,t)}function nl(e,t,r){if(!e.ts.isExpressionStatement(t))return t;let n=t.expression;if(!e.ts.isCallExpression(n))return t;let o=[...n.arguments];if(o.length<2)return t;let s=o[1];return e.ts.isObjectLiteralExpression(s)?(o[1]=Xe(e,s,r),e.ts.factory.updateExpressionStatement(t,e.ts.factory.updateCallExpression(n,n.expression,n.typeArguments,o))):t}async function fy(e){let t=await e.readFile(e.registryPath);return t?qF(e,t):{components:[],sourceFile:se(e,"")}}async function qF(e,t){let r=se(e,t);return e.sdkVersion===H.gen2?WF(e,r):KF(e,r)}async function KF(e,t){let r=[];for(let n=0;n<t.statements.length;n++){let o=t.statements[n];if(!e.ts.isExpressionStatement(o))continue;let s=o.expression;if(!e.ts.isCallExpression(s))continue;let i=s.expression;if(!e.ts.isPropertyAccessExpression(i))continue;let a=i.expression;if(!e.ts.isIdentifier(a)||a.text!=="Builder"||i.name.text!=="registerComponent")continue;let c=s.arguments;if(c.length<2)continue;let l=c[1];if(!e.ts.isObjectLiteralExpression(l))continue;let p=c[0];if(e.ts.isIdentifier(p)){let d=await GF(e,t,n,p,l,!1);d&&r.push(d);continue}}return{sourceFile:t,components:Ft(r)}}async function GF(e,t,r,n,o,s){let i={id:"",name:"",displayFilePath:"",exportName:"",importName:"",filePath:"",relFilePath:"",importPath:"",inputs:[],nodeIndex:r,acceptsChildren:s,framework:"react"},a=t.statements.filter(c=>e.ts.isImportDeclaration(c)),u=a.find(c=>c.importClause&&c.importClause.name?.text===n.text);if(u){let c=u.moduleSpecifier;if(!e.ts.isStringLiteral(c))return null;i.filePath=await ol(e,c.text),i.relFilePath=e.relative(e.getAppRootDir(),i.filePath),i.importPath=Ee(e,i.filePath),i.name=er(e,i.filePath),i.importName=n.text,i.exportName="default",i.exportType="default"}else{let c=a.find(d=>!d.importClause||!d.importClause.namedBindings||!e.ts.isNamedImports(d.importClause.namedBindings)?!1:d.importClause.namedBindings.elements.some(h=>h.name.text===n.text));if(!c)return null;let l=c.moduleSpecifier;if(!e.ts.isStringLiteral(l))return null;let p=await ol(e,l.text);i.filePath=await ol(e,l.text),i.relFilePath=e.relative(e.getAppRootDir(),i.filePath),await e.exists(p)?i.importPath=Ee(e,i.filePath):(i.externalImportPath=l.text,i.importPath=i.externalImportPath),i.name=Se(n.text),i.importName=n.text,i.exportName=n.text,i.exportType="named"}return i=$t(e,i,o),i.displayFilePath=ge(e,i.filePath),i.filePath&&i.exportName&&(i.id=await we(e,i.filePath,i.exportName,i.externalImportPath)),i}function ol(e,t){return Li(e,e.normalize(e.resolve(e.dirname(e.registryPath),t)))}async function WF(e,t){let r=[],n=We(e,t,"CUSTOM_COMPONENTS");return n&&await Promise.all(n.arrayLiteralExp.elements.map(async(o,s)=>{let i=await il(e,t,o);i&&(i.nodeIndex=s,r.push(i))})),{sourceFile:t,components:Ft(r)}}async function il(e,t,r){if(!e.ts.isObjectLiteralExpression(r))return null;let n={id:"",name:"",displayFilePath:"",exportName:"",importName:"",filePath:"",relFilePath:"",importPath:"",inputs:[],acceptsChildren:!1,framework:"react"};Fo(e,r)&&(n.acceptsChildren=!0);for(let s of r.properties){if(!e.ts.isPropertyAssignment(s)||!e.ts.isIdentifier(s.name))continue;if(ye(e,s)==="component"){let a,{initializer:u}=s;if(e.ts.isIdentifier(u)&&(a=u.text),!a)continue;n.name===""&&(n.name=Se(a)),n.importName=a;let c=await Nr(e,e.registryPath,t,a);if(!c)continue;n.filePath=c.filePath,n.relFilePath=c.relFilePath,await e.exists(c.filePath)?n.importPath=Ee(e,c.filePath):(n.externalImportPath=c.importPath,n.importPath=n.externalImportPath),n.displayFilePath=c.displayFilePath,n.exportType=c.exportType;let l=t.statements.filter(d=>e.ts.isImportDeclaration(d)),p=l.find(d=>d.importClause&&d.importClause.name?.text===a);if(p){let d=p.moduleSpecifier;if(!e.ts.isStringLiteral(d))return null;n.exportName="default"}else{let d=l.find(m=>!m.importClause||!m.importClause.namedBindings||!e.ts.isNamedImports(m.importClause.namedBindings)?!1:m.importClause.namedBindings.elements.some(f=>f.name.text===a));if(!d)return null;let h=d.moduleSpecifier;if(!e.ts.isStringLiteral(h))return null;n.exportName=a}continue}}return n=$t(e,n,r),n.filePath&&n.exportName&&(n.id=await we(e,n.filePath,n.exportName,n.externalImportPath)),n}async function Vr(e,t,r,n,o,s,i,a){let u=await En(e),[c,l,p,d]=await Promise.all([_g(e,u),fy(e),Et(e),Ui(e)]),h=c.map(w=>w.cmpInfo),m=l.components,f={components:Cr(h,m),registryPath:e.registryPath,registryDisplayPath:ge(e,e.registryPath),frameworks:e.getFrameworks(),dependencies:or(h),publicApiKey:d.envValue??void 0,devToolsVersion:e.version};if(a)return f.components=await ko(e,f.components),f;let g=!1,y=l.sourceFile,b=Array.isArray(t)?t:typeof t=="string"?[t]:[];if(b.length>0){let w=b.map(F=>{let $=c.find(I=>I.cmpInfo.id===F);if(!$)throw new Error(`Component ${F} not found`);return $}),T=Array.from(new Set(w.map(F=>F.cmpInfo.filePath))),E=await Qe(e,T);for(let F of w){let $=f.components.find(v=>v.id===F.cmpInfo.id),I=await Io(e,F,E,e.registryPath===F.cmpInfo.filePath||Xt(F.cmpInfo.filePath));Kt($,I);let k=h.findIndex(v=>v.id===F.cmpInfo.id);h[k].inputs=I;let R=Br(F.cmpInfo.id,h,m,r,n,o,s);if(e.sdkVersion===H.gen2){let{elements:v,elmIndex:z,statementIndex:V,statement:q,variableDeclaration:x}=await ZF(e,y,F);if(R.addCmpToRegistry)v.push(JF(e,R.addCmpToRegistry)),g=!0;else if(R.removeCmpFromRegistry)v.splice(z,1),g=!0;else if(R.updateRegisteredCmp){let _=Xe(e,v[z],R.updateRegisteredCmp),je=e.ts.factory.createIdentifier(R.updateRegisteredCmp.importName);v[z]=e.ts.factory.updateObjectLiteralExpression(_,[e.ts.factory.createPropertyAssignment("component",je),..._.properties.slice(1)]),g=!0}if(g&&i){let _=[...y.statements];_[V]=e.ts.factory.updateVariableStatement(q,q.modifiers,e.ts.factory.updateVariableDeclarationList(q.declarationList,[e.ts.factory.updateVariableDeclaration(x,x.name,x.exclamationToken,x.type,e.ts.factory.createArrayLiteralExpression(Mr(e,v)))])),y=e.ts.factory.updateSourceFile(y,_),y=my(e,R,y),y=ce(e,y,{namedImports:["RegisteredComponent"],importPath:"@builder.io/sdk-react",isTypeOnly:!0}),y=zr(e,y,{variableName:"CUSTOM_COMPONENTS",arrayType:"RegisteredComponent"}),f.components=R.components,m=R.components.filter(je=>je.isRegistered)}}else{let v=[...y.statements];R.addCmpToRegistry?(v.push(dy(e,R.addCmpToRegistry)),g=!0):R.removeCmpFromRegistry?(v.splice(R.nodeIndex,1),g=!0):R.updateRegisteredCmp&&(v[R.nodeIndex]=nl(e,v[R.nodeIndex],R.updateRegisteredCmp),g=!0),g&&i&&(y=e.ts.factory.updateSourceFile(y,v),y=ce(e,y,{namedImports:["Builder","builder"],importPath:"@builder.io/react"}),y=my(e,R,y),$?.acceptsChildren&&(y=ce(e,y,{namedImports:["withChildren"],importPath:"@builder.io/react"})),f.components=R.components,m=R.components.filter(z=>z.isRegistered))}}}if(g&&i){y=Lr(e,y),y=Or(e,y);let w=tt(e,y);w=vr(w),w=await e.formatCode(e.registryPath,w),await e.writeFile(e.registryPath,w)}return f}async function ZF(e,t,r){let n=We(e,t,"CUSTOM_COMPONENTS");if(!n)throw new Error(`Exported name of the Builder registry must be "CUSTOM_COMPONENTS". Please update your Builder registry file: ${e.registryPath}`);let o=n.arrayLiteralExp.elements.filter(i=>e.ts.isObjectLiteralExpression(i)),s=-1;for(let i=0;i<o.length;i++)if((await il(e,t,o[i]))?.id===r.cmpInfo.id){s=i;break}return{...n,elements:o,elmIndex:s}}function JF(e,t){let r=e.ts.factory.createIdentifier(t.importName);return Xe(e,e.ts.factory.createObjectLiteralExpression([e.ts.factory.createPropertyAssignment("component",r),...t.acceptsChildren?[e.ts.factory.createPropertyAssignment("canHaveChildren",e.ts.factory.createTrue())]:[]],!0),t)}function my(e,t,r){let n=t.addCmpToRegistry||t.updateRegisteredCmp;if(n){let o=n.externalImportPath?n.externalImportPath:ae(e,e.registryPath,n.filePath);n.exportType==="default"?r=ce(e,r,{defaultImport:n.importName,importPath:o}):n.exportType==="named"&&(r=ce(e,r,{namedImports:[n.importName],importPath:o}))}return r}async function hy(e){let t=[],r=await YF(e,t);if(await Dy(e,t,r),!await e.exists(e.builderComponentPath)){let n=await e.formatCode(e.builderComponentPath,yy(e,e.builderComponentPath));await e.writeFile(e.builderComponentPath,n),t.push({filePath:e.builderComponentPath,modifiedType:"create"})}return t}async function gy(e){let t=[];await Dy(e,t);let r=`figma-imports.${e.typescriptEnabled?"tsx":"jsx"}`,n=e.join(e.componentsDir,r);if(!await e.exists(n)){let o=await e.formatCode(n,yy(e,n,"figma-imports"));await e.writeFile(n,o),t.push({filePath:n,modifiedType:"create"})}return t}function yy(e,t,r="page"){let n=e.typescriptEnabled;return e.sdkVersion===H.gen2?`
|
|
865
865
|
import React from "react";
|
|
866
866
|
import {
|
|
867
867
|
Content,
|
|
@@ -873,7 +873,7 @@ export const CUSTOM_COMPONENTS: RegisteredComponent[] = [
|
|
|
873
873
|
import { CUSTOM_COMPONENTS } from ${JSON.stringify(ae(e,t,e.registryPath))};
|
|
874
874
|
|
|
875
875
|
// Builder Public API Key set in .env file
|
|
876
|
-
const BUILDER_API_KEY = ${e.configType==="vite"?`import.meta.env.${
|
|
876
|
+
const BUILDER_API_KEY = ${e.configType==="vite"?`import.meta.env.${Vi};`:`${Ma};`}
|
|
877
877
|
const MODEL_NAME = "${r}";
|
|
878
878
|
|
|
879
879
|
export default function BuilderPage() {
|
|
@@ -926,7 +926,7 @@ import { BuilderComponent, builder, useIsPreviewing } from "@builder.io/react";
|
|
|
926
926
|
import ${JSON.stringify(ae(e,t,e.registryPath))};
|
|
927
927
|
|
|
928
928
|
// Builder Public API Key set in .env file
|
|
929
|
-
${e.configType==="vite"?`builder.init(import.meta.env.${
|
|
929
|
+
${e.configType==="vite"?`builder.init(import.meta.env.${Vi}${n?"!":""})`:`builder.init("${Ma}")`}
|
|
930
930
|
|
|
931
931
|
export default function BuilderPage() {
|
|
932
932
|
const isPreviewingInBuilder = useIsPreviewing();
|
|
@@ -971,7 +971,7 @@ export default function BuilderPage() {
|
|
|
971
971
|
</>
|
|
972
972
|
);
|
|
973
973
|
}
|
|
974
|
-
`.trimStart()}async function
|
|
974
|
+
`.trimStart()}async function Dy(e,t,r){if(!await e.exists(e.registryPath)){if(e.sdkVersion===H.gen2){let s=XF(e);await e.writeFile(e.registryPath,s)}else await e.writeFile(e.registryPath,"");t.push({filePath:e.registryPath,modifiedType:"create"})}if(!r)return;let o=(await Vr(e,null,!1,!1,null,null,!1,!1)).components.find(s=>s.filePath===r);o&&await Vr(e,o.id,!0,!1,null,null,!0,!1)}async function YF(e,t){let n=e.typescriptEnabled?"tsx":"jsx",o=e.join(e.componentsDir,"Counter"),s=e.join(o,`Counter.${n}`),i=e.join(o,"styles.module.css"),{component:a,styles:u}=QF(e);if(!await e.exists(s)){let c=await e.formatCode(s,a);await e.writeFile(s,c),t.push({filePath:s,modifiedType:"create"})}return await e.exists(i)||(await e.writeFile(i,u),t.push({filePath:i,modifiedType:"create"})),s}function QF(e){let t=e.typescriptEnabled,r=`
|
|
975
975
|
"use client"
|
|
976
976
|
import React, { useState } from "react";
|
|
977
977
|
import styles from "./styles.module.css";
|
|
@@ -1034,18 +1034,18 @@ export default Counter;
|
|
|
1034
1034
|
font-size: 42px;
|
|
1035
1035
|
text-align: center;
|
|
1036
1036
|
}
|
|
1037
|
-
`.trimStart();return{component:r,styles:n}}function
|
|
1037
|
+
`.trimStart();return{component:r,styles:n}}function XF(e){return e.typescriptEnabled?`import type { RegisteredComponent } from "@builder.io/sdk-react";
|
|
1038
1038
|
|
|
1039
1039
|
export const CUSTOM_COMPONENTS: RegisteredComponent[] = [
|
|
1040
1040
|
];`:`export const CUSTOM_COMPONENTS = [
|
|
1041
1041
|
];
|
|
1042
|
-
`}async function
|
|
1042
|
+
`}async function sl(e){let t=await eR(e);return{builderPageOptions:async()=>({templateContentId:"2e36438034894a8abf279ea9e6d3596f",pathname:"/builder-demo",title:"Builder + React Demo Page"}),ensureBuilderSetup:()=>hy(t),ensureFigmaImportPage:()=>gy(t),getRegistryPath:()=>t.registryPath,getRegistry:n=>Vr(t,null,!1,!1,null,null,!1,!!n?.readAllInputTypes),addExternalPackage:n=>{t.addExternalPackage(n)},loadComponent:async n=>{let o=await Vr(t,n.cmpId,!1,!1,null,null,!1,!1);return{...o,component:o.components.find(s=>s.id===n.cmpId)}},registerComponent:n=>Vr(t,n.cmpId,!0,!1,null,null,!0,!1),setRegisteredComponentInfo:n=>Vr(t,n.cmpId,!1,!1,n,null,!0,!1),setRegisteredComponentInput:n=>Vr(t,n.cmpId,!1,!1,null,n,!0,!1),unregisterComponent:n=>Vr(t,n.cmpId,!1,!0,null,null,!0,!1),getPublicApiKey:()=>Ui(t),setPublicApiKey:n=>py(t,n.publicApiKey),getDependencies:n=>n.sdkVersion===H.gen2?[{name:"@builder.io/dev-tools"},{name:"@builder.io/sdk-react"}]:[{name:"@builder.io/dev-tools"},{name:"@builder.io/react"},{name:"@builder.io/sdk"}],getDevRunCommand:()=>"dev",getCache:()=>rr(t),setCache:n=>nr(t,n)}}async function eR(e){let t=await tR(e),r=e.getAppRootDir(),n=e.join(r,"src"),o=await Et(e),s={},i={...e,srcDir:null,builderComponentPath:"",componentsDir:"",registryPath:"",reactConfigPath:t,typescriptEnabled:o,configType:"",addExternalPackage:a=>{s[e.join(r,a,"index.ts")]=`export * from "${a}";`},readFileSync:a=>s[a]??e.readFileSync(a),existsSync:a=>!!s[a]||e.existsSync(a),readdirSync:a=>{let u=e.readdirSync(a);return a===r?[...u,...Object.keys(s).map(c=>c.slice(r.length+1))]:u},readdir:async a=>{let u=await e.readdir(a);return a===r?[...u,...Object.keys(s).map(c=>c.slice(r.length+1))]:u}};return e.sdkVersion?i.sdkVersion=e.sdkVersion:i.sdkVersion=await Oo(i),t.includes("webpack.config")&&(i.configType="webpack"),t.includes("vite.config")&&(i.configType="vite"),await e.exists(n)?(i.srcDir=n,i.componentsDir=e.join(n,"components"),i.registryPath=await Rt(e,n),i.builderComponentPath=e.join(i.srcDir,`builder-page.${o?"tsx":"jsx"}`)):(i.componentsDir=e.join(r,"components"),i.registryPath=await Rt(e,r),i.builderComponentPath=e.join(r,`builder-page.${o?"tsx":"jsx"}`)),i}async function tR(e){let t=["vite.config.ts","vite.config.js","webpack.config.js","webpack.config.ts"];for(let r of t){let n=e.join(e.getAppRootDir(),r);if(await e.exists(n))return n}if(e.ignoreMissingConfig)return"";throw new Error(`Could not find React config file. Searched for ${t.join(", ")} in "${e.getAppRootDir()}".`)}async function Hi(e){return await rR(e,["environment.ts"],La)}async function vy(e,t){let r=await Hi(e),n=await sR(e,r.file,r.envKey,t);return{...r,modifiedType:n}}async function rR(e,t,r){let n={envKey:r,envValue:null,file:""};for(let o of t){let s=e.join(e.getAppRootDir(),"src","environments",o),i=await nR(e,s);if(typeof i=="string"&&i.length>0&&i!=="YOUR_API_KEY")return n.envValue=i,n.file=s,n}return n.file=e.join(e.getAppRootDir(),"src","environments",t[t.length-1]),n}async function nR(e,t){let r=await e.readFile(t);return r?oR(e,r):""}function oR(e,t){let r=se(e,t),n="",s=Ro(e,r,"environment");if(s&&s.statement.declarationList.declarations.length>0){let a=s.statement.declarationList.declarations[0].initializer;a&&e.ts.isObjectLiteralExpression(a)&&a.properties.forEach(u=>{e.ts.isPropertyAssignment(u)&&e.ts.isIdentifier(u.name)&&u.name.text===La&&e.ts.isStringLiteral(u.initializer)&&(n=u.initializer.text)})}return n}async function iR(e,t,r,n){let o=se(e,t),i=Ro(e,o,"environment");if(i&&i.statement.declarationList.declarations.length>0){let a=i.statement.declarationList,u=a.declarations[0],c=u.initializer;if(c&&e.ts.isObjectLiteralExpression(c)){let l=e.ts.factory.createPropertyAssignment(e.ts.factory.createIdentifier(r),e.ts.factory.createStringLiteral(n)),p=e.ts.factory.createNodeArray([...c.properties,l]),d=e.ts.factory.updateObjectLiteralExpression(c,p),h=e.ts.factory.updateVariableDeclaration(u,u.name,u.exclamationToken,u.type,d),m=e.ts.factory.updateVariableDeclarationList(a,[h]);return e.ts.factory.updateVariableStatement(i.statement,i.statement.modifiers,m)}return null}return null}async function sR(e,t,r,n){let o=await e.readFile(t);if(o)if(o.includes(r))e.debug(`"${r}" already set in ${t}`);else{e.debug(`Add "${r}" to ${t}`);let s=await iR(e,o,r,n);if(s){let i=tt(e,s),a=await e.formatCode(t,i);await e.writeFile(t,a)}return"update"}else{e.debug(`Creating new env file with "${r}" at ${t}`);let s=`
|
|
1043
1043
|
// https://www.builder.io/c/docs/using-your-api-key
|
|
1044
1044
|
export const environment = {
|
|
1045
1045
|
production: false,
|
|
1046
1046
|
builderApiKey: "${n}",
|
|
1047
1047
|
};
|
|
1048
|
-
`.trimStart(),i=await e.formatCode(t,s);return await e.writeFile(t,i),"create"}return null}var ha="builderApiKey";async function Gh(e,t){let r=[],n=t.getSourceFiles(),o=t.getTypeChecker();return await Promise.all(n.map(async s=>{let i=e.basename(s.fileName);if(vF(e,s.fileName)||i.startsWith(".")||i==="node_modules"||yF.has(i))return;let a=e.normalize(s.fileName);if(a===e.registryPath)return;let u=await ya(e,o,a,s);r.push(...u)})),r.sort((s,i)=>s.cmpInfo.name.localeCompare(i.cmpInfo.name))}var yF=new Set([]),DF=new Set(["node_modules"]);function vF(e,t){for(let r of DF)if(e.dirname(t).includes(r))return!0;return!1}async function Wh(e,t){let r=e.extname(t).toLowerCase();if(r===".tsx"||r===".jsx"||r===".ts"||r===".js"){let n=await e.readFile(t);if(n)return CF(e,t,n)}return null}function CF(e,t,r){let n=se(e,r);return ya(e,null,t,n)}async function ya(e,t,r,n){let o=[],s={};r=e.normalize(r);let i=n.statements.filter(l=>e.ts.isClassDeclaration(l)&&EF(e,l)),a=n.statements.find(l=>e.ts.isImportDeclaration(l)&&e.ts.isStringLiteral(l.moduleSpecifier)&&l.moduleSpecifier.text==="@angular/core");if(a&&e.ts.isImportDeclaration(a)){let l=a.importClause?.namedBindings;if(l&&e.ts.isNamedImports(l)){let p=l.elements.find(d=>(d.propertyName??d.name).text==="input");p&&(s.inputSignalImportName=p.name.text)}}let u=await bF(e,t,r,n),c=PF(e,n);return await Promise.all(i.map(async l=>{let p=await wF(e,t,r,l,c,s);o.push(...p)})),o.push(...u),o}async function Lc(e,t,r){if(t.node.fnNode){let{sourceFile:n,typeChecker:o}=await Co(e,t.cmpInfo.filePath,r),i=(await ya(e,o,t.cmpInfo.filePath,n)).find(a=>a.cmpInfo.id===t.cmpInfo.id);if(!i)throw new Error(`Could not find component ${t.cmpInfo.name} in ${t.cmpInfo.filePath}`);return i.cmpInfo.inputs}return[]}async function Zh(e,t,r){let n=await Je(e,r.map(i=>i.filePath)),o=n.getTypeChecker();return await Promise.all(r.filter(i=>!(i.name.endsWith("Page")||i.name.endsWith("Module")||i.name==="AppComponent")).map(async i=>{if(!i.isRegistered){let a=n.getSourceFile(i.filePath);if(a){let c=(await ya(e,o,i.filePath,a)).find(l=>l.cmpInfo.id===i.id);if(c){i.inputs=qn(e,o,c.node.fnNode);let l=t.find(p=>p.cmpInfo.id===i.id);if(l){let p=await Lc(e,l,n);Ht(i,p)}}}}return i}))}async function wF(e,t,r,n,o,s){let i=[],a=e.relative(e.getAppRootDir(),r),u=xe(e,r),c=n.name?.text;if(!c)return i;let l=!1;n.modifiers&&(l=n.modifiers.some(m=>m.kind===e.ts.SyntaxKind.DefaultKeyword));let p=l?"default":c,d=l?"default":"named",g=[];return n.members.forEach(m=>{if(e.ts.isPropertyDeclaration(m)||e.ts.isGetAccessor(m)||e.ts.isSetAccessor(m)){let y=(e.ts.getDecorators(m)??[]).find(C=>xF(e,C))!==void 0&&e.ts.isIdentifier(m.name),w=s?.inputSignalImportName!==void 0&&e.ts.isIdentifier(m.name)&&SF(e,m,s.inputSignalImportName);if(y||w){let C="any";if(e.ts.isSetAccessor(m))C=Kh(e,m.parameters[0].type);else if(m.type&&t){let S=t.getTypeAtLocation(m.type);C=t.typeToString(S)}else C=Kh(e,m.type);let _={name:m.name.text,type:o[C]?"string":C};o[C]&&(_.enum=o[C]),g.push(_)}}}),i.push({cmpInfo:{id:await Ce(e,r,c),displayFilePath:ge(e,r),name:be(c),inputs:g,exportName:p,exportType:d,importName:c,filePath:r,relFilePath:a,importPath:u,meta:{...TF(e,n)},framework:"angular"},node:{name:c,fnNode:n,deps:void 0}}),i}async function bF(e,t,r,n){let o=[],s=e.relative(e.getAppRootDir(),r),i=xe(e,r);for(let a of n.statements)if(e.ts.isExportDeclaration(a)&&a.exportClause&&e.ts.isNamedExports(a.exportClause))for(let u of a.exportClause.elements){let c=u.name?.text;if(!c)continue;let l=c,p="named",d=[];if(t){let f=t.getSymbolAtLocation(u.name);if(f){let h=t.getDeclaredTypeOfSymbol(f);t.getPropertiesOfType(h).forEach(w=>{let C=w.getDeclarations();C&&C.forEach(_=>{if(e.ts.isPropertyDeclaration(_)){let S=t.getTypeAtLocation(_),F={name:w.getName(),type:_F(e,t,S)};d.push(F)}})})}}let g=e.ts.isExportSpecifier(u)&&u.parent?u.parent.parent:void 0,m;if(g){let f=g.moduleSpecifier;if(f&&e.ts.isStringLiteral(f)){let h=t?.getSymbolAtLocation(f);if(h&&h.declarations&&h.declarations.length>0){let y=h.declarations[0];(!e.ts.isSourceFile(y)||e.ts.isSourceFile(y)&&y.fileName.includes("node_modules"))&&(m=f.text)}}}o.push({cmpInfo:{id:await Ce(e,r,c,m),displayFilePath:ge(e,r),name:be(c),inputs:d,exportName:l,exportType:p,importName:c,filePath:r,relFilePath:s,importPath:m||i,externalImportPath:m,framework:"angular"},node:{name:c,fnNode:u,deps:void 0}})}else if(e.ts.isExportDeclaration(a)&&!a.exportClause&&a.moduleSpecifier&&e.ts.isStringLiteral(a.moduleSpecifier)){let u=a.moduleSpecifier.text;if(t)try{let c=t.getSymbolAtLocation(a.moduleSpecifier);if(c&&c.exports){let l=t.getExportsOfModule(c);for(let p of l)if(p.flags&e.ts.SymbolFlags.Class){let d=p.getName();if(d.startsWith("_"))continue;o.push({cmpInfo:{id:await Ce(e,r,d,u),displayFilePath:ge(e,r),name:be(d),inputs:[],exportName:d,exportType:"named",importName:d,filePath:r,relFilePath:s,importPath:u,externalImportPath:u,framework:"angular"},node:{name:d,fnNode:a,deps:void 0}})}}}catch(c){console.warn(`Error processing star export from ${u}:`,c)}}return o}function xF(e,t){return Jh(e,t,"Input")}function SF(e,t,r){return e.ts.isPropertyDeclaration(t)&&t.initializer!==void 0&&e.ts.isCallExpression(t.initializer)&&e.ts.isIdentifier(t.initializer.expression)&&t.initializer.expression.text===r}function Jh(e,t,r){if(e.ts.isCallExpression(t.expression)){let n=t.expression;if(e.ts.isIdentifier(n.expression))return n.expression?.text===r}return!1}function EF(e,t){return!!e.ts.getDecorators(t)?.some(o=>e.ts.isCallExpression(o.expression)&&e.ts.isIdentifier(o.expression.expression)&&o.expression.expression.text==="Component")}function Kh(e,t){if(!t)return"any";let r="any";switch(t.kind){case e.ts.SyntaxKind.StringKeyword:r="string";break;case e.ts.SyntaxKind.NumberKeyword:r="number";break;case e.ts.SyntaxKind.BooleanKeyword:r="boolean";break;case e.ts.SyntaxKind.TypeReference:e.ts.isTypeReferenceNode(t)&&e.ts.isIdentifier(t.typeName)&&(r=t.typeName.text);break}return r.includes("|")?"string":r}function PF(e,t){let r={};return e.ts.forEachChild(t,n=>{e.ts.isTypeAliasDeclaration(n)&&e.ts.isUnionTypeNode(n.type)&&n.type.types.every(o=>e.ts.isLiteralTypeNode(o)&&e.ts.isStringLiteral(o.literal))&&(r[n.name.text]=n.type.types.map(o=>o.literal.text))}),r}function _F(e,t,r){let n=t.typeToString(r);if(n==="any"){let o=r.getSymbol();if(o){let s=o.getDeclarations();if(s&&s.length>0){let i=s[0];if(e.ts.isVariableDeclaration(i)){let a=i.type;a&&(n=t.typeToString(t.getTypeAtLocation(a)))}}}}return n}function TF(e,t){let{getDecorators:r,isCallExpression:n,isIdentifier:o,isObjectLiteralExpression:s,isPropertyAssignment:i,isStringLiteral:a,SyntaxKind:u}=e.ts,c,l;return r(t)?.forEach(d=>{if(Jh(e,d,"Component")){let{expression:g}=d;if(n(g)){let[m]=g.arguments;s(m)&&m.properties.forEach(f=>{i(f)&&o(f.name)&&(f.name.escapedText==="selector"&&a(f.initializer)&&(c=f.initializer.text),f.name.escapedText==="standalone"&&(l=f.initializer.kind===u.TrueKeyword))})}}}),{selector:c,standalone:l}}async function Da(e,t,r){let n=e.typescriptEnabled?".ts":".js",o=`app.module${n}`,s=e.join(e.appDir,o),i=await e.readFile(s);if(!i){e.Sentry?.captureException(new Error(`Unable to read app.module.${n} at ${s}`),{extra:{appModuleCode:i,appModulePath:s}});return}let a=await AF(e,s,t,r,i);if(!a){e.Sentry?.captureException(new Error(`Unable to update app.module.${n} at ${s}`),{extra:{appModuleCode:i,appModulePath:s}});return}return await e.writeFile(s,a),s}async function AF(e,t,r,n,o){let s=o,i=se(e,o),a=ae(e,t,n);i=ce(e,i,{namedImports:[r],importPath:a}),i=ce(e,i,{namedImports:["Content"],importPath:"@builder.io/sdk-angular"});let u=[];for(let c of i.statements)if(e.ts.isClassDeclaration(c)&&c.name?.text==="AppModule"){let l=FF(e,r,c);u.push(l)}else u.push(c);return i=e.ts.factory.updateSourceFile(i,u),s=Qe(e,i),s}function FF(e,t,r){let n=e.ts.getDecorators(r);if(n){for(let o of n)if(e.ts.isCallExpression(o.expression)&&e.ts.isIdentifier(o.expression.expression)&&o.expression.expression.text==="NgModule"){let s=o.expression.arguments;if(s.length===1&&e.ts.isObjectLiteralExpression(s[0])){let i=Yh(e,s[0],"declarations",t);if(i){let a=Yh(e,i,"imports","Content");if(a&&(i=a),i){let u=e.ts.factory.updateDecorator(o,e.ts.factory.updateCallExpression(o.expression,o.expression.expression,o.expression.typeArguments,[i])),l=[...n.map(p=>p===o?u:p),...e.ts.getModifiers(r)||[]];return e.ts.factory.updateClassDeclaration(r,l,r.name,r.typeParameters,r.heritageClauses,r.members)}}}}}return r}function Yh(e,t,r,n){let o=[...t.properties],s=o.findIndex(a=>he(e,a)===r);if(s>-1){let a=o[s];if(e.ts.isPropertyAssignment(a)&&a.initializer&&e.ts.isArrayLiteralExpression(a.initializer)){let u=Qh(e,a.initializer,n);return u?(o[s]=e.ts.factory.updatePropertyAssignment(a,a.name,u),e.ts.factory.updateObjectLiteralExpression(t,o)):null}return null}let i=Qh(e,e.ts.factory.createArrayLiteralExpression([],!0),n);return i?e.ts.factory.updateObjectLiteralExpression(t,[...o,e.ts.factory.createPropertyAssignment(r,i)]):null}function Qh(e,t,r){return t.elements.some(o=>e.ts.isIdentifier(o)?o.text===r:!1)?null:e.ts.factory.updateArrayLiteralExpression(t,[...t.elements,e.ts.factory.createIdentifier(r)])}async function Bc(e,t,r,n){let s=`app.routes${e.typescriptEnabled?".ts":".js"}`,i=e.join(e.appDir,s);try{if(e.magicast){let a=await e.magicast.loadFile(i);Object.keys(a.exports).length===0&&(a.exports.routes=[]);let c=Object.keys(a.exports)[0],l=a.exports[c];if(l.find(d=>d.path===t))return;let p=e.magicast.builders.raw("{}");if(p.path=t,p.component=e.magicast.builders.raw(r),l.push(p),a.imports.$items.find(d=>d.imported===r))return;a.imports.$append({imported:r,from:n}),await e.magicast.writeFile(a,i)}}catch(a){let u=null;try{u=e.readFileSync(i)}catch(c){e.Sentry?.captureException(c,{level:"warning"})}e.Sentry?.captureException(a,{extra:{content:u,appRoutesPath:i,componentName:r,componentPath:n}})}}var ly=Ve(cy(),1);async function py(e){let t=e.ts.findConfigFile(e.getAppRootDir(),e.existsSync);if(t){let r=await e.readFile(t);if(!r)return;let n=ly.default.parse(r);if(!n||typeof n!="object"||Array.isArray(n))return;let o=n.compilerOptions;if(!o||typeof o!="object"||Array.isArray(o))return;let s=o.paths;(!s||typeof s!="object"||Array.isArray(s))&&(o.paths={},s=o.paths),Object.assign(o.paths,{"~/*":["./src/*"]}),await e.writeFile(t,JSON.stringify(n,null,2))}}async function dy(e){let t=[],r=await jF(e,t);t.push(...await xa(e)),await BF(e,r);let n="BuilderPage";if(!await e.exists(e.builderPageComponentPath)){let o=await e.formatCode(e.builderPageComponentPath,my(e,n,e.builderPageComponentPath,"builder-page","page",!0));await e.writeFile(e.builderPageComponentPath,o),t.push({filePath:e.builderPageComponentPath,modifiedType:"create"})}if(e.hasAppModule){await Da(e,"Counter",r);let o=await Da(e,n,e.builderPageComponentPath);o&&t.push({filePath:o,modifiedType:"update"})}return await Bc(e,"**",n,"./components/builder-page.component"),t}async function fy(e){let t=[];t.push(...await xa(e));let r="FigmaImportsPage",n="figma-imports.component",o=e.join(e.componentsDir,`${n}.${e.typescriptEnabled?"ts":"js"}`);if(!await e.exists(o)){let s=await e.formatCode(o,my(e,r,o,"figma-imports","figma-imports",!1));await e.writeFile(o,s),t.push({filePath:o,modifiedType:"create"})}if(e.hasAppModule){let s=await Da(e,r,o);s&&t.push({filePath:s,modifiedType:"update"})}return await Bc(e,"figma-imports",r,`./components/${n}`),await py(e),t}async function xa(e){let t=[];return await e.exists(e.registryPath)||(await e.writeFile(e.registryPath,zF(e)),t.push({filePath:e.registryPath,modifiedType:"create"})),t}async function BF(e,t){let n=(await zr(e,null,!1,!1,null,null,!1,!1)).components.find(o=>o.filePath===t);n&&await zr(e,n.id,!0,!1,null,null,!0,!1)}function my(e,t,r,n,o,s){let i=!e.hasAppModule,a=ae(e,r,e.registryPath),u=e.join(e.getAppRootDir(),"src","environments","environment.ts"),c=ae(e,r,u),l=s?` <ng-container *ngIf="content || isPreviewing; else notFound">
|
|
1048
|
+
`.trimStart(),i=await e.formatCode(t,s);return await e.writeFile(t,i),"create"}return null}var La="builderApiKey";async function wy(e,t){let r=[],n=t.getSourceFiles(),o=t.getTypeChecker();return await Promise.all(n.map(async s=>{let i=e.basename(s.fileName);if(cR(e,s.fileName)||i.startsWith(".")||i==="node_modules"||aR.has(i))return;let a=e.normalize(s.fileName);if(a===e.registryPath)return;let u=await Ba(e,o,a,s);r.push(...u)})),r.sort((s,i)=>s.cmpInfo.name.localeCompare(i.cmpInfo.name))}var aR=new Set([]),uR=new Set(["node_modules"]);function cR(e,t){for(let r of uR)if(e.dirname(t).includes(r))return!0;return!1}async function by(e,t){let r=e.extname(t).toLowerCase();if(r===".tsx"||r===".jsx"||r===".ts"||r===".js"){let n=await e.readFile(t);if(n)return lR(e,t,n)}return null}function lR(e,t,r){let n=se(e,r);return Ba(e,null,t,n)}async function Ba(e,t,r,n){let o=[],s={};r=e.normalize(r);let i=n.statements.filter(l=>e.ts.isClassDeclaration(l)&&hR(e,l)),a=n.statements.find(l=>e.ts.isImportDeclaration(l)&&e.ts.isStringLiteral(l.moduleSpecifier)&&l.moduleSpecifier.text==="@angular/core");if(a&&e.ts.isImportDeclaration(a)){let l=a.importClause?.namedBindings;if(l&&e.ts.isNamedImports(l)){let p=l.elements.find(d=>(d.propertyName??d.name).text==="input");p&&(s.inputSignalImportName=p.name.text)}}let u=await dR(e,t,r,n),c=gR(e,n);return await Promise.all(i.map(async l=>{let p=await pR(e,t,r,l,c,s);o.push(...p)})),o.push(...u),o}async function al(e,t,r){if(t.node.fnNode){let{sourceFile:n,typeChecker:o}=await So(e,t.cmpInfo.filePath,r),i=(await Ba(e,o,t.cmpInfo.filePath,n)).find(a=>a.cmpInfo.id===t.cmpInfo.id);if(!i)throw new Error(`Could not find component ${t.cmpInfo.name} in ${t.cmpInfo.filePath}`);return i.cmpInfo.inputs}return[]}async function xy(e,t,r){let n=await Qe(e,r.map(i=>i.filePath)),o=n.getTypeChecker();return await Promise.all(r.filter(i=>!(i.name.endsWith("Page")||i.name.endsWith("Module")||i.name==="AppComponent")).map(async i=>{if(!i.isRegistered){let a=n.getSourceFile(i.filePath);if(a){let c=(await Ba(e,o,i.filePath,a)).find(l=>l.cmpInfo.id===i.id);if(c){i.inputs=Zn(e,o,c.node.fnNode);let l=t.find(p=>p.cmpInfo.id===i.id);if(l){let p=await al(e,l,n);Kt(i,p)}}}}return i}))}async function pR(e,t,r,n,o,s){let i=[],a=e.relative(e.getAppRootDir(),r),u=Ee(e,r),c=n.name?.text;if(!c)return i;let l=!1;n.modifiers&&(l=n.modifiers.some(m=>m.kind===e.ts.SyntaxKind.DefaultKeyword));let p=l?"default":c,d=l?"default":"named",h=[];return n.members.forEach(m=>{if(e.ts.isPropertyDeclaration(m)||e.ts.isGetAccessor(m)||e.ts.isSetAccessor(m)){let y=(e.ts.getDecorators(m)??[]).find(w=>fR(e,w))!==void 0&&e.ts.isIdentifier(m.name),b=s?.inputSignalImportName!==void 0&&e.ts.isIdentifier(m.name)&&mR(e,m,s.inputSignalImportName);if(y||b){let w="any";if(e.ts.isSetAccessor(m))w=Cy(e,m.parameters[0].type);else if(m.type&&t){let E=t.getTypeAtLocation(m.type);w=t.typeToString(E)}else w=Cy(e,m.type);let T={name:m.name.text,type:o[w]?"string":w};o[w]&&(T.enum=o[w]),h.push(T)}}}),i.push({cmpInfo:{id:await we(e,r,c),displayFilePath:ge(e,r),name:Se(c),inputs:h,exportName:p,exportType:d,importName:c,filePath:r,relFilePath:a,importPath:u,meta:{...DR(e,n)},framework:"angular"},node:{name:c,fnNode:n,deps:void 0}}),i}async function dR(e,t,r,n){let o=[],s=e.relative(e.getAppRootDir(),r),i=Ee(e,r);for(let a of n.statements)if(e.ts.isExportDeclaration(a)&&a.exportClause&&e.ts.isNamedExports(a.exportClause))for(let u of a.exportClause.elements){let c=u.name?.text;if(!c)continue;let l=c,p="named",d=[];if(t){let f=t.getSymbolAtLocation(u.name);if(f){let g=t.getDeclaredTypeOfSymbol(f);t.getPropertiesOfType(g).forEach(b=>{let w=b.getDeclarations();w&&w.forEach(T=>{if(e.ts.isPropertyDeclaration(T)){let E=t.getTypeAtLocation(T),F={name:b.getName(),type:yR(e,t,E)};d.push(F)}})})}}let h=e.ts.isExportSpecifier(u)&&u.parent?u.parent.parent:void 0,m;if(h){let f=h.moduleSpecifier;if(f&&e.ts.isStringLiteral(f)){let g=t?.getSymbolAtLocation(f);if(g&&g.declarations&&g.declarations.length>0){let y=g.declarations[0];(!e.ts.isSourceFile(y)||e.ts.isSourceFile(y)&&y.fileName.includes("node_modules"))&&(m=f.text)}}}o.push({cmpInfo:{id:await we(e,r,c,m),displayFilePath:ge(e,r),name:Se(c),inputs:d,exportName:l,exportType:p,importName:c,filePath:r,relFilePath:s,importPath:m||i,externalImportPath:m,framework:"angular"},node:{name:c,fnNode:u,deps:void 0}})}else if(e.ts.isExportDeclaration(a)&&!a.exportClause&&a.moduleSpecifier&&e.ts.isStringLiteral(a.moduleSpecifier)){let u=a.moduleSpecifier.text;if(t)try{let c=t.getSymbolAtLocation(a.moduleSpecifier);if(c&&c.exports){let l=t.getExportsOfModule(c);for(let p of l)if(p.flags&e.ts.SymbolFlags.Class){let d=p.getName();if(d.startsWith("_"))continue;o.push({cmpInfo:{id:await we(e,r,d,u),displayFilePath:ge(e,r),name:Se(d),inputs:[],exportName:d,exportType:"named",importName:d,filePath:r,relFilePath:s,importPath:u,externalImportPath:u,framework:"angular"},node:{name:d,fnNode:a,deps:void 0}})}}}catch(c){console.warn(`Error processing star export from ${u}:`,c)}}return o}function fR(e,t){return Sy(e,t,"Input")}function mR(e,t,r){return e.ts.isPropertyDeclaration(t)&&t.initializer!==void 0&&e.ts.isCallExpression(t.initializer)&&e.ts.isIdentifier(t.initializer.expression)&&t.initializer.expression.text===r}function Sy(e,t,r){if(e.ts.isCallExpression(t.expression)){let n=t.expression;if(e.ts.isIdentifier(n.expression))return n.expression?.text===r}return!1}function hR(e,t){return!!e.ts.getDecorators(t)?.some(o=>e.ts.isCallExpression(o.expression)&&e.ts.isIdentifier(o.expression.expression)&&o.expression.expression.text==="Component")}function Cy(e,t){if(!t)return"any";let r="any";switch(t.kind){case e.ts.SyntaxKind.StringKeyword:r="string";break;case e.ts.SyntaxKind.NumberKeyword:r="number";break;case e.ts.SyntaxKind.BooleanKeyword:r="boolean";break;case e.ts.SyntaxKind.TypeReference:e.ts.isTypeReferenceNode(t)&&e.ts.isIdentifier(t.typeName)&&(r=t.typeName.text);break}return r.includes("|")?"string":r}function gR(e,t){let r={};return e.ts.forEachChild(t,n=>{e.ts.isTypeAliasDeclaration(n)&&e.ts.isUnionTypeNode(n.type)&&n.type.types.every(o=>e.ts.isLiteralTypeNode(o)&&e.ts.isStringLiteral(o.literal))&&(r[n.name.text]=n.type.types.map(o=>o.literal.text))}),r}function yR(e,t,r){let n=t.typeToString(r);if(n==="any"){let o=r.getSymbol();if(o){let s=o.getDeclarations();if(s&&s.length>0){let i=s[0];if(e.ts.isVariableDeclaration(i)){let a=i.type;a&&(n=t.typeToString(t.getTypeAtLocation(a)))}}}}return n}function DR(e,t){let{getDecorators:r,isCallExpression:n,isIdentifier:o,isObjectLiteralExpression:s,isPropertyAssignment:i,isStringLiteral:a,SyntaxKind:u}=e.ts,c,l;return r(t)?.forEach(d=>{if(Sy(e,d,"Component")){let{expression:h}=d;if(n(h)){let[m]=h.arguments;s(m)&&m.properties.forEach(f=>{i(f)&&o(f.name)&&(f.name.escapedText==="selector"&&a(f.initializer)&&(c=f.initializer.text),f.name.escapedText==="standalone"&&(l=f.initializer.kind===u.TrueKeyword))})}}}),{selector:c,standalone:l}}async function za(e,t,r){let n=e.typescriptEnabled?".ts":".js",o=`app.module${n}`,s=e.join(e.appDir,o),i=await e.readFile(s);if(!i){e.Sentry?.captureException(new Error(`Unable to read app.module.${n} at ${s}`),{extra:{appModuleCode:i,appModulePath:s}});return}let a=await vR(e,s,t,r,i);if(!a){e.Sentry?.captureException(new Error(`Unable to update app.module.${n} at ${s}`),{extra:{appModuleCode:i,appModulePath:s}});return}return await e.writeFile(s,a),s}async function vR(e,t,r,n,o){let s=o,i=se(e,o),a=ae(e,t,n);i=ce(e,i,{namedImports:[r],importPath:a}),i=ce(e,i,{namedImports:["Content"],importPath:"@builder.io/sdk-angular"});let u=[];for(let c of i.statements)if(e.ts.isClassDeclaration(c)&&c.name?.text==="AppModule"){let l=CR(e,r,c);u.push(l)}else u.push(c);return i=e.ts.factory.updateSourceFile(i,u),s=tt(e,i),s}function CR(e,t,r){let n=e.ts.getDecorators(r);if(n){for(let o of n)if(e.ts.isCallExpression(o.expression)&&e.ts.isIdentifier(o.expression.expression)&&o.expression.expression.text==="NgModule"){let s=o.expression.arguments;if(s.length===1&&e.ts.isObjectLiteralExpression(s[0])){let i=Ey(e,s[0],"declarations",t);if(i){let a=Ey(e,i,"imports","Content");if(a&&(i=a),i){let u=e.ts.factory.updateDecorator(o,e.ts.factory.updateCallExpression(o.expression,o.expression.expression,o.expression.typeArguments,[i])),l=[...n.map(p=>p===o?u:p),...e.ts.getModifiers(r)||[]];return e.ts.factory.updateClassDeclaration(r,l,r.name,r.typeParameters,r.heritageClauses,r.members)}}}}}return r}function Ey(e,t,r,n){let o=[...t.properties],s=o.findIndex(a=>ye(e,a)===r);if(s>-1){let a=o[s];if(e.ts.isPropertyAssignment(a)&&a.initializer&&e.ts.isArrayLiteralExpression(a.initializer)){let u=_y(e,a.initializer,n);return u?(o[s]=e.ts.factory.updatePropertyAssignment(a,a.name,u),e.ts.factory.updateObjectLiteralExpression(t,o)):null}return null}let i=_y(e,e.ts.factory.createArrayLiteralExpression([],!0),n);return i?e.ts.factory.updateObjectLiteralExpression(t,[...o,e.ts.factory.createPropertyAssignment(r,i)]):null}function _y(e,t,r){return t.elements.some(o=>e.ts.isIdentifier(o)?o.text===r:!1)?null:e.ts.factory.updateArrayLiteralExpression(t,[...t.elements,e.ts.factory.createIdentifier(r)])}async function ul(e,t,r,n){let s=`app.routes${e.typescriptEnabled?".ts":".js"}`,i=e.join(e.appDir,s);try{if(e.magicast){let a=await e.magicast.loadFile(i);Object.keys(a.exports).length===0&&(a.exports.routes=[]);let c=Object.keys(a.exports)[0],l=a.exports[c];if(l.find(d=>d.path===t))return;let p=e.magicast.builders.raw("{}");if(p.path=t,p.component=e.magicast.builders.raw(r),l.push(p),a.imports.$items.find(d=>d.imported===r))return;a.imports.$append({imported:r,from:n}),await e.magicast.writeFile(a,i)}}catch(a){let u=null;try{u=e.readFileSync(i)}catch(c){e.Sentry?.captureException(c,{level:"warning"})}e.Sentry?.captureException(a,{extra:{content:u,appRoutesPath:i,componentName:r,componentPath:n}})}}var Ly=He(My(),1);async function By(e){let t=e.ts.findConfigFile(e.getAppRootDir(),e.existsSync);if(t){let r=await e.readFile(t);if(!r)return;let n=Ly.default.parse(r);if(!n||typeof n!="object"||Array.isArray(n))return;let o=n.compilerOptions;if(!o||typeof o!="object"||Array.isArray(o))return;let s=o.paths;(!s||typeof s!="object"||Array.isArray(s))&&(o.paths={},s=o.paths),Object.assign(o.paths,{"~/*":["./src/*"]}),await e.writeFile(t,JSON.stringify(n,null,2))}}async function zy(e){let t=[],r=await RR(e,t);t.push(...await qa(e)),await AR(e,r);let n="BuilderPage";if(!await e.exists(e.builderPageComponentPath)){let o=await e.formatCode(e.builderPageComponentPath,Uy(e,n,e.builderPageComponentPath,"builder-page","page",!0));await e.writeFile(e.builderPageComponentPath,o),t.push({filePath:e.builderPageComponentPath,modifiedType:"create"})}if(e.hasAppModule){await za(e,"Counter",r);let o=await za(e,n,e.builderPageComponentPath);o&&t.push({filePath:o,modifiedType:"update"})}return await ul(e,"**",n,"./components/builder-page.component"),t}async function jy(e){let t=[];t.push(...await qa(e));let r="FigmaImportsPage",n="figma-imports.component",o=e.join(e.componentsDir,`${n}.${e.typescriptEnabled?"ts":"js"}`);if(!await e.exists(o)){let s=await e.formatCode(o,Uy(e,r,o,"figma-imports","figma-imports",!1));await e.writeFile(o,s),t.push({filePath:o,modifiedType:"create"})}if(e.hasAppModule){let s=await za(e,r,o);s&&t.push({filePath:s,modifiedType:"update"})}return await ul(e,"figma-imports",r,`./components/${n}`),await By(e),t}async function qa(e){let t=[];return await e.exists(e.registryPath)||(await e.writeFile(e.registryPath,FR(e)),t.push({filePath:e.registryPath,modifiedType:"create"})),t}async function AR(e,t){let n=(await Hr(e,null,!1,!1,null,null,!1,!1)).components.find(o=>o.filePath===t);n&&await Hr(e,n.id,!0,!1,null,null,!0,!1)}function Uy(e,t,r,n,o,s){let i=!e.hasAppModule,a=ae(e,r,e.registryPath),u=e.join(e.getAppRootDir(),"src","environments","environment.ts"),c=ae(e,r,u),l=s?` <ng-container *ngIf="content || isPreviewing; else notFound">
|
|
1049
1049
|
<builder-content
|
|
1050
1050
|
[model]="model"
|
|
1051
1051
|
[content]="content"
|
|
@@ -1083,7 +1083,7 @@ export class ${t} {
|
|
|
1083
1083
|
`:""}
|
|
1084
1084
|
@Input() model = '${o}';
|
|
1085
1085
|
|
|
1086
|
-
apiKey = environment.${
|
|
1086
|
+
apiKey = environment.${La};
|
|
1087
1087
|
${e.typescriptEnabled?`
|
|
1088
1088
|
content: BuilderContent | null = null;
|
|
1089
1089
|
`:`
|
|
@@ -1111,12 +1111,12 @@ export class ${t} {
|
|
|
1111
1111
|
}
|
|
1112
1112
|
}
|
|
1113
1113
|
|
|
1114
|
-
`.trimStart()}function
|
|
1114
|
+
`.trimStart()}function FR(e){return e.typescriptEnabled?`import type { RegisteredComponent } from "@builder.io/sdk-angular";
|
|
1115
1115
|
|
|
1116
1116
|
export const CUSTOM_COMPONENTS: RegisteredComponent[] = [
|
|
1117
1117
|
];`:`export const CUSTOM_COMPONENTS = [
|
|
1118
1118
|
];
|
|
1119
|
-
`}async function
|
|
1119
|
+
`}async function RR(e,t){let n=e.typescriptEnabled?"ts":"js",o=e.join(e.componentsDir,`counter.component.${n}`),s=await e.exists(o);e.debug(`angularEnsureCounterComponent, hasCounterCmp: ${s}`);let i=$R(e);if(!s){let a=await e.formatCode(o,i);await e.writeFile(o,a),t.push({filePath:o,modifiedType:"create"})}return o}function $R(e){return`
|
|
1120
1120
|
import { Component, Input } from '@angular/core';
|
|
1121
1121
|
|
|
1122
1122
|
@Component({
|
|
@@ -1184,7 +1184,7 @@ export class Counter {
|
|
|
1184
1184
|
}
|
|
1185
1185
|
}
|
|
1186
1186
|
|
|
1187
|
-
`.trimStart()}async function gy(e){await xa(e);let t=await e.readFile(e.registryPath);return t?VF(e,t):{components:[],sourceFile:se(e,"")}}async function VF(e,t){let r=se(e,t);return HF(e,r)}async function HF(e,t){let r=[],n=Ge(e,t,"CUSTOM_COMPONENTS");return n&&await Promise.all(n.arrayLiteralExp.elements.map(async(o,s)=>{let i=await Wc(e,t,o);i&&(i.nodeIndex=s,r.push(i))})),{sourceFile:t,components:Tt(r)}}async function Wc(e,t,r){if(!e.ts.isObjectLiteralExpression(r))return null;let n={id:"",name:"",displayFilePath:"",exportName:"",importName:"",filePath:"",relFilePath:"",importPath:"",inputs:[],framework:"angular"};for(let o of r.properties){if(!e.ts.isPropertyAssignment(o)||!e.ts.isIdentifier(o.name))continue;if(he(e,o)==="component"){let i,{initializer:a}=o;if(e.ts.isIdentifier(a))i=a.text;else if(e.ts.isCallExpression(a)){let c=a.arguments[0];e.ts.isIdentifier(c)&&(i=c.text)}if(!i)continue;n.name===""&&(n.name=be(i)),n.importName=i;let u=await Rr(e,e.registryPath,t,i);if(!u)continue;if(n.filePath=u.filePath,n.relFilePath=u.relFilePath,await e.exists(u.filePath)?n.importPath=xe(e,u.filePath):(n.externalImportPath=u.importPath,n.importPath=n.externalImportPath),n.displayFilePath=u.displayFilePath,n.exportType=u.exportType,n.externalImportPath)n.exportName=i;else{let c=await Wh(e,u.filePath);if(c&&c.length>0)if(c.length===1)n.exportName=c[0].cmpInfo.exportName;else{let l=c.find(p=>p.cmpInfo.exportName===i);l&&(n.exportName=l.cmpInfo.exportName)}}continue}}return n=Ft(e,n,r),n.filePath&&n.exportName&&(n.id=await Ce(e,n.filePath,n.exportName,n.externalImportPath)),n}async function zr(e,t,r,n,o,s,i,a){let u=await wn(e),[c,l,p]=await Promise.all([Gh(e,u),gy(e),Ri(e)]),d=c.map(w=>w.cmpInfo),g=l.components,m={components:Dr(d,g),registryPath:e.registryPath,registryDisplayPath:ge(e,e.registryPath),frameworks:e.getFrameworks(),dependencies:tr(d),publicApiKey:p.envValue??void 0,devToolsVersion:e.version};if(a)return m.components=await Zh(e,c,m.components),m;let f=!1,h=l.sourceFile,y=Array.isArray(t)?t:typeof t=="string"?[t]:[];if(y.length>0){let w=y.map(S=>{let F=c.find($=>$.cmpInfo.id===S);if(!F)throw new Error(`Component ${S} not found`);return F}),C=Array.from(new Set(w.map(S=>S.cmpInfo.filePath))),_=await Je(e,C);for(let S of w){let F=m.components.find(b=>b.id===S.cmpInfo.id),$=await Lc(e,S,_);Ht(F,$);let I=d.findIndex(b=>b.id===S.cmpInfo.id);d[I].inputs=$;let k=Nr(S.cmpInfo.id,d,g,r,n,o,s),{elements:R,elmIndex:D,statementIndex:L,statement:U,variableDeclaration:H}=await KF(e,h,S);if(k.addCmpToRegistry)R.push(qF(e,k.addCmpToRegistry)),f=!0;else if(k.removeCmpFromRegistry)R.splice(D,1),f=!0;else if(k.updateRegisteredCmp){let b=Ye(e,R[D],k.updateRegisteredCmp);R[D]=e.ts.factory.updateObjectLiteralExpression(b,[hy(e,k.updateRegisteredCmp),...b.properties.slice(1)]),f=!0}if(f&&i){let b=[...h.statements];b[L]=e.ts.factory.updateVariableStatement(U,U.modifiers,e.ts.factory.updateVariableDeclarationList(U.declarationList,[e.ts.factory.updateVariableDeclaration(H,H.name,H.exclamationToken,H.type,e.ts.factory.createArrayLiteralExpression(kr(e,R)))])),h=e.ts.factory.updateSourceFile(h,b),F.exportType==="named"?h=ce(e,h,{namedImports:[F.importName],importPath:F.externalImportPath?F.externalImportPath:ae(e,e.registryPath,F.filePath)}):h=ce(e,h,{defaultImport:F.importName,importPath:F.externalImportPath?F.externalImportPath:ae(e,e.registryPath,F.filePath)}),h=ce(e,h,{namedImports:["RegisteredComponent"],importPath:"@builder.io/sdk-angular",isTypeOnly:!0}),h=Or(e,h,{variableName:"CUSTOM_COMPONENTS",arrayType:"RegisteredComponent"}),m.components=k.components,g=k.components.filter(E=>E.isRegistered)}}}if(f&&i){h=Ir(e,h),h=$r(e,h);let w=Qe(e,h);w=yr(w),w=await e.formatCode(e.registryPath,w),await e.writeFile(e.registryPath,w)}return m}function hy(e,t){let r=e.ts.factory.createIdentifier(t.importName);return e.ts.factory.createPropertyAssignment("component",r)}function qF(e,t){return Ye(e,e.ts.factory.createObjectLiteralExpression([hy(e,t)],!0),t)}async function KF(e,t,r){let n=Ge(e,t,"CUSTOM_COMPONENTS");if(!n)throw new Error(`Exported name of the Builder registry must be "CUSTOM_COMPONENTS". Please update your Builder registry file: ${e.registryPath}`);let o=n.arrayLiteralExp.elements.filter(i=>e.ts.isObjectLiteralExpression(i)),s=-1;for(let i=0;i<o.length;i++)if((await Wc(e,t,o[i]))?.id===r.cmpInfo.id){s=i;break}return{...n,elements:o,elmIndex:s}}async function yy(e){let t=await GF(e);return{builderPageOptions:async()=>({templateContentId:"f0b8016ac92e474699293211a268ebaa",pathname:"/builder-demo",title:"Builder + Angular Demo Page"}),ensureBuilderSetup:()=>dy(t),ensureFigmaImportPage:()=>fy(t),getRegistryPath:()=>t.registryPath,getRegistry:n=>zr(t,null,!1,!1,null,null,!1,!!n?.readAllInputTypes),addExternalPackage:async n=>{t.addExternalPackage(n)},loadComponent:async n=>{let o=await zr(t,n.cmpId,!1,!1,null,null,!1,!1);return{...o,component:o.components.find(s=>s.id===n.cmpId)}},registerComponent:n=>zr(t,n.cmpId,!0,!1,null,null,!0,!1),setRegisteredComponentInfo:n=>zr(t,n.cmpId,!1,!1,n,null,!0,!1),setRegisteredComponentInput:n=>zr(t,n.cmpId,!1,!1,null,n,!0,!1),unregisterComponent:n=>zr(t,n.cmpId,!1,!0,null,null,!0,!1),getPublicApiKey:()=>Ri(t),setPublicApiKey:n=>qh(t,n.publicApiKey),getDependencies:n=>[{name:"@builder.io/dev-tools"},{name:"@builder.io/sdk-angular"},{name:"concurrently"}],getDevRunCommand:()=>"builder-dev",getCache:()=>Xt(t),setCache:n=>er(t,n)}}async function GF(e){let t=await WF(e),r=e.getAppRootDir(),n=e.join(r,"src"),o=await bt(e),s=e.join(n,"app"),i=await At(e,s),a={},u={...e,srcDir:"",appDir:"",componentsDir:"",registryPath:i,angularConfigPath:t,typescriptEnabled:o,builderPageComponentPath:"",hasAppModule:!1,addExternalPackage:p=>{a[e.join(r,p,"index.ts")]=`export * from "${p}";`},readFileSync:p=>a[p]??e.readFileSync(p),existsSync:p=>!!a[p]||e.existsSync(p),readdirSync:p=>{let d=e.readdirSync(p);return p===r?[...d,...Object.keys(a).map(g=>g.slice(r.length+1))]:d},readdir:async p=>{let d=await e.readdir(p);return p===r?[...d,...Object.keys(a).map(g=>g.slice(r.length+1))]:d}};if(!await e.exists(n))throw new Error(`Could not find src directory. Searched for src in "${e.getAppRootDir()}".`);u.srcDir=n,u.appDir=s,u.componentsDir=e.join(u.appDir,"components"),u.builderPageComponentPath=e.join(u.componentsDir,`builder-page.component.${o?"ts":"js"}`);let c=`app.module.${o?"ts":"js"}`,l=e.join(u.appDir,c);return await e.exists(l)&&(u.hasAppModule=!0),u}async function WF(e){let t=e.join(e.getAppRootDir(),"angular.json");if(await e.exists(t))return t;let r=e.join(e.getAppRootDir(),"project.json");if(await e.exists(r))return r;if(e.ignoreMissingConfig)return"";throw new Error(`Could not find Angular config file. Searched for angular.json & project.json in "${e.getAppRootDir()}".`)}async function Ii(e){let t=e.configType==="vite"?ZF:JF;return await Tr(e,[".env"],t)}async function Dy(e,t){let r=await Ii(e),n=await Ar(e,r.file,r.envKey,t);return{...r,modifiedType:n}}var ZF="VITE_PUBLIC_BUILDER_KEY",JF="PUBLIC_BUILDER_KEY";async function Cy(e,t,r){try{let n=await e.readFile(t);if(!n)return null;let o=e.relative(e.getAppRootDir(),t),s=t.split("/").pop()?.replace(".vue","")||"UnknownComponent",i=eR(s),a=QF(n,r),u=YF(n);return{id:tR(t),name:i,filePath:o,relFilePath:o,inputs:a,framework:"vue",exportType:"default",exportName:"default",importName:i,importPath:o,vueApiType:u}}catch(n){return console.warn(`Failed to parse Vue component ${t}:`,n),null}}function YF(e){return/<script[^>]*\s+setup[^>]*>/.test(e)?"composition-setup":/import\s+\{[^}]*\b(ref|reactive|computed|watch|onMounted|defineComponent)\b[^}]*\}\s+from\s+['"]vue['"]/.test(e)||/setup\s*\([^)]*\)\s*\{/.test(e)?"composition":"options"}function QF(e,t){if(!t)return[];let r=[],n=[/defineProps<\s*\{([^}]+)\}\s*>\s*\(\s*\)/g,/defineProps\s*\(\s*\{([^}]+)\}\s*\)/g,/defineProps\s*\(\s*\[([^\]]+)\]\s*\)/g];for(let u of n){let c;for(;(c=u.exec(e))!==null;){let l=c[1];l.includes(":")?r.push(...Zc(l)):r.push(...vy(l))}}let o=/props\s*:\s*(\{[^}]+\}|\[[^\]]+\])/g,s;for(;(s=o.exec(e))!==null;){let u=s[1];if(u.startsWith("{")){let c=u.slice(1,-1);r.push(...Zc(c))}else{let c=u.slice(1,-1);r.push(...vy(c))}}let i=/setup\s*\(\s*props\s*(?::\s*\{([^}]+)\})?\s*[,)]?/g,a;for(;(a=i.exec(e))!==null;)a[1]&&r.push(...Zc(a[1]));return XF(r)}function Zc(e){let t=[],r=/(\w+)\s*:\s*([^,;]+)/g,n;for(;(n=r.exec(e))!==null;){let[,i,a]=n;t.push({name:i.trim(),type:Jc(a.trim()),required:!a.includes("?")&&!a.includes("undefined")})}let o=/(\w+)\s*:\s*\{([^}]+)\}/g;for(;(n=o.exec(e))!==null;){let[,i,a]=n,u=a.match(/type\s*:\s*(\w+)/),c=a.match(/required\s*:\s*(true|false)/),l=a.match(/default\s*:\s*([^,}]+)/);t.push({name:i.trim(),type:u?Jc(u[1]):"any",required:c?c[1]==="true":!1,defaultValue:l?l[1].trim():void 0})}let s=/(\w+)\s*:\s*(\w+)(?=\s*[,}])/g;for(;(n=s.exec(e))!==null;){let[,i,a]=n;t.some(u=>u.name===i.trim())||t.push({name:i.trim(),type:Jc(a.trim()),required:!1})}return t}function vy(e){let t=[],r=e.split(",").map(n=>n.trim().replace(/['"]/g,"")).filter(n=>n.length>0);for(let n of r)t.push({name:n,type:"any",required:!1});return t}function Jc(e){let t={String:"string",Number:"number",Boolean:"boolean",Array:"any[]",Object:"object",Function:"function",Date:"Date",Symbol:"symbol",string:"string",number:"number",boolean:"boolean",object:"object",function:"function"},r=e.replace(/\s*\|\s*undefined/g,"").replace(/\?$/,"");return t[r]||r||"any"}function XF(e){let t=new Set;return e.filter(r=>t.has(r.name)?!1:(t.add(r.name),!0))}function eR(e){return e.replace(/[-_\s]+(.)?/g,(t,r)=>r?r.toUpperCase():"").replace(/^(.)/,(t,r)=>r?r.toUpperCase():"")}function tR(e){return e.replace(/[^a-zA-Z0-9]/g,"-").replace(/-+/g,"-").replace(/^-|-$/g,"").toLowerCase()}async function Jn(e,t){let r=await rR(e,t.readAllInputTypes),n=await Ii(e);return{components:r,registryPath:e.registryPath,registryDisplayPath:e.relative(e.getAppRootDir(),e.registryPath),frameworks:e.getFrameworks(),dependencies:tr(r),publicApiKey:n.envValue??void 0,devToolsVersion:e.version}}async function rR(e,t){let r=[],n=await nR(e,e.getAppRootDir());for(let o of n){let s=await Cy(e,o,t);s&&r.push(s)}return r}async function nR(e,t){let r=[],n=async s=>{try{let i=await e.readdir(s);for(let a of i){let u=e.join(s,a);(await e.stat(u)).isDirectory()?!a.startsWith(".")&&a!=="node_modules"&&a!=="dist"&&a!=="build"&&a!==".nuxt"&&a!==".output"&&await n(u):a.endsWith(".vue")&&r.push(u)}}catch{}};await n(t);let o=["components","pages","layouts"];for(let s of o){let i=e.join(t,s);try{(await e.stat(i)).isDirectory()&&await n(i)}catch{}}return r}async function wy(e){let t={errors:[]};try{await xy(e)}catch(r){t.errors.push(r instanceof Error?r.message:String(r))}return t}async function by(e){let t=[];t.push(...await xy(e));let n=e.join(e.componentsDir,"FigmaImports.vue");if(!await e.exists(n)){let o=await e.formatCode(n,oR(e,n,"figma-imports"));await e.writeFile(n,o),t.push({filePath:n,modifiedType:"create"})}return t}async function xy(e){let t=[];return await e.exists(e.registryPath)||(await e.writeFile(e.registryPath,sR(e)),t.push({filePath:e.registryPath,modifiedType:"create"})),t}function oR(e,t,r="page"){let n=ae(e,t,e.registryPath),o=e.typescriptEnabled;return e.isNuxt?`<template>
|
|
1187
|
+
`.trimStart()}async function Vy(e){await qa(e);let t=await e.readFile(e.registryPath);return t?kR(e,t):{components:[],sourceFile:se(e,"")}}async function kR(e,t){let r=se(e,t);return IR(e,r)}async function IR(e,t){let r=[],n=We(e,t,"CUSTOM_COMPONENTS");return n&&await Promise.all(n.arrayLiteralExp.elements.map(async(o,s)=>{let i=await yl(e,t,o);i&&(i.nodeIndex=s,r.push(i))})),{sourceFile:t,components:Ft(r)}}async function yl(e,t,r){if(!e.ts.isObjectLiteralExpression(r))return null;let n={id:"",name:"",displayFilePath:"",exportName:"",importName:"",filePath:"",relFilePath:"",importPath:"",inputs:[],framework:"angular"};for(let o of r.properties){if(!e.ts.isPropertyAssignment(o)||!e.ts.isIdentifier(o.name))continue;if(ye(e,o)==="component"){let i,{initializer:a}=o;if(e.ts.isIdentifier(a))i=a.text;else if(e.ts.isCallExpression(a)){let c=a.arguments[0];e.ts.isIdentifier(c)&&(i=c.text)}if(!i)continue;n.name===""&&(n.name=Se(i)),n.importName=i;let u=await Nr(e,e.registryPath,t,i);if(!u)continue;if(n.filePath=u.filePath,n.relFilePath=u.relFilePath,await e.exists(u.filePath)?n.importPath=Ee(e,u.filePath):(n.externalImportPath=u.importPath,n.importPath=n.externalImportPath),n.displayFilePath=u.displayFilePath,n.exportType=u.exportType,n.externalImportPath)n.exportName=i;else{let c=await by(e,u.filePath);if(c&&c.length>0)if(c.length===1)n.exportName=c[0].cmpInfo.exportName;else{let l=c.find(p=>p.cmpInfo.exportName===i);l&&(n.exportName=l.cmpInfo.exportName)}}continue}}return n=$t(e,n,r),n.filePath&&n.exportName&&(n.id=await we(e,n.filePath,n.exportName,n.externalImportPath)),n}async function Hr(e,t,r,n,o,s,i,a){let u=await En(e),[c,l,p]=await Promise.all([wy(e,u),Vy(e),Hi(e)]),d=c.map(b=>b.cmpInfo),h=l.components,m={components:Cr(d,h),registryPath:e.registryPath,registryDisplayPath:ge(e,e.registryPath),frameworks:e.getFrameworks(),dependencies:or(d),publicApiKey:p.envValue??void 0,devToolsVersion:e.version};if(a)return m.components=await xy(e,c,m.components),m;let f=!1,g=l.sourceFile,y=Array.isArray(t)?t:typeof t=="string"?[t]:[];if(y.length>0){let b=y.map(E=>{let F=c.find($=>$.cmpInfo.id===E);if(!F)throw new Error(`Component ${E} not found`);return F}),w=Array.from(new Set(b.map(E=>E.cmpInfo.filePath))),T=await Qe(e,w);for(let E of b){let F=m.components.find(x=>x.id===E.cmpInfo.id),$=await al(e,E,T);Kt(F,$);let I=d.findIndex(x=>x.id===E.cmpInfo.id);d[I].inputs=$;let k=Br(E.cmpInfo.id,d,h,r,n,o,s),{elements:R,elmIndex:v,statementIndex:z,statement:V,variableDeclaration:q}=await OR(e,g,E);if(k.addCmpToRegistry)R.push(NR(e,k.addCmpToRegistry)),f=!0;else if(k.removeCmpFromRegistry)R.splice(v,1),f=!0;else if(k.updateRegisteredCmp){let x=Xe(e,R[v],k.updateRegisteredCmp);R[v]=e.ts.factory.updateObjectLiteralExpression(x,[Hy(e,k.updateRegisteredCmp),...x.properties.slice(1)]),f=!0}if(f&&i){let x=[...g.statements];x[z]=e.ts.factory.updateVariableStatement(V,V.modifiers,e.ts.factory.updateVariableDeclarationList(V.declarationList,[e.ts.factory.updateVariableDeclaration(q,q.name,q.exclamationToken,q.type,e.ts.factory.createArrayLiteralExpression(Mr(e,R)))])),g=e.ts.factory.updateSourceFile(g,x),F.exportType==="named"?g=ce(e,g,{namedImports:[F.importName],importPath:F.externalImportPath?F.externalImportPath:ae(e,e.registryPath,F.filePath)}):g=ce(e,g,{defaultImport:F.importName,importPath:F.externalImportPath?F.externalImportPath:ae(e,e.registryPath,F.filePath)}),g=ce(e,g,{namedImports:["RegisteredComponent"],importPath:"@builder.io/sdk-angular",isTypeOnly:!0}),g=zr(e,g,{variableName:"CUSTOM_COMPONENTS",arrayType:"RegisteredComponent"}),m.components=k.components,h=k.components.filter(_=>_.isRegistered)}}}if(f&&i){g=Lr(e,g),g=Or(e,g);let b=tt(e,g);b=vr(b),b=await e.formatCode(e.registryPath,b),await e.writeFile(e.registryPath,b)}return m}function Hy(e,t){let r=e.ts.factory.createIdentifier(t.importName);return e.ts.factory.createPropertyAssignment("component",r)}function NR(e,t){return Xe(e,e.ts.factory.createObjectLiteralExpression([Hy(e,t)],!0),t)}async function OR(e,t,r){let n=We(e,t,"CUSTOM_COMPONENTS");if(!n)throw new Error(`Exported name of the Builder registry must be "CUSTOM_COMPONENTS". Please update your Builder registry file: ${e.registryPath}`);let o=n.arrayLiteralExp.elements.filter(i=>e.ts.isObjectLiteralExpression(i)),s=-1;for(let i=0;i<o.length;i++)if((await yl(e,t,o[i]))?.id===r.cmpInfo.id){s=i;break}return{...n,elements:o,elmIndex:s}}async function qy(e){let t=await MR(e);return{builderPageOptions:async()=>({templateContentId:"f0b8016ac92e474699293211a268ebaa",pathname:"/builder-demo",title:"Builder + Angular Demo Page"}),ensureBuilderSetup:()=>zy(t),ensureFigmaImportPage:()=>jy(t),getRegistryPath:()=>t.registryPath,getRegistry:n=>Hr(t,null,!1,!1,null,null,!1,!!n?.readAllInputTypes),addExternalPackage:async n=>{t.addExternalPackage(n)},loadComponent:async n=>{let o=await Hr(t,n.cmpId,!1,!1,null,null,!1,!1);return{...o,component:o.components.find(s=>s.id===n.cmpId)}},registerComponent:n=>Hr(t,n.cmpId,!0,!1,null,null,!0,!1),setRegisteredComponentInfo:n=>Hr(t,n.cmpId,!1,!1,n,null,!0,!1),setRegisteredComponentInput:n=>Hr(t,n.cmpId,!1,!1,null,n,!0,!1),unregisterComponent:n=>Hr(t,n.cmpId,!1,!0,null,null,!0,!1),getPublicApiKey:()=>Hi(t),setPublicApiKey:n=>vy(t,n.publicApiKey),getDependencies:n=>[{name:"@builder.io/dev-tools"},{name:"@builder.io/sdk-angular"},{name:"concurrently"}],getDevRunCommand:()=>"builder-dev",getCache:()=>rr(t),setCache:n=>nr(t,n)}}async function MR(e){let t=await LR(e),r=e.getAppRootDir(),n=e.join(r,"src"),o=await Et(e),s=e.join(n,"app"),i=await Rt(e,s),a={},u={...e,srcDir:"",appDir:"",componentsDir:"",registryPath:i,angularConfigPath:t,typescriptEnabled:o,builderPageComponentPath:"",hasAppModule:!1,addExternalPackage:p=>{a[e.join(r,p,"index.ts")]=`export * from "${p}";`},readFileSync:p=>a[p]??e.readFileSync(p),existsSync:p=>!!a[p]||e.existsSync(p),readdirSync:p=>{let d=e.readdirSync(p);return p===r?[...d,...Object.keys(a).map(h=>h.slice(r.length+1))]:d},readdir:async p=>{let d=await e.readdir(p);return p===r?[...d,...Object.keys(a).map(h=>h.slice(r.length+1))]:d}};if(!await e.exists(n))throw new Error(`Could not find src directory. Searched for src in "${e.getAppRootDir()}".`);u.srcDir=n,u.appDir=s,u.componentsDir=e.join(u.appDir,"components"),u.builderPageComponentPath=e.join(u.componentsDir,`builder-page.component.${o?"ts":"js"}`);let c=`app.module.${o?"ts":"js"}`,l=e.join(u.appDir,c);return await e.exists(l)&&(u.hasAppModule=!0),u}async function LR(e){let t=e.join(e.getAppRootDir(),"angular.json");if(await e.exists(t))return t;let r=e.join(e.getAppRootDir(),"project.json");if(await e.exists(r))return r;if(e.ignoreMissingConfig)return"";throw new Error(`Could not find Angular config file. Searched for angular.json & project.json in "${e.getAppRootDir()}".`)}async function Gi(e){let t=e.configType==="vite"?BR:zR;return await $r(e,[".env"],t)}async function Ky(e,t){let r=await Gi(e),n=await kr(e,r.file,r.envKey,t);return{...r,modifiedType:n}}var BR="VITE_PUBLIC_BUILDER_KEY",zR="PUBLIC_BUILDER_KEY";async function Wy(e,t,r){try{let n=await e.readFile(t);if(!n)return null;let o=e.relative(e.getAppRootDir(),t),s=t.split("/").pop()?.replace(".vue","")||"UnknownComponent",i=HR(s),a=UR(n,r),u=jR(n);return{id:qR(t),name:i,filePath:o,relFilePath:o,inputs:a,framework:"vue",exportType:"default",exportName:"default",importName:i,importPath:o,vueApiType:u}}catch(n){return console.warn(`Failed to parse Vue component ${t}:`,n),null}}function jR(e){return/<script[^>]*\s+setup[^>]*>/.test(e)?"composition-setup":/import\s+\{[^}]*\b(ref|reactive|computed|watch|onMounted|defineComponent)\b[^}]*\}\s+from\s+['"]vue['"]/.test(e)||/setup\s*\([^)]*\)\s*\{/.test(e)?"composition":"options"}function UR(e,t){if(!t)return[];let r=[],n=[/defineProps<\s*\{([^}]+)\}\s*>\s*\(\s*\)/g,/defineProps\s*\(\s*\{([^}]+)\}\s*\)/g,/defineProps\s*\(\s*\[([^\]]+)\]\s*\)/g];for(let u of n){let c;for(;(c=u.exec(e))!==null;){let l=c[1];l.includes(":")?r.push(...Dl(l)):r.push(...Gy(l))}}let o=/props\s*:\s*(\{[^}]+\}|\[[^\]]+\])/g,s;for(;(s=o.exec(e))!==null;){let u=s[1];if(u.startsWith("{")){let c=u.slice(1,-1);r.push(...Dl(c))}else{let c=u.slice(1,-1);r.push(...Gy(c))}}let i=/setup\s*\(\s*props\s*(?::\s*\{([^}]+)\})?\s*[,)]?/g,a;for(;(a=i.exec(e))!==null;)a[1]&&r.push(...Dl(a[1]));return VR(r)}function Dl(e){let t=[],r=/(\w+)\s*:\s*([^,;]+)/g,n;for(;(n=r.exec(e))!==null;){let[,i,a]=n;t.push({name:i.trim(),type:vl(a.trim()),required:!a.includes("?")&&!a.includes("undefined")})}let o=/(\w+)\s*:\s*\{([^}]+)\}/g;for(;(n=o.exec(e))!==null;){let[,i,a]=n,u=a.match(/type\s*:\s*(\w+)/),c=a.match(/required\s*:\s*(true|false)/),l=a.match(/default\s*:\s*([^,}]+)/);t.push({name:i.trim(),type:u?vl(u[1]):"any",required:c?c[1]==="true":!1,defaultValue:l?l[1].trim():void 0})}let s=/(\w+)\s*:\s*(\w+)(?=\s*[,}])/g;for(;(n=s.exec(e))!==null;){let[,i,a]=n;t.some(u=>u.name===i.trim())||t.push({name:i.trim(),type:vl(a.trim()),required:!1})}return t}function Gy(e){let t=[],r=e.split(",").map(n=>n.trim().replace(/['"]/g,"")).filter(n=>n.length>0);for(let n of r)t.push({name:n,type:"any",required:!1});return t}function vl(e){let t={String:"string",Number:"number",Boolean:"boolean",Array:"any[]",Object:"object",Function:"function",Date:"Date",Symbol:"symbol",string:"string",number:"number",boolean:"boolean",object:"object",function:"function"},r=e.replace(/\s*\|\s*undefined/g,"").replace(/\?$/,"");return t[r]||r||"any"}function VR(e){let t=new Set;return e.filter(r=>t.has(r.name)?!1:(t.add(r.name),!0))}function HR(e){return e.replace(/[-_\s]+(.)?/g,(t,r)=>r?r.toUpperCase():"").replace(/^(.)/,(t,r)=>r?r.toUpperCase():"")}function qR(e){return e.replace(/[^a-zA-Z0-9]/g,"-").replace(/-+/g,"-").replace(/^-|-$/g,"").toLowerCase()}async function eo(e,t){let r=await KR(e,t.readAllInputTypes),n=await Gi(e);return{components:r,registryPath:e.registryPath,registryDisplayPath:e.relative(e.getAppRootDir(),e.registryPath),frameworks:e.getFrameworks(),dependencies:or(r),publicApiKey:n.envValue??void 0,devToolsVersion:e.version}}async function KR(e,t){let r=[],n=await GR(e,e.getAppRootDir());for(let o of n){let s=await Wy(e,o,t);s&&r.push(s)}return r}async function GR(e,t){let r=[],n=async s=>{try{let i=await e.readdir(s);for(let a of i){let u=e.join(s,a);(await e.stat(u)).isDirectory()?!a.startsWith(".")&&a!=="node_modules"&&a!=="dist"&&a!=="build"&&a!==".nuxt"&&a!==".output"&&await n(u):a.endsWith(".vue")&&r.push(u)}}catch{}};await n(t);let o=["components","pages","layouts"];for(let s of o){let i=e.join(t,s);try{(await e.stat(i)).isDirectory()&&await n(i)}catch{}}return r}async function Zy(e){let t={errors:[]};try{await Yy(e)}catch(r){t.errors.push(r instanceof Error?r.message:String(r))}return t}async function Jy(e){let t=[];t.push(...await Yy(e));let n=e.join(e.componentsDir,"FigmaImports.vue");if(!await e.exists(n)){let o=await e.formatCode(n,WR(e,n,"figma-imports"));await e.writeFile(n,o),t.push({filePath:n,modifiedType:"create"})}return t}async function Yy(e){let t=[];return await e.exists(e.registryPath)||(await e.writeFile(e.registryPath,JR(e)),t.push({filePath:e.registryPath,modifiedType:"create"})),t}function WR(e,t,r="page"){let n=ae(e,t,e.registryPath),o=e.typescriptEnabled;return e.isNuxt?`<template>
|
|
1188
1188
|
<div>
|
|
1189
1189
|
<div v-if="pending">Loading...</div>
|
|
1190
1190
|
<div v-else-if="error">Error loading content</div>
|
|
@@ -1240,7 +1240,7 @@ export default defineComponent({
|
|
|
1240
1240
|
},
|
|
1241
1241
|
setup() {
|
|
1242
1242
|
const model = '${r}'
|
|
1243
|
-
const apiKey = ${
|
|
1243
|
+
const apiKey = ${ZR(e)}
|
|
1244
1244
|
const content = ref${o?"<any>":""}(null)
|
|
1245
1245
|
const loading = ref(true)
|
|
1246
1246
|
const customComponents = CUSTOM_COMPONENTS
|
|
@@ -1273,7 +1273,7 @@ export default defineComponent({
|
|
|
1273
1273
|
}
|
|
1274
1274
|
}
|
|
1275
1275
|
})
|
|
1276
|
-
</script>`}function
|
|
1276
|
+
</script>`}function ZR(e){return e.isNuxt?"useRuntimeConfig().public.builderApiKey":e.configType==="vite"?"import.meta.env.VITE_BUILDER_API_KEY":"process.env.VUE_APP_BUILDER_API_KEY"}function JR(e){return`import type { RegisteredComponent } from "@builder.io/sdk-vue";
|
|
1277
1277
|
|
|
1278
1278
|
export const CUSTOM_COMPONENTS: RegisteredComponent[] = [
|
|
1279
1279
|
// Add your Vue components here
|
|
@@ -1290,177 +1290,177 @@ export const CUSTOM_COMPONENTS: RegisteredComponent[] = [
|
|
|
1290
1290
|
// ]
|
|
1291
1291
|
// }
|
|
1292
1292
|
];
|
|
1293
|
-
`}async function
|
|
1293
|
+
`}async function Qy(e){let t=await YR(e);return{builderPageOptions:async()=>({templateContentId:"vue-demo-template-id",pathname:"/builder-demo",title:"Builder + Vue Demo Page"}),ensureBuilderSetup:async()=>(await Zy(t)).errors.length>0?[]:[],ensureFigmaImportPage:()=>Jy(t),getRegistryPath:()=>t.registryPath,getRegistry:n=>eo(t,{readAllInputTypes:!!n?.readAllInputTypes}),addExternalPackage:n=>{t.addExternalPackage(n)},loadComponent:async n=>{let o=await eo(t,{readAllInputTypes:!1}),s=o.components.find(i=>i.id===n.cmpId);return{...o,component:s}},registerComponent:async n=>eo(t,{readAllInputTypes:!1}),setRegisteredComponentInfo:async n=>eo(t,{readAllInputTypes:!1}),setRegisteredComponentInput:async n=>eo(t,{readAllInputTypes:!1}),unregisterComponent:async n=>eo(t,{readAllInputTypes:!1}),getPublicApiKey:()=>Gi(t),setPublicApiKey:n=>Ky(t,n.publicApiKey),getDependencies:n=>n.sdkVersion===H.gen2?[{name:"@builder.io/dev-tools"},{name:"@builder.io/sdk-vue"}]:[{name:"@builder.io/dev-tools"},{name:"@builder.io/vue"},{name:"@builder.io/sdk"}],getDevRunCommand:()=>"dev",getCache:()=>rr(t),setCache:n=>nr(t,n)}}async function YR(e){let t=await QR(e),r=e.getAppRootDir(),n=e.join(r,"src"),o=await Et(e),s={},i={...e,srcDir:null,builderComponentPath:"",componentsDir:"",registryPath:"",vueConfigPath:t,typescriptEnabled:o,configType:"",isNuxt:await XR(e),addExternalPackage:c=>{s[e.join(r,c,"index.ts")]=`export * from "${c}";`},readFileSync:c=>s[c]??e.readFileSync(c),existsSync:c=>!!s[c]||e.existsSync(c),readdirSync:c=>{let l=e.readdirSync(c);return c===r?[...l,...Object.keys(s).map(p=>p.slice(r.length+1))]:l},readdir:async c=>{let l=await e.readdir(c);return c===r?[...l,...Object.keys(s).map(p=>p.slice(r.length+1))]:l}};t.includes("webpack.config")&&(i.configType="webpack"),(t.includes("vite.config")||t.includes("nuxt.config"))&&(i.configType="vite");let a=await e.exists(n);i.srcDir=a?n:null;let u=[e.join(r,"components"),e.join(r,"src","components"),e.join(r,"app","components")];for(let c of u)if(await e.exists(c)){i.componentsDir=c;break}return i.componentsDir||(i.componentsDir=a?e.join(n,"components"):e.join(r,"components")),i.registryPath=await Rt(e,i.componentsDir),i}async function QR(e){let t=["nuxt.config.ts","nuxt.config.js","vite.config.ts","vite.config.js","webpack.config.js","webpack.config.ts","vue.config.js","vue.config.ts"];for(let r of t){let n=e.join(e.getAppRootDir(),r);if(await e.exists(n))return n}if(e.ignoreMissingConfig)return"";throw new Error(`Could not find Vue config file. Searched for ${t.join(", ")} in "${e.getAppRootDir()}".`)}async function XR(e){let t=["nuxt.config.ts","nuxt.config.js"];for(let r of t){let n=e.join(e.getAppRootDir(),r);if(await e.exists(n))return!0}try{let r=e.join(e.getAppRootDir(),"package.json");if(await e.exists(r)){let n=JSON.parse(await e.readFile(r)||"{}"),o={...n.dependencies,...n.devDependencies};return!!(o.nuxt||o["@nuxt/kit"]||o.nuxt3)}}catch{}return!1}var Za=He(pD(),1);async function dD(e,t){let n={components:(await t.getRegistry()).components.filter(s=>s.isRegistered).map(s=>{let i={filePath:gr(e.relative(e.getAppRootDir(),s.filePath)),name:s.name,image:s.image,description:s.description,exportName:s.exportName,inputs:Ht(s.inputs)};return Ht(i)}),version:1};e.debug("exporting registry components:",n.components.length);let o=(0,Za.compress)(n);return btoa(JSON.stringify(o))}async function fD(e,t,r){if(typeof r!="string")throw new Error("Invalid registry to import");let n=await t.getRegistry(),o=JSON.parse(atob(r)),s=(0,Za.decompress)(o),i=Ht(n);e.debug("importing registry components:",s.components.length);for(let a of s.components){let u=gr(e.normalize(a.filePath)),c=n.components.find(p=>gr(p.filePath).endsWith(u)&&p.exportName===a.exportName);if(!c){console.error(`Could not find component to register: ${a.filePath}, ${a.exportName}`);continue}e.debug(`register (${c.id})`,c.filePath),await t.registerComponent({cmpId:c.id});for(let p of a.inputs)e.debug(`set input (${c.id})`),await t.setRegisteredComponentInput({cmpId:c.id,name:p.name,type:p.type,required:p.required,defaultValue:p.defaultValue,friendlyName:p.friendlyName,helperText:p.helperText});e.debug(`set input (${c.id}) info`);let l=await t.setRegisteredComponentInfo({cmpId:c.id,name:a.name,image:a.image,description:a.description});i=Ht(l)}return i}var kt={react:"react",remix:"remix",angular:"angular",next:"next",qwik:"qwik",vue:"vue",native:"native"},Lq={[kt.react]:[{version:H.gen1,recommended:!0},{version:H.gen2,recommended:!1}],[kt.remix]:[{version:H.gen1,recommended:!1},{version:H.gen2,recommended:!0}],[kt.angular]:[{version:H.gen2,recommended:!0}],[kt.next]:[{version:H.gen1,recommended:!0},{version:H.gen2,recommended:!1}],[kt.qwik]:[{version:H.gen2,recommended:!0}],[kt.vue]:[{version:H.gen1,recommended:!0},{version:H.gen2,recommended:!1}]};async function mD(e,t){let r=[],n=new Set;async function o(s){let i=e.join(s,"package.json");try{if(!await e.exists(i))return null;let u=await e.readFile(i);if(u===null)throw new Error(`Failed to read package.json at ${i}`);let c=JSON.parse(u);if(typeof c.name!="string"||c.name.trim()===""||n.has(c.name))return null;n.add(c.name);let l={name:c.name,subPackages:[]},p=await e.readdir(s);for(let d of p)d!=="node_modules"&&(await e.stat(e.join(s,d))).isDirectory()&&l.subPackages.push(d);return r.push(l),l}catch(a){return e.Sentry?.captureException(a,{level:"warning"}),null}}try{let s=e.join(t,"package.json");if(await e.exists(s)){let a=await e.readFile(s);if(a!==null){let u=JSON.parse(a),c={...u.dependencies,...u.devDependencies};for(let l of Object.keys(c)){let p=e.join(t,"node_modules",l);await o(p)}if(Array.isArray(u.workspaces))for(let l of u.workspaces){let p=await e.readdir(e.join(t,l));for(let d of p){let h=e.join(t,l,d);await o(h)}}}}}catch(s){e.Sentry?.captureException(s,{level:"warning"})}return r}var x$={"@builder.io/qwik-city":ry,next:qg,"@remix-run/react":ly,react:sl,"@angular/core":qy,vue:Qy,native:sl},S$={"@builder.io/qwik-city":kt.qwik,next:kt.next,"@remix-run/react":kt.remix,react:kt.react,"@angular/core":kt.angular,vue:kt.vue,native:kt.native};async function Ja(e,t=!1){if(!e.ts)throw new Error("createDevTools() requires a TypeScript instance passed to the 'ts' option");if((!e.frameworks||e.frameworks.length===0)&&(e.frameworks=await Eo(e)),e.frameworks.length===0&&t&&e.frameworks.push({name:"native"}),e.frameworks.length===0)throw new Error("Supported Devtools framework for not found");for(let r of e.frameworks){let n=x$[r.name];if(n)try{let o=await n(e);return{...o,exportRegistry:()=>dD(e,o),importRegistry:i=>fD(e,o,i),framework:S$[r.name],findAllDependencies:async()=>await mD(e,e.getRepoRootDir())}}catch(o){e.Sentry?.captureException(o,{level:"warning"})}}throw new Error(`Devtools framework not found for ${e.getAppRootDir()}, ${JSON.stringify(e.frameworks,null,2)}`)}var NK=`
|
|
1294
1294
|
/** @type {import('next').NextConfig} */
|
|
1295
1295
|
const nextConfig = {
|
|
1296
1296
|
}
|
|
1297
1297
|
|
|
1298
1298
|
module.exports = nextConfig
|
|
1299
|
-
`.trimStart();import*as jy from"@sentry/node";import*as Uy from"@amplitude/analytics-node";async function sn(e){if(process.env.NODE_ENV!=="test")try{await Promise.allSettled([jy.flush(2e3),Uy.flush().promise])}catch(t){console.error(t)}process.exit(e)}var En=process.env.AIR_HOST||"https://api.builder.io";import*as No from"@amplitude/analytics-node";import*as Mi from"@sentry/node";var it=[];for(let e=0;e<256;++e)it.push((e+256).toString(16).slice(1));function Vy(e,t=0){return(it[e[t+0]]+it[e[t+1]]+it[e[t+2]]+it[e[t+3]]+"-"+it[e[t+4]]+it[e[t+5]]+"-"+it[e[t+6]]+it[e[t+7]]+"-"+it[e[t+8]]+it[e[t+9]]+"-"+it[e[t+10]]+it[e[t+11]]+it[e[t+12]]+it[e[t+13]]+it[e[t+14]]+it[e[t+15]]).toLowerCase()}import NR from"node:crypto";var Fa=new Uint8Array(256),Aa=Fa.length;function dl(){return Aa>Fa.length-16&&(NR.randomFillSync(Fa),Aa=0),Fa.slice(Aa,Aa+=16)}import OR from"node:crypto";var fl={randomUUID:OR.randomUUID};function MR(e,t,r){if(fl.randomUUID&&!t&&!e)return fl.randomUUID();e=e||{};let n=e.random||(e.rng||dl)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){r=r||0;for(let o=0;o<16;++o)t[r+o]=n[o];return t}return Vy(n)}var ml=MR;var Pn=class extends Error{},De=class extends Pn{constructor({type:r,cause:n,message:o,suggestions:s=[],hostname:i,port:a,statusCode:u,errorCode:c}){super(o,{cause:n});Ze(this,"type");Ze(this,"suggestions");Ze(this,"hostname");Ze(this,"port");Ze(this,"statusCode");Ze(this,"errorCode");this.name="NetworkError",this.type=r,this.suggestions=s,this.hostname=i,this.port=a,this.statusCode=u,this.errorCode=c}},Ra=process.platform==="win32",LR=process.platform==="darwin";function BR(e){return Ra?`tracert ${e}`:`traceroute ${e}`}function zR(){return LR?"sudo dscacheutil -flushcache && sudo killall -HUP mDNSResponder":Ra?"ipconfig /flushdns":"sudo systemd-resolve --flush-caches"}function jR(e,t){return Ra?`Test-NetConnection -ComputerName ${e} -Port ${t}`:`nc -zv ${e} ${t}`}function UR(e){return Ra?`nslookup ${e}`:`dig ${e}`}function VR(e,t){return`openssl s_client -connect ${e}:${t} -showcerts`}var HR=new Set(["DEPTH_ZERO_SELF_SIGNED_CERT","SELF_SIGNED_CERT_IN_CHAIN"]),qR=new Set(["UNABLE_TO_GET_ISSUER_CERT","UNABLE_TO_GET_ISSUER_CERT_LOCALLY","UNABLE_TO_VERIFY_LEAF_SIGNATURE","INVALID_CA","CERT_SIGNATURE_FAILURE","CERT_REVOKED","CERT_REJECTED","CERT_UNTRUSTED","CERT_CHAIN_TOO_LONG","PATH_LENGTH_EXCEEDED","INVALID_PURPOSE","UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY","UNABLE_TO_DECRYPT_CERT_SIGNATURE","HOSTNAME_MISMATCH","ERR_TLS_CERT_ALTNAME_INVALID"]),KR=new Set(["CERT_HAS_EXPIRED","ERROR_IN_CERT_NOT_AFTER_FIELD"]),GR=new Set(["CERT_NOT_YET_VALID","ERROR_IN_CERT_NOT_BEFORE_FIELD"]),WR=new Set(["CRL_HAS_EXPIRED","CRL_NOT_YET_VALID","ERROR_IN_CRL_LAST_UPDATE_FIELD","ERROR_IN_CRL_NEXT_UPDATE_FIELD"]),ZR=new Set(["ERR_TLS_INVALID_PROTOCOL_VERSION","ERR_TLS_INVALID_PROTOCOL_METHOD","ERR_TLS_PROTOCOL_VERSION_CONFLICT","ERR_TLS_INVALID_STATE","ERR_TLS_INVALID_CONTEXT","ERR_TLS_RENEGOTIATION_DISABLED","ERR_TLS_REQUIRED_SERVER_NAME","ERR_TLS_SESSION_ATTACK","ERR_TLS_SNI_FROM_SERVER","ERR_TLS_DH_PARAM_SIZE","ERR_SSL_WRONG_VERSION_NUMBER","EPROTO"]),JR=new Set(["ERR_TLS_HANDSHAKE_TIMEOUT","ERR_SSL_HANDSHAKE_FAILURE"]),YR=new Set(["CRYPT_E_NO_REVOCATION_CHECK","CRYPT_E_REVOCATION_OFFLINE","CRYPT_E_NO_REVOCATION_DLL","CRYPT_E_NOT_IN_REVOCATION_DATABASE","UNABLE_TO_GET_CRL","CRL_SIGNATURE_FAILURE","UNABLE_TO_DECRYPT_CRL_SIGNATURE"]),QR=new Set(["ERR_PROXY_INVALID_CONFIG","ERR_PROXY_TUNNEL","ERR_TUNNEL_CONNECTION_FAILED"]),XR=new Set(["ENETUNREACH","EHOSTUNREACH","ENETDOWN","ENONET"]);function gl(e,t,r){let n=e.code,o=`${t}${r?`:${r}`:""}`;if(n==="ECONNREFUSED"){let s=r||443;return new De({type:"connection_refused",cause:e,message:`Connection refused to ${o}. The server may be down or not accepting connections on this port.`,suggestions:["Verify the server is running and accepting connections",`Test if the port is reachable: ${jR(t,s)}`,"Check if a firewall is blocking the connection","Ensure the correct port number is being used","If using a proxy, verify proxy settings are correct","Try again in a few minutes - the service may be temporarily unavailable"],hostname:t,port:r,errorCode:n})}if(n==="ECONNRESET")return new De({type:"connection_reset",cause:e,message:`Connection to ${o} was reset. The server closed the connection unexpectedly.`,suggestions:["The server may have restarted or timed out - try again","Check if a proxy or firewall is terminating connections","If behind a corporate network, the connection may be blocked","Verify network stability - intermittent connectivity can cause resets","If using keep-alive connections, the server may have closed an idle connection"],hostname:t,port:r,errorCode:n});if(n==="ECONNABORTED")return new De({type:"connection_aborted",cause:e,message:`Connection to ${o} was aborted before completing.`,suggestions:["The request may have been interrupted - try again","Check for network instability or packet loss","If using a proxy, verify the proxy is functioning correctly","The server may have terminated the connection early"],hostname:t,port:r,errorCode:n});if(n==="ETIMEDOUT"||n==="ESOCKETTIMEDOUT"||n==="ERR_SOCKET_CONNECTION_TIMEOUT"||n==="ERR_HTTP_REQUEST_TIMEOUT")return new De({type:"connection_timeout",cause:e,message:`Connection to ${o} timed out. The server did not respond in time.`,suggestions:["Check your internet connection speed and stability","The server may be overloaded - try again in a few minutes","If behind a proxy, ensure the proxy is not causing delays","Corporate firewalls may be slowing or blocking the connection","Try using a different network (e.g., mobile hotspot) to isolate the issue"],hostname:t,port:r,errorCode:n});if(n==="ENOTFOUND"||n==="EAI_AGAIN")return new De({type:"dns_not_found",cause:e,message:`Cannot resolve hostname '${t}'. DNS lookup failed.`,suggestions:["Check your internet connection","Verify the hostname is spelled correctly",`Test DNS resolution: ${UR(t)}`,"Try using a different DNS server (e.g., 8.8.8.8 or 1.1.1.1)","If on a VPN, try disconnecting and reconnecting",`Flush your DNS cache: ${zR()}`],hostname:t,errorCode:n});if(n&&HR.has(n)){let s=r||443;return new De({type:"ssl_self_signed",cause:e,message:`SSL certificate error: The server at ${o} is using a self-signed certificate that is not trusted.`,suggestions:["If on a corporate network, add your company's CA certificate:"," \u2192 npm config set cafile /path/to/company-cert.pem"," \u2192 Or set NODE_EXTRA_CA_CERTS=/path/to/company-cert.pem","For Node.js 22+, use --use-system-ca flag if the CA is installed in your system",`Inspect the certificate: ${VR(t,s)}`,"Contact your IT department to get the corporate root CA certificate","If this is your server, consider using Let's Encrypt for free valid certificates","\u26A0\uFE0F Temporary workaround (not secure): npm config set strict-ssl false"],hostname:t,port:r,errorCode:n})}if(n&&KR.has(n))return new De({type:"ssl_certificate_expired",cause:e,message:`SSL certificate error: The certificate for ${o} has expired.`,suggestions:["Contact the server administrator to renew the SSL certificate","Check if your system clock is set correctly - incorrect time can cause certificate errors","If this is your server, renew the certificate immediately","This may indicate a security issue - proceed with caution"],hostname:t,port:r,errorCode:n});if(n&&GR.has(n))return new De({type:"ssl_certificate_not_yet_valid",cause:e,message:`SSL certificate error: The certificate for ${o} is not yet valid. The certificate's validity period has not started yet.`,suggestions:["Check if your system clock is set correctly - this is the most common cause","Verify your system date and time are accurate","If the clock is correct, wait until the certificate becomes valid","Contact the server administrator - they may have deployed a certificate too early"],hostname:t,port:r,errorCode:n});if(n&&WR.has(n)){let s=n==="CRL_HAS_EXPIRED",i=n==="CRL_NOT_YET_VALID";return new De({type:"ssl_certificate_invalid",cause:e,message:`SSL error: The Certificate Revocation List (CRL) for ${o} ${s?"has expired":i?"is not yet valid":"has invalid date fields"}. This means the revocation list is stale, not that the certificate itself has expired.`,suggestions:["This is often a server-side configuration issue - the server needs to update its CRL","Check if your system clock is set correctly - incorrect time can cause CRL validation errors","If behind a corporate proxy, the proxy may be caching an outdated CRL","Try again later - the server administrator may need to refresh the CRL","If on a corporate network, contact your IT department","\u26A0\uFE0F Temporary workaround (not secure): npm config set strict-ssl false"],hostname:t,port:r,errorCode:n})}if(n&&qR.has(n))return new De({type:"ssl_certificate_invalid",cause:e,message:`SSL certificate error: The certificate for ${o} could not be verified. ${e$(n)}`,suggestions:["If on a corporate network, add your company's CA certificate:"," \u2192 npm config set cafile /path/to/company-cert.pem"," \u2192 Or set NODE_EXTRA_CA_CERTS=/path/to/company-cert.pem","For Node.js 22+, use --use-system-ca flag if certificates are installed in your system","The server may be missing intermediate certificates in its chain","If behind a corporate proxy, contact IT for the proxy's root CA certificate","Verify you're connecting to the correct server (check for DNS hijacking)","\u26A0\uFE0F Temporary workaround (not secure): npm config set strict-ssl false"],hostname:t,port:r,errorCode:n});if(n&&JR.has(n))return new De({type:"ssl_handshake_failed",cause:e,message:`SSL/TLS handshake with ${o} failed. Could not establish a secure connection.`,suggestions:["The server may be temporarily unavailable - try again","Check if a proxy or firewall is intercepting HTTPS traffic","Your corporate network may require specific certificates to be installed","The server may require a specific TLS version your client doesn't support","Try connecting from a different network to isolate the issue"],hostname:t,port:r,errorCode:n});if(n&&YR.has(n)){let s=n==="CRYPT_E_REVOCATION_OFFLINE";return new De({type:"ssl_certificate_invalid",cause:e,message:`Certificate revocation check failed for ${o}. ${s?"The revocation server is offline.":"Unable to verify certificate revocation status."}`,suggestions:["This is often a temporary issue - try again in a few minutes","The certificate revocation server (CRL/OCSP) may be unreachable","If on a corporate network, add your company's CA certificate:"," \u2192 npm config set cafile /path/to/company-cert.pem","Check if a firewall or proxy is blocking access to revocation servers","Contact your IT department for assistance with certificate configuration","\u26A0\uFE0F Temporary workaround (not secure): npm config set strict-ssl false"],hostname:t,port:r,errorCode:n})}return n&&ZR.has(n)?new De({type:"ssl_protocol_error",cause:e,message:`SSL/TLS protocol error connecting to ${o}. ${t$(n)}`,suggestions:["The server may require a different TLS version (try TLS 1.2 or 1.3)","If behind a proxy, it may not support modern TLS protocols","Corporate firewalls sometimes downgrade TLS - contact your IT department","The server's SSL configuration may be outdated or misconfigured","Try updating Node.js to get the latest TLS support"],hostname:t,port:r,errorCode:n}):n&&QR.has(n)?new De({type:"proxy_error",cause:e,message:`Proxy error while connecting to ${o}. The proxy server could not establish a tunnel.`,suggestions:["Verify your proxy settings (HTTP_PROXY, HTTPS_PROXY environment variables)","Check if the proxy server is running and accessible","Ensure the proxy allows connections to the target host","Try bypassing the proxy by adding the host to NO_PROXY","Corporate proxies may require authentication - check credentials","The proxy may be blocking this specific destination"],hostname:t,port:r,errorCode:n}):n&&XR.has(n)?new De({type:"network_unreachable",cause:e,message:`Cannot reach ${o}. ${n==="EHOSTUNREACH"?"The host":"The network"} is unreachable.`,suggestions:["Check your internet connection is active","If on WiFi, try reconnecting to the network","VPN connection may have dropped - reconnect if using VPN","The destination network may be down or unreachable from your location","Check if a firewall is blocking outbound connections",`Diagnose the route: ${BR(t)}`],hostname:t,port:r,errorCode:n}):n==="EPIPE"?new De({type:"connection_reset",cause:e,message:`Broken pipe to ${o}. The connection was closed while data was being sent.`,suggestions:["The server closed the connection unexpectedly - try again","Check if the request payload is too large","Network instability may have caused the connection to drop","If using keep-alive, the server may have closed an idle connection"],hostname:t,port:r,errorCode:n}):n==="ERR_SOCKET_BAD_PORT"?new De({type:"socket_error",cause:e,message:`Invalid port number for ${t}. Port must be a number between 1 and 65535.`,suggestions:["Check your configuration for the correct port number","Ensure the port is a valid integer (1-65535)","Common ports: HTTP (80), HTTPS (443), custom services typically use 3000-9999","If using environment variables, verify they are set correctly"],hostname:t,port:r,errorCode:n}):n==="ERR_SOCKET_CLOSED"||n==="ERR_SOCKET_CLOSED_BEFORE_CONNECTION"?new De({type:"socket_error",cause:e,message:`Socket closed unexpectedly while connecting to ${o}.`,suggestions:["The connection was closed unexpectedly - try again","Check for network instability","The server may have rejected the connection"],hostname:t,port:r,errorCode:n}):new De({type:"unknown",cause:e,errorCode:n,message:`Network error connecting to ${o}: ${n?`[${n}] `:""}${e.message}`,suggestions:["Check your internet connection","If behind a proxy, verify proxy settings are correct","Try connecting from a different network","Check if a firewall or antivirus is blocking the connection","Try again in a few minutes - the service may be temporarily unavailable"],hostname:t,port:r})}function e$(e){return{UNABLE_TO_GET_ISSUER_CERT:"The certificate issuer could not be found.",UNABLE_TO_GET_ISSUER_CERT_LOCALLY:"The certificate issuer is not in the local trusted store.",UNABLE_TO_VERIFY_LEAF_SIGNATURE:"The first certificate in the chain could not be verified.",INVALID_CA:"The CA certificate is invalid.",CERT_SIGNATURE_FAILURE:"The certificate signature is invalid.",CERT_REVOKED:"The certificate has been revoked.",CERT_REJECTED:"The certificate was rejected.",CERT_UNTRUSTED:"The certificate is not trusted.",HOSTNAME_MISMATCH:"The certificate hostname does not match the requested hostname.",ERR_TLS_CERT_ALTNAME_INVALID:"The hostname is not in the certificate's subject alternative names."}[e]||""}function t$(e){return{ERR_TLS_INVALID_PROTOCOL_VERSION:"The TLS protocol version is not supported.",ERR_TLS_INVALID_PROTOCOL_METHOD:"The TLS protocol method is invalid.",ERR_TLS_PROTOCOL_VERSION_CONFLICT:"There is a conflict between TLS protocol versions.",EPROTO:"A protocol error occurred during the SSL/TLS handshake.",ERR_SSL_WRONG_VERSION_NUMBER:"SSL version number mismatch.",ERR_TLS_DH_PARAM_SIZE:"The Diffie-Hellman parameters are too small (insecure)."}[e]||""}async function Li(e,t){let r={...t,app:"dev-tools-cli",package:"cli"},n=await r$(),o=await n$();return await No.track(e,r,{user_id:n,device_id:o}).promise}var $a,hl;async function Hy(e){$a=e;let t=await bo();await pc({...t,userId:e})}async function r$(){if($a)return $a;let e=await bo(),t;return lc(e,"userId")&&(t=e.userId),$a=t,t}async function n$(){if(hl)return hl;let e=await bo(),t=ml();return lc(e,"deviceId")?t=e.deviceId:await pc({...e,deviceId:t}),hl=t,t}import{fetch as i$,Agent as s$}from"undici";var qy="0.0.0";import Dl from"node:process";import*as Ky from"@sentry/node";var _n=class extends Error{constructor(r,n,o){super(r,o);Ze(this,"code");this.name="CodeGenError",this.code=n}};var yl;function a$(){let e=Dl.env.FUSION_REJECT_UNAUTHORIZED!=="0";return yl||(yl=new s$({connect:{rejectUnauthorized:e}})),yl}var jr=async(e,t)=>{let r=new URL(e),n=r.hostname,o=r.port?parseInt(r.port):void 0;try{let s=Ky.getTraceData(),i=await i$(e,{...t,dispatcher:a$(),headers:{...t?.headers,...u$(),...s}});if(!i.ok){if(i.status===402){let a=await i.json(),u=a.code??"credits-limit-daily",c=a.message??"You've reached the DAY AI credits limit for your current plan.";throw new _n(c,u)}else if(i.status===429){let a=await i.json(),u=a.code??"credits-limit-other",c=a.message??"Rate limit exceeded. Please try again later.";throw new _n(c,u)}if(i.status>=500){let a;try{let u=await i.text();if(u)try{let c=JSON.parse(u);a=c.message||c.error||u}catch{a=u}}catch{}throw new De({type:"server_error",cause:a?new Error(a):void 0,message:`Server error from ${n} (HTTP ${i.status}). The server encountered an internal error.`,suggestions:["Try again in a few minutes - this may be a temporary issue","Contact support if the problem persists"],hostname:n,statusCode:i.status})}}return i}catch(s){if(s instanceof De||s instanceof _n||s instanceof Error&&s.name==="AbortError")throw s;if(s instanceof Error){if(s.name==="TypeError"&&s.cause instanceof Error){let c=s.cause;if(c.code)throw gl(c,n,o)}if(s.code)throw gl(s,n,o);if(s.message?.includes("SSL")||s.message?.includes("TLS")||s.message?.includes("certificate")||s.message?.includes("CERT"))throw new De({type:"ssl_certificate_invalid",cause:s,message:`SSL/TLS error connecting to ${n}. The connection could not be secured.`,suggestions:["Check if you're behind a corporate proxy that requires custom certificates","Set NODE_EXTRA_CA_CERTS to include your organization's CA certificate","For Node.js 22+, try the --use-system-ca flag if certificates are installed locally","Try again in a few minutes","Contact support@builder.io if the issue persists"],hostname:n})}let i=t?.method||"GET",a=s instanceof Error?s.message:String(s);throw new De({type:"unknown",cause:s instanceof Error?s:new Error(String(s)),message:`Network error for ${i} ${r.toString()}: ${a}`,suggestions:["Check your internet connection","Try again in a few minutes","Contact support if the issue persists"],hostname:n,port:o})}};function u$(){let t={darwin:"Macintosh",win32:"Windows NT",linux:"Linux",android:"Android",ios:"iPhone"}[Dl.platform]||"Unknown",r=Dl.platform==="win32"?"10.0":"";return{"User-Agent":`Mozilla/5.0 (${t}${r?"; "+r:""}) builder-cli/${qy}`,"Sec-Ch-Ua-Platform":t}}import*as c$ from"@sentry/node";var Xr=Ve(Vn(),1);import qK from"chokidar";import GK from"ignore";var v=Ve(Vn(),1);function Cl(e){switch(Li("cli help",{subcommand:e}),console.log(""),vn((0,v.bgCyan)((0,v.bold)((0,v.white)(" help ")))+" "+(0,v.dim)(Zt)),e){case"add":case"generate":case"gen":case"g":vn(`${(0,v.cyan)("\u2192")} ${(0,v.bold)("Generate Figma Components")}
|
|
1299
|
+
`.trimStart();import*as hD from"@sentry/node";import*as gD from"@amplitude/analytics-node";async function cn(e){if(process.env.NODE_ENV!=="test")try{await Promise.allSettled([hD.flush(2e3),gD.flush().promise])}catch(t){console.error(t)}process.exit(e)}var An=process.env.AIR_HOST||"https://api.builder.io";import*as Bo from"@amplitude/analytics-node";import*as Ji from"@sentry/node";var at=[];for(let e=0;e<256;++e)at.push((e+256).toString(16).slice(1));function yD(e,t=0){return(at[e[t+0]]+at[e[t+1]]+at[e[t+2]]+at[e[t+3]]+"-"+at[e[t+4]]+at[e[t+5]]+"-"+at[e[t+6]]+at[e[t+7]]+"-"+at[e[t+8]]+at[e[t+9]]+"-"+at[e[t+10]]+at[e[t+11]]+at[e[t+12]]+at[e[t+13]]+at[e[t+14]]+at[e[t+15]]).toLowerCase()}import E$ from"node:crypto";var Qa=new Uint8Array(256),Ya=Qa.length;function Nl(){return Ya>Qa.length-16&&(E$.randomFillSync(Qa),Ya=0),Qa.slice(Ya,Ya+=16)}import _$ from"node:crypto";var Ol={randomUUID:_$.randomUUID};function P$(e,t,r){if(Ol.randomUUID&&!t&&!e)return Ol.randomUUID();e=e||{};let n=e.random||(e.rng||Nl)();if(n[6]=n[6]&15|64,n[8]=n[8]&63|128,t){r=r||0;for(let o=0;o<16;++o)t[r+o]=n[o];return t}return yD(n)}var Ml=P$;var Fn=class extends Error{},ve=class extends Fn{constructor({type:r,cause:n,message:o,suggestions:s=[],hostname:i,port:a,statusCode:u,errorCode:c}){super(o,{cause:n});Ye(this,"type");Ye(this,"suggestions");Ye(this,"hostname");Ye(this,"port");Ye(this,"statusCode");Ye(this,"errorCode");this.name="NetworkError",this.type=r,this.suggestions=s,this.hostname=i,this.port=a,this.statusCode=u,this.errorCode=c}},Xa=process.platform==="win32",T$=process.platform==="darwin";function A$(e){return Xa?`tracert ${e}`:`traceroute ${e}`}function F$(){return T$?"sudo dscacheutil -flushcache && sudo killall -HUP mDNSResponder":Xa?"ipconfig /flushdns":"sudo systemd-resolve --flush-caches"}function R$(e,t){return Xa?`Test-NetConnection -ComputerName ${e} -Port ${t}`:`nc -zv ${e} ${t}`}function $$(e){return Xa?`nslookup ${e}`:`dig ${e}`}function k$(e,t){return`openssl s_client -connect ${e}:${t} -showcerts`}var I$=new Set(["DEPTH_ZERO_SELF_SIGNED_CERT","SELF_SIGNED_CERT_IN_CHAIN"]),N$=new Set(["UNABLE_TO_GET_ISSUER_CERT","UNABLE_TO_GET_ISSUER_CERT_LOCALLY","UNABLE_TO_VERIFY_LEAF_SIGNATURE","INVALID_CA","CERT_SIGNATURE_FAILURE","CERT_REVOKED","CERT_REJECTED","CERT_UNTRUSTED","CERT_CHAIN_TOO_LONG","PATH_LENGTH_EXCEEDED","INVALID_PURPOSE","UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY","UNABLE_TO_DECRYPT_CERT_SIGNATURE","HOSTNAME_MISMATCH","ERR_TLS_CERT_ALTNAME_INVALID"]),O$=new Set(["CERT_HAS_EXPIRED","ERROR_IN_CERT_NOT_AFTER_FIELD"]),M$=new Set(["CERT_NOT_YET_VALID","ERROR_IN_CERT_NOT_BEFORE_FIELD"]),L$=new Set(["CRL_HAS_EXPIRED","CRL_NOT_YET_VALID","ERROR_IN_CRL_LAST_UPDATE_FIELD","ERROR_IN_CRL_NEXT_UPDATE_FIELD"]),B$=new Set(["ERR_TLS_INVALID_PROTOCOL_VERSION","ERR_TLS_INVALID_PROTOCOL_METHOD","ERR_TLS_PROTOCOL_VERSION_CONFLICT","ERR_TLS_INVALID_STATE","ERR_TLS_INVALID_CONTEXT","ERR_TLS_RENEGOTIATION_DISABLED","ERR_TLS_REQUIRED_SERVER_NAME","ERR_TLS_SESSION_ATTACK","ERR_TLS_SNI_FROM_SERVER","ERR_TLS_DH_PARAM_SIZE","ERR_SSL_WRONG_VERSION_NUMBER","EPROTO"]),z$=new Set(["ERR_TLS_HANDSHAKE_TIMEOUT","ERR_SSL_HANDSHAKE_FAILURE"]),j$=new Set(["CRYPT_E_NO_REVOCATION_CHECK","CRYPT_E_REVOCATION_OFFLINE","CRYPT_E_NO_REVOCATION_DLL","CRYPT_E_NOT_IN_REVOCATION_DATABASE","UNABLE_TO_GET_CRL","CRL_SIGNATURE_FAILURE","UNABLE_TO_DECRYPT_CRL_SIGNATURE"]),U$=new Set(["ERR_PROXY_INVALID_CONFIG","ERR_PROXY_TUNNEL","ERR_TUNNEL_CONNECTION_FAILED"]),V$=new Set(["ENETUNREACH","EHOSTUNREACH","ENETDOWN","ENONET"]);function Ll(e,t,r){let n=e.code,o=`${t}${r?`:${r}`:""}`;if(n==="ECONNREFUSED"){let s=r||443;return new ve({type:"connection_refused",cause:e,message:`Connection refused to ${o}. The server may be down or not accepting connections on this port.`,suggestions:["Verify the server is running and accepting connections",`Test if the port is reachable: ${R$(t,s)}`,"Check if a firewall is blocking the connection","Ensure the correct port number is being used","If using a proxy, verify proxy settings are correct","Try again in a few minutes - the service may be temporarily unavailable"],hostname:t,port:r,errorCode:n})}if(n==="ECONNRESET")return new ve({type:"connection_reset",cause:e,message:`Connection to ${o} was reset. The server closed the connection unexpectedly.`,suggestions:["The server may have restarted or timed out - try again","Check if a proxy or firewall is terminating connections","If behind a corporate network, the connection may be blocked","Verify network stability - intermittent connectivity can cause resets","If using keep-alive connections, the server may have closed an idle connection"],hostname:t,port:r,errorCode:n});if(n==="ECONNABORTED")return new ve({type:"connection_aborted",cause:e,message:`Connection to ${o} was aborted before completing.`,suggestions:["The request may have been interrupted - try again","Check for network instability or packet loss","If using a proxy, verify the proxy is functioning correctly","The server may have terminated the connection early"],hostname:t,port:r,errorCode:n});if(n==="ETIMEDOUT"||n==="ESOCKETTIMEDOUT"||n==="ERR_SOCKET_CONNECTION_TIMEOUT"||n==="ERR_HTTP_REQUEST_TIMEOUT")return new ve({type:"connection_timeout",cause:e,message:`Connection to ${o} timed out. The server did not respond in time.`,suggestions:["Check your internet connection speed and stability","The server may be overloaded - try again in a few minutes","If behind a proxy, ensure the proxy is not causing delays","Corporate firewalls may be slowing or blocking the connection","Try using a different network (e.g., mobile hotspot) to isolate the issue"],hostname:t,port:r,errorCode:n});if(n==="ENOTFOUND"||n==="EAI_AGAIN")return new ve({type:"dns_not_found",cause:e,message:`Cannot resolve hostname '${t}'. DNS lookup failed.`,suggestions:["Check your internet connection","Verify the hostname is spelled correctly",`Test DNS resolution: ${$$(t)}`,"Try using a different DNS server (e.g., 8.8.8.8 or 1.1.1.1)","If on a VPN, try disconnecting and reconnecting",`Flush your DNS cache: ${F$()}`],hostname:t,errorCode:n});if(n&&I$.has(n)){let s=r||443;return new ve({type:"ssl_self_signed",cause:e,message:`SSL certificate error: The server at ${o} is using a self-signed certificate that is not trusted.`,suggestions:["If on a corporate network, add your company's CA certificate:"," \u2192 npm config set cafile /path/to/company-cert.pem"," \u2192 Or set NODE_EXTRA_CA_CERTS=/path/to/company-cert.pem","For Node.js 22+, use --use-system-ca flag if the CA is installed in your system",`Inspect the certificate: ${k$(t,s)}`,"Contact your IT department to get the corporate root CA certificate","If this is your server, consider using Let's Encrypt for free valid certificates","\u26A0\uFE0F Temporary workaround (not secure): npm config set strict-ssl false"],hostname:t,port:r,errorCode:n})}if(n&&O$.has(n))return new ve({type:"ssl_certificate_expired",cause:e,message:`SSL certificate error: The certificate for ${o} has expired.`,suggestions:["Contact the server administrator to renew the SSL certificate","Check if your system clock is set correctly - incorrect time can cause certificate errors","If this is your server, renew the certificate immediately","This may indicate a security issue - proceed with caution"],hostname:t,port:r,errorCode:n});if(n&&M$.has(n))return new ve({type:"ssl_certificate_not_yet_valid",cause:e,message:`SSL certificate error: The certificate for ${o} is not yet valid. The certificate's validity period has not started yet.`,suggestions:["Check if your system clock is set correctly - this is the most common cause","Verify your system date and time are accurate","If the clock is correct, wait until the certificate becomes valid","Contact the server administrator - they may have deployed a certificate too early"],hostname:t,port:r,errorCode:n});if(n&&L$.has(n)){let s=n==="CRL_HAS_EXPIRED",i=n==="CRL_NOT_YET_VALID";return new ve({type:"ssl_certificate_invalid",cause:e,message:`SSL error: The Certificate Revocation List (CRL) for ${o} ${s?"has expired":i?"is not yet valid":"has invalid date fields"}. This means the revocation list is stale, not that the certificate itself has expired.`,suggestions:["This is often a server-side configuration issue - the server needs to update its CRL","Check if your system clock is set correctly - incorrect time can cause CRL validation errors","If behind a corporate proxy, the proxy may be caching an outdated CRL","Try again later - the server administrator may need to refresh the CRL","If on a corporate network, contact your IT department","\u26A0\uFE0F Temporary workaround (not secure): npm config set strict-ssl false"],hostname:t,port:r,errorCode:n})}if(n&&N$.has(n))return new ve({type:"ssl_certificate_invalid",cause:e,message:`SSL certificate error: The certificate for ${o} could not be verified. ${H$(n)}`,suggestions:["If on a corporate network, add your company's CA certificate:"," \u2192 npm config set cafile /path/to/company-cert.pem"," \u2192 Or set NODE_EXTRA_CA_CERTS=/path/to/company-cert.pem","For Node.js 22+, use --use-system-ca flag if certificates are installed in your system","The server may be missing intermediate certificates in its chain","If behind a corporate proxy, contact IT for the proxy's root CA certificate","Verify you're connecting to the correct server (check for DNS hijacking)","\u26A0\uFE0F Temporary workaround (not secure): npm config set strict-ssl false"],hostname:t,port:r,errorCode:n});if(n&&z$.has(n))return new ve({type:"ssl_handshake_failed",cause:e,message:`SSL/TLS handshake with ${o} failed. Could not establish a secure connection.`,suggestions:["The server may be temporarily unavailable - try again","Check if a proxy or firewall is intercepting HTTPS traffic","Your corporate network may require specific certificates to be installed","The server may require a specific TLS version your client doesn't support","Try connecting from a different network to isolate the issue"],hostname:t,port:r,errorCode:n});if(n&&j$.has(n)){let s=n==="CRYPT_E_REVOCATION_OFFLINE";return new ve({type:"ssl_certificate_invalid",cause:e,message:`Certificate revocation check failed for ${o}. ${s?"The revocation server is offline.":"Unable to verify certificate revocation status."}`,suggestions:["This is often a temporary issue - try again in a few minutes","The certificate revocation server (CRL/OCSP) may be unreachable","If on a corporate network, add your company's CA certificate:"," \u2192 npm config set cafile /path/to/company-cert.pem","Check if a firewall or proxy is blocking access to revocation servers","Contact your IT department for assistance with certificate configuration","\u26A0\uFE0F Temporary workaround (not secure): npm config set strict-ssl false"],hostname:t,port:r,errorCode:n})}return n&&B$.has(n)?new ve({type:"ssl_protocol_error",cause:e,message:`SSL/TLS protocol error connecting to ${o}. ${q$(n)}`,suggestions:["The server may require a different TLS version (try TLS 1.2 or 1.3)","If behind a proxy, it may not support modern TLS protocols","Corporate firewalls sometimes downgrade TLS - contact your IT department","The server's SSL configuration may be outdated or misconfigured","Try updating Node.js to get the latest TLS support"],hostname:t,port:r,errorCode:n}):n&&U$.has(n)?new ve({type:"proxy_error",cause:e,message:`Proxy error while connecting to ${o}. The proxy server could not establish a tunnel.`,suggestions:["Verify your proxy settings (HTTP_PROXY, HTTPS_PROXY environment variables)","Check if the proxy server is running and accessible","Ensure the proxy allows connections to the target host","Try bypassing the proxy by adding the host to NO_PROXY","Corporate proxies may require authentication - check credentials","The proxy may be blocking this specific destination"],hostname:t,port:r,errorCode:n}):n&&V$.has(n)?new ve({type:"network_unreachable",cause:e,message:`Cannot reach ${o}. ${n==="EHOSTUNREACH"?"The host":"The network"} is unreachable.`,suggestions:["Check your internet connection is active","If on WiFi, try reconnecting to the network","VPN connection may have dropped - reconnect if using VPN","The destination network may be down or unreachable from your location","Check if a firewall is blocking outbound connections",`Diagnose the route: ${A$(t)}`],hostname:t,port:r,errorCode:n}):n==="EPIPE"?new ve({type:"connection_reset",cause:e,message:`Broken pipe to ${o}. The connection was closed while data was being sent.`,suggestions:["The server closed the connection unexpectedly - try again","Check if the request payload is too large","Network instability may have caused the connection to drop","If using keep-alive, the server may have closed an idle connection"],hostname:t,port:r,errorCode:n}):n==="ERR_SOCKET_BAD_PORT"?new ve({type:"socket_error",cause:e,message:`Invalid port number for ${t}. Port must be a number between 1 and 65535.`,suggestions:["Check your configuration for the correct port number","Ensure the port is a valid integer (1-65535)","Common ports: HTTP (80), HTTPS (443), custom services typically use 3000-9999","If using environment variables, verify they are set correctly"],hostname:t,port:r,errorCode:n}):n==="ERR_SOCKET_CLOSED"||n==="ERR_SOCKET_CLOSED_BEFORE_CONNECTION"?new ve({type:"socket_error",cause:e,message:`Socket closed unexpectedly while connecting to ${o}.`,suggestions:["The connection was closed unexpectedly - try again","Check for network instability","The server may have rejected the connection"],hostname:t,port:r,errorCode:n}):new ve({type:"unknown",cause:e,errorCode:n,message:`Network error connecting to ${o}: ${n?`[${n}] `:""}${e.message}`,suggestions:["Check your internet connection","If behind a proxy, verify proxy settings are correct","Try connecting from a different network","Check if a firewall or antivirus is blocking the connection","Try again in a few minutes - the service may be temporarily unavailable"],hostname:t,port:r})}function H$(e){return{UNABLE_TO_GET_ISSUER_CERT:"The certificate issuer could not be found.",UNABLE_TO_GET_ISSUER_CERT_LOCALLY:"The certificate issuer is not in the local trusted store.",UNABLE_TO_VERIFY_LEAF_SIGNATURE:"The first certificate in the chain could not be verified.",INVALID_CA:"The CA certificate is invalid.",CERT_SIGNATURE_FAILURE:"The certificate signature is invalid.",CERT_REVOKED:"The certificate has been revoked.",CERT_REJECTED:"The certificate was rejected.",CERT_UNTRUSTED:"The certificate is not trusted.",HOSTNAME_MISMATCH:"The certificate hostname does not match the requested hostname.",ERR_TLS_CERT_ALTNAME_INVALID:"The hostname is not in the certificate's subject alternative names."}[e]||""}function q$(e){return{ERR_TLS_INVALID_PROTOCOL_VERSION:"The TLS protocol version is not supported.",ERR_TLS_INVALID_PROTOCOL_METHOD:"The TLS protocol method is invalid.",ERR_TLS_PROTOCOL_VERSION_CONFLICT:"There is a conflict between TLS protocol versions.",EPROTO:"A protocol error occurred during the SSL/TLS handshake.",ERR_SSL_WRONG_VERSION_NUMBER:"SSL version number mismatch.",ERR_TLS_DH_PARAM_SIZE:"The Diffie-Hellman parameters are too small (insecure)."}[e]||""}async function Yi(e,t){let r={...t,app:"dev-tools-cli",package:"cli"},n=await K$(),o=await G$();return await Bo.track(e,r,{user_id:n,device_id:o}).promise}var eu,Bl;async function DD(e){eu=e;let t=await _o();await Ic({...t,userId:e})}async function K$(){if(eu)return eu;let e=await _o(),t;return kc(e,"userId")&&(t=e.userId),eu=t,t}async function G$(){if(Bl)return Bl;let e=await _o(),t=Ml();return kc(e,"deviceId")?t=e.deviceId:await Ic({...e,deviceId:t}),Bl=t,t}import{fetch as Z$,Agent as J$}from"undici";var vD="0.0.0";import jl from"node:process";import*as CD from"@sentry/node";var Rn=class extends Error{constructor(r,n,o){super(r,o);Ye(this,"code");this.name="CodeGenError",this.code=n}};var zl;function Y$(){let e=jl.env.FUSION_REJECT_UNAUTHORIZED!=="0";return zl||(zl=new J$({connect:{rejectUnauthorized:e}})),zl}var qr=async(e,t)=>{let r=new URL(e),n=r.hostname,o=r.port?parseInt(r.port):void 0;try{let s=CD.getTraceData(),i=await Z$(e,{...t,dispatcher:Y$(),headers:{...t?.headers,...Q$(),...s}});if(!i.ok){if(i.status===402){let a=await i.json(),u=a.code??"credits-limit-daily",c=a.message??"You've reached the DAY AI credits limit for your current plan.";throw new Rn(c,u)}else if(i.status===429){let a=await i.json(),u=a.code??"credits-limit-other",c=a.message??"Rate limit exceeded. Please try again later.";throw new Rn(c,u)}if(i.status>=500){let a;try{let u=await i.text();if(u)try{let c=JSON.parse(u);a=c.message||c.error||u}catch{a=u}}catch{}throw new ve({type:"server_error",cause:a?new Error(a):void 0,message:`Server error from ${n} (HTTP ${i.status}). The server encountered an internal error.`,suggestions:["Try again in a few minutes - this may be a temporary issue","Contact support if the problem persists"],hostname:n,statusCode:i.status})}}return i}catch(s){if(s instanceof ve||s instanceof Rn||s instanceof Error&&s.name==="AbortError")throw s;if(s instanceof Error){if(s.name==="TypeError"&&s.cause instanceof Error){let c=s.cause;if(c.code)throw Ll(c,n,o)}if(s.code)throw Ll(s,n,o);if(s.message?.includes("SSL")||s.message?.includes("TLS")||s.message?.includes("certificate")||s.message?.includes("CERT"))throw new ve({type:"ssl_certificate_invalid",cause:s,message:`SSL/TLS error connecting to ${n}. The connection could not be secured.`,suggestions:["Check if you're behind a corporate proxy that requires custom certificates","Set NODE_EXTRA_CA_CERTS to include your organization's CA certificate","For Node.js 22+, try the --use-system-ca flag if certificates are installed locally","Try again in a few minutes","Contact support@builder.io if the issue persists"],hostname:n})}let i=t?.method||"GET",a=s instanceof Error?s.message:String(s);throw new ve({type:"unknown",cause:s instanceof Error?s:new Error(String(s)),message:`Network error for ${i} ${r.toString()}: ${a}`,suggestions:["Check your internet connection","Try again in a few minutes","Contact support if the issue persists"],hostname:n,port:o})}};function Q$(){let t={darwin:"Macintosh",win32:"Windows NT",linux:"Linux",android:"Android",ios:"iPhone"}[jl.platform]||"Unknown",r=jl.platform==="win32"?"10.0":"";return{"User-Agent":`Mozilla/5.0 (${t}${r?"; "+r:""}) builder-cli/${vD}`,"Sec-Ch-Ua-Platform":t}}import*as X$ from"@sentry/node";var rn=He(Gn(),1);import nW from"chokidar";import iW from"ignore";var C=He(Gn(),1);function Vl(e){switch(Yi("cli help",{subcommand:e}),console.log(""),xn((0,C.bgCyan)((0,C.bold)((0,C.white)(" help ")))+" "+(0,C.dim)(Qt)),e){case"add":case"generate":case"gen":case"g":xn(`${(0,C.cyan)("\u2192")} ${(0,C.bold)("Generate Figma Components")}
|
|
1300
1300
|
|
|
1301
|
-
${(0,
|
|
1301
|
+
${(0,C.bgGreen)((0,C.white)(` npx ${Oe()} figma generate URL [URL ...] `))}
|
|
1302
1302
|
|
|
1303
1303
|
Start the auto-mapping wizard for the Figma Component URLs pasted in.
|
|
1304
1304
|
|
|
1305
|
-
${(0,
|
|
1305
|
+
${(0,C.yellow)("Usage:")}
|
|
1306
1306
|
Get the URL by right-clicking on the Figma Component and selecting
|
|
1307
1307
|
"Copy Link". Be sure to copy the URL from the main component.
|
|
1308
1308
|
|
|
1309
|
-
${(0,
|
|
1310
|
-
${(0,
|
|
1311
|
-
${(0,
|
|
1312
|
-
${(0,
|
|
1313
|
-
${(0,
|
|
1314
|
-
${(0,
|
|
1315
|
-
${(0,
|
|
1316
|
-
${(0,
|
|
1317
|
-
${(0,
|
|
1309
|
+
${(0,C.yellow)("Arguments:")}
|
|
1310
|
+
${(0,C.cyan)("--figmaToken")} Figma access token for authentication
|
|
1311
|
+
${(0,C.cyan)("--spaceId")} Builder.io space ID to use
|
|
1312
|
+
${(0,C.cyan)("--componentName")} Name of the component to generate
|
|
1313
|
+
${(0,C.cyan)("--mappingOutput")} Output file name for the mapping
|
|
1314
|
+
${(0,C.cyan)("--ci")} Run in CI mode without interactive prompts
|
|
1315
|
+
${(0,C.cyan)("--force")} Force operation even if there are warnings
|
|
1316
|
+
${(0,C.cyan)("--skipInstallation")} Skip the package installation step
|
|
1317
|
+
${(0,C.cyan)("--yes")} Auto-confirm all prompts`);break;case"auth":re.info(`${(0,C.cyan)("\u2192")} ${(0,C.bold)("Authentication")}
|
|
1318
1318
|
|
|
1319
|
-
${(0,
|
|
1319
|
+
${(0,C.bgGreen)((0,C.white)(` npx ${Oe()} auth `))}
|
|
1320
1320
|
|
|
1321
1321
|
Re-authenticate with Figma and Builder.io.
|
|
1322
1322
|
|
|
1323
|
-
${(0,
|
|
1324
|
-
${(0,
|
|
1325
|
-
${(0,
|
|
1326
|
-
${(0,
|
|
1323
|
+
${(0,C.yellow)("Environment Variables:")}
|
|
1324
|
+
${(0,C.cyan)("BUILDER_PUBLIC_KEY")} Your Builder.io public API key
|
|
1325
|
+
${(0,C.cyan)("BUILDER_PRIVATE_KEY")} Your Builder.io private API key
|
|
1326
|
+
${(0,C.cyan)("FIGMA_PERSONAL_TOKEN")} Your Figma personal access token
|
|
1327
1327
|
|
|
1328
|
-
${(0,
|
|
1328
|
+
${(0,C.yellow)("Non-Interactive Authentication:")}
|
|
1329
1329
|
Environment variables can be used to skip the interactive authentication process.
|
|
1330
1330
|
This is especially useful for CI/CD pipelines or automated workflows.
|
|
1331
1331
|
|
|
1332
1332
|
Example using environment variables:
|
|
1333
|
-
${(0,
|
|
1334
|
-
${(0,
|
|
1335
|
-
${(0,
|
|
1333
|
+
${(0,C.dim)('export BUILDER_PRIVATE_KEY="your-private-key"')}
|
|
1334
|
+
${(0,C.dim)('export FIGMA_PERSONAL_TOKEN="your-figma-token"')}
|
|
1335
|
+
${(0,C.dim)(`npx ${Oe()} figma generate <url> --ci`)}
|
|
1336
1336
|
|
|
1337
|
-
${(0,
|
|
1338
|
-
${(0,
|
|
1339
|
-
${(0,
|
|
1340
|
-
${(0,
|
|
1341
|
-
${(0,
|
|
1337
|
+
${(0,C.yellow)("Arguments:")}
|
|
1338
|
+
${(0,C.cyan)("--figmaToken")} Figma access token for authentication
|
|
1339
|
+
${(0,C.cyan)("--spaceId")} Builder.io space ID to use
|
|
1340
|
+
${(0,C.cyan)("--force")} Force re-authentication even if already authenticated
|
|
1341
|
+
${(0,C.cyan)("--reset")} Clear all stored credentials (logout)
|
|
1342
1342
|
|
|
1343
|
-
${(0,
|
|
1343
|
+
${(0,C.yellow)("Learn More:")}
|
|
1344
1344
|
\u2022 Builder.io API keys: https://www.builder.io/c/docs/using-your-api-key#managing-private-keys
|
|
1345
1345
|
\u2022 Figma access token: https://help.figma.com/hc/en-us/articles/8085703771159-Manage-personal-access-tokens
|
|
1346
1346
|
\u2022 CI setup guide: https://www.builder.io/c/docs/integrating-builder-figma
|
|
1347
1347
|
|
|
1348
|
-
${(0,
|
|
1349
|
-
${(0,
|
|
1348
|
+
${(0,C.yellow)("Subcommands:")}
|
|
1349
|
+
${(0,C.cyan)("status")} Check if you are authenticated and display user/space info
|
|
1350
1350
|
|
|
1351
|
-
${(0,
|
|
1351
|
+
${(0,C.bgGreen)((0,C.white)(` npx ${Oe()} auth status `))}
|
|
1352
1352
|
|
|
1353
1353
|
Check authentication status and user information.
|
|
1354
1354
|
|
|
1355
|
-
${(0,
|
|
1355
|
+
${(0,C.yellow)("Clear Credentials:")}
|
|
1356
1356
|
|
|
1357
|
-
${(0,
|
|
1357
|
+
${(0,C.bgGreen)((0,C.white)(` npx ${Oe()} auth --reset `))}
|
|
1358
1358
|
|
|
1359
|
-
Clear all stored credentials to logout or switch accounts.`);break;case"publish":
|
|
1359
|
+
Clear all stored credentials to logout or switch accounts.`);break;case"publish":re.info(`${(0,C.cyan)("\u2192")} ${(0,C.bold)("Publish Mappings")}
|
|
1360
1360
|
|
|
1361
|
-
${(0,
|
|
1361
|
+
${(0,C.bgGreen)((0,C.white)(` npx ${Oe()} figma publish `))}
|
|
1362
1362
|
|
|
1363
1363
|
Publish your Figma Mappings to Builder.io.
|
|
1364
1364
|
|
|
1365
|
-
${(0,
|
|
1366
|
-
${(0,
|
|
1367
|
-
${(0,
|
|
1368
|
-
${(0,
|
|
1369
|
-
${(0,
|
|
1370
|
-
${(0,
|
|
1371
|
-
${(0,
|
|
1372
|
-
${(0,
|
|
1365
|
+
${(0,C.yellow)("Arguments:")}
|
|
1366
|
+
${(0,C.cyan)("--spaceId")} Builder.io space ID to use
|
|
1367
|
+
${(0,C.cyan)("--ci")} Run in CI mode without interactive prompts
|
|
1368
|
+
${(0,C.cyan)("--force")} Force publish even if there are warnings
|
|
1369
|
+
${(0,C.cyan)("--verbose")} Print output as JSON
|
|
1370
|
+
${(0,C.cyan)("--dryrun")} Run without making changes
|
|
1371
|
+
${(0,C.cyan)("--yes")} Auto-confirm all prompts
|
|
1372
|
+
${(0,C.cyan)("--clearMappings")} Remove all mappings from the space, publishing zero mappings`);break;case"migrate":re.info(`${(0,C.cyan)("\u2192")} ${(0,C.bold)("Migrate Mappings")}
|
|
1373
1373
|
|
|
1374
|
-
${(0,
|
|
1374
|
+
${(0,C.bgGreen)((0,C.white)(` npx ${Oe()} figma migrate `))}
|
|
1375
1375
|
|
|
1376
1376
|
Migrate your existing Figma Mappings into the repo as local files.
|
|
1377
1377
|
|
|
1378
|
-
${(0,
|
|
1378
|
+
${(0,C.yellow)("Description:")}
|
|
1379
1379
|
Downloads existing Figma Mappings from Builder.io and saves them locally.
|
|
1380
1380
|
|
|
1381
|
-
${(0,
|
|
1382
|
-
${(0,
|
|
1383
|
-
${(0,
|
|
1384
|
-
${(0,
|
|
1381
|
+
${(0,C.yellow)("Arguments:")}
|
|
1382
|
+
${(0,C.cyan)("--spaceId")} Builder.io space ID to use
|
|
1383
|
+
${(0,C.cyan)("--force")} Force migration even if there are warnings
|
|
1384
|
+
${(0,C.cyan)("--yes")} Auto-confirm all prompts`);break;case"code":re.info(`${(0,C.cyan)("\u2192")} ${(0,C.bold)("Code Generation")}
|
|
1385
1385
|
|
|
1386
|
-
${(0,
|
|
1386
|
+
${(0,C.bgGreen)((0,C.white)(` npx ${Oe()} code --url URL `))}
|
|
1387
1387
|
|
|
1388
1388
|
Generate or modify code based on Figma designs.
|
|
1389
1389
|
|
|
1390
|
-
${(0,
|
|
1391
|
-
${(0,
|
|
1392
|
-
${(0,
|
|
1393
|
-
${(0,
|
|
1394
|
-
${(0,
|
|
1395
|
-
${(0,
|
|
1396
|
-
${(0,
|
|
1397
|
-
${(0,
|
|
1398
|
-
${(0,
|
|
1399
|
-
${(0,
|
|
1400
|
-
${(0,
|
|
1401
|
-
${(0,
|
|
1402
|
-
${(0,
|
|
1403
|
-
|
|
1404
|
-
${(0,
|
|
1390
|
+
${(0,C.yellow)("Arguments:")}
|
|
1391
|
+
${(0,C.cyan)("--url")} URL to start completion from
|
|
1392
|
+
${(0,C.cyan)("--spaceId")} Builder.io space ID to use
|
|
1393
|
+
${(0,C.cyan)("--prompt")} Prompt text for non-interactive mode
|
|
1394
|
+
${(0,C.cyan)("--workspace")} Specify a workspace configuration file for multi-root workspaces
|
|
1395
|
+
${(0,C.cyan)("--mode")} Generation mode - either 'exact' for precise matches or 'creative' for more flexibility
|
|
1396
|
+
${(0,C.cyan)("--cwd")} Working directory to run commands from
|
|
1397
|
+
${(0,C.cyan)("--disableMcp")} Disable MCP server support
|
|
1398
|
+
${(0,C.cyan)("--privacyMode")} Enable privacy mode for codegen (encrypts sensitive data)
|
|
1399
|
+
${(0,C.yellow)("Configuration Files:")}
|
|
1400
|
+
${(0,C.cyan)(".builderignore")} Add patterns to exclude files from being included in code generation
|
|
1401
|
+
${(0,C.cyan)(".builderrules")} Add custom instructions that will be injected into the LLM prompt
|
|
1402
|
+
${(0,C.cyan)(".cursorrules")} Cursor's settings are automatically supported for consistent behavior`);break;case"indexing":re.info(`${(0,C.cyan)("\u2192")} ${(0,C.bold)("Code Indexing")}
|
|
1403
|
+
|
|
1404
|
+
${(0,C.bgGreen)((0,C.white)(` npx ${Oe()} code indexing `))}
|
|
1405
1405
|
|
|
1406
1406
|
Index your codebase to improve code generation results.
|
|
1407
1407
|
|
|
1408
|
-
${(0,
|
|
1409
|
-
${(0,
|
|
1410
|
-
${(0,
|
|
1408
|
+
${(0,C.yellow)("Arguments:")}
|
|
1409
|
+
${(0,C.cyan)("--spaceId")} Builder.io space ID to use
|
|
1410
|
+
${(0,C.cyan)("--cwd")} Working directory to run commands from`);break;case"index-repo":case"repo-index":re.info(`${(0,C.cyan)("\u2192")} ${(0,C.bold)("Repository Indexing")}
|
|
1411
1411
|
|
|
1412
|
-
${(0,
|
|
1412
|
+
${(0,C.bgGreen)((0,C.white)(` npx ${Oe()} index-repo `))}
|
|
1413
1413
|
|
|
1414
1414
|
Index your entire repository to improve code generation results.
|
|
1415
1415
|
|
|
1416
|
-
${(0,
|
|
1417
|
-
${(0,
|
|
1418
|
-
${(0,
|
|
1419
|
-
${(0,
|
|
1420
|
-
${(0,
|
|
1421
|
-
${(0,
|
|
1422
|
-
${(0,
|
|
1423
|
-
${(0,
|
|
1424
|
-
${(0,
|
|
1425
|
-
${(0,
|
|
1426
|
-
${(0,
|
|
1427
|
-
|
|
1428
|
-
${(0,
|
|
1429
|
-
${(0,
|
|
1430
|
-
${(0,
|
|
1431
|
-
${(0,
|
|
1432
|
-
|
|
1433
|
-
${(0,
|
|
1416
|
+
${(0,C.yellow)("Arguments:")}
|
|
1417
|
+
${(0,C.cyan)("--spaceId")} Builder.io space ID to use
|
|
1418
|
+
${(0,C.cyan)("--cwd")} Working directory to run commands from
|
|
1419
|
+
${(0,C.cyan)("--components")} Comma-separated list of specific component names to reindex
|
|
1420
|
+
${(0,C.cyan)("--force")} Force reindexing even if no changes detected
|
|
1421
|
+
${(0,C.cyan)("--designSystemName")} Name of the design system to index
|
|
1422
|
+
${(0,C.cyan)("--designSystemPackage")} NPM package name to index
|
|
1423
|
+
${(0,C.cyan)("--addDirectory")} Additional directories to include in indexing
|
|
1424
|
+
${(0,C.cyan)("--exclude")} Glob patterns to exclude from indexing
|
|
1425
|
+
${(0,C.cyan)("--include")} Glob patterns to include in indexing
|
|
1426
|
+
${(0,C.cyan)("--instructions")} Add extra instructions to be taken into account during repo indexing
|
|
1427
|
+
|
|
1428
|
+
${(0,C.yellow)("Examples:")}
|
|
1429
|
+
${(0,C.cyan)(`npx ${Oe()} index-repo`)} - Index entire repository
|
|
1430
|
+
${(0,C.cyan)(`npx ${Oe()} index-repo --components "Button,Input,Card"`)} - Reindex specific components
|
|
1431
|
+
${(0,C.cyan)(`npx ${Oe()} index-repo --components "Button" --force`)} - Force reindex Button component`);break;case"launch":case"fusion":re.info(`${(0,C.cyan)("\u2192")} ${(0,C.bold)("Fusion Development Server")}
|
|
1432
|
+
|
|
1433
|
+
${(0,C.bgGreen)((0,C.white)(` npx ${Oe()} launch -p <port> -c <command> `))}
|
|
1434
1434
|
|
|
1435
1435
|
This command will:
|
|
1436
1436
|
1. Run your development server command
|
|
1437
1437
|
2. Create a proxy server that injects Builder.io scripts into your application on the specified port
|
|
1438
1438
|
3. Set up an API server to handle Builder.io operations
|
|
1439
1439
|
|
|
1440
|
-
${(0,
|
|
1441
|
-
${(0,
|
|
1442
|
-
${(0,
|
|
1443
|
-
${(0,
|
|
1444
|
-
${(0,
|
|
1445
|
-
${(0,
|
|
1440
|
+
${(0,C.yellow)("Arguments:")}
|
|
1441
|
+
${(0,C.cyan)("-p, --port")} Port number where your application is running
|
|
1442
|
+
${(0,C.cyan)("-c, --command")} Command to run your development server
|
|
1443
|
+
${(0,C.cyan)("--no-open")} Skip automatically opening the browser
|
|
1444
|
+
${(0,C.cyan)("--privacyMode")} Enable privacy mode for codegen (encrypts sensitive data)
|
|
1445
|
+
${(0,C.cyan)("--chat")} Open Builder in chat-only mode
|
|
1446
1446
|
|
|
1447
|
-
${(0,
|
|
1448
|
-
${(0,
|
|
1447
|
+
${(0,C.yellow)("Example:")}
|
|
1448
|
+
${(0,C.cyan)('npx builder.io launch -p 3000 -c "npm run dev"')}
|
|
1449
1449
|
|
|
1450
|
-
${(0,
|
|
1451
|
-
- The proxy runs on port ${(0,
|
|
1450
|
+
${(0,C.yellow)("Note:")}
|
|
1451
|
+
- The proxy runs on port ${(0,C.cyan)("48752")} and the API server on port ${(0,C.cyan)("48753")}`);break;case"launch-init":xn(`${(0,C.cyan)("\u2192")} ${(0,C.bold)("Initialize Builder.io Repository")}
|
|
1452
1452
|
|
|
1453
|
-
${(0,
|
|
1453
|
+
${(0,C.bgGreen)((0,C.white)(` npx ${Oe()} init `))}
|
|
1454
1454
|
|
|
1455
1455
|
Clone and initialize a repository for use with Builder.io.
|
|
1456
1456
|
|
|
1457
|
-
${(0,
|
|
1458
|
-
${(0,
|
|
1459
|
-
${(0,
|
|
1460
|
-
${(0,
|
|
1461
|
-
${(0,
|
|
1457
|
+
${(0,C.yellow)("Arguments:")}
|
|
1458
|
+
${(0,C.cyan)("--repoFullName")} Repository name in format owner/repo
|
|
1459
|
+
${(0,C.cyan)("--branchName")} Branch name to clone (required)
|
|
1460
|
+
${(0,C.cyan)("--githubToken")} GitHub token for private repositories
|
|
1461
|
+
${(0,C.cyan)("--installCommand")} Command to install dependencies (defaults to npm install)`);break;case"repo-connect":case"connect-repo":re.info(`${(0,C.cyan)("\u2192")} ${(0,C.bold)("Connect Repository to Builder.io")}
|
|
1462
1462
|
|
|
1463
|
-
${(0,
|
|
1463
|
+
${(0,C.bgGreen)((0,C.white)(` npx ${Oe()} connect-repo `))}
|
|
1464
1464
|
|
|
1465
1465
|
Connect your existing git repository to Builder.io Fusion by creating a new project.
|
|
1466
1466
|
|
|
@@ -1472,13 +1472,13 @@ This command will:
|
|
|
1472
1472
|
5. Detect installed tools (node, npm, pnpm, yarn, bun, deno)
|
|
1473
1473
|
6. Create a new Fusion project with all collected information
|
|
1474
1474
|
|
|
1475
|
-
${(0,
|
|
1476
|
-
${(0,
|
|
1477
|
-
${(0,
|
|
1478
|
-
${(0,
|
|
1479
|
-
${(0,
|
|
1475
|
+
${(0,C.yellow)("Arguments:")}
|
|
1476
|
+
${(0,C.cyan)("--installCommand")} Install command to run (e.g., 'npm install', 'pnpm install')
|
|
1477
|
+
${(0,C.cyan)("--spaceId")} Builder.io space ID to use
|
|
1478
|
+
${(0,C.cyan)("--cwd")} Working directory to run from
|
|
1479
|
+
${(0,C.cyan)("--dryrun")} Run without creating the project (shows configuration only)
|
|
1480
1480
|
|
|
1481
|
-
${(0,
|
|
1481
|
+
${(0,C.yellow)("Features:")}
|
|
1482
1482
|
\u2022 Automatic git repository detection
|
|
1483
1483
|
\u2022 Monorepo support (detects recommended root path)
|
|
1484
1484
|
\u2022 Interactive environment variable selection
|
|
@@ -1486,63 +1486,63 @@ ${(0,v.yellow)("Features:")}
|
|
|
1486
1486
|
\u2022 Configuration file collection (.npmrc, hosts)
|
|
1487
1487
|
\u2022 Tool version detection for reproducible builds
|
|
1488
1488
|
|
|
1489
|
-
${(0,
|
|
1490
|
-
${(0,
|
|
1491
|
-
${(0,
|
|
1492
|
-
${(0,
|
|
1493
|
-
${(0,
|
|
1489
|
+
${(0,C.yellow)("Example:")}
|
|
1490
|
+
${(0,C.cyan)("cd /path/to/your/project")}
|
|
1491
|
+
${(0,C.cyan)(`npx ${Oe()} connect-repo`)}
|
|
1492
|
+
${(0,C.cyan)(`npx ${Oe()} connect-repo --installCommand "pnpm install"`)}
|
|
1493
|
+
${(0,C.cyan)(`npx ${Oe()} connect-repo --dryrun`)}
|
|
1494
1494
|
|
|
1495
|
-
${(0,
|
|
1495
|
+
${(0,C.yellow)("Note:")}
|
|
1496
1496
|
- Must be run from within a git repository
|
|
1497
1497
|
- Creates a new Fusion project with needSetup: true
|
|
1498
1498
|
- Environment variables can be selected interactively
|
|
1499
|
-
- Use --dryrun to preview the configuration without creating the project`);break;case"figma":
|
|
1500
|
-
`),[{command:"figma generate URL [URL ...]",description:"Start the auto-mapping wizard for Figma Component URLs"},{command:"figma publish",description:"Publish your Figma Mappings to Builder.io"},{command:"figma migrate",description:"Migrate existing Figma Mappings into the repo as local files"},{command:"figma auth",description:"Authenticate with Figma and Builder.io"}].forEach(({command:n,description:o})=>{
|
|
1501
|
-
${(0,
|
|
1502
|
-
`)}),
|
|
1503
|
-
${(0,
|
|
1504
|
-
`),[{command:"launch",description:"Launch Builder Fusion development server"},{command:"auth",description:"Authenticate with Builder.io"},{command:"index-repo",description:"Index your design system repository for AI code generation"},{command:"connect-repo",description:"Connect your git repository to Builder.io Fusion"},{command:"code",description:"Generate or modify code based on Figma designs"},{command:"figma generate",description:"Start the auto-mapping wizard for Figma Component URLs"},{command:"figma publish",description:"Publish your Figma Mappings to Builder.io"},{command:"figma migrate",description:"Migrate existing Figma Mappings into the repo as local files"},{command:"add",description:"Add a component to your project"}].forEach(({command:n,description:o})=>{
|
|
1505
|
-
${(0,
|
|
1506
|
-
`)}),
|
|
1507
|
-
${(0,
|
|
1508
|
-
`));var t=[],r=e.split(/(\n|\r\n)/);r[r.length-1]||r.pop();for(var n=0;n<r.length;n++){var o=r[n];n%2&&!this.options.newlineIsToken?t[t.length-1]+=o:(this.options.ignoreWhitespace&&(o=o.trim()),t.push(o))}return t};var h$=new an;h$.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)};var y$=new an;y$.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};function ka(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?ka=function(t){return typeof t}:ka=function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ka(e)}var D$=Object.prototype.toString,ji=new an;ji.useLongestToken=!0;ji.tokenize=Qy.tokenize;ji.castInput=function(e){var t=this.options,r=t.undefinedReplacement,n=t.stringifyReplacer,o=n===void 0?function(s,i){return typeof i>"u"?r:i}:n;return typeof e=="string"?e:JSON.stringify(bl(e,null,null,o),o," ")};ji.equals=function(e,t){return an.prototype.equals.call(ji,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))};function bl(e,t,r,n,o){t=t||[],r=r||[],n&&(e=n(o,e));var s;for(s=0;s<t.length;s+=1)if(t[s]===e)return r[s];var i;if(D$.call(e)==="[object Array]"){for(t.push(e),i=new Array(e.length),r.push(i),s=0;s<e.length;s+=1)i[s]=bl(e[s],t,r,n,o);return t.pop(),r.pop(),i}if(e&&e.toJSON&&(e=e.toJSON()),ka(e)==="object"&&e!==null){t.push(e),i={},r.push(i);var a=[],u;for(u in e)e.hasOwnProperty(u)&&a.push(u);for(a.sort(),s=0;s<a.length;s+=1)u=a[s],i[u]=bl(e[u],t,r,n,u);t.pop(),r.pop()}else i=e;return i}var xl=new an;xl.tokenize=function(e){return e.slice()};xl.join=xl.removeEmpty=function(e){return e};function Ia(){let e=new Error("AbortError");return e.name="AbortError",e}var Pl=Ve(iD(),1);import*as P$ from"@sentry/node";var _l=class{constructor(){Ze(this,"processes",new Set);Ze(this,"cleanupHandlersRegistered",!1);this.registerCleanupHandlers()}track(t){this.processes.add(t),t.on("exit",()=>{this.processes.delete(t)})}untrack(t){this.processes.delete(t)}async killAll(t){if(this.processes.size===0)return;let r=[];for(let n of this.processes)n.pid&&n.exitCode===null&&r.push(Na(t,n));await Promise.all(r),this.processes.clear()}registerCleanupHandlers(){if(this.cleanupHandlersRegistered)return;this.cleanupHandlersRegistered=!0;let t=async r=>{try{await this.killAll()}catch(n){console.error("[ProcessTracker] Error during cleanup:",n)}};process.on("SIGINT",()=>t("SIGINT")),process.on("SIGTERM",()=>t("SIGTERM")),process.on("SIGHUP",()=>t("SIGHUP")),process.on("exit",()=>{for(let r of this.processes)if(r.pid&&r.exitCode===null)try{process.kill(r.pid,"SIGKILL")}catch{}})}get count(){return this.processes.size}},eW=new _l;function _$(e){try{return process.kill(e,0),!0}catch(t){return t.code==="EPERM"}}async function Na(e,t,r,n=5e3){if(typeof t!="number"&&(!t||(El(t)?t.getExitCode()!==null:t.exitCode!==null)))return null;if(r?.aborted)return Ia();let o=new Promise((a,u)=>{r?.addEventListener("abort",()=>{u(new Error("killProcess aborted by the user"))},{once:!0})}),s,i;if(typeof t=="number"?s=t:(i=t,s=El(i)?i.getPid():i.pid),!s){if(e?.Sentry?.captureMessage("killProcess: no pid (process never spawned or already exited)",{level:"info",extra:{procType:i?El(i)?"DevCommandProcess":"ChildProcess":"number"}}),i)try{i.kill("SIGKILL")}catch{}return null}try{return await Promise.race([await new Promise((a,u)=>(0,Pl.default)(s,"SIGTERM",c=>{c?u(c):a()})),new Promise((a,u)=>setTimeout(()=>u(new Error("SIGTERM killProcess timeout")),n)),o]),null}catch(a){if(a.code==="ESRCH")return null;e?.Sentry?.captureException(a,{level:"warning"});try{return await Promise.race([await new Promise((u,c)=>(0,Pl.default)(s,"SIGKILL",l=>{l?c(l):u()})),new Promise((u,c)=>setTimeout(()=>c(new Error("SIGKILL killProcess timeout")),n)),o]),null}catch(u){return u.code==="ESRCH"||!_$(s)?null:(e?.Sentry?.captureException(u,{level:"warning"}),u instanceof Error?u:new Error("killProcess: failed to kill process: "+String(u)))}}finally{i&&i.removeAllListeners()}}var El=e=>"type"in e;import Yie from"chokidar";var Gk=Ve(ql(),1);var qk=Ve(ql(),1);var sZ=process.platform==="win32"?"C:\\Windows\\System32\\drivers\\etc\\hosts":"/etc/hosts";var A1=Ve(oC(),1);var T1=Ve(mC(),1);var hC="/_builder.io",$Z=hC+"/api";var OZ=new(G("https")).Agent({rejectUnauthorized:!1});import*as k1 from"@sentry/node";var NJ=Object.freeze({status:"aborted"});function T(e,t,r){function n(a,u){var c;Object.defineProperty(a,"_zod",{value:a._zod??{},enumerable:!1}),(c=a._zod).traits??(c.traits=new Set),a._zod.traits.add(e),t(a,u);for(let l in i.prototype)l in a||Object.defineProperty(a,l,{value:i.prototype[l].bind(a)});a._zod.constr=i,a._zod.def=u}let o=r?.Parent??Object;class s extends o{}Object.defineProperty(s,"name",{value:e});function i(a){var u;let c=r?.Parent?new s:this;n(c,a),(u=c._zod).deferred??(u.deferred=[]);for(let l of c._zod.deferred)l();return c}return Object.defineProperty(i,"init",{value:n}),Object.defineProperty(i,Symbol.hasInstance,{value:a=>r?.Parent&&a instanceof r.Parent?!0:a?._zod?.traits?.has(e)}),Object.defineProperty(i,"name",{value:e}),i}var OJ=Symbol("zod_brand"),cn=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Qa={};function sr(e){return e&&Object.assign(Qa,e),Qa}var me={};zm(me,{BIGINT_FORMAT_RANGES:()=>CC,Class:()=>Cp,NUMBER_FORMAT_RANGES:()=>Tp,aborted:()=>oo,allowsEval:()=>Ep,assert:()=>L1,assertEqual:()=>I1,assertIs:()=>O1,assertNever:()=>M1,assertNotEqual:()=>N1,assignProp:()=>Sp,cached:()=>Qi,captureStackTrace:()=>eu,cleanEnum:()=>Y1,cleanRegex:()=>es,clone:()=>qr,createTransparentProxy:()=>H1,defineLazy:()=>Se,esc:()=>no,escapeRegex:()=>An,extend:()=>G1,finalizeIssue:()=>Cr,floatSafeRemainder:()=>xp,getElementAtPath:()=>B1,getEnumValues:()=>wp,getLengthableOrigin:()=>ts,getParsedType:()=>V1,getSizableOrigin:()=>wC,isObject:()=>qo,isPlainObject:()=>Ko,issue:()=>Ap,joinValues:()=>Xa,jsonStringifyReplacer:()=>bp,merge:()=>W1,normalizeParams:()=>j,nullish:()=>Xi,numKeys:()=>U1,omit:()=>K1,optionalKeys:()=>_p,partial:()=>Z1,pick:()=>q1,prefixIssues:()=>Kr,primitiveTypes:()=>vC,promiseAllObject:()=>z1,propertyKeyTypes:()=>Pp,randomString:()=>j1,required:()=>J1,stringifyPrimitive:()=>tu,unwrapMessage:()=>Yi});function I1(e){return e}function N1(e){return e}function O1(e){}function M1(e){throw new Error}function L1(e){}function wp(e){let t=Object.values(e).filter(n=>typeof n=="number");return Object.entries(e).filter(([n,o])=>t.indexOf(+n)===-1).map(([n,o])=>o)}function Xa(e,t="|"){return e.map(r=>tu(r)).join(t)}function bp(e,t){return typeof t=="bigint"?t.toString():t}function Qi(e){return{get value(){{let r=e();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function Xi(e){return e==null}function es(e){let t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}function xp(e,t){let r=(e.toString().split(".")[1]||"").length,n=(t.toString().split(".")[1]||"").length,o=r>n?r:n,s=Number.parseInt(e.toFixed(o).replace(".","")),i=Number.parseInt(t.toFixed(o).replace(".",""));return s%i/10**o}function Se(e,t,r){Object.defineProperty(e,t,{get(){{let o=r();return e[t]=o,o}throw new Error("cached value already set")},set(o){Object.defineProperty(e,t,{value:o})},configurable:!0})}function Sp(e,t,r){Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!0,configurable:!0})}function B1(e,t){return t?t.reduce((r,n)=>r?.[n],e):e}function z1(e){let t=Object.keys(e),r=t.map(n=>e[n]);return Promise.all(r).then(n=>{let o={};for(let s=0;s<t.length;s++)o[t[s]]=n[s];return o})}function j1(e=10){let t="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<e;n++)r+=t[Math.floor(Math.random()*t.length)];return r}function no(e){return JSON.stringify(e)}var eu=Error.captureStackTrace?Error.captureStackTrace:(...e)=>{};function qo(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}var Ep=Qi(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let e=Function;return new e(""),!0}catch{return!1}});function Ko(e){if(qo(e)===!1)return!1;let t=e.constructor;if(t===void 0)return!0;let r=t.prototype;return!(qo(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function U1(e){let t=0;for(let r in e)Object.prototype.hasOwnProperty.call(e,r)&&t++;return t}var V1=e=>{let t=typeof e;switch(t){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(e)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(e)?"array":e===null?"null":e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?"promise":typeof Map<"u"&&e instanceof Map?"map":typeof Set<"u"&&e instanceof Set?"set":typeof Date<"u"&&e instanceof Date?"date":typeof File<"u"&&e instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${t}`)}},Pp=new Set(["string","number","symbol"]),vC=new Set(["string","number","bigint","boolean","symbol","undefined"]);function An(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function qr(e,t,r){let n=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(n._zod.parent=e),n}function j(e){let t=e;if(!t)return{};if(typeof t=="string")return{error:()=>t};if(t?.message!==void 0){if(t?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:()=>t.error}:t}function H1(e){let t;return new Proxy({},{get(r,n,o){return t??(t=e()),Reflect.get(t,n,o)},set(r,n,o,s){return t??(t=e()),Reflect.set(t,n,o,s)},has(r,n){return t??(t=e()),Reflect.has(t,n)},deleteProperty(r,n){return t??(t=e()),Reflect.deleteProperty(t,n)},ownKeys(r){return t??(t=e()),Reflect.ownKeys(t)},getOwnPropertyDescriptor(r,n){return t??(t=e()),Reflect.getOwnPropertyDescriptor(t,n)},defineProperty(r,n,o){return t??(t=e()),Reflect.defineProperty(t,n,o)}})}function tu(e){return typeof e=="bigint"?e.toString()+"n":typeof e=="string"?`"${e}"`:`${e}`}function _p(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}var Tp={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},CC={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function q1(e,t){let r={},n=e._zod.def;for(let o in t){if(!(o in n.shape))throw new Error(`Unrecognized key: "${o}"`);t[o]&&(r[o]=n.shape[o])}return qr(e,{...e._zod.def,shape:r,checks:[]})}function K1(e,t){let r={...e._zod.def.shape},n=e._zod.def;for(let o in t){if(!(o in n.shape))throw new Error(`Unrecognized key: "${o}"`);t[o]&&delete r[o]}return qr(e,{...e._zod.def,shape:r,checks:[]})}function G1(e,t){if(!Ko(t))throw new Error("Invalid input to extend: expected a plain object");let r={...e._zod.def,get shape(){let n={...e._zod.def.shape,...t};return Sp(this,"shape",n),n},checks:[]};return qr(e,r)}function W1(e,t){return qr(e,{...e._zod.def,get shape(){let r={...e._zod.def.shape,...t._zod.def.shape};return Sp(this,"shape",r),r},catchall:t._zod.def.catchall,checks:[]})}function Z1(e,t,r){let n=t._zod.def.shape,o={...n};if(r)for(let s in r){if(!(s in n))throw new Error(`Unrecognized key: "${s}"`);r[s]&&(o[s]=e?new e({type:"optional",innerType:n[s]}):n[s])}else for(let s in n)o[s]=e?new e({type:"optional",innerType:n[s]}):n[s];return qr(t,{...t._zod.def,shape:o,checks:[]})}function J1(e,t,r){let n=t._zod.def.shape,o={...n};if(r)for(let s in r){if(!(s in o))throw new Error(`Unrecognized key: "${s}"`);r[s]&&(o[s]=new e({type:"nonoptional",innerType:n[s]}))}else for(let s in n)o[s]=new e({type:"nonoptional",innerType:n[s]});return qr(t,{...t._zod.def,shape:o,checks:[]})}function oo(e,t=0){for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==!0)return!0;return!1}function Kr(e,t){return t.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(e),r})}function Yi(e){return typeof e=="string"?e:e?.message}function Cr(e,t,r){let n={...e,path:e.path??[]};if(!e.message){let o=Yi(e.inst?._zod.def?.error?.(e))??Yi(t?.error?.(e))??Yi(r.customError?.(e))??Yi(r.localeError?.(e))??"Invalid input";n.message=o}return delete n.inst,delete n.continue,t?.reportInput||delete n.input,n}function wC(e){return e instanceof Set?"set":e instanceof Map?"map":e instanceof File?"file":"unknown"}function ts(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function Ap(...e){let[t,r,n]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:n}:{...t}}function Y1(e){return Object.entries(e).filter(([t,r])=>Number.isNaN(Number.parseInt(t,10))).map(t=>t[1])}var Cp=class{constructor(...t){}};var bC=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),Object.defineProperty(e,"message",{get(){return JSON.stringify(t,bp,2)},enumerable:!0}),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},ru=T("$ZodError",bC),Fp=T("$ZodError",bC,{Parent:Error});function xC(e,t=r=>r.message){let r={},n=[];for(let o of e.issues)o.path.length>0?(r[o.path[0]]=r[o.path[0]]||[],r[o.path[0]].push(t(o))):n.push(t(o));return{formErrors:n,fieldErrors:r}}function SC(e,t){let r=t||function(s){return s.message},n={_errors:[]},o=s=>{for(let i of s.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(a=>o({issues:a}));else if(i.code==="invalid_key")o({issues:i.issues});else if(i.code==="invalid_element")o({issues:i.issues});else if(i.path.length===0)n._errors.push(r(i));else{let a=n,u=0;for(;u<i.path.length;){let c=i.path[u];u===i.path.length-1?(a[c]=a[c]||{_errors:[]},a[c]._errors.push(r(i))):a[c]=a[c]||{_errors:[]},a=a[c],u++}}};return o(e),n}var EC=e=>(t,r,n,o)=>{let s=n?Object.assign(n,{async:!1}):{async:!1},i=t._zod.run({value:r,issues:[]},s);if(i instanceof Promise)throw new cn;if(i.issues.length){let a=new(o?.Err??e)(i.issues.map(u=>Cr(u,s,sr())));throw eu(a,o?.callee),a}return i.value};var PC=e=>async(t,r,n,o)=>{let s=n?Object.assign(n,{async:!0}):{async:!0},i=t._zod.run({value:r,issues:[]},s);if(i instanceof Promise&&(i=await i),i.issues.length){let a=new(o?.Err??e)(i.issues.map(u=>Cr(u,s,sr())));throw eu(a,o?.callee),a}return i.value};var Rp=e=>(t,r,n)=>{let o=n?{...n,async:!1}:{async:!1},s=t._zod.run({value:r,issues:[]},o);if(s instanceof Promise)throw new cn;return s.issues.length?{success:!1,error:new(e??ru)(s.issues.map(i=>Cr(i,o,sr())))}:{success:!0,data:s.value}},_C=Rp(Fp),$p=e=>async(t,r,n)=>{let o=n?Object.assign(n,{async:!0}):{async:!0},s=t._zod.run({value:r,issues:[]},o);return s instanceof Promise&&(s=await s),s.issues.length?{success:!1,error:new e(s.issues.map(i=>Cr(i,o,sr())))}:{success:!0,data:s.value}},TC=$p(Fp);var AC=/^[cC][^\s-]{8,}$/,FC=/^[0-9a-z]+$/,RC=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,$C=/^[0-9a-vA-V]{20}$/,kC=/^[A-Za-z0-9]{27}$/,IC=/^[a-zA-Z0-9_-]{21}$/,NC=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var OC=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,kp=e=>e?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$/;var MC=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var X1="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function LC(){return new RegExp(X1,"u")}var BC=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,zC=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})$/,jC=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,UC=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,VC=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,Ip=/^[A-Za-z0-9_-]*$/,HC=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/;var qC=/^\+(?:[0-9]){6,14}[0-9]$/,KC="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",GC=new RegExp(`^${KC}$`);function WC(e){let t="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof e.precision=="number"?e.precision===-1?`${t}`:e.precision===0?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}function ZC(e){return new RegExp(`^${WC(e)}$`)}function JC(e){let t=WC({precision:e.precision}),r=["Z"];e.local&&r.push(""),e.offset&&r.push("([+-]\\d{2}:\\d{2})");let n=`${t}(?:${r.join("|")})`;return new RegExp(`^${KC}T(?:${n})$`)}var YC=e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)};var QC=/^\d+$/,XC=/^-?\d+(?:\.\d+)?/i,ew=/true|false/i,tw=/null/i;var rw=/^[^A-Z]*$/,nw=/^[^a-z]*$/;var ht=T("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),ow={number:"number",bigint:"bigint",object:"date"},Op=T("$ZodCheckLessThan",(e,t)=>{ht.init(e,t);let r=ow[typeof t.value];e._zod.onattach.push(n=>{let o=n._zod.bag,s=(t.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;t.value<s&&(t.inclusive?o.maximum=t.value:o.exclusiveMaximum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value<=t.value:n.value<t.value)||n.issues.push({origin:r,code:"too_big",maximum:t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),Mp=T("$ZodCheckGreaterThan",(e,t)=>{ht.init(e,t);let r=ow[typeof t.value];e._zod.onattach.push(n=>{let o=n._zod.bag,s=(t.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>s&&(t.inclusive?o.minimum=t.value:o.exclusiveMinimum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value>=t.value:n.value>t.value)||n.issues.push({origin:r,code:"too_small",minimum:t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),iw=T("$ZodCheckMultipleOf",(e,t)=>{ht.init(e,t),e._zod.onattach.push(r=>{var n;(n=r._zod.bag).multipleOf??(n.multipleOf=t.value)}),e._zod.check=r=>{if(typeof r.value!=typeof t.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof r.value=="bigint"?r.value%t.value===BigInt(0):xp(r.value,t.value)===0)||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:t.value,input:r.value,inst:e,continue:!t.abort})}}),sw=T("$ZodCheckNumberFormat",(e,t)=>{ht.init(e,t),t.format=t.format||"float64";let r=t.format?.includes("int"),n=r?"int":"number",[o,s]=Tp[t.format];e._zod.onattach.push(i=>{let a=i._zod.bag;a.format=t.format,a.minimum=o,a.maximum=s,r&&(a.pattern=QC)}),e._zod.check=i=>{let a=i.value;if(r){if(!Number.isInteger(a)){i.issues.push({expected:n,format:t.format,code:"invalid_type",input:a,inst:e});return}if(!Number.isSafeInteger(a)){a>0?i.issues.push({input:a,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,continue:!t.abort}):i.issues.push({input:a,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,continue:!t.abort});return}}a<o&&i.issues.push({origin:"number",input:a,code:"too_small",minimum:o,inclusive:!0,inst:e,continue:!t.abort}),a>s&&i.issues.push({origin:"number",input:a,code:"too_big",maximum:s,inst:e})}});var aw=T("$ZodCheckMaxLength",(e,t)=>{var r;ht.init(e,t),(r=e._zod.def).when??(r.when=n=>{let o=n.value;return!Xi(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{let o=n._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<o&&(n._zod.bag.maximum=t.maximum)}),e._zod.check=n=>{let o=n.value;if(o.length<=t.maximum)return;let i=ts(o);n.issues.push({origin:i,code:"too_big",maximum:t.maximum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),uw=T("$ZodCheckMinLength",(e,t)=>{var r;ht.init(e,t),(r=e._zod.def).when??(r.when=n=>{let o=n.value;return!Xi(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{let o=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>o&&(n._zod.bag.minimum=t.minimum)}),e._zod.check=n=>{let o=n.value;if(o.length>=t.minimum)return;let i=ts(o);n.issues.push({origin:i,code:"too_small",minimum:t.minimum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),cw=T("$ZodCheckLengthEquals",(e,t)=>{var r;ht.init(e,t),(r=e._zod.def).when??(r.when=n=>{let o=n.value;return!Xi(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{let o=n._zod.bag;o.minimum=t.length,o.maximum=t.length,o.length=t.length}),e._zod.check=n=>{let o=n.value,s=o.length;if(s===t.length)return;let i=ts(o),a=s>t.length;n.issues.push({origin:i,...a?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:n.value,inst:e,continue:!t.abort})}}),rs=T("$ZodCheckStringFormat",(e,t)=>{var r,n;ht.init(e,t),e._zod.onattach.push(o=>{let s=o._zod.bag;s.format=t.format,t.pattern&&(s.patterns??(s.patterns=new Set),s.patterns.add(t.pattern))}),t.pattern?(r=e._zod).check??(r.check=o=>{t.pattern.lastIndex=0,!t.pattern.test(o.value)&&o.issues.push({origin:"string",code:"invalid_format",format:t.format,input:o.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(n=e._zod).check??(n.check=()=>{})}),lw=T("$ZodCheckRegex",(e,t)=>{rs.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,!t.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),pw=T("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=rw),rs.init(e,t)}),dw=T("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=nw),rs.init(e,t)}),fw=T("$ZodCheckIncludes",(e,t)=>{ht.init(e,t);let r=An(t.includes),n=new RegExp(typeof t.position=="number"?`^.{${t.position}}${r}`:r);t.pattern=n,e._zod.onattach.push(o=>{let s=o._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(n)}),e._zod.check=o=>{o.value.includes(t.includes,t.position)||o.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:o.value,inst:e,continue:!t.abort})}}),mw=T("$ZodCheckStartsWith",(e,t)=>{ht.init(e,t);let r=new RegExp(`^${An(t.prefix)}.*`);t.pattern??(t.pattern=r),e._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),e._zod.check=n=>{n.value.startsWith(t.prefix)||n.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:n.value,inst:e,continue:!t.abort})}}),gw=T("$ZodCheckEndsWith",(e,t)=>{ht.init(e,t);let r=new RegExp(`.*${An(t.suffix)}$`);t.pattern??(t.pattern=r),e._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),e._zod.check=n=>{n.value.endsWith(t.suffix)||n.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:n.value,inst:e,continue:!t.abort})}});var hw=T("$ZodCheckOverwrite",(e,t)=>{ht.init(e,t),e._zod.check=r=>{r.value=t.tx(r.value)}});var nu=class{constructor(t=[]){this.content=[],this.indent=0,this&&(this.args=t)}indented(t){this.indent+=1,t(this),this.indent-=1}write(t){if(typeof t=="function"){t(this,{execution:"sync"}),t(this,{execution:"async"});return}let n=t.split(`
|
|
1499
|
+
- Use --dryrun to preview the configuration without creating the project`);break;case"figma":re.info(`${(0,C.bold)("Figma Commands:")}
|
|
1500
|
+
`),[{command:"figma generate URL [URL ...]",description:"Start the auto-mapping wizard for Figma Component URLs"},{command:"figma publish",description:"Publish your Figma Mappings to Builder.io"},{command:"figma migrate",description:"Migrate existing Figma Mappings into the repo as local files"},{command:"figma auth",description:"Authenticate with Figma and Builder.io"}].forEach(({command:n,description:o})=>{re.info(`${(0,C.cyan)("\u2192")} ${(0,C.bgGreen)((0,C.white)(` npx ${Oe()} ${n} `))}
|
|
1501
|
+
${(0,C.dim)(o)}
|
|
1502
|
+
`)}),re.info(`For detailed help about a specific command, run:
|
|
1503
|
+
${(0,C.cyan)(`npx ${Oe()} figma <command> --help`)}`);break;default:re.info(`${(0,C.bold)("Available Commands:")}
|
|
1504
|
+
`),[{command:"launch",description:"Launch Builder Fusion development server"},{command:"auth",description:"Authenticate with Builder.io"},{command:"index-repo",description:"Index your design system repository for AI code generation"},{command:"connect-repo",description:"Connect your git repository to Builder.io Fusion"},{command:"code",description:"Generate or modify code based on Figma designs"},{command:"figma generate",description:"Start the auto-mapping wizard for Figma Component URLs"},{command:"figma publish",description:"Publish your Figma Mappings to Builder.io"},{command:"figma migrate",description:"Migrate existing Figma Mappings into the repo as local files"},{command:"add",description:"Add a component to your project"}].forEach(({command:n,description:o})=>{re.info(`${(0,C.cyan)("\u2192")} ${(0,C.bgGreen)((0,C.white)(` npx ${Oe()} ${n} `))}
|
|
1505
|
+
${(0,C.dim)(o)}
|
|
1506
|
+
`)}),re.info(`For detailed help about a specific command, run:
|
|
1507
|
+
${(0,C.cyan)(`npx ${Oe()} <command> --help`)}`)}ka("bye \u{1F44B}")}var nk=["steve8708/mui-vite","steve8708/carbon-vite","steve8708/vite-react-shopify-polaris","steve8708/cloudscape-demos","BuilderIO/fusion-angular-tailwind-starter","BuilderIO/fusion-svelte-tailwind-starter","BuilderIO/fusion-vue-tailwind-starter"],ok="BuilderIO/fusion-starter",Hl=[...nk,ok],yW=Hl.map(e=>`https://github.com/${e}`);function ln(){}ln.prototype={diff:function(t,r){var n,o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},s=o.callback;typeof o=="function"&&(s=o,o={}),this.options=o;var i=this;function a(T){return s?(setTimeout(function(){s(void 0,T)},0),!0):T}t=this.castInput(t),r=this.castInput(r),t=this.removeEmpty(this.tokenize(t)),r=this.removeEmpty(this.tokenize(r));var u=r.length,c=t.length,l=1,p=u+c;o.maxEditLength&&(p=Math.min(p,o.maxEditLength));var d=(n=o.timeout)!==null&&n!==void 0?n:1/0,h=Date.now()+d,m=[{oldPos:-1,lastComponent:void 0}],f=this.extractCommon(m[0],r,t,0);if(m[0].oldPos+1>=c&&f+1>=u)return a([{value:this.join(r),count:r.length}]);var g=-1/0,y=1/0;function b(){for(var T=Math.max(g,-l);T<=Math.min(y,l);T+=2){var E=void 0,F=m[T-1],$=m[T+1];F&&(m[T-1]=void 0);var I=!1;if($){var k=$.oldPos-T;I=$&&0<=k&&k<u}var R=F&&F.oldPos+1<c;if(!I&&!R){m[T]=void 0;continue}if(!R||I&&F.oldPos+1<$.oldPos?E=i.addToPath($,!0,void 0,0):E=i.addToPath(F,void 0,!0,1),f=i.extractCommon(E,r,t,T),E.oldPos+1>=c&&f+1>=u)return a(ik(i,E.lastComponent,r,t,i.useLongestToken));m[T]=E,E.oldPos+1>=c&&(y=Math.min(y,T-1)),f+1>=u&&(g=Math.max(g,T+1))}l++}if(s)(function T(){setTimeout(function(){if(l>p||Date.now()>h)return s();b()||T()},0)})();else for(;l<=p&&Date.now()<=h;){var w=b();if(w)return w}},addToPath:function(t,r,n,o){var s=t.lastComponent;return s&&s.added===r&&s.removed===n?{oldPos:t.oldPos+o,lastComponent:{count:s.count+1,added:r,removed:n,previousComponent:s.previousComponent}}:{oldPos:t.oldPos+o,lastComponent:{count:1,added:r,removed:n,previousComponent:s}}},extractCommon:function(t,r,n,o){for(var s=r.length,i=n.length,a=t.oldPos,u=a-o,c=0;u+1<s&&a+1<i&&this.equals(r[u+1],n[a+1]);)u++,a++,c++;return c&&(t.lastComponent={count:c,previousComponent:t.lastComponent}),t.oldPos=a,u},equals:function(t,r){return this.options.comparator?this.options.comparator(t,r):t===r||this.options.ignoreCase&&t.toLowerCase()===r.toLowerCase()},removeEmpty:function(t){for(var r=[],n=0;n<t.length;n++)t[n]&&r.push(t[n]);return r},castInput:function(t){return t},tokenize:function(t){return t.split("")},join:function(t){return t.join("")}};function ik(e,t,r,n,o){for(var s=[],i;t;)s.push(t),i=t.previousComponent,delete t.previousComponent,t=i;s.reverse();for(var a=0,u=s.length,c=0,l=0;a<u;a++){var p=s[a];if(p.removed){if(p.value=e.join(n.slice(l,l+p.count)),l+=p.count,a&&s[a-1].added){var h=s[a-1];s[a-1]=s[a],s[a]=h}}else{if(!p.added&&o){var d=r.slice(c,c+p.count);d=d.map(function(f,g){var y=n[l+g];return y.length>f.length?y:f}),p.value=e.join(d)}else p.value=e.join(r.slice(c,c+p.count));c+=p.count,p.added||(l+=p.count)}}var m=s[u-1];return u>1&&typeof m.value=="string"&&(m.added||m.removed)&&e.equals("",m.value)&&(s[u-2].value+=m.value,s.pop()),s}var kW=new ln;var xD=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,SD=/\S/,ED=new ln;ED.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!SD.test(e)&&!SD.test(t)};ED.tokenize=function(e){for(var t=e.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/),r=0;r<t.length-1;r++)!t[r+1]&&t[r+2]&&xD.test(t[r])&&xD.test(t[r+2])&&(t[r]+=t[r+2],t.splice(r+1,2),r--);return t};var _D=new ln;_D.tokenize=function(e){this.options.stripTrailingCr&&(e=e.replace(/\r\n/g,`
|
|
1508
|
+
`));var t=[],r=e.split(/(\n|\r\n)/);r[r.length-1]||r.pop();for(var n=0;n<r.length;n++){var o=r[n];n%2&&!this.options.newlineIsToken?t[t.length-1]+=o:(this.options.ignoreWhitespace&&(o=o.trim()),t.push(o))}return t};var sk=new ln;sk.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)};var ak=new ln;ak.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};function tu(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?tu=function(t){return typeof t}:tu=function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},tu(e)}var uk=Object.prototype.toString,es=new ln;es.useLongestToken=!0;es.tokenize=_D.tokenize;es.castInput=function(e){var t=this.options,r=t.undefinedReplacement,n=t.stringifyReplacer,o=n===void 0?function(s,i){return typeof i>"u"?r:i}:n;return typeof e=="string"?e:JSON.stringify(ql(e,null,null,o),o," ")};es.equals=function(e,t){return ln.prototype.equals.call(es,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))};function ql(e,t,r,n,o){t=t||[],r=r||[],n&&(e=n(o,e));var s;for(s=0;s<t.length;s+=1)if(t[s]===e)return r[s];var i;if(uk.call(e)==="[object Array]"){for(t.push(e),i=new Array(e.length),r.push(i),s=0;s<e.length;s+=1)i[s]=ql(e[s],t,r,n,o);return t.pop(),r.pop(),i}if(e&&e.toJSON&&(e=e.toJSON()),tu(e)==="object"&&e!==null){t.push(e),i={},r.push(i);var a=[],u;for(u in e)e.hasOwnProperty(u)&&a.push(u);for(a.sort(),s=0;s<a.length;s+=1)u=a[s],i[u]=ql(e[u],t,r,n,u);t.pop(),r.pop()}else i=e;return i}var Kl=new ln;Kl.tokenize=function(e){return e.slice()};Kl.join=Kl.removeEmpty=function(e){return e};function ru(){let e=new Error("AbortError");return e.name="AbortError",e}var Zl=He(kD(),1);import*as gk from"@sentry/node";var Jl=class{constructor(){Ye(this,"processes",new Set);Ye(this,"cleanupHandlersRegistered",!1);this.registerCleanupHandlers()}track(t){this.processes.add(t),t.on("exit",()=>{this.processes.delete(t)})}untrack(t){this.processes.delete(t)}async killAll(t){if(this.processes.size===0)return;let r=[];for(let n of this.processes)n.pid&&n.exitCode===null&&r.push(nu(t,n));await Promise.all(r),this.processes.clear()}registerCleanupHandlers(){if(this.cleanupHandlersRegistered)return;this.cleanupHandlersRegistered=!0;let t=async r=>{try{await this.killAll()}catch(n){console.error("[ProcessTracker] Error during cleanup:",n)}};process.on("SIGINT",()=>t("SIGINT")),process.on("SIGTERM",()=>t("SIGTERM")),process.on("SIGHUP",()=>t("SIGHUP")),process.on("exit",()=>{for(let r of this.processes)if(r.pid&&r.exitCode===null)try{process.kill(r.pid,"SIGKILL")}catch{}})}get count(){return this.processes.size}},dZ=new Jl;function yk(e){try{return process.kill(e,0),!0}catch(t){return t.code==="EPERM"}}async function nu(e,t,r,n=5e3){if(typeof t!="number"&&(!t||(Wl(t)?t.getExitCode()!==null:t.exitCode!==null)))return null;if(r?.aborted)return ru();let o=new Promise((a,u)=>{r?.addEventListener("abort",()=>{u(new Error("killProcess aborted by the user"))},{once:!0})}),s,i;if(typeof t=="number"?s=t:(i=t,s=Wl(i)?i.getPid():i.pid),!s){if(e?.Sentry?.captureMessage("killProcess: no pid (process never spawned or already exited)",{level:"info",extra:{procType:i?Wl(i)?"DevCommandProcess":"ChildProcess":"number"}}),i)try{i.kill("SIGKILL")}catch{}return null}try{return await Promise.race([await new Promise((a,u)=>(0,Zl.default)(s,"SIGTERM",c=>{c?u(c):a()})),new Promise((a,u)=>setTimeout(()=>u(new Error("SIGTERM killProcess timeout")),n)),o]),null}catch(a){if(a.code==="ESRCH")return null;e?.Sentry?.captureException(a,{level:"warning"});try{return await Promise.race([await new Promise((u,c)=>(0,Zl.default)(s,"SIGKILL",l=>{l?c(l):u()})),new Promise((u,c)=>setTimeout(()=>c(new Error("SIGKILL killProcess timeout")),n)),o]),null}catch(u){return u.code==="ESRCH"||!yk(s)?null:(e?.Sentry?.captureException(u,{level:"warning"}),u instanceof Error?u:new Error("killProcess: failed to kill process: "+String(u)))}}finally{i&&i.removeAllListeners()}}var Wl=e=>"type"in e;import $ae from"chokidar";var MI=He(mp(),1);var NI=He(mp(),1);var DJ=process.platform==="win32"?"C:\\Windows\\System32\\drivers\\etc\\hosts":"/etc/hosts";var vN=He($C(),1);var DN=He(UC(),1);var HC="/_builder.io",HJ=HC+"/api";var WJ=new(W("https")).Agent({rejectUnauthorized:!1});import*as xN from"@sentry/node";var Up=Object.freeze({status:"aborted"});function P(e,t,r){function n(a,u){var c;Object.defineProperty(a,"_zod",{value:a._zod??{},enumerable:!1}),(c=a._zod).traits??(c.traits=new Set),a._zod.traits.add(e),t(a,u);for(let l in i.prototype)l in a||Object.defineProperty(a,l,{value:i.prototype[l].bind(a)});a._zod.constr=i,a._zod.def=u}let o=r?.Parent??Object;class s extends o{}Object.defineProperty(s,"name",{value:e});function i(a){var u;let c=r?.Parent?new s:this;n(c,a),(u=c._zod).deferred??(u.deferred=[]);for(let l of c._zod.deferred)l();return c}return Object.defineProperty(i,"init",{value:n}),Object.defineProperty(i,Symbol.hasInstance,{value:a=>r?.Parent&&a instanceof r.Parent?!0:a?._zod?.traits?.has(e)}),Object.defineProperty(i,"name",{value:e}),i}var SN=Symbol("zod_brand"),dn=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}},Cu={};function Jt(e){return e&&Object.assign(Cu,e),Cu}var me={};Pc(me,{BIGINT_FORMAT_RANGES:()=>WC,Class:()=>Hp,NUMBER_FORMAT_RANGES:()=>Qp,aborted:()=>uo,allowsEval:()=>Zp,assert:()=>AN,assertEqual:()=>EN,assertIs:()=>PN,assertNever:()=>TN,assertNotEqual:()=>_N,assignProp:()=>Wp,cached:()=>ps,captureStackTrace:()=>bu,cleanEnum:()=>UN,cleanRegex:()=>fs,clone:()=>br,createTransparentProxy:()=>NN,defineLazy:()=>_e,esc:()=>ao,escapeRegex:()=>kn,extend:()=>LN,finalizeIssue:()=>xr,floatSafeRemainder:()=>Gp,getElementAtPath:()=>FN,getEnumValues:()=>qp,getLengthableOrigin:()=>ms,getParsedType:()=>IN,getSizableOrigin:()=>ZC,isObject:()=>Zo,isPlainObject:()=>Jo,issue:()=>Xp,joinValues:()=>wu,jsonStringifyReplacer:()=>Kp,merge:()=>BN,normalizeParams:()=>U,nullish:()=>ds,numKeys:()=>kN,omit:()=>MN,optionalKeys:()=>Yp,partial:()=>zN,pick:()=>ON,prefixIssues:()=>Zr,primitiveTypes:()=>GC,promiseAllObject:()=>RN,propertyKeyTypes:()=>Jp,randomString:()=>$N,required:()=>jN,stringifyPrimitive:()=>xu,unwrapMessage:()=>ls});function EN(e){return e}function _N(e){return e}function PN(e){}function TN(e){throw new Error}function AN(e){}function qp(e){let t=Object.values(e).filter(n=>typeof n=="number");return Object.entries(e).filter(([n,o])=>t.indexOf(+n)===-1).map(([n,o])=>o)}function wu(e,t="|"){return e.map(r=>xu(r)).join(t)}function Kp(e,t){return typeof t=="bigint"?t.toString():t}function ps(e){return{get value(){{let r=e();return Object.defineProperty(this,"value",{value:r}),r}throw new Error("cached value already set")}}}function ds(e){return e==null}function fs(e){let t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}function Gp(e,t){let r=(e.toString().split(".")[1]||"").length,n=(t.toString().split(".")[1]||"").length,o=r>n?r:n,s=Number.parseInt(e.toFixed(o).replace(".","")),i=Number.parseInt(t.toFixed(o).replace(".",""));return s%i/10**o}function _e(e,t,r){Object.defineProperty(e,t,{get(){{let o=r();return e[t]=o,o}throw new Error("cached value already set")},set(o){Object.defineProperty(e,t,{value:o})},configurable:!0})}function Wp(e,t,r){Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!0,configurable:!0})}function FN(e,t){return t?t.reduce((r,n)=>r?.[n],e):e}function RN(e){let t=Object.keys(e),r=t.map(n=>e[n]);return Promise.all(r).then(n=>{let o={};for(let s=0;s<t.length;s++)o[t[s]]=n[s];return o})}function $N(e=10){let t="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<e;n++)r+=t[Math.floor(Math.random()*t.length)];return r}function ao(e){return JSON.stringify(e)}var bu=Error.captureStackTrace?Error.captureStackTrace:(...e)=>{};function Zo(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}var Zp=ps(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{let e=Function;return new e(""),!0}catch{return!1}});function Jo(e){if(Zo(e)===!1)return!1;let t=e.constructor;if(t===void 0)return!0;let r=t.prototype;return!(Zo(r)===!1||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===!1)}function kN(e){let t=0;for(let r in e)Object.prototype.hasOwnProperty.call(e,r)&&t++;return t}var IN=e=>{let t=typeof e;switch(t){case"undefined":return"undefined";case"string":return"string";case"number":return Number.isNaN(e)?"nan":"number";case"boolean":return"boolean";case"function":return"function";case"bigint":return"bigint";case"symbol":return"symbol";case"object":return Array.isArray(e)?"array":e===null?"null":e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?"promise":typeof Map<"u"&&e instanceof Map?"map":typeof Set<"u"&&e instanceof Set?"set":typeof Date<"u"&&e instanceof Date?"date":typeof File<"u"&&e instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${t}`)}},Jp=new Set(["string","number","symbol"]),GC=new Set(["string","number","bigint","boolean","symbol","undefined"]);function kn(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function br(e,t,r){let n=new e._zod.constr(t??e._zod.def);return(!t||r?.parent)&&(n._zod.parent=e),n}function U(e){let t=e;if(!t)return{};if(typeof t=="string")return{error:()=>t};if(t?.message!==void 0){if(t?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message}return delete t.message,typeof t.error=="string"?{...t,error:()=>t.error}:t}function NN(e){let t;return new Proxy({},{get(r,n,o){return t??(t=e()),Reflect.get(t,n,o)},set(r,n,o,s){return t??(t=e()),Reflect.set(t,n,o,s)},has(r,n){return t??(t=e()),Reflect.has(t,n)},deleteProperty(r,n){return t??(t=e()),Reflect.deleteProperty(t,n)},ownKeys(r){return t??(t=e()),Reflect.ownKeys(t)},getOwnPropertyDescriptor(r,n){return t??(t=e()),Reflect.getOwnPropertyDescriptor(t,n)},defineProperty(r,n,o){return t??(t=e()),Reflect.defineProperty(t,n,o)}})}function xu(e){return typeof e=="bigint"?e.toString()+"n":typeof e=="string"?`"${e}"`:`${e}`}function Yp(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}var Qp={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},WC={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function ON(e,t){let r={},n=e._zod.def;for(let o in t){if(!(o in n.shape))throw new Error(`Unrecognized key: "${o}"`);t[o]&&(r[o]=n.shape[o])}return br(e,{...e._zod.def,shape:r,checks:[]})}function MN(e,t){let r={...e._zod.def.shape},n=e._zod.def;for(let o in t){if(!(o in n.shape))throw new Error(`Unrecognized key: "${o}"`);t[o]&&delete r[o]}return br(e,{...e._zod.def,shape:r,checks:[]})}function LN(e,t){if(!Jo(t))throw new Error("Invalid input to extend: expected a plain object");let r={...e._zod.def,get shape(){let n={...e._zod.def.shape,...t};return Wp(this,"shape",n),n},checks:[]};return br(e,r)}function BN(e,t){return br(e,{...e._zod.def,get shape(){let r={...e._zod.def.shape,...t._zod.def.shape};return Wp(this,"shape",r),r},catchall:t._zod.def.catchall,checks:[]})}function zN(e,t,r){let n=t._zod.def.shape,o={...n};if(r)for(let s in r){if(!(s in n))throw new Error(`Unrecognized key: "${s}"`);r[s]&&(o[s]=e?new e({type:"optional",innerType:n[s]}):n[s])}else for(let s in n)o[s]=e?new e({type:"optional",innerType:n[s]}):n[s];return br(t,{...t._zod.def,shape:o,checks:[]})}function jN(e,t,r){let n=t._zod.def.shape,o={...n};if(r)for(let s in r){if(!(s in o))throw new Error(`Unrecognized key: "${s}"`);r[s]&&(o[s]=new e({type:"nonoptional",innerType:n[s]}))}else for(let s in n)o[s]=new e({type:"nonoptional",innerType:n[s]});return br(t,{...t._zod.def,shape:o,checks:[]})}function uo(e,t=0){for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==!0)return!0;return!1}function Zr(e,t){return t.map(r=>{var n;return(n=r).path??(n.path=[]),r.path.unshift(e),r})}function ls(e){return typeof e=="string"?e:e?.message}function xr(e,t,r){let n={...e,path:e.path??[]};if(!e.message){let o=ls(e.inst?._zod.def?.error?.(e))??ls(t?.error?.(e))??ls(r.customError?.(e))??ls(r.localeError?.(e))??"Invalid input";n.message=o}return delete n.inst,delete n.continue,t?.reportInput||delete n.input,n}function ZC(e){return e instanceof Set?"set":e instanceof Map?"map":e instanceof File?"file":"unknown"}function ms(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function Xp(...e){let[t,r,n]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:n}:{...t}}function UN(e){return Object.entries(e).filter(([t,r])=>Number.isNaN(Number.parseInt(t,10))).map(t=>t[1])}var Hp=class{constructor(...t){}};var JC=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),Object.defineProperty(e,"message",{get(){return JSON.stringify(t,Kp,2)},enumerable:!0}),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},Su=P("$ZodError",JC),ed=P("$ZodError",JC,{Parent:Error});function td(e,t=r=>r.message){let r={},n=[];for(let o of e.issues)o.path.length>0?(r[o.path[0]]=r[o.path[0]]||[],r[o.path[0]].push(t(o))):n.push(t(o));return{formErrors:n,fieldErrors:r}}function rd(e,t){let r=t||function(s){return s.message},n={_errors:[]},o=s=>{for(let i of s.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(a=>o({issues:a}));else if(i.code==="invalid_key")o({issues:i.issues});else if(i.code==="invalid_element")o({issues:i.issues});else if(i.path.length===0)n._errors.push(r(i));else{let a=n,u=0;for(;u<i.path.length;){let c=i.path[u];u===i.path.length-1?(a[c]=a[c]||{_errors:[]},a[c]._errors.push(r(i))):a[c]=a[c]||{_errors:[]},a=a[c],u++}}};return o(e),n}var YC=e=>(t,r,n,o)=>{let s=n?Object.assign(n,{async:!1}):{async:!1},i=t._zod.run({value:r,issues:[]},s);if(i instanceof Promise)throw new dn;if(i.issues.length){let a=new(o?.Err??e)(i.issues.map(u=>xr(u,s,Jt())));throw bu(a,o?.callee),a}return i.value};var QC=e=>async(t,r,n,o)=>{let s=n?Object.assign(n,{async:!0}):{async:!0},i=t._zod.run({value:r,issues:[]},s);if(i instanceof Promise&&(i=await i),i.issues.length){let a=new(o?.Err??e)(i.issues.map(u=>xr(u,s,Jt())));throw bu(a,o?.callee),a}return i.value};var nd=e=>(t,r,n)=>{let o=n?{...n,async:!1}:{async:!1},s=t._zod.run({value:r,issues:[]},o);if(s instanceof Promise)throw new dn;return s.issues.length?{success:!1,error:new(e??Su)(s.issues.map(i=>xr(i,o,Jt())))}:{success:!0,data:s.value}},XC=nd(ed),od=e=>async(t,r,n)=>{let o=n?Object.assign(n,{async:!0}):{async:!0},s=t._zod.run({value:r,issues:[]},o);return s instanceof Promise&&(s=await s),s.issues.length?{success:!1,error:new e(s.issues.map(i=>xr(i,o,Jt())))}:{success:!0,data:s.value}},ew=od(ed);var tw=/^[cC][^\s-]{8,}$/,rw=/^[0-9a-z]+$/,nw=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,ow=/^[0-9a-vA-V]{20}$/,iw=/^[A-Za-z0-9]{27}$/,sw=/^[a-zA-Z0-9_-]{21}$/,aw=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/;var uw=/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/,id=e=>e?new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`):/^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$/;var cw=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/;var HN="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function lw(){return new RegExp(HN,"u")}var pw=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,dw=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})$/,fw=/^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/,mw=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,hw=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,sd=/^[A-Za-z0-9_-]*$/,gw=/^([a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+$/;var yw=/^\+(?:[0-9]){6,14}[0-9]$/,Dw="(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))",vw=new RegExp(`^${Dw}$`);function Cw(e){let t="(?:[01]\\d|2[0-3]):[0-5]\\d";return typeof e.precision=="number"?e.precision===-1?`${t}`:e.precision===0?`${t}:[0-5]\\d`:`${t}:[0-5]\\d\\.\\d{${e.precision}}`:`${t}(?::[0-5]\\d(?:\\.\\d+)?)?`}function ww(e){return new RegExp(`^${Cw(e)}$`)}function bw(e){let t=Cw({precision:e.precision}),r=["Z"];e.local&&r.push(""),e.offset&&r.push("([+-]\\d{2}:\\d{2})");let n=`${t}(?:${r.join("|")})`;return new RegExp(`^${Dw}T(?:${n})$`)}var xw=e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},Sw=/^\d+n?$/,Ew=/^\d+$/,_w=/^-?\d+(?:\.\d+)?/i,Pw=/true|false/i,Tw=/null/i;var Aw=/^[^A-Z]*$/,Fw=/^[^a-z]*$/;var vt=P("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[])}),Rw={number:"number",bigint:"bigint",object:"date"},ad=P("$ZodCheckLessThan",(e,t)=>{vt.init(e,t);let r=Rw[typeof t.value];e._zod.onattach.push(n=>{let o=n._zod.bag,s=(t.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;t.value<s&&(t.inclusive?o.maximum=t.value:o.exclusiveMaximum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value<=t.value:n.value<t.value)||n.issues.push({origin:r,code:"too_big",maximum:t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),ud=P("$ZodCheckGreaterThan",(e,t)=>{vt.init(e,t);let r=Rw[typeof t.value];e._zod.onattach.push(n=>{let o=n._zod.bag,s=(t.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>s&&(t.inclusive?o.minimum=t.value:o.exclusiveMinimum=t.value)}),e._zod.check=n=>{(t.inclusive?n.value>=t.value:n.value>t.value)||n.issues.push({origin:r,code:"too_small",minimum:t.value,input:n.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),$w=P("$ZodCheckMultipleOf",(e,t)=>{vt.init(e,t),e._zod.onattach.push(r=>{var n;(n=r._zod.bag).multipleOf??(n.multipleOf=t.value)}),e._zod.check=r=>{if(typeof r.value!=typeof t.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof r.value=="bigint"?r.value%t.value===BigInt(0):Gp(r.value,t.value)===0)||r.issues.push({origin:typeof r.value,code:"not_multiple_of",divisor:t.value,input:r.value,inst:e,continue:!t.abort})}}),kw=P("$ZodCheckNumberFormat",(e,t)=>{vt.init(e,t),t.format=t.format||"float64";let r=t.format?.includes("int"),n=r?"int":"number",[o,s]=Qp[t.format];e._zod.onattach.push(i=>{let a=i._zod.bag;a.format=t.format,a.minimum=o,a.maximum=s,r&&(a.pattern=Ew)}),e._zod.check=i=>{let a=i.value;if(r){if(!Number.isInteger(a)){i.issues.push({expected:n,format:t.format,code:"invalid_type",input:a,inst:e});return}if(!Number.isSafeInteger(a)){a>0?i.issues.push({input:a,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,continue:!t.abort}):i.issues.push({input:a,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:n,continue:!t.abort});return}}a<o&&i.issues.push({origin:"number",input:a,code:"too_small",minimum:o,inclusive:!0,inst:e,continue:!t.abort}),a>s&&i.issues.push({origin:"number",input:a,code:"too_big",maximum:s,inst:e})}});var Iw=P("$ZodCheckMaxLength",(e,t)=>{var r;vt.init(e,t),(r=e._zod.def).when??(r.when=n=>{let o=n.value;return!ds(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{let o=n._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<o&&(n._zod.bag.maximum=t.maximum)}),e._zod.check=n=>{let o=n.value;if(o.length<=t.maximum)return;let i=ms(o);n.issues.push({origin:i,code:"too_big",maximum:t.maximum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),Nw=P("$ZodCheckMinLength",(e,t)=>{var r;vt.init(e,t),(r=e._zod.def).when??(r.when=n=>{let o=n.value;return!ds(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{let o=n._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>o&&(n._zod.bag.minimum=t.minimum)}),e._zod.check=n=>{let o=n.value;if(o.length>=t.minimum)return;let i=ms(o);n.issues.push({origin:i,code:"too_small",minimum:t.minimum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),Ow=P("$ZodCheckLengthEquals",(e,t)=>{var r;vt.init(e,t),(r=e._zod.def).when??(r.when=n=>{let o=n.value;return!ds(o)&&o.length!==void 0}),e._zod.onattach.push(n=>{let o=n._zod.bag;o.minimum=t.length,o.maximum=t.length,o.length=t.length}),e._zod.check=n=>{let o=n.value,s=o.length;if(s===t.length)return;let i=ms(o),a=s>t.length;n.issues.push({origin:i,...a?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:n.value,inst:e,continue:!t.abort})}}),hs=P("$ZodCheckStringFormat",(e,t)=>{var r,n;vt.init(e,t),e._zod.onattach.push(o=>{let s=o._zod.bag;s.format=t.format,t.pattern&&(s.patterns??(s.patterns=new Set),s.patterns.add(t.pattern))}),t.pattern?(r=e._zod).check??(r.check=o=>{t.pattern.lastIndex=0,!t.pattern.test(o.value)&&o.issues.push({origin:"string",code:"invalid_format",format:t.format,input:o.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(n=e._zod).check??(n.check=()=>{})}),Mw=P("$ZodCheckRegex",(e,t)=>{hs.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,!t.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),Lw=P("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=Aw),hs.init(e,t)}),Bw=P("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=Fw),hs.init(e,t)}),zw=P("$ZodCheckIncludes",(e,t)=>{vt.init(e,t);let r=kn(t.includes),n=new RegExp(typeof t.position=="number"?`^.{${t.position}}${r}`:r);t.pattern=n,e._zod.onattach.push(o=>{let s=o._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(n)}),e._zod.check=o=>{o.value.includes(t.includes,t.position)||o.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:o.value,inst:e,continue:!t.abort})}}),jw=P("$ZodCheckStartsWith",(e,t)=>{vt.init(e,t);let r=new RegExp(`^${kn(t.prefix)}.*`);t.pattern??(t.pattern=r),e._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),e._zod.check=n=>{n.value.startsWith(t.prefix)||n.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:n.value,inst:e,continue:!t.abort})}}),Uw=P("$ZodCheckEndsWith",(e,t)=>{vt.init(e,t);let r=new RegExp(`.*${kn(t.suffix)}$`);t.pattern??(t.pattern=r),e._zod.onattach.push(n=>{let o=n._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(r)}),e._zod.check=n=>{n.value.endsWith(t.suffix)||n.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:n.value,inst:e,continue:!t.abort})}});var Vw=P("$ZodCheckOverwrite",(e,t)=>{vt.init(e,t),e._zod.check=r=>{r.value=t.tx(r.value)}});var _u=class{constructor(t=[]){this.content=[],this.indent=0,this&&(this.args=t)}indented(t){this.indent+=1,t(this),this.indent-=1}write(t){if(typeof t=="function"){t(this,{execution:"sync"}),t(this,{execution:"async"});return}let n=t.split(`
|
|
1509
1509
|
`).filter(i=>i),o=Math.min(...n.map(i=>i.length-i.trimStart().length)),s=n.map(i=>i.slice(o)).map(i=>" ".repeat(this.indent*2)+i);for(let i of s)this.content.push(i)}compile(){let t=Function,r=this?.args,o=[...(this?.content??[""]).map(s=>` ${s}`)];return new t(...r,o.join(`
|
|
1510
|
-
`))}};var
|
|
1511
|
-
if (${
|
|
1512
|
-
if (input[${
|
|
1513
|
-
if (${
|
|
1514
|
-
newResult[${
|
|
1510
|
+
`))}};var qw={major:4,minor:0,patch:0};var De=P("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=qw;let n=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&n.unshift(e);for(let o of n)for(let s of o._zod.onattach)s(e);if(n.length===0)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{let o=(s,i,a)=>{let u=uo(s),c;for(let l of i){if(l._zod.def.when){if(!l._zod.def.when(s))continue}else if(u)continue;let p=s.issues.length,d=l._zod.check(s);if(d instanceof Promise&&a?.async===!1)throw new dn;if(c||d instanceof Promise)c=(c??Promise.resolve()).then(async()=>{await d,s.issues.length!==p&&(u||(u=uo(s,p)))});else{if(s.issues.length===p)continue;u||(u=uo(s,p))}}return c?c.then(()=>s):s};e._zod.run=(s,i)=>{let a=e._zod.parse(s,i);if(a instanceof Promise){if(i.async===!1)throw new dn;return a.then(u=>o(u,n,i))}return o(a,n,i)}}e["~standard"]={validate:o=>{try{let s=XC(e,o);return s.success?{value:s.data}:{issues:s.error?.issues}}catch{return ew(e,o).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}}),Tu=P("$ZodString",(e,t)=>{De.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??xw(e._zod.bag),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=String(r.value)}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r}}),ke=P("$ZodStringFormat",(e,t)=>{hs.init(e,t),Tu.init(e,t)}),tb=P("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=uw),ke.init(e,t)}),rb=P("$ZodUUID",(e,t)=>{if(t.version){let n={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(n===void 0)throw new Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=id(n))}else t.pattern??(t.pattern=id());ke.init(e,t)}),nb=P("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=cw),ke.init(e,t)}),ob=P("$ZodURL",(e,t)=>{ke.init(e,t),e._zod.check=r=>{try{let n=r.value,o=new URL(n),s=o.href;t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(o.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:gw.source,input:r.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(o.protocol.endsWith(":")?o.protocol.slice(0,-1):o.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:r.value,inst:e,continue:!t.abort})),!n.endsWith("/")&&s.endsWith("/")?r.value=s.slice(0,-1):r.value=s;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort})}}}),ib=P("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=lw()),ke.init(e,t)}),sb=P("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=sw),ke.init(e,t)}),ab=P("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=tw),ke.init(e,t)}),ub=P("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=rw),ke.init(e,t)}),cb=P("$ZodULID",(e,t)=>{t.pattern??(t.pattern=nw),ke.init(e,t)}),lb=P("$ZodXID",(e,t)=>{t.pattern??(t.pattern=ow),ke.init(e,t)}),pb=P("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=iw),ke.init(e,t)}),db=P("$ZodISODateTime",(e,t)=>{t.pattern??(t.pattern=bw(t)),ke.init(e,t)}),fb=P("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=vw),ke.init(e,t)}),mb=P("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=ww(t)),ke.init(e,t)}),hb=P("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=aw),ke.init(e,t)}),gb=P("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=pw),ke.init(e,t),e._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv4"})}),yb=P("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=dw),ke.init(e,t),e._zod.onattach.push(r=>{let n=r._zod.bag;n.format="ipv6"}),e._zod.check=r=>{try{new URL(`http://[${r.value}]`)}catch{r.issues.push({code:"invalid_format",format:"ipv6",input:r.value,inst:e,continue:!t.abort})}}}),Db=P("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=fw),ke.init(e,t)}),vb=P("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=mw),ke.init(e,t),e._zod.check=r=>{let[n,o]=r.value.split("/");try{if(!o)throw new Error;let s=Number(o);if(`${s}`!==o)throw new Error;if(s<0||s>128)throw new Error;new URL(`http://[${n}]`)}catch{r.issues.push({code:"invalid_format",format:"cidrv6",input:r.value,inst:e,continue:!t.abort})}}});function Cb(e){if(e==="")return!0;if(e.length%4!==0)return!1;try{return atob(e),!0}catch{return!1}}var wb=P("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=hw),ke.init(e,t),e._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64"}),e._zod.check=r=>{Cb(r.value)||r.issues.push({code:"invalid_format",format:"base64",input:r.value,inst:e,continue:!t.abort})}});function qN(e){if(!sd.test(e))return!1;let t=e.replace(/[-_]/g,n=>n==="-"?"+":"/"),r=t.padEnd(Math.ceil(t.length/4)*4,"=");return Cb(r)}var bb=P("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=sd),ke.init(e,t),e._zod.onattach.push(r=>{r._zod.bag.contentEncoding="base64url"}),e._zod.check=r=>{qN(r.value)||r.issues.push({code:"invalid_format",format:"base64url",input:r.value,inst:e,continue:!t.abort})}}),xb=P("$ZodE164",(e,t)=>{t.pattern??(t.pattern=yw),ke.init(e,t)});function KN(e,t=null){try{let r=e.split(".");if(r.length!==3)return!1;let[n]=r;if(!n)return!1;let o=JSON.parse(atob(n));return!("typ"in o&&o?.typ!=="JWT"||!o.alg||t&&(!("alg"in o)||o.alg!==t))}catch{return!1}}var Sb=P("$ZodJWT",(e,t)=>{ke.init(e,t),e._zod.check=r=>{KN(r.value,t.alg)||r.issues.push({code:"invalid_format",format:"jwt",input:r.value,inst:e,continue:!t.abort})}});var ld=P("$ZodNumber",(e,t)=>{De.init(e,t),e._zod.pattern=e._zod.bag.pattern??_w,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=Number(r.value)}catch{}let o=r.value;if(typeof o=="number"&&!Number.isNaN(o)&&Number.isFinite(o))return r;let s=typeof o=="number"?Number.isNaN(o)?"NaN":Number.isFinite(o)?void 0:"Infinity":void 0;return r.issues.push({expected:"number",code:"invalid_type",input:o,inst:e,...s?{received:s}:{}}),r}}),Eb=P("$ZodNumber",(e,t)=>{kw.init(e,t),ld.init(e,t)}),_b=P("$ZodBoolean",(e,t)=>{De.init(e,t),e._zod.pattern=Pw,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=!!r.value}catch{}let o=r.value;return typeof o=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:o,inst:e}),r}}),Pb=P("$ZodBigInt",(e,t)=>{De.init(e,t),e._zod.pattern=Sw,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=BigInt(r.value)}catch{}return typeof r.value=="bigint"||r.issues.push({expected:"bigint",code:"invalid_type",input:r.value,inst:e}),r}});var Tb=P("$ZodNull",(e,t)=>{De.init(e,t),e._zod.pattern=Tw,e._zod.values=new Set([null]),e._zod.parse=(r,n)=>{let o=r.value;return o===null||r.issues.push({expected:"null",code:"invalid_type",input:o,inst:e}),r}}),Ab=P("$ZodAny",(e,t)=>{De.init(e,t),e._zod.parse=r=>r}),Fb=P("$ZodUnknown",(e,t)=>{De.init(e,t),e._zod.parse=r=>r}),Rb=P("$ZodNever",(e,t)=>{De.init(e,t),e._zod.parse=(r,n)=>(r.issues.push({expected:"never",code:"invalid_type",input:r.value,inst:e}),r)});var $b=P("$ZodDate",(e,t)=>{De.init(e,t),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=new Date(r.value)}catch{}let o=r.value,s=o instanceof Date;return s&&!Number.isNaN(o.getTime())||r.issues.push({expected:"date",code:"invalid_type",input:o,...s?{received:"Invalid Date"}:{},inst:e}),r}});function Kw(e,t,r){e.issues.length&&t.issues.push(...Zr(r,e.issues)),t.value[r]=e.value}var kb=P("$ZodArray",(e,t)=>{De.init(e,t),e._zod.parse=(r,n)=>{let o=r.value;if(!Array.isArray(o))return r.issues.push({expected:"array",code:"invalid_type",input:o,inst:e}),r;r.value=Array(o.length);let s=[];for(let i=0;i<o.length;i++){let a=o[i],u=t.element._zod.run({value:a,issues:[]},n);u instanceof Promise?s.push(u.then(c=>Kw(c,r,i))):Kw(u,r,i)}return s.length?Promise.all(s).then(()=>r):r}});function Pu(e,t,r){e.issues.length&&t.issues.push(...Zr(r,e.issues)),t.value[r]=e.value}function Gw(e,t,r,n){e.issues.length?n[r]===void 0?r in n?t.value[r]=void 0:t.value[r]=e.value:t.issues.push(...Zr(r,e.issues)):e.value===void 0?r in n&&(t.value[r]=void 0):t.value[r]=e.value}var Ib=P("$ZodObject",(e,t)=>{De.init(e,t);let r=ps(()=>{let p=Object.keys(t.shape);for(let h of p)if(!(t.shape[h]instanceof De))throw new Error(`Invalid element at key "${h}": expected a Zod schema`);let d=Yp(t.shape);return{shape:t.shape,keys:p,keySet:new Set(p),numKeys:p.length,optionalKeys:new Set(d)}});_e(e._zod,"propValues",()=>{let p=t.shape,d={};for(let h in p){let m=p[h]._zod;if(m.values){d[h]??(d[h]=new Set);for(let f of m.values)d[h].add(f)}}return d});let n=p=>{let d=new _u(["shape","payload","ctx"]),h=r.value,m=b=>{let w=ao(b);return`shape[${w}]._zod.run({ value: input[${w}], issues: [] }, ctx)`};d.write("const input = payload.value;");let f=Object.create(null),g=0;for(let b of h.keys)f[b]=`key_${g++}`;d.write("const newResult = {}");for(let b of h.keys)if(h.optionalKeys.has(b)){let w=f[b];d.write(`const ${w} = ${m(b)};`);let T=ao(b);d.write(`
|
|
1511
|
+
if (${w}.issues.length) {
|
|
1512
|
+
if (input[${T}] === undefined) {
|
|
1513
|
+
if (${T} in input) {
|
|
1514
|
+
newResult[${T}] = undefined;
|
|
1515
1515
|
}
|
|
1516
1516
|
} else {
|
|
1517
1517
|
payload.issues = payload.issues.concat(
|
|
1518
|
-
${
|
|
1518
|
+
${w}.issues.map((iss) => ({
|
|
1519
1519
|
...iss,
|
|
1520
|
-
path: iss.path ? [${
|
|
1520
|
+
path: iss.path ? [${T}, ...iss.path] : [${T}],
|
|
1521
1521
|
}))
|
|
1522
1522
|
);
|
|
1523
1523
|
}
|
|
1524
|
-
} else if (${
|
|
1525
|
-
if (${
|
|
1524
|
+
} else if (${w}.value === undefined) {
|
|
1525
|
+
if (${T} in input) newResult[${T}] = undefined;
|
|
1526
1526
|
} else {
|
|
1527
|
-
newResult[${
|
|
1527
|
+
newResult[${T}] = ${w}.value;
|
|
1528
1528
|
}
|
|
1529
|
-
`)}else{let
|
|
1530
|
-
if (${
|
|
1529
|
+
`)}else{let w=f[b];d.write(`const ${w} = ${m(b)};`),d.write(`
|
|
1530
|
+
if (${w}.issues.length) payload.issues = payload.issues.concat(${w}.issues.map(iss => ({
|
|
1531
1531
|
...iss,
|
|
1532
|
-
path: iss.path ? [${
|
|
1533
|
-
})));`),d.write(`newResult[${no(w)}] = ${C}.value`)}d.write("payload.value = newResult;"),d.write("return payload;");let y=d.compile();return(w,C)=>y(p,w,C)},o,s=qo,i=!Qa.jitless,u=i&&Ep.value,c=t.catchall,l;e._zod.parse=(p,d)=>{l??(l=r.value);let g=p.value;if(!s(g))return p.issues.push({expected:"object",code:"invalid_type",input:g,inst:e}),p;let m=[];if(i&&u&&d?.async===!1&&d.jitless!==!0)o||(o=n(t.shape)),p=o(p,d);else{p.value={};let C=l.shape;for(let _ of l.keys){let S=C[_],F=S._zod.run({value:g[_],issues:[]},d),$=S._zod.optin==="optional"&&S._zod.optout==="optional";F instanceof Promise?m.push(F.then(I=>$?Cw(I,p,_,g):ou(I,p,_))):$?Cw(F,p,_,g):ou(F,p,_)}}if(!c)return m.length?Promise.all(m).then(()=>p):p;let f=[],h=l.keySet,y=c._zod,w=y.def.type;for(let C of Object.keys(g)){if(h.has(C))continue;if(w==="never"){f.push(C);continue}let _=y.run({value:g[C],issues:[]},d);_ instanceof Promise?m.push(_.then(S=>ou(S,p,C))):ou(_,p,C)}return f.length&&p.issues.push({code:"unrecognized_keys",keys:f,input:g,inst:e}),m.length?Promise.all(m).then(()=>p):p}});function ww(e,t,r,n){for(let o of e)if(o.issues.length===0)return t.value=o.value,t;return t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(o=>o.issues.map(s=>Cr(s,n,sr())))}),t}var zp=T("$ZodUnion",(e,t)=>{Ee.init(e,t),Se(e._zod,"optin",()=>t.options.some(r=>r._zod.optin==="optional")?"optional":void 0),Se(e._zod,"optout",()=>t.options.some(r=>r._zod.optout==="optional")?"optional":void 0),Se(e._zod,"values",()=>{if(t.options.every(r=>r._zod.values))return new Set(t.options.flatMap(r=>Array.from(r._zod.values)))}),Se(e._zod,"pattern",()=>{if(t.options.every(r=>r._zod.pattern)){let r=t.options.map(n=>n._zod.pattern);return new RegExp(`^(${r.map(n=>es(n.source)).join("|")})$`)}}),e._zod.parse=(r,n)=>{let o=!1,s=[];for(let i of t.options){let a=i._zod.run({value:r.value,issues:[]},n);if(a instanceof Promise)s.push(a),o=!0;else{if(a.issues.length===0)return a;s.push(a)}}return o?Promise.all(s).then(i=>ww(i,r,e,n)):ww(s,r,e,n)}}),ib=T("$ZodDiscriminatedUnion",(e,t)=>{zp.init(e,t);let r=e._zod.parse;Se(e._zod,"propValues",()=>{let o={};for(let s of t.options){let i=s._zod.propValues;if(!i||Object.keys(i).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(s)}"`);for(let[a,u]of Object.entries(i)){o[a]||(o[a]=new Set);for(let c of u)o[a].add(c)}}return o});let n=Qi(()=>{let o=t.options,s=new Map;for(let i of o){let a=i._zod.propValues[t.discriminator];if(!a||a.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(i)}"`);for(let u of a){if(s.has(u))throw new Error(`Duplicate discriminator value "${String(u)}"`);s.set(u,i)}}return s});e._zod.parse=(o,s)=>{let i=o.value;if(!qo(i))return o.issues.push({code:"invalid_type",expected:"object",input:i,inst:e}),o;let a=n.value.get(i?.[t.discriminator]);return a?a._zod.run(o,s):t.unionFallback?r(o,s):(o.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",input:i,path:[t.discriminator],inst:e}),o)}}),sb=T("$ZodIntersection",(e,t)=>{Ee.init(e,t),e._zod.parse=(r,n)=>{let o=r.value,s=t.left._zod.run({value:o,issues:[]},n),i=t.right._zod.run({value:o,issues:[]},n);return s instanceof Promise||i instanceof Promise?Promise.all([s,i]).then(([u,c])=>bw(r,u,c)):bw(r,s,i)}});function Lp(e,t){if(e===t)return{valid:!0,data:e};if(e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e};if(Ko(e)&&Ko(t)){let r=Object.keys(t),n=Object.keys(e).filter(s=>r.indexOf(s)!==-1),o={...e,...t};for(let s of n){let i=Lp(e[s],t[s]);if(!i.valid)return{valid:!1,mergeErrorPath:[s,...i.mergeErrorPath]};o[s]=i.data}return{valid:!0,data:o}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};let r=[];for(let n=0;n<e.length;n++){let o=e[n],s=t[n],i=Lp(o,s);if(!i.valid)return{valid:!1,mergeErrorPath:[n,...i.mergeErrorPath]};r.push(i.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function bw(e,t,r){if(t.issues.length&&e.issues.push(...t.issues),r.issues.length&&e.issues.push(...r.issues),oo(e))return e;let n=Lp(t.value,r.value);if(!n.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(n.mergeErrorPath)}`);return e.value=n.data,e}var ab=T("$ZodRecord",(e,t)=>{Ee.init(e,t),e._zod.parse=(r,n)=>{let o=r.value;if(!Ko(o))return r.issues.push({expected:"record",code:"invalid_type",input:o,inst:e}),r;let s=[];if(t.keyType._zod.values){let i=t.keyType._zod.values;r.value={};for(let u of i)if(typeof u=="string"||typeof u=="number"||typeof u=="symbol"){let c=t.valueType._zod.run({value:o[u],issues:[]},n);c instanceof Promise?s.push(c.then(l=>{l.issues.length&&r.issues.push(...Kr(u,l.issues)),r.value[u]=l.value})):(c.issues.length&&r.issues.push(...Kr(u,c.issues)),r.value[u]=c.value)}let a;for(let u in o)i.has(u)||(a=a??[],a.push(u));a&&a.length>0&&r.issues.push({code:"unrecognized_keys",input:o,inst:e,keys:a})}else{r.value={};for(let i of Reflect.ownKeys(o)){if(i==="__proto__")continue;let a=t.keyType._zod.run({value:i,issues:[]},n);if(a instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(a.issues.length){r.issues.push({origin:"record",code:"invalid_key",issues:a.issues.map(c=>Cr(c,n,sr())),input:i,path:[i],inst:e}),r.value[a.value]=a.value;continue}let u=t.valueType._zod.run({value:o[i],issues:[]},n);u instanceof Promise?s.push(u.then(c=>{c.issues.length&&r.issues.push(...Kr(i,c.issues)),r.value[a.value]=c.value})):(u.issues.length&&r.issues.push(...Kr(i,u.issues)),r.value[a.value]=u.value)}}return s.length?Promise.all(s).then(()=>r):r}});var ub=T("$ZodEnum",(e,t)=>{Ee.init(e,t);let r=wp(t.entries);e._zod.values=new Set(r),e._zod.pattern=new RegExp(`^(${r.filter(n=>Pp.has(typeof n)).map(n=>typeof n=="string"?An(n):n.toString()).join("|")})$`),e._zod.parse=(n,o)=>{let s=n.value;return e._zod.values.has(s)||n.issues.push({code:"invalid_value",values:r,input:s,inst:e}),n}}),cb=T("$ZodLiteral",(e,t)=>{Ee.init(e,t),e._zod.values=new Set(t.values),e._zod.pattern=new RegExp(`^(${t.values.map(r=>typeof r=="string"?An(r):r?r.toString():String(r)).join("|")})$`),e._zod.parse=(r,n)=>{let o=r.value;return e._zod.values.has(o)||r.issues.push({code:"invalid_value",values:t.values,input:o,inst:e}),r}});var lb=T("$ZodTransform",(e,t)=>{Ee.init(e,t),e._zod.parse=(r,n)=>{let o=t.transform(r.value,r);if(n.async)return(o instanceof Promise?o:Promise.resolve(o)).then(i=>(r.value=i,r));if(o instanceof Promise)throw new cn;return r.value=o,r}}),pb=T("$ZodOptional",(e,t)=>{Ee.init(e,t),e._zod.optin="optional",e._zod.optout="optional",Se(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),Se(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${es(r.source)})?$`):void 0}),e._zod.parse=(r,n)=>t.innerType._zod.optin==="optional"?t.innerType._zod.run(r,n):r.value===void 0?r:t.innerType._zod.run(r,n)}),db=T("$ZodNullable",(e,t)=>{Ee.init(e,t),Se(e._zod,"optin",()=>t.innerType._zod.optin),Se(e._zod,"optout",()=>t.innerType._zod.optout),Se(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${es(r.source)}|null)$`):void 0}),Se(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(r,n)=>r.value===null?r:t.innerType._zod.run(r,n)}),fb=T("$ZodDefault",(e,t)=>{Ee.init(e,t),e._zod.optin="optional",Se(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>{if(r.value===void 0)return r.value=t.defaultValue,r;let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>xw(s,t)):xw(o,t)}});function xw(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}var mb=T("$ZodPrefault",(e,t)=>{Ee.init(e,t),e._zod.optin="optional",Se(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>(r.value===void 0&&(r.value=t.defaultValue),t.innerType._zod.run(r,n))}),gb=T("$ZodNonOptional",(e,t)=>{Ee.init(e,t),Se(e._zod,"values",()=>{let r=t.innerType._zod.values;return r?new Set([...r].filter(n=>n!==void 0)):void 0}),e._zod.parse=(r,n)=>{let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>Sw(s,e)):Sw(o,e)}});function Sw(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}var hb=T("$ZodCatch",(e,t)=>{Ee.init(e,t),e._zod.optin="optional",Se(e._zod,"optout",()=>t.innerType._zod.optout),Se(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>{let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>(r.value=s.value,s.issues.length&&(r.value=t.catchValue({...r,error:{issues:s.issues.map(i=>Cr(i,n,sr()))},input:r.value}),r.issues=[]),r)):(r.value=o.value,o.issues.length&&(r.value=t.catchValue({...r,error:{issues:o.issues.map(s=>Cr(s,n,sr()))},input:r.value}),r.issues=[]),r)}});var yb=T("$ZodPipe",(e,t)=>{Ee.init(e,t),Se(e._zod,"values",()=>t.in._zod.values),Se(e._zod,"optin",()=>t.in._zod.optin),Se(e._zod,"optout",()=>t.out._zod.optout),e._zod.parse=(r,n)=>{let o=t.in._zod.run(r,n);return o instanceof Promise?o.then(s=>Ew(s,t,n)):Ew(o,t,n)}});function Ew(e,t,r){return oo(e)?e:t.out._zod.run({value:e.value,issues:e.issues},r)}var Db=T("$ZodReadonly",(e,t)=>{Ee.init(e,t),Se(e._zod,"propValues",()=>t.innerType._zod.propValues),Se(e._zod,"values",()=>t.innerType._zod.values),Se(e._zod,"optin",()=>t.innerType._zod.optin),Se(e._zod,"optout",()=>t.innerType._zod.optout),e._zod.parse=(r,n)=>{let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(Pw):Pw(o)}});function Pw(e){return e.value=Object.freeze(e.value),e}var vb=T("$ZodCustom",(e,t)=>{ht.init(e,t),Ee.init(e,t),e._zod.parse=(r,n)=>r,e._zod.check=r=>{let n=r.value,o=t.fn(n);if(o instanceof Promise)return o.then(s=>_w(s,r,n,e));_w(o,r,n,e)}});function _w(e,t,r,n){if(!e){let o={code:"custom",input:r,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(o.params=n._zod.def.params),t.issues.push(Ap(o))}}var rN=e=>{let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"number";case"object":{if(Array.isArray(e))return"array";if(e===null)return"null";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return t},nN=()=>{let e={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"}};function t(n){return e[n]??null}let r={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`Invalid input: expected ${n.expected}, received ${rN(n.input)}`;case"invalid_value":return n.values.length===1?`Invalid input: expected ${tu(n.values[0])}`:`Invalid option: expected one of ${Xa(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",s=t(n.origin);return s?`Too big: expected ${n.origin??"value"} to have ${o}${n.maximum.toString()} ${s.unit??"elements"}`:`Too big: expected ${n.origin??"value"} to be ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",s=t(n.origin);return s?`Too small: expected ${n.origin} to have ${o}${n.minimum.toString()} ${s.unit}`:`Too small: expected ${n.origin} to be ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Invalid string: must start with "${o.prefix}"`:o.format==="ends_with"?`Invalid string: must end with "${o.suffix}"`:o.format==="includes"?`Invalid string: must include "${o.includes}"`:o.format==="regex"?`Invalid string: must match pattern ${o.pattern}`:`Invalid ${r[o.format]??n.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${n.divisor}`;case"unrecognized_keys":return`Unrecognized key${n.keys.length>1?"s":""}: ${Xa(n.keys,", ")}`;case"invalid_key":return`Invalid key in ${n.origin}`;case"invalid_union":return"Invalid input";case"invalid_element":return`Invalid value in ${n.origin}`;default:return"Invalid input"}}};function Cb(){return{localeError:nN()}}var JJ=Symbol("ZodOutput"),YJ=Symbol("ZodInput"),jp=class{constructor(){this._map=new Map,this._idmap=new Map}add(t,...r){let n=r[0];if(this._map.set(t,n),n&&typeof n=="object"&&"id"in n){if(this._idmap.has(n.id))throw new Error(`ID ${n.id} already exists in the registry`);this._idmap.set(n.id,t)}return this}clear(){return this._map=new Map,this._idmap=new Map,this}remove(t){let r=this._map.get(t);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(t),this}get(t){let r=t._zod.parent;if(r){let n={...this.get(r)??{}};return delete n.id,{...n,...this._map.get(t)}}return this._map.get(t)}has(t){return this._map.has(t)}};function oN(){return new jp}var ns=oN();function wb(e,t){return new e({type:"string",...j(t)})}function bb(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...j(t)})}function Up(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...j(t)})}function xb(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...j(t)})}function Sb(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...j(t)})}function Eb(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...j(t)})}function Pb(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...j(t)})}function _b(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...j(t)})}function Tb(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...j(t)})}function Ab(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...j(t)})}function Fb(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...j(t)})}function Rb(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...j(t)})}function $b(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...j(t)})}function kb(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...j(t)})}function Ib(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...j(t)})}function Nb(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...j(t)})}function Ob(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...j(t)})}function Mb(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...j(t)})}function Lb(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...j(t)})}function Bb(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...j(t)})}function zb(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...j(t)})}function jb(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...j(t)})}function Ub(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...j(t)})}function Vb(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...j(t)})}function Hb(e,t){return new e({type:"string",format:"date",check:"string_format",...j(t)})}function qb(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...j(t)})}function Kb(e,t){return new e({type:"string",format:"duration",check:"string_format",...j(t)})}function Gb(e,t){return new e({type:"number",checks:[],...j(t)})}function Wb(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...j(t)})}function Zb(e,t){return new e({type:"boolean",...j(t)})}function Jb(e,t){return new e({type:"null",...j(t)})}function Yb(e){return new e({type:"unknown"})}function Qb(e,t){return new e({type:"never",...j(t)})}function su(e,t){return new Op({check:"less_than",...j(t),value:e,inclusive:!1})}function os(e,t){return new Op({check:"less_than",...j(t),value:e,inclusive:!0})}function au(e,t){return new Mp({check:"greater_than",...j(t),value:e,inclusive:!1})}function is(e,t){return new Mp({check:"greater_than",...j(t),value:e,inclusive:!0})}function uu(e,t){return new iw({check:"multiple_of",...j(t),value:e})}function cu(e,t){return new aw({check:"max_length",...j(t),maximum:e})}function Go(e,t){return new uw({check:"min_length",...j(t),minimum:e})}function lu(e,t){return new cw({check:"length_equals",...j(t),length:e})}function Vp(e,t){return new lw({check:"string_format",format:"regex",...j(t),pattern:e})}function Hp(e){return new pw({check:"string_format",format:"lowercase",...j(e)})}function qp(e){return new dw({check:"string_format",format:"uppercase",...j(e)})}function Kp(e,t){return new fw({check:"string_format",format:"includes",...j(t),includes:e})}function Gp(e,t){return new mw({check:"string_format",format:"starts_with",...j(t),prefix:e})}function Wp(e,t){return new gw({check:"string_format",format:"ends_with",...j(t),suffix:e})}function io(e){return new hw({check:"overwrite",tx:e})}function Zp(e){return io(t=>t.normalize(e))}function Jp(){return io(e=>e.trim())}function Yp(){return io(e=>e.toLowerCase())}function Qp(){return io(e=>e.toUpperCase())}function Xb(e,t,r){return new e({type:"array",element:t,...j(r)})}function ex(e,t,r){let n=j(r);return n.abort??(n.abort=!0),new e({type:"custom",check:"custom",fn:t,...n})}function tx(e,t,r){return new e({type:"custom",check:"custom",fn:t,...j(r)})}var as={};zm(as,{ZodISODate:()=>nx,ZodISODateTime:()=>rx,ZodISODuration:()=>ix,ZodISOTime:()=>ox,date:()=>ed,datetime:()=>Xp,duration:()=>rd,time:()=>td});var rx=T("ZodISODateTime",(e,t)=>{Bw.init(e,t),Oe.init(e,t)});function Xp(e){return Vb(rx,e)}var nx=T("ZodISODate",(e,t)=>{zw.init(e,t),Oe.init(e,t)});function ed(e){return Hb(nx,e)}var ox=T("ZodISOTime",(e,t)=>{jw.init(e,t),Oe.init(e,t)});function td(e){return qb(ox,e)}var ix=T("ZodISODuration",(e,t)=>{Uw.init(e,t),Oe.init(e,t)});function rd(e){return Kb(ix,e)}var sx=(e,t)=>{ru.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:r=>SC(e,r)},flatten:{value:r=>xC(e,r)},addIssue:{value:r=>e.issues.push(r)},addIssues:{value:r=>e.issues.push(...r)},isEmpty:{get(){return e.issues.length===0}}})},EY=T("ZodError",sx),us=T("ZodError",sx,{Parent:Error});var ax=EC(us),ux=PC(us),cx=Rp(us),lx=$p(us);var Ue=T("ZodType",(e,t)=>(Ee.init(e,t),e.def=t,Object.defineProperty(e,"_def",{value:t}),e.check=(...r)=>e.clone({...t,checks:[...t.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]}),e.clone=(r,n)=>qr(e,r,n),e.brand=()=>e,e.register=((r,n)=>(r.add(e,n),e)),e.parse=(r,n)=>ax(e,r,n,{callee:e.parse}),e.safeParse=(r,n)=>cx(e,r,n),e.parseAsync=async(r,n)=>ux(e,r,n,{callee:e.parseAsync}),e.safeParseAsync=async(r,n)=>lx(e,r,n),e.spa=e.safeParseAsync,e.refine=(r,n)=>e.check(tO(r,n)),e.superRefine=r=>e.check(rO(r)),e.overwrite=r=>e.check(io(r)),e.optional=()=>je(e),e.nullable=()=>fx(e),e.nullish=()=>je(fx(e)),e.nonoptional=r=>WN(e,r),e.array=()=>oe(e),e.or=r=>Pe([e,r]),e.and=r=>du(e,r),e.transform=r=>od(e,Dx(r)),e.default=r=>qN(e,r),e.prefault=r=>GN(e,r),e.catch=r=>JN(e,r),e.pipe=r=>od(e,r),e.readonly=()=>XN(e),e.describe=r=>{let n=e.clone();return ns.add(n,{description:r}),n},Object.defineProperty(e,"description",{get(){return ns.get(e)?.description},configurable:!0}),e.meta=(...r)=>{if(r.length===0)return ns.get(e);let n=e.clone();return ns.add(n,r[0]),n},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e)),mx=T("_ZodString",(e,t)=>{iu.init(e,t),Ue.init(e,t);let r=e._zod.bag;e.format=r.format??null,e.minLength=r.minimum??null,e.maxLength=r.maximum??null,e.regex=(...n)=>e.check(Vp(...n)),e.includes=(...n)=>e.check(Kp(...n)),e.startsWith=(...n)=>e.check(Gp(...n)),e.endsWith=(...n)=>e.check(Wp(...n)),e.min=(...n)=>e.check(Go(...n)),e.max=(...n)=>e.check(cu(...n)),e.length=(...n)=>e.check(lu(...n)),e.nonempty=(...n)=>e.check(Go(1,...n)),e.lowercase=n=>e.check(Hp(n)),e.uppercase=n=>e.check(qp(n)),e.trim=()=>e.check(Jp()),e.normalize=(...n)=>e.check(Zp(...n)),e.toLowerCase=()=>e.check(Yp()),e.toUpperCase=()=>e.check(Qp())}),fN=T("ZodString",(e,t)=>{iu.init(e,t),mx.init(e,t),e.email=r=>e.check(bb(mN,r)),e.url=r=>e.check(_b(gN,r)),e.jwt=r=>e.check(Ub(FN,r)),e.emoji=r=>e.check(Tb(hN,r)),e.guid=r=>e.check(Up(px,r)),e.uuid=r=>e.check(xb(pu,r)),e.uuidv4=r=>e.check(Sb(pu,r)),e.uuidv6=r=>e.check(Eb(pu,r)),e.uuidv7=r=>e.check(Pb(pu,r)),e.nanoid=r=>e.check(Ab(yN,r)),e.guid=r=>e.check(Up(px,r)),e.cuid=r=>e.check(Fb(DN,r)),e.cuid2=r=>e.check(Rb(vN,r)),e.ulid=r=>e.check($b(CN,r)),e.base64=r=>e.check(Bb(_N,r)),e.base64url=r=>e.check(zb(TN,r)),e.xid=r=>e.check(kb(wN,r)),e.ksuid=r=>e.check(Ib(bN,r)),e.ipv4=r=>e.check(Nb(xN,r)),e.ipv6=r=>e.check(Ob(SN,r)),e.cidrv4=r=>e.check(Mb(EN,r)),e.cidrv6=r=>e.check(Lb(PN,r)),e.e164=r=>e.check(jb(AN,r)),e.datetime=r=>e.check(Xp(r)),e.date=r=>e.check(ed(r)),e.time=r=>e.check(td(r)),e.duration=r=>e.check(rd(r))});function P(e){return wb(fN,e)}var Oe=T("ZodStringFormat",(e,t)=>{Re.init(e,t),mx.init(e,t)}),mN=T("ZodEmail",(e,t)=>{Fw.init(e,t),Oe.init(e,t)});var px=T("ZodGUID",(e,t)=>{Tw.init(e,t),Oe.init(e,t)});var pu=T("ZodUUID",(e,t)=>{Aw.init(e,t),Oe.init(e,t)});var gN=T("ZodURL",(e,t)=>{Rw.init(e,t),Oe.init(e,t)});var hN=T("ZodEmoji",(e,t)=>{$w.init(e,t),Oe.init(e,t)});var yN=T("ZodNanoID",(e,t)=>{kw.init(e,t),Oe.init(e,t)});var DN=T("ZodCUID",(e,t)=>{Iw.init(e,t),Oe.init(e,t)});var vN=T("ZodCUID2",(e,t)=>{Nw.init(e,t),Oe.init(e,t)});var CN=T("ZodULID",(e,t)=>{Ow.init(e,t),Oe.init(e,t)});var wN=T("ZodXID",(e,t)=>{Mw.init(e,t),Oe.init(e,t)});var bN=T("ZodKSUID",(e,t)=>{Lw.init(e,t),Oe.init(e,t)});var xN=T("ZodIPv4",(e,t)=>{Vw.init(e,t),Oe.init(e,t)});var SN=T("ZodIPv6",(e,t)=>{Hw.init(e,t),Oe.init(e,t)});var EN=T("ZodCIDRv4",(e,t)=>{qw.init(e,t),Oe.init(e,t)});var PN=T("ZodCIDRv6",(e,t)=>{Kw.init(e,t),Oe.init(e,t)});var _N=T("ZodBase64",(e,t)=>{Ww.init(e,t),Oe.init(e,t)});var TN=T("ZodBase64URL",(e,t)=>{Zw.init(e,t),Oe.init(e,t)});var AN=T("ZodE164",(e,t)=>{Jw.init(e,t),Oe.init(e,t)});var FN=T("ZodJWT",(e,t)=>{Yw.init(e,t),Oe.init(e,t)});var gx=T("ZodNumber",(e,t)=>{Bp.init(e,t),Ue.init(e,t),e.gt=(n,o)=>e.check(au(n,o)),e.gte=(n,o)=>e.check(is(n,o)),e.min=(n,o)=>e.check(is(n,o)),e.lt=(n,o)=>e.check(su(n,o)),e.lte=(n,o)=>e.check(os(n,o)),e.max=(n,o)=>e.check(os(n,o)),e.int=n=>e.check(dx(n)),e.safe=n=>e.check(dx(n)),e.positive=n=>e.check(au(0,n)),e.nonnegative=n=>e.check(is(0,n)),e.negative=n=>e.check(su(0,n)),e.nonpositive=n=>e.check(os(0,n)),e.multipleOf=(n,o)=>e.check(uu(n,o)),e.step=(n,o)=>e.check(uu(n,o)),e.finite=()=>e;let r=e._zod.bag;e.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),e.isFinite=!0,e.format=r.format??null});function ye(e){return Gb(gx,e)}var RN=T("ZodNumberFormat",(e,t)=>{Qw.init(e,t),gx.init(e,t)});function dx(e){return Wb(RN,e)}var $N=T("ZodBoolean",(e,t)=>{Xw.init(e,t),Ue.init(e,t)});function nt(e){return Zb($N,e)}var kN=T("ZodNull",(e,t)=>{eb.init(e,t),Ue.init(e,t)});function id(e){return Jb(kN,e)}var IN=T("ZodUnknown",(e,t)=>{tb.init(e,t),Ue.init(e,t)});function Me(){return Yb(IN)}var NN=T("ZodNever",(e,t)=>{rb.init(e,t),Ue.init(e,t)});function ON(e){return Qb(NN,e)}var MN=T("ZodArray",(e,t)=>{nb.init(e,t),Ue.init(e,t),e.element=t.element,e.min=(r,n)=>e.check(Go(r,n)),e.nonempty=r=>e.check(Go(1,r)),e.max=(r,n)=>e.check(cu(r,n)),e.length=(r,n)=>e.check(lu(r,n)),e.unwrap=()=>e.element});function oe(e,t){return Xb(MN,e,t)}var hx=T("ZodObject",(e,t)=>{ob.init(e,t),Ue.init(e,t),me.defineLazy(e,"shape",()=>t.shape),e.keyof=()=>Ot(Object.keys(e._zod.def.shape)),e.catchall=r=>e.clone({...e._zod.def,catchall:r}),e.passthrough=()=>e.clone({...e._zod.def,catchall:Me()}),e.loose=()=>e.clone({...e._zod.def,catchall:Me()}),e.strict=()=>e.clone({...e._zod.def,catchall:ON()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=r=>me.extend(e,r),e.merge=r=>me.merge(e,r),e.pick=r=>me.pick(e,r),e.omit=r=>me.omit(e,r),e.partial=(...r)=>me.partial(vx,e,r[0]),e.required=(...r)=>me.required(Cx,e,r[0])});function O(e,t){let r={type:"object",get shape(){return me.assignProp(this,"shape",{...e}),this.shape},...me.normalizeParams(t)};return new hx(r)}function Et(e,t){return new hx({type:"object",get shape(){return me.assignProp(this,"shape",{...e}),this.shape},catchall:Me(),...me.normalizeParams(t)})}var yx=T("ZodUnion",(e,t)=>{zp.init(e,t),Ue.init(e,t),e.options=t.options});function Pe(e,t){return new yx({type:"union",options:e,...me.normalizeParams(t)})}var LN=T("ZodDiscriminatedUnion",(e,t)=>{yx.init(e,t),ib.init(e,t)});function sd(e,t,r){return new LN({type:"union",options:t,discriminator:e,...me.normalizeParams(r)})}var BN=T("ZodIntersection",(e,t)=>{sb.init(e,t),Ue.init(e,t)});function du(e,t){return new BN({type:"intersection",left:e,right:t})}var zN=T("ZodRecord",(e,t)=>{ab.init(e,t),Ue.init(e,t),e.keyType=t.keyType,e.valueType=t.valueType});function Le(e,t,r){return new zN({type:"record",keyType:e,valueType:t,...me.normalizeParams(r)})}var nd=T("ZodEnum",(e,t)=>{ub.init(e,t),Ue.init(e,t),e.enum=t.entries,e.options=Object.values(t.entries);let r=new Set(Object.keys(t.entries));e.extract=(n,o)=>{let s={};for(let i of n)if(r.has(i))s[i]=t.entries[i];else throw new Error(`Key ${i} not found in enum`);return new nd({...t,checks:[],...me.normalizeParams(o),entries:s})},e.exclude=(n,o)=>{let s={...t.entries};for(let i of n)if(r.has(i))delete s[i];else throw new Error(`Key ${i} not found in enum`);return new nd({...t,checks:[],...me.normalizeParams(o),entries:s})}});function Ot(e,t){let r=Array.isArray(e)?Object.fromEntries(e.map(n=>[n,n])):e;return new nd({type:"enum",entries:r,...me.normalizeParams(t)})}var jN=T("ZodLiteral",(e,t)=>{cb.init(e,t),Ue.init(e,t),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function B(e,t){return new jN({type:"literal",values:Array.isArray(e)?e:[e],...me.normalizeParams(t)})}var UN=T("ZodTransform",(e,t)=>{lb.init(e,t),Ue.init(e,t),e._zod.parse=(r,n)=>{r.addIssue=s=>{if(typeof s=="string")r.issues.push(me.issue(s,r.value,t));else{let i=s;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=r.value),i.inst??(i.inst=e),i.continue??(i.continue=!0),r.issues.push(me.issue(i))}};let o=t.transform(r.value,r);return o instanceof Promise?o.then(s=>(r.value=s,r)):(r.value=o,r)}});function Dx(e){return new UN({type:"transform",transform:e})}var vx=T("ZodOptional",(e,t)=>{pb.init(e,t),Ue.init(e,t),e.unwrap=()=>e._zod.def.innerType});function je(e){return new vx({type:"optional",innerType:e})}var VN=T("ZodNullable",(e,t)=>{db.init(e,t),Ue.init(e,t),e.unwrap=()=>e._zod.def.innerType});function fx(e){return new VN({type:"nullable",innerType:e})}var HN=T("ZodDefault",(e,t)=>{fb.init(e,t),Ue.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function qN(e,t){return new HN({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():t}})}var KN=T("ZodPrefault",(e,t)=>{mb.init(e,t),Ue.init(e,t),e.unwrap=()=>e._zod.def.innerType});function GN(e,t){return new KN({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():t}})}var Cx=T("ZodNonOptional",(e,t)=>{gb.init(e,t),Ue.init(e,t),e.unwrap=()=>e._zod.def.innerType});function WN(e,t){return new Cx({type:"nonoptional",innerType:e,...me.normalizeParams(t)})}var ZN=T("ZodCatch",(e,t)=>{hb.init(e,t),Ue.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function JN(e,t){return new ZN({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}var YN=T("ZodPipe",(e,t)=>{yb.init(e,t),Ue.init(e,t),e.in=t.in,e.out=t.out});function od(e,t){return new YN({type:"pipe",in:e,out:t})}var QN=T("ZodReadonly",(e,t)=>{Db.init(e,t),Ue.init(e,t)});function XN(e){return new QN({type:"readonly",innerType:e})}var wx=T("ZodCustom",(e,t)=>{vb.init(e,t),Ue.init(e,t)});function eO(e){let t=new ht({check:"custom"});return t._zod.check=e,t}function bx(e,t){return ex(wx,e??(()=>!0),t)}function tO(e,t={}){return tx(wx,e,t)}function rO(e){let t=eO(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(me.issue(n,r.value,t._zod.def));else{let o=n;o.fatal&&(o.continue=!1),o.code??(o.code="custom"),o.input??(o.input=r.value),o.inst??(o.inst=t),o.continue??(o.continue=!t._zod.def.abort),r.issues.push(me.issue(o))}},e(r.value,r)));return t}function ad(e,t){return od(Dx(e),t)}sr(Cb());var xx="io.modelcontextprotocol/related-task",mu="2.0",st=bx(e=>e!==null&&(typeof e=="object"||typeof e=="function")),Sx=Pe([P(),ye().int()]),Ex=P(),DQ=Et({ttl:Pe([ye(),id()]).optional(),pollInterval:ye().optional()}),nO=O({ttl:ye().optional()}),oO=O({taskId:P()}),ud=Et({progressToken:Sx.optional(),[xx]:oO.optional()}),Wt=O({_meta:ud.optional()}),gu=Wt.extend({task:nO.optional()});var at=O({method:P(),params:Wt.loose().optional()}),ar=O({_meta:ud.optional()}),ur=O({method:P(),params:ar.loose().optional()}),ut=Et({_meta:ud.optional()}),hu=Pe([P(),ye().int()]),iO=O({jsonrpc:B(mu),id:hu,...at.shape}).strict();var sO=O({jsonrpc:B(mu),...ur.shape}).strict();var Px=O({jsonrpc:B(mu),id:hu,result:ut}).strict();var cs;(function(e){e[e.ConnectionClosed=-32e3]="ConnectionClosed",e[e.RequestTimeout=-32001]="RequestTimeout",e[e.ParseError=-32700]="ParseError",e[e.InvalidRequest=-32600]="InvalidRequest",e[e.MethodNotFound=-32601]="MethodNotFound",e[e.InvalidParams=-32602]="InvalidParams",e[e.InternalError=-32603]="InternalError",e[e.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(cs||(cs={}));var _x=O({jsonrpc:B(mu),id:hu.optional(),error:O({code:ye().int(),message:P(),data:Me().optional()})}).strict();var aO=Pe([iO,sO,Px,_x]),vQ=Pe([Px,_x]),cd=ut.strict(),uO=ar.extend({requestId:hu.optional(),reason:P().optional()}),ld=ur.extend({method:B("notifications/cancelled"),params:uO}),cO=O({src:P(),mimeType:P().optional(),sizes:oe(P()).optional(),theme:Ot(["light","dark"]).optional()}),ls=O({icons:oe(cO).optional()}),Wo=O({name:P(),title:P().optional()}),Tx=Wo.extend({...Wo.shape,...ls.shape,version:P(),websiteUrl:P().optional(),description:P().optional()}),lO=du(O({applyDefaults:nt().optional()}),Le(P(),Me())),pO=ad(e=>e&&typeof e=="object"&&!Array.isArray(e)&&Object.keys(e).length===0?{form:{}}:e,du(O({form:lO.optional(),url:st.optional()}),Le(P(),Me()).optional())),dO=Et({list:st.optional(),cancel:st.optional(),requests:Et({sampling:Et({createMessage:st.optional()}).optional(),elicitation:Et({create:st.optional()}).optional()}).optional()}),fO=Et({list:st.optional(),cancel:st.optional(),requests:Et({tools:Et({call:st.optional()}).optional()}).optional()}),mO=O({experimental:Le(P(),st).optional(),sampling:O({context:st.optional(),tools:st.optional()}).optional(),elicitation:pO.optional(),roots:O({listChanged:nt().optional()}).optional(),tasks:dO.optional()}),gO=Wt.extend({protocolVersion:P(),capabilities:mO,clientInfo:Tx}),hO=at.extend({method:B("initialize"),params:gO});var yO=O({experimental:Le(P(),st).optional(),logging:st.optional(),completions:st.optional(),prompts:O({listChanged:nt().optional()}).optional(),resources:O({subscribe:nt().optional(),listChanged:nt().optional()}).optional(),tools:O({listChanged:nt().optional()}).optional(),tasks:fO.optional()}),Ax=ut.extend({protocolVersion:P(),capabilities:yO,serverInfo:Tx,instructions:P().optional()}),DO=ur.extend({method:B("notifications/initialized"),params:ar.optional()});var pd=at.extend({method:B("ping"),params:Wt.optional()}),vO=O({progress:ye(),total:je(ye()),message:je(P())}),CO=O({...ar.shape,...vO.shape,progressToken:Sx}),dd=ur.extend({method:B("notifications/progress"),params:CO}),wO=Wt.extend({cursor:Ex.optional()}),ps=at.extend({params:wO.optional()}),ds=ut.extend({nextCursor:Ex.optional()}),bO=Ot(["working","input_required","completed","failed","cancelled"]),fs=O({taskId:P(),status:bO,ttl:Pe([ye(),id()]),createdAt:P(),lastUpdatedAt:P(),pollInterval:je(ye()),statusMessage:je(P())}),yu=ut.extend({task:fs}),xO=ar.merge(fs),fd=ur.extend({method:B("notifications/tasks/status"),params:xO}),md=at.extend({method:B("tasks/get"),params:Wt.extend({taskId:P()})}),gd=ut.merge(fs),hd=at.extend({method:B("tasks/result"),params:Wt.extend({taskId:P()})}),CQ=ut.loose(),yd=ps.extend({method:B("tasks/list")}),Dd=ds.extend({tasks:oe(fs)}),vd=at.extend({method:B("tasks/cancel"),params:Wt.extend({taskId:P()})}),SO=ut.merge(fs),Fx=O({uri:P(),mimeType:je(P()),_meta:Le(P(),Me()).optional()}),Rx=Fx.extend({text:P()}),Cd=P().refine(e=>{try{return atob(e),!0}catch{return!1}},{message:"Invalid Base64 string"}),$x=Fx.extend({blob:Cd}),ms=Ot(["user","assistant"]),Zo=O({audience:oe(ms).optional(),priority:ye().min(0).max(1).optional(),lastModified:as.datetime({offset:!0}).optional()}),kx=O({...Wo.shape,...ls.shape,uri:P(),description:je(P()),mimeType:je(P()),annotations:Zo.optional(),_meta:je(Et({}))}),EO=O({...Wo.shape,...ls.shape,uriTemplate:P(),description:je(P()),mimeType:je(P()),annotations:Zo.optional(),_meta:je(Et({}))}),PO=ps.extend({method:B("resources/list")}),Ix=ds.extend({resources:oe(kx)}),_O=ps.extend({method:B("resources/templates/list")}),Nx=ds.extend({resourceTemplates:oe(EO)}),wd=Wt.extend({uri:P()}),TO=wd,AO=at.extend({method:B("resources/read"),params:TO}),Ox=ut.extend({contents:oe(Pe([Rx,$x]))}),Mx=ur.extend({method:B("notifications/resources/list_changed"),params:ar.optional()}),FO=wd,RO=at.extend({method:B("resources/subscribe"),params:FO}),$O=wd,kO=at.extend({method:B("resources/unsubscribe"),params:$O}),IO=ar.extend({uri:P()}),NO=ur.extend({method:B("notifications/resources/updated"),params:IO}),OO=O({name:P(),description:je(P()),required:je(nt())}),MO=O({...Wo.shape,...ls.shape,description:je(P()),arguments:je(oe(OO)),_meta:je(Et({}))}),LO=ps.extend({method:B("prompts/list")}),Lx=ds.extend({prompts:oe(MO)}),BO=Wt.extend({name:P(),arguments:Le(P(),P()).optional()}),zO=at.extend({method:B("prompts/get"),params:BO}),bd=O({type:B("text"),text:P(),annotations:Zo.optional(),_meta:Le(P(),Me()).optional()}),xd=O({type:B("image"),data:Cd,mimeType:P(),annotations:Zo.optional(),_meta:Le(P(),Me()).optional()}),Sd=O({type:B("audio"),data:Cd,mimeType:P(),annotations:Zo.optional(),_meta:Le(P(),Me()).optional()}),jO=O({type:B("tool_use"),name:P(),id:P(),input:Le(P(),Me()),_meta:Le(P(),Me()).optional()}),UO=O({type:B("resource"),resource:Pe([Rx,$x]),annotations:Zo.optional(),_meta:Le(P(),Me()).optional()}),VO=kx.extend({type:B("resource_link")}),Ed=Pe([bd,xd,Sd,VO,UO]),HO=O({role:ms,content:Ed}),Bx=ut.extend({description:P().optional(),messages:oe(HO)}),zx=ur.extend({method:B("notifications/prompts/list_changed"),params:ar.optional()}),qO=O({title:P().optional(),readOnlyHint:nt().optional(),destructiveHint:nt().optional(),idempotentHint:nt().optional(),openWorldHint:nt().optional()}),KO=O({taskSupport:Ot(["required","optional","forbidden"]).optional()}),jx=O({...Wo.shape,...ls.shape,description:P().optional(),inputSchema:O({type:B("object"),properties:Le(P(),st).optional(),required:oe(P()).optional()}).catchall(Me()),outputSchema:O({type:B("object"),properties:Le(P(),st).optional(),required:oe(P()).optional()}).catchall(Me()).optional(),annotations:qO.optional(),execution:KO.optional(),_meta:Le(P(),Me()).optional()}),GO=ps.extend({method:B("tools/list")}),Ux=ds.extend({tools:oe(jx)}),Du=ut.extend({content:oe(Ed).default([]),structuredContent:Le(P(),Me()).optional(),isError:nt().optional()}),wQ=Du.or(ut.extend({toolResult:Me()})),WO=gu.extend({name:P(),arguments:Le(P(),Me()).optional()}),ZO=at.extend({method:B("tools/call"),params:WO}),Vx=ur.extend({method:B("notifications/tools/list_changed"),params:ar.optional()}),JO=O({autoRefresh:nt().default(!0),debounceMs:ye().int().nonnegative().default(300)}),Hx=Ot(["debug","info","notice","warning","error","critical","alert","emergency"]),YO=Wt.extend({level:Hx}),QO=at.extend({method:B("logging/setLevel"),params:YO}),XO=ar.extend({level:Hx,logger:P().optional(),data:Me()}),e2=ur.extend({method:B("notifications/message"),params:XO}),t2=O({name:P().optional()}),r2=O({hints:oe(t2).optional(),costPriority:ye().min(0).max(1).optional(),speedPriority:ye().min(0).max(1).optional(),intelligencePriority:ye().min(0).max(1).optional()}),n2=O({mode:Ot(["auto","required","none"]).optional()}),o2=O({type:B("tool_result"),toolUseId:P().describe("The unique identifier for the corresponding tool call."),content:oe(Ed).default([]),structuredContent:O({}).loose().optional(),isError:nt().optional(),_meta:Le(P(),Me()).optional()}),i2=sd("type",[bd,xd,Sd]),fu=sd("type",[bd,xd,Sd,jO,o2]),s2=O({role:ms,content:Pe([fu,oe(fu)]),_meta:Le(P(),Me()).optional()}),a2=gu.extend({messages:oe(s2),modelPreferences:r2.optional(),systemPrompt:P().optional(),includeContext:Ot(["none","thisServer","allServers"]).optional(),temperature:ye().optional(),maxTokens:ye().int(),stopSequences:oe(P()).optional(),metadata:st.optional(),tools:oe(jx).optional(),toolChoice:n2.optional()}),qx=at.extend({method:B("sampling/createMessage"),params:a2}),Kx=ut.extend({model:P(),stopReason:je(Ot(["endTurn","stopSequence","maxTokens"]).or(P())),role:ms,content:i2}),u2=ut.extend({model:P(),stopReason:je(Ot(["endTurn","stopSequence","maxTokens","toolUse"]).or(P())),role:ms,content:Pe([fu,oe(fu)])}),c2=O({type:B("boolean"),title:P().optional(),description:P().optional(),default:nt().optional()}),l2=O({type:B("string"),title:P().optional(),description:P().optional(),minLength:ye().optional(),maxLength:ye().optional(),format:Ot(["email","uri","date","date-time"]).optional(),default:P().optional()}),p2=O({type:Ot(["number","integer"]),title:P().optional(),description:P().optional(),minimum:ye().optional(),maximum:ye().optional(),default:ye().optional()}),d2=O({type:B("string"),title:P().optional(),description:P().optional(),enum:oe(P()),default:P().optional()}),f2=O({type:B("string"),title:P().optional(),description:P().optional(),oneOf:oe(O({const:P(),title:P()})),default:P().optional()}),m2=O({type:B("string"),title:P().optional(),description:P().optional(),enum:oe(P()),enumNames:oe(P()).optional(),default:P().optional()}),g2=Pe([d2,f2]),h2=O({type:B("array"),title:P().optional(),description:P().optional(),minItems:ye().optional(),maxItems:ye().optional(),items:O({type:B("string"),enum:oe(P())}),default:oe(P()).optional()}),y2=O({type:B("array"),title:P().optional(),description:P().optional(),minItems:ye().optional(),maxItems:ye().optional(),items:O({anyOf:oe(O({const:P(),title:P()}))}),default:oe(P()).optional()}),D2=Pe([h2,y2]),v2=Pe([m2,g2,D2]),C2=Pe([v2,c2,l2,p2]),w2=gu.extend({mode:B("form").optional(),message:P(),requestedSchema:O({type:B("object"),properties:Le(P(),C2),required:oe(P()).optional()})}),b2=gu.extend({mode:B("url"),message:P(),elicitationId:P(),url:P().url()}),x2=Pe([w2,b2]),Gx=at.extend({method:B("elicitation/create"),params:x2}),S2=ar.extend({elicitationId:P()}),E2=ur.extend({method:B("notifications/elicitation/complete"),params:S2}),Wx=ut.extend({action:Ot(["accept","decline","cancel"]),content:ad(e=>e===null?void 0:e,Le(P(),Pe([P(),ye(),nt(),oe(P())])).optional())}),P2=O({type:B("ref/resource"),uri:P()});var _2=O({type:B("ref/prompt"),name:P()}),T2=Wt.extend({ref:Pe([_2,P2]),argument:O({name:P(),value:P()}),context:O({arguments:Le(P(),P()).optional()}).optional()}),A2=at.extend({method:B("completion/complete"),params:T2});var Zx=ut.extend({completion:Et({values:oe(P()).max(100),total:je(ye().int()),hasMore:je(nt())})}),F2=O({uri:P().startsWith("file://"),name:P().optional(),_meta:Le(P(),Me()).optional()}),R2=at.extend({method:B("roots/list"),params:Wt.optional()}),$2=ut.extend({roots:oe(F2)}),k2=ur.extend({method:B("notifications/roots/list_changed"),params:ar.optional()}),bQ=Pe([pd,hO,A2,QO,zO,LO,PO,_O,AO,RO,kO,ZO,GO,md,hd,yd,vd]),xQ=Pe([ld,dd,DO,k2,fd]),SQ=Pe([cd,Kx,u2,Wx,$2,gd,Dd,yu]),EQ=Pe([pd,qx,Gx,R2,md,hd,yd,vd]),PQ=Pe([ld,dd,e2,NO,Mx,Vx,zx,fd,E2]),_Q=Pe([cd,Ax,Zx,Bx,Lx,Ix,Nx,Ox,Du,Ux,gd,Dd,yu]);var I2=Symbol("Let zodToJsonSchema decide on which parser to use");var sX=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");var Fj=Ve(lm(),1),Rj=Ve(UE(),1);var o8=Ve(FP(),1);import i8 from"node:process";var moe=i8.platform==="win32"?["APPDATA","HOMEDRIVE","HOMEPATH","LOCALAPPDATA","PATH","PROCESSOR_ARCHITECTURE","SYSTEMDRIVE","SYSTEMROOT","TEMP","USERNAME","USERPROFILE","PROGRAMFILES"]:["HOME","LOGNAME","PATH","SHELL","TERM","USER"];import*as S8 from"@sentry/node";var E8=Ve(NP(),1);var P8=()=>{if(typeof globalThis<"u"&&globalThis.crypto)return globalThis.crypto;if(typeof G<"u")try{let e=G("crypto");if(e.webcrypto)return e.webcrypto}catch{}throw new Error("Web Crypto API is not available. Requires Node.js 15+ or a browser environment.")},Aoe=P8();import OP from"node:process";function Am(){let{env:e}=OP,{TERM:t,TERM_PROGRAM:r}=e;return OP.platform!=="win32"?t!=="linux":!!e.WT_SESSION||!!e.TERMINUS_SUBLIME||e.ConEmuTask==="{cmd::Cmder}"||r==="Terminus-Sublime"||r==="vscode"||t==="xterm-256color"||t==="alacritty"||t==="rxvt-unicode"||t==="rxvt-unicode-256color"||e.TERMINAL_EMULATOR==="JetBrains-JediTerm"}var Fm=Ve(Vn(),1),mi=Ve(oa(),1),qs=Ve(Vn(),1),$m=()=>{let e=Rm?["\u25D2","\u25D0","\u25D3","\u25D1"]:["\u2022","o","O","0"],t=Rm?80:120,r,n=!1,o="",s="",i="",a=h=>{let y=h>1?"Something went wrong":"Canceled";n&&g(y,h)},u=(h,y)=>{console.error(y,h),a(2)},c=()=>a(1),l=()=>{process.on("uncaughtExceptionMonitor",u),process.on("unhandledRejection",u),process.on("SIGINT",c),process.on("SIGTERM",c),process.on("exit",a)},p=()=>{process.removeListener("uncaughtExceptionMonitor",u),process.removeListener("unhandledRejection",u),process.removeListener("SIGINT",c),process.removeListener("SIGTERM",c),process.removeListener("exit",a)},d=(h="")=>{n=!0,o=h.replace(/\.+$/,""),process.stdout.write(`${Fm.default.gray(T8)}
|
|
1534
|
-
`);let y=0,
|
|
1535
|
-
`).length+1)),process.stdout.write(
|
|
1536
|
-
`).length));let
|
|
1537
|
-
`).length+1)),process.stdout.write(
|
|
1538
|
-
`).length)),process.stdout.write(`${
|
|
1539
|
-
`),i=o,p()};return{start:d,stop:
|
|
1540
|
-
`+(0,
|
|
1541
|
-
|
|
1542
|
-
${
|
|
1532
|
+
path: iss.path ? [${ao(b)}, ...iss.path] : [${ao(b)}]
|
|
1533
|
+
})));`),d.write(`newResult[${ao(b)}] = ${w}.value`)}d.write("payload.value = newResult;"),d.write("return payload;");let y=d.compile();return(b,w)=>y(p,b,w)},o,s=Zo,i=!Cu.jitless,u=i&&Zp.value,c=t.catchall,l;e._zod.parse=(p,d)=>{l??(l=r.value);let h=p.value;if(!s(h))return p.issues.push({expected:"object",code:"invalid_type",input:h,inst:e}),p;let m=[];if(i&&u&&d?.async===!1&&d.jitless!==!0)o||(o=n(t.shape)),p=o(p,d);else{p.value={};let w=l.shape;for(let T of l.keys){let E=w[T],F=E._zod.run({value:h[T],issues:[]},d),$=E._zod.optin==="optional"&&E._zod.optout==="optional";F instanceof Promise?m.push(F.then(I=>$?Gw(I,p,T,h):Pu(I,p,T))):$?Gw(F,p,T,h):Pu(F,p,T)}}if(!c)return m.length?Promise.all(m).then(()=>p):p;let f=[],g=l.keySet,y=c._zod,b=y.def.type;for(let w of Object.keys(h)){if(g.has(w))continue;if(b==="never"){f.push(w);continue}let T=y.run({value:h[w],issues:[]},d);T instanceof Promise?m.push(T.then(E=>Pu(E,p,w))):Pu(T,p,w)}return f.length&&p.issues.push({code:"unrecognized_keys",keys:f,input:h,inst:e}),m.length?Promise.all(m).then(()=>p):p}});function Ww(e,t,r,n){for(let o of e)if(o.issues.length===0)return t.value=o.value,t;return t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(o=>o.issues.map(s=>xr(s,n,Jt())))}),t}var pd=P("$ZodUnion",(e,t)=>{De.init(e,t),_e(e._zod,"optin",()=>t.options.some(r=>r._zod.optin==="optional")?"optional":void 0),_e(e._zod,"optout",()=>t.options.some(r=>r._zod.optout==="optional")?"optional":void 0),_e(e._zod,"values",()=>{if(t.options.every(r=>r._zod.values))return new Set(t.options.flatMap(r=>Array.from(r._zod.values)))}),_e(e._zod,"pattern",()=>{if(t.options.every(r=>r._zod.pattern)){let r=t.options.map(n=>n._zod.pattern);return new RegExp(`^(${r.map(n=>fs(n.source)).join("|")})$`)}}),e._zod.parse=(r,n)=>{let o=!1,s=[];for(let i of t.options){let a=i._zod.run({value:r.value,issues:[]},n);if(a instanceof Promise)s.push(a),o=!0;else{if(a.issues.length===0)return a;s.push(a)}}return o?Promise.all(s).then(i=>Ww(i,r,e,n)):Ww(s,r,e,n)}}),Nb=P("$ZodDiscriminatedUnion",(e,t)=>{pd.init(e,t);let r=e._zod.parse;_e(e._zod,"propValues",()=>{let o={};for(let s of t.options){let i=s._zod.propValues;if(!i||Object.keys(i).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(s)}"`);for(let[a,u]of Object.entries(i)){o[a]||(o[a]=new Set);for(let c of u)o[a].add(c)}}return o});let n=ps(()=>{let o=t.options,s=new Map;for(let i of o){let a=i._zod.propValues[t.discriminator];if(!a||a.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(i)}"`);for(let u of a){if(s.has(u))throw new Error(`Duplicate discriminator value "${String(u)}"`);s.set(u,i)}}return s});e._zod.parse=(o,s)=>{let i=o.value;if(!Zo(i))return o.issues.push({code:"invalid_type",expected:"object",input:i,inst:e}),o;let a=n.value.get(i?.[t.discriminator]);return a?a._zod.run(o,s):t.unionFallback?r(o,s):(o.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",input:i,path:[t.discriminator],inst:e}),o)}}),Ob=P("$ZodIntersection",(e,t)=>{De.init(e,t),e._zod.parse=(r,n)=>{let o=r.value,s=t.left._zod.run({value:o,issues:[]},n),i=t.right._zod.run({value:o,issues:[]},n);return s instanceof Promise||i instanceof Promise?Promise.all([s,i]).then(([u,c])=>Zw(r,u,c)):Zw(r,s,i)}});function cd(e,t){if(e===t)return{valid:!0,data:e};if(e instanceof Date&&t instanceof Date&&+e==+t)return{valid:!0,data:e};if(Jo(e)&&Jo(t)){let r=Object.keys(t),n=Object.keys(e).filter(s=>r.indexOf(s)!==-1),o={...e,...t};for(let s of n){let i=cd(e[s],t[s]);if(!i.valid)return{valid:!1,mergeErrorPath:[s,...i.mergeErrorPath]};o[s]=i.data}return{valid:!0,data:o}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};let r=[];for(let n=0;n<e.length;n++){let o=e[n],s=t[n],i=cd(o,s);if(!i.valid)return{valid:!1,mergeErrorPath:[n,...i.mergeErrorPath]};r.push(i.data)}return{valid:!0,data:r}}return{valid:!1,mergeErrorPath:[]}}function Zw(e,t,r){if(t.issues.length&&e.issues.push(...t.issues),r.issues.length&&e.issues.push(...r.issues),uo(e))return e;let n=cd(t.value,r.value);if(!n.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(n.mergeErrorPath)}`);return e.value=n.data,e}var Mb=P("$ZodRecord",(e,t)=>{De.init(e,t),e._zod.parse=(r,n)=>{let o=r.value;if(!Jo(o))return r.issues.push({expected:"record",code:"invalid_type",input:o,inst:e}),r;let s=[];if(t.keyType._zod.values){let i=t.keyType._zod.values;r.value={};for(let u of i)if(typeof u=="string"||typeof u=="number"||typeof u=="symbol"){let c=t.valueType._zod.run({value:o[u],issues:[]},n);c instanceof Promise?s.push(c.then(l=>{l.issues.length&&r.issues.push(...Zr(u,l.issues)),r.value[u]=l.value})):(c.issues.length&&r.issues.push(...Zr(u,c.issues)),r.value[u]=c.value)}let a;for(let u in o)i.has(u)||(a=a??[],a.push(u));a&&a.length>0&&r.issues.push({code:"unrecognized_keys",input:o,inst:e,keys:a})}else{r.value={};for(let i of Reflect.ownKeys(o)){if(i==="__proto__")continue;let a=t.keyType._zod.run({value:i,issues:[]},n);if(a instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(a.issues.length){r.issues.push({origin:"record",code:"invalid_key",issues:a.issues.map(c=>xr(c,n,Jt())),input:i,path:[i],inst:e}),r.value[a.value]=a.value;continue}let u=t.valueType._zod.run({value:o[i],issues:[]},n);u instanceof Promise?s.push(u.then(c=>{c.issues.length&&r.issues.push(...Zr(i,c.issues)),r.value[a.value]=c.value})):(u.issues.length&&r.issues.push(...Zr(i,u.issues)),r.value[a.value]=u.value)}}return s.length?Promise.all(s).then(()=>r):r}});var Lb=P("$ZodEnum",(e,t)=>{De.init(e,t);let r=qp(t.entries);e._zod.values=new Set(r),e._zod.pattern=new RegExp(`^(${r.filter(n=>Jp.has(typeof n)).map(n=>typeof n=="string"?kn(n):n.toString()).join("|")})$`),e._zod.parse=(n,o)=>{let s=n.value;return e._zod.values.has(s)||n.issues.push({code:"invalid_value",values:r,input:s,inst:e}),n}}),Bb=P("$ZodLiteral",(e,t)=>{De.init(e,t),e._zod.values=new Set(t.values),e._zod.pattern=new RegExp(`^(${t.values.map(r=>typeof r=="string"?kn(r):r?r.toString():String(r)).join("|")})$`),e._zod.parse=(r,n)=>{let o=r.value;return e._zod.values.has(o)||r.issues.push({code:"invalid_value",values:t.values,input:o,inst:e}),r}});var zb=P("$ZodTransform",(e,t)=>{De.init(e,t),e._zod.parse=(r,n)=>{let o=t.transform(r.value,r);if(n.async)return(o instanceof Promise?o:Promise.resolve(o)).then(i=>(r.value=i,r));if(o instanceof Promise)throw new dn;return r.value=o,r}}),jb=P("$ZodOptional",(e,t)=>{De.init(e,t),e._zod.optin="optional",e._zod.optout="optional",_e(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),_e(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${fs(r.source)})?$`):void 0}),e._zod.parse=(r,n)=>t.innerType._zod.optin==="optional"?t.innerType._zod.run(r,n):r.value===void 0?r:t.innerType._zod.run(r,n)}),Ub=P("$ZodNullable",(e,t)=>{De.init(e,t),_e(e._zod,"optin",()=>t.innerType._zod.optin),_e(e._zod,"optout",()=>t.innerType._zod.optout),_e(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${fs(r.source)}|null)$`):void 0}),_e(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(r,n)=>r.value===null?r:t.innerType._zod.run(r,n)}),Vb=P("$ZodDefault",(e,t)=>{De.init(e,t),e._zod.optin="optional",_e(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>{if(r.value===void 0)return r.value=t.defaultValue,r;let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>Jw(s,t)):Jw(o,t)}});function Jw(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}var Hb=P("$ZodPrefault",(e,t)=>{De.init(e,t),e._zod.optin="optional",_e(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>(r.value===void 0&&(r.value=t.defaultValue),t.innerType._zod.run(r,n))}),qb=P("$ZodNonOptional",(e,t)=>{De.init(e,t),_e(e._zod,"values",()=>{let r=t.innerType._zod.values;return r?new Set([...r].filter(n=>n!==void 0)):void 0}),e._zod.parse=(r,n)=>{let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>Yw(s,e)):Yw(o,e)}});function Yw(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}var Kb=P("$ZodCatch",(e,t)=>{De.init(e,t),e._zod.optin="optional",_e(e._zod,"optout",()=>t.innerType._zod.optout),_e(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>{let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(s=>(r.value=s.value,s.issues.length&&(r.value=t.catchValue({...r,error:{issues:s.issues.map(i=>xr(i,n,Jt()))},input:r.value}),r.issues=[]),r)):(r.value=o.value,o.issues.length&&(r.value=t.catchValue({...r,error:{issues:o.issues.map(s=>xr(s,n,Jt()))},input:r.value}),r.issues=[]),r)}});var Gb=P("$ZodPipe",(e,t)=>{De.init(e,t),_e(e._zod,"values",()=>t.in._zod.values),_e(e._zod,"optin",()=>t.in._zod.optin),_e(e._zod,"optout",()=>t.out._zod.optout),e._zod.parse=(r,n)=>{let o=t.in._zod.run(r,n);return o instanceof Promise?o.then(s=>Qw(s,t,n)):Qw(o,t,n)}});function Qw(e,t,r){return uo(e)?e:t.out._zod.run({value:e.value,issues:e.issues},r)}var Wb=P("$ZodReadonly",(e,t)=>{De.init(e,t),_e(e._zod,"propValues",()=>t.innerType._zod.propValues),_e(e._zod,"values",()=>t.innerType._zod.values),_e(e._zod,"optin",()=>t.innerType._zod.optin),_e(e._zod,"optout",()=>t.innerType._zod.optout),e._zod.parse=(r,n)=>{let o=t.innerType._zod.run(r,n);return o instanceof Promise?o.then(Xw):Xw(o)}});function Xw(e){return e.value=Object.freeze(e.value),e}var Zb=P("$ZodCustom",(e,t)=>{vt.init(e,t),De.init(e,t),e._zod.parse=(r,n)=>r,e._zod.check=r=>{let n=r.value,o=t.fn(n);if(o instanceof Promise)return o.then(s=>eb(s,r,n,e));eb(o,r,n,e)}});function eb(e,t,r,n){if(!e){let o={code:"custom",input:r,inst:n,path:[...n._zod.def.path??[]],continue:!n._zod.def.abort};n._zod.def.params&&(o.params=n._zod.def.params),t.issues.push(Xp(o))}}var GN=e=>{let t=typeof e;switch(t){case"number":return Number.isNaN(e)?"NaN":"number";case"object":{if(Array.isArray(e))return"array";if(e===null)return"null";if(Object.getPrototypeOf(e)!==Object.prototype&&e.constructor)return e.constructor.name}}return t},WN=()=>{let e={string:{unit:"characters",verb:"to have"},file:{unit:"bytes",verb:"to have"},array:{unit:"items",verb:"to have"},set:{unit:"items",verb:"to have"}};function t(n){return e[n]??null}let r={regex:"input",email:"email address",url:"URL",emoji:"emoji",uuid:"UUID",uuidv4:"UUIDv4",uuidv6:"UUIDv6",nanoid:"nanoid",guid:"GUID",cuid:"cuid",cuid2:"cuid2",ulid:"ULID",xid:"XID",ksuid:"KSUID",datetime:"ISO datetime",date:"ISO date",time:"ISO time",duration:"ISO duration",ipv4:"IPv4 address",ipv6:"IPv6 address",cidrv4:"IPv4 range",cidrv6:"IPv6 range",base64:"base64-encoded string",base64url:"base64url-encoded string",json_string:"JSON string",e164:"E.164 number",jwt:"JWT",template_literal:"input"};return n=>{switch(n.code){case"invalid_type":return`Invalid input: expected ${n.expected}, received ${GN(n.input)}`;case"invalid_value":return n.values.length===1?`Invalid input: expected ${xu(n.values[0])}`:`Invalid option: expected one of ${wu(n.values,"|")}`;case"too_big":{let o=n.inclusive?"<=":"<",s=t(n.origin);return s?`Too big: expected ${n.origin??"value"} to have ${o}${n.maximum.toString()} ${s.unit??"elements"}`:`Too big: expected ${n.origin??"value"} to be ${o}${n.maximum.toString()}`}case"too_small":{let o=n.inclusive?">=":">",s=t(n.origin);return s?`Too small: expected ${n.origin} to have ${o}${n.minimum.toString()} ${s.unit}`:`Too small: expected ${n.origin} to be ${o}${n.minimum.toString()}`}case"invalid_format":{let o=n;return o.format==="starts_with"?`Invalid string: must start with "${o.prefix}"`:o.format==="ends_with"?`Invalid string: must end with "${o.suffix}"`:o.format==="includes"?`Invalid string: must include "${o.includes}"`:o.format==="regex"?`Invalid string: must match pattern ${o.pattern}`:`Invalid ${r[o.format]??n.format}`}case"not_multiple_of":return`Invalid number: must be a multiple of ${n.divisor}`;case"unrecognized_keys":return`Unrecognized key${n.keys.length>1?"s":""}: ${wu(n.keys,", ")}`;case"invalid_key":return`Invalid key in ${n.origin}`;case"invalid_union":return"Invalid input";case"invalid_element":return`Invalid value in ${n.origin}`;default:return"Invalid input"}}};function Jb(){return{localeError:WN()}}var ZN=Symbol("ZodOutput"),JN=Symbol("ZodInput"),dd=class{constructor(){this._map=new Map,this._idmap=new Map}add(t,...r){let n=r[0];if(this._map.set(t,n),n&&typeof n=="object"&&"id"in n){if(this._idmap.has(n.id))throw new Error(`ID ${n.id} already exists in the registry`);this._idmap.set(n.id,t)}return this}clear(){return this._map=new Map,this._idmap=new Map,this}remove(t){let r=this._map.get(t);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(t),this}get(t){let r=t._zod.parent;if(r){let n={...this.get(r)??{}};return delete n.id,{...n,...this._map.get(t)}}return this._map.get(t)}has(t){return this._map.has(t)}};function Yb(){return new dd}var Yo=Yb();function Qb(e,t){return new e({type:"string",...U(t)})}function Xb(e,t){return new e({type:"string",coerce:!0,...U(t)})}function ex(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...U(t)})}function fd(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...U(t)})}function tx(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...U(t)})}function rx(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...U(t)})}function nx(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...U(t)})}function ox(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...U(t)})}function md(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...U(t)})}function ix(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...U(t)})}function sx(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...U(t)})}function ax(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...U(t)})}function ux(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...U(t)})}function cx(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...U(t)})}function lx(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...U(t)})}function px(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...U(t)})}function dx(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...U(t)})}function fx(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...U(t)})}function mx(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...U(t)})}function hx(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...U(t)})}function gx(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...U(t)})}function yx(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...U(t)})}function Dx(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...U(t)})}function vx(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...U(t)})}function Cx(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...U(t)})}function wx(e,t){return new e({type:"string",format:"date",check:"string_format",...U(t)})}function bx(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...U(t)})}function xx(e,t){return new e({type:"string",format:"duration",check:"string_format",...U(t)})}function Sx(e,t){return new e({type:"number",checks:[],...U(t)})}function Ex(e,t){return new e({type:"number",coerce:!0,checks:[],...U(t)})}function _x(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...U(t)})}function Px(e,t){return new e({type:"boolean",...U(t)})}function Tx(e,t){return new e({type:"boolean",coerce:!0,...U(t)})}function Ax(e,t){return new e({type:"bigint",coerce:!0,...U(t)})}function Fx(e,t){return new e({type:"null",...U(t)})}function Rx(e){return new e({type:"any"})}function $x(e){return new e({type:"unknown"})}function kx(e,t){return new e({type:"never",...U(t)})}function Ix(e,t){return new e({type:"date",coerce:!0,...U(t)})}function Qo(e,t){return new ad({check:"less_than",...U(t),value:e,inclusive:!1})}function fn(e,t){return new ad({check:"less_than",...U(t),value:e,inclusive:!0})}function Xo(e,t){return new ud({check:"greater_than",...U(t),value:e,inclusive:!1})}function Sr(e,t){return new ud({check:"greater_than",...U(t),value:e,inclusive:!0})}function gs(e,t){return new $w({check:"multiple_of",...U(t),value:e})}function Au(e,t){return new Iw({check:"max_length",...U(t),maximum:e})}function ei(e,t){return new Nw({check:"min_length",...U(t),minimum:e})}function Fu(e,t){return new Ow({check:"length_equals",...U(t),length:e})}function hd(e,t){return new Mw({check:"string_format",format:"regex",...U(t),pattern:e})}function gd(e){return new Lw({check:"string_format",format:"lowercase",...U(e)})}function yd(e){return new Bw({check:"string_format",format:"uppercase",...U(e)})}function Dd(e,t){return new zw({check:"string_format",format:"includes",...U(t),includes:e})}function vd(e,t){return new jw({check:"string_format",format:"starts_with",...U(t),prefix:e})}function Cd(e,t){return new Uw({check:"string_format",format:"ends_with",...U(t),suffix:e})}function co(e){return new Vw({check:"overwrite",tx:e})}function wd(e){return co(t=>t.normalize(e))}function bd(){return co(e=>e.trim())}function xd(){return co(e=>e.toLowerCase())}function Sd(){return co(e=>e.toUpperCase())}function Nx(e,t,r){return new e({type:"array",element:t,...U(r)})}function Ox(e,t,r){let n=U(r);return n.abort??(n.abort=!0),new e({type:"custom",check:"custom",fn:t,...n})}function Mx(e,t,r){return new e({type:"custom",check:"custom",fn:t,...U(r)})}var ys={};Pc(ys,{ZodISODate:()=>Bx,ZodISODateTime:()=>Lx,ZodISODuration:()=>jx,ZodISOTime:()=>zx,date:()=>_d,datetime:()=>Ed,duration:()=>Td,time:()=>Pd});var Lx=P("ZodISODateTime",(e,t)=>{db.init(e,t),Le.init(e,t)});function Ed(e){return Cx(Lx,e)}var Bx=P("ZodISODate",(e,t)=>{fb.init(e,t),Le.init(e,t)});function _d(e){return wx(Bx,e)}var zx=P("ZodISOTime",(e,t)=>{mb.init(e,t),Le.init(e,t)});function Pd(e){return bx(zx,e)}var jx=P("ZodISODuration",(e,t)=>{hb.init(e,t),Le.init(e,t)});function Td(e){return xx(jx,e)}var Vx=(e,t)=>{Su.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:r=>rd(e,r)},flatten:{value:r=>td(e,r)},addIssue:{value:r=>e.issues.push(r)},addIssues:{value:r=>e.issues.push(...r)},isEmpty:{get(){return e.issues.length===0}}})},$Q=P("ZodError",Vx),Ds=P("ZodError",Vx,{Parent:Error});var Hx=YC(Ds),qx=QC(Ds),Kx=nd(Ds),Gx=od(Ds);var Pe=P("ZodType",(e,t)=>(De.init(e,t),e.def=t,Object.defineProperty(e,"_def",{value:t}),e.check=(...r)=>e.clone({...t,checks:[...t.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]}),e.clone=(r,n)=>br(e,r,n),e.brand=()=>e,e.register=((r,n)=>(r.add(e,n),e)),e.parse=(r,n)=>Hx(e,r,n,{callee:e.parse}),e.safeParse=(r,n)=>Kx(e,r,n),e.parseAsync=async(r,n)=>qx(e,r,n,{callee:e.parseAsync}),e.safeParseAsync=async(r,n)=>Gx(e,r,n),e.spa=e.safeParseAsync,e.refine=(r,n)=>e.check(HO(r,n)),e.superRefine=r=>e.check(qO(r)),e.overwrite=r=>e.check(co(r)),e.optional=()=>Ve(e),e.nullable=()=>Jx(e),e.nullish=()=>Ve(Jx(e)),e.nonoptional=r=>MO(e,r),e.array=()=>N(e),e.or=r=>Te([e,r]),e.and=r=>ku(e,r),e.transform=r=>Fd(e,i0(r)),e.default=r=>IO(e,r),e.prefault=r=>OO(e,r),e.catch=r=>BO(e,r),e.pipe=r=>Fd(e,r),e.readonly=()=>UO(e),e.describe=r=>{let n=e.clone();return Yo.add(n,{description:r}),n},Object.defineProperty(e,"description",{get(){return Yo.get(e)?.description},configurable:!0}),e.meta=(...r)=>{if(r.length===0)return Yo.get(e);let n=e.clone();return Yo.add(n,r[0]),n},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e)),Yx=P("_ZodString",(e,t)=>{Tu.init(e,t),Pe.init(e,t);let r=e._zod.bag;e.format=r.format??null,e.minLength=r.minimum??null,e.maxLength=r.maximum??null,e.regex=(...n)=>e.check(hd(...n)),e.includes=(...n)=>e.check(Dd(...n)),e.startsWith=(...n)=>e.check(vd(...n)),e.endsWith=(...n)=>e.check(Cd(...n)),e.min=(...n)=>e.check(ei(...n)),e.max=(...n)=>e.check(Au(...n)),e.length=(...n)=>e.check(Fu(...n)),e.nonempty=(...n)=>e.check(ei(1,...n)),e.lowercase=n=>e.check(gd(n)),e.uppercase=n=>e.check(yd(n)),e.trim=()=>e.check(bd()),e.normalize=(...n)=>e.check(wd(...n)),e.toLowerCase=()=>e.check(xd()),e.toUpperCase=()=>e.check(Sd())}),Rd=P("ZodString",(e,t)=>{Tu.init(e,t),Yx.init(e,t),e.email=r=>e.check(ex(oO,r)),e.url=r=>e.check(md(Qx,r)),e.jwt=r=>e.check(vx(vO,r)),e.emoji=r=>e.check(ix(iO,r)),e.guid=r=>e.check(fd(Wx,r)),e.uuid=r=>e.check(tx(Ru,r)),e.uuidv4=r=>e.check(rx(Ru,r)),e.uuidv6=r=>e.check(nx(Ru,r)),e.uuidv7=r=>e.check(ox(Ru,r)),e.nanoid=r=>e.check(sx(sO,r)),e.guid=r=>e.check(fd(Wx,r)),e.cuid=r=>e.check(ax(aO,r)),e.cuid2=r=>e.check(ux(uO,r)),e.ulid=r=>e.check(cx(cO,r)),e.base64=r=>e.check(gx(gO,r)),e.base64url=r=>e.check(yx(yO,r)),e.xid=r=>e.check(lx(lO,r)),e.ksuid=r=>e.check(px(pO,r)),e.ipv4=r=>e.check(dx(dO,r)),e.ipv6=r=>e.check(fx(fO,r)),e.cidrv4=r=>e.check(mx(mO,r)),e.cidrv6=r=>e.check(hx(hO,r)),e.e164=r=>e.check(Dx(DO,r)),e.datetime=r=>e.check(Ed(r)),e.date=r=>e.check(_d(r)),e.time=r=>e.check(Pd(r)),e.duration=r=>e.check(Td(r))});function D(e){return Qb(Rd,e)}var Le=P("ZodStringFormat",(e,t)=>{ke.init(e,t),Yx.init(e,t)}),oO=P("ZodEmail",(e,t)=>{nb.init(e,t),Le.init(e,t)});var Wx=P("ZodGUID",(e,t)=>{tb.init(e,t),Le.init(e,t)});var Ru=P("ZodUUID",(e,t)=>{rb.init(e,t),Le.init(e,t)});var Qx=P("ZodURL",(e,t)=>{ob.init(e,t),Le.init(e,t)});function Xx(e){return md(Qx,e)}var iO=P("ZodEmoji",(e,t)=>{ib.init(e,t),Le.init(e,t)});var sO=P("ZodNanoID",(e,t)=>{sb.init(e,t),Le.init(e,t)});var aO=P("ZodCUID",(e,t)=>{ab.init(e,t),Le.init(e,t)});var uO=P("ZodCUID2",(e,t)=>{ub.init(e,t),Le.init(e,t)});var cO=P("ZodULID",(e,t)=>{cb.init(e,t),Le.init(e,t)});var lO=P("ZodXID",(e,t)=>{lb.init(e,t),Le.init(e,t)});var pO=P("ZodKSUID",(e,t)=>{pb.init(e,t),Le.init(e,t)});var dO=P("ZodIPv4",(e,t)=>{gb.init(e,t),Le.init(e,t)});var fO=P("ZodIPv6",(e,t)=>{yb.init(e,t),Le.init(e,t)});var mO=P("ZodCIDRv4",(e,t)=>{Db.init(e,t),Le.init(e,t)});var hO=P("ZodCIDRv6",(e,t)=>{vb.init(e,t),Le.init(e,t)});var gO=P("ZodBase64",(e,t)=>{wb.init(e,t),Le.init(e,t)});var yO=P("ZodBase64URL",(e,t)=>{bb.init(e,t),Le.init(e,t)});var DO=P("ZodE164",(e,t)=>{xb.init(e,t),Le.init(e,t)});var vO=P("ZodJWT",(e,t)=>{Sb.init(e,t),Le.init(e,t)});var $u=P("ZodNumber",(e,t)=>{ld.init(e,t),Pe.init(e,t),e.gt=(n,o)=>e.check(Xo(n,o)),e.gte=(n,o)=>e.check(Sr(n,o)),e.min=(n,o)=>e.check(Sr(n,o)),e.lt=(n,o)=>e.check(Qo(n,o)),e.lte=(n,o)=>e.check(fn(n,o)),e.max=(n,o)=>e.check(fn(n,o)),e.int=n=>e.check(Zx(n)),e.safe=n=>e.check(Zx(n)),e.positive=n=>e.check(Xo(0,n)),e.nonnegative=n=>e.check(Sr(0,n)),e.negative=n=>e.check(Qo(0,n)),e.nonpositive=n=>e.check(fn(0,n)),e.multipleOf=(n,o)=>e.check(gs(n,o)),e.step=(n,o)=>e.check(gs(n,o)),e.finite=()=>e;let r=e._zod.bag;e.minValue=Math.max(r.minimum??Number.NEGATIVE_INFINITY,r.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(r.maximum??Number.POSITIVE_INFINITY,r.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(r.format??"").includes("int")||Number.isSafeInteger(r.multipleOf??.5),e.isFinite=!0,e.format=r.format??null});function he(e){return Sx($u,e)}var CO=P("ZodNumberFormat",(e,t)=>{Eb.init(e,t),$u.init(e,t)});function Zx(e){return _x(CO,e)}var $d=P("ZodBoolean",(e,t)=>{_b.init(e,t),Pe.init(e,t)});function be(e){return Px($d,e)}var e0=P("ZodBigInt",(e,t)=>{Pb.init(e,t),Pe.init(e,t),e.gte=(n,o)=>e.check(Sr(n,o)),e.min=(n,o)=>e.check(Sr(n,o)),e.gt=(n,o)=>e.check(Xo(n,o)),e.gte=(n,o)=>e.check(Sr(n,o)),e.min=(n,o)=>e.check(Sr(n,o)),e.lt=(n,o)=>e.check(Qo(n,o)),e.lte=(n,o)=>e.check(fn(n,o)),e.max=(n,o)=>e.check(fn(n,o)),e.positive=n=>e.check(Xo(BigInt(0),n)),e.negative=n=>e.check(Qo(BigInt(0),n)),e.nonpositive=n=>e.check(fn(BigInt(0),n)),e.nonnegative=n=>e.check(Sr(BigInt(0),n)),e.multipleOf=(n,o)=>e.check(gs(n,o));let r=e._zod.bag;e.minValue=r.minimum??null,e.maxValue=r.maximum??null,e.format=r.format??null});var wO=P("ZodNull",(e,t)=>{Tb.init(e,t),Pe.init(e,t)});function kd(e){return Fx(wO,e)}var bO=P("ZodAny",(e,t)=>{Ab.init(e,t),Pe.init(e,t)});function t0(){return Rx(bO)}var xO=P("ZodUnknown",(e,t)=>{Fb.init(e,t),Pe.init(e,t)});function Be(){return $x(xO)}var SO=P("ZodNever",(e,t)=>{Rb.init(e,t),Pe.init(e,t)});function EO(e){return kx(SO,e)}var r0=P("ZodDate",(e,t)=>{$b.init(e,t),Pe.init(e,t),e.min=(n,o)=>e.check(Sr(n,o)),e.max=(n,o)=>e.check(fn(n,o));let r=e._zod.bag;e.minDate=r.minimum?new Date(r.minimum):null,e.maxDate=r.maximum?new Date(r.maximum):null});var _O=P("ZodArray",(e,t)=>{kb.init(e,t),Pe.init(e,t),e.element=t.element,e.min=(r,n)=>e.check(ei(r,n)),e.nonempty=r=>e.check(ei(1,r)),e.max=(r,n)=>e.check(Au(r,n)),e.length=(r,n)=>e.check(Fu(r,n)),e.unwrap=()=>e.element});function N(e,t){return Nx(_O,e,t)}var n0=P("ZodObject",(e,t)=>{Ib.init(e,t),Pe.init(e,t),me.defineLazy(e,"shape",()=>t.shape),e.keyof=()=>Lt(Object.keys(e._zod.def.shape)),e.catchall=r=>e.clone({...e._zod.def,catchall:r}),e.passthrough=()=>e.clone({...e._zod.def,catchall:Be()}),e.loose=()=>e.clone({...e._zod.def,catchall:Be()}),e.strict=()=>e.clone({...e._zod.def,catchall:EO()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=r=>me.extend(e,r),e.merge=r=>me.merge(e,r),e.pick=r=>me.pick(e,r),e.omit=r=>me.omit(e,r),e.partial=(...r)=>me.partial(s0,e,r[0]),e.required=(...r)=>me.required(a0,e,r[0])});function M(e,t){let r={type:"object",get shape(){return me.assignProp(this,"shape",{...e}),this.shape},...me.normalizeParams(t)};return new n0(r)}function et(e,t){return new n0({type:"object",get shape(){return me.assignProp(this,"shape",{...e}),this.shape},catchall:Be(),...me.normalizeParams(t)})}var o0=P("ZodUnion",(e,t)=>{pd.init(e,t),Pe.init(e,t),e.options=t.options});function Te(e,t){return new o0({type:"union",options:e,...me.normalizeParams(t)})}var PO=P("ZodDiscriminatedUnion",(e,t)=>{o0.init(e,t),Nb.init(e,t)});function Id(e,t,r){return new PO({type:"union",options:t,discriminator:e,...me.normalizeParams(r)})}var TO=P("ZodIntersection",(e,t)=>{Ob.init(e,t),Pe.init(e,t)});function ku(e,t){return new TO({type:"intersection",left:e,right:t})}var AO=P("ZodRecord",(e,t)=>{Mb.init(e,t),Pe.init(e,t),e.keyType=t.keyType,e.valueType=t.valueType});function ze(e,t,r){return new AO({type:"record",keyType:e,valueType:t,...me.normalizeParams(r)})}var Ad=P("ZodEnum",(e,t)=>{Lb.init(e,t),Pe.init(e,t),e.enum=t.entries,e.options=Object.values(t.entries);let r=new Set(Object.keys(t.entries));e.extract=(n,o)=>{let s={};for(let i of n)if(r.has(i))s[i]=t.entries[i];else throw new Error(`Key ${i} not found in enum`);return new Ad({...t,checks:[],...me.normalizeParams(o),entries:s})},e.exclude=(n,o)=>{let s={...t.entries};for(let i of n)if(r.has(i))delete s[i];else throw new Error(`Key ${i} not found in enum`);return new Ad({...t,checks:[],...me.normalizeParams(o),entries:s})}});function Lt(e,t){let r=Array.isArray(e)?Object.fromEntries(e.map(n=>[n,n])):e;return new Ad({type:"enum",entries:r,...me.normalizeParams(t)})}var FO=P("ZodLiteral",(e,t)=>{Bb.init(e,t),Pe.init(e,t),e.values=new Set(t.values),Object.defineProperty(e,"value",{get(){if(t.values.length>1)throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");return t.values[0]}})});function B(e,t){return new FO({type:"literal",values:Array.isArray(e)?e:[e],...me.normalizeParams(t)})}var RO=P("ZodTransform",(e,t)=>{zb.init(e,t),Pe.init(e,t),e._zod.parse=(r,n)=>{r.addIssue=s=>{if(typeof s=="string")r.issues.push(me.issue(s,r.value,t));else{let i=s;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=r.value),i.inst??(i.inst=e),i.continue??(i.continue=!0),r.issues.push(me.issue(i))}};let o=t.transform(r.value,r);return o instanceof Promise?o.then(s=>(r.value=s,r)):(r.value=o,r)}});function i0(e){return new RO({type:"transform",transform:e})}var s0=P("ZodOptional",(e,t)=>{jb.init(e,t),Pe.init(e,t),e.unwrap=()=>e._zod.def.innerType});function Ve(e){return new s0({type:"optional",innerType:e})}var $O=P("ZodNullable",(e,t)=>{Ub.init(e,t),Pe.init(e,t),e.unwrap=()=>e._zod.def.innerType});function Jx(e){return new $O({type:"nullable",innerType:e})}var kO=P("ZodDefault",(e,t)=>{Vb.init(e,t),Pe.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function IO(e,t){return new kO({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():t}})}var NO=P("ZodPrefault",(e,t)=>{Hb.init(e,t),Pe.init(e,t),e.unwrap=()=>e._zod.def.innerType});function OO(e,t){return new NO({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():t}})}var a0=P("ZodNonOptional",(e,t)=>{qb.init(e,t),Pe.init(e,t),e.unwrap=()=>e._zod.def.innerType});function MO(e,t){return new a0({type:"nonoptional",innerType:e,...me.normalizeParams(t)})}var LO=P("ZodCatch",(e,t)=>{Kb.init(e,t),Pe.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function BO(e,t){return new LO({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}var zO=P("ZodPipe",(e,t)=>{Gb.init(e,t),Pe.init(e,t),e.in=t.in,e.out=t.out});function Fd(e,t){return new zO({type:"pipe",in:e,out:t})}var jO=P("ZodReadonly",(e,t)=>{Wb.init(e,t),Pe.init(e,t)});function UO(e){return new jO({type:"readonly",innerType:e})}var u0=P("ZodCustom",(e,t)=>{Zb.init(e,t),Pe.init(e,t)});function VO(e){let t=new vt({check:"custom"});return t._zod.check=e,t}function c0(e,t){return Ox(u0,e??(()=>!0),t)}function HO(e,t={}){return Mx(u0,e,t)}function qO(e){let t=VO(r=>(r.addIssue=n=>{if(typeof n=="string")r.issues.push(me.issue(n,r.value,t._zod.def));else{let o=n;o.fatal&&(o.continue=!1),o.code??(o.code="custom"),o.input??(o.input=r.value),o.inst??(o.inst=t),o.continue??(o.continue=!t._zod.def.abort),r.issues.push(me.issue(o))}},e(r.value,r)));return t}function Nd(e,t){return Fd(i0(e),t)}var l0={invalid_type:"invalid_type",too_big:"too_big",too_small:"too_small",invalid_format:"invalid_format",not_multiple_of:"not_multiple_of",unrecognized_keys:"unrecognized_keys",invalid_union:"invalid_union",invalid_key:"invalid_key",invalid_element:"invalid_element",invalid_value:"invalid_value",custom:"custom"};var Iu={};Pc(Iu,{bigint:()=>ZO,boolean:()=>WO,date:()=>JO,number:()=>GO,string:()=>KO});function KO(e){return Xb(Rd,e)}function GO(e){return Ex($u,e)}function WO(e){return Tx($d,e)}function ZO(e){return Ax(e0,e)}function JO(e){return Ix(r0,e)}Jt(Jb());var p0="io.modelcontextprotocol/related-task",Ou="2.0",ut=c0(e=>e!==null&&(typeof e=="object"||typeof e=="function")),d0=Te([D(),he().int()]),f0=D(),_X=et({ttl:Te([he(),kd()]).optional(),pollInterval:he().optional()}),QO=M({ttl:he().optional()}),XO=M({taskId:D()}),Od=et({progressToken:d0.optional(),[p0]:XO.optional()}),Yt=M({_meta:Od.optional()}),Mu=Yt.extend({task:QO.optional()});var ct=M({method:D(),params:Yt.loose().optional()}),cr=M({_meta:Od.optional()}),lr=M({method:D(),params:cr.loose().optional()}),lt=et({_meta:Od.optional()}),Lu=Te([D(),he().int()]),e2=M({jsonrpc:B(Ou),id:Lu,...ct.shape}).strict();var t2=M({jsonrpc:B(Ou),...lr.shape}).strict();var m0=M({jsonrpc:B(Ou),id:Lu,result:lt}).strict();var vs;(function(e){e[e.ConnectionClosed=-32e3]="ConnectionClosed",e[e.RequestTimeout=-32001]="RequestTimeout",e[e.ParseError=-32700]="ParseError",e[e.InvalidRequest=-32600]="InvalidRequest",e[e.MethodNotFound=-32601]="MethodNotFound",e[e.InvalidParams=-32602]="InvalidParams",e[e.InternalError=-32603]="InternalError",e[e.UrlElicitationRequired=-32042]="UrlElicitationRequired"})(vs||(vs={}));var h0=M({jsonrpc:B(Ou),id:Lu.optional(),error:M({code:he().int(),message:D(),data:Be().optional()})}).strict();var Md=Te([e2,t2,m0,h0]),PX=Te([m0,h0]),Ld=lt.strict(),r2=cr.extend({requestId:Lu.optional(),reason:D().optional()}),Bd=lr.extend({method:B("notifications/cancelled"),params:r2}),n2=M({src:D(),mimeType:D().optional(),sizes:N(D()).optional(),theme:Lt(["light","dark"]).optional()}),Cs=M({icons:N(n2).optional()}),ri=M({name:D(),title:D().optional()}),g0=ri.extend({...ri.shape,...Cs.shape,version:D(),websiteUrl:D().optional(),description:D().optional()}),o2=ku(M({applyDefaults:be().optional()}),ze(D(),Be())),i2=Nd(e=>e&&typeof e=="object"&&!Array.isArray(e)&&Object.keys(e).length===0?{form:{}}:e,ku(M({form:o2.optional(),url:ut.optional()}),ze(D(),Be()).optional())),s2=et({list:ut.optional(),cancel:ut.optional(),requests:et({sampling:et({createMessage:ut.optional()}).optional(),elicitation:et({create:ut.optional()}).optional()}).optional()}),a2=et({list:ut.optional(),cancel:ut.optional(),requests:et({tools:et({call:ut.optional()}).optional()}).optional()}),u2=M({experimental:ze(D(),ut).optional(),sampling:M({context:ut.optional(),tools:ut.optional()}).optional(),elicitation:i2.optional(),roots:M({listChanged:be().optional()}).optional(),tasks:s2.optional()}),c2=Yt.extend({protocolVersion:D(),capabilities:u2,clientInfo:g0}),l2=ct.extend({method:B("initialize"),params:c2});var p2=M({experimental:ze(D(),ut).optional(),logging:ut.optional(),completions:ut.optional(),prompts:M({listChanged:be().optional()}).optional(),resources:M({subscribe:be().optional(),listChanged:be().optional()}).optional(),tools:M({listChanged:be().optional()}).optional(),tasks:a2.optional()}),y0=lt.extend({protocolVersion:D(),capabilities:p2,serverInfo:g0,instructions:D().optional()}),d2=lr.extend({method:B("notifications/initialized"),params:cr.optional()});var zd=ct.extend({method:B("ping"),params:Yt.optional()}),f2=M({progress:he(),total:Ve(he()),message:Ve(D())}),m2=M({...cr.shape,...f2.shape,progressToken:d0}),jd=lr.extend({method:B("notifications/progress"),params:m2}),h2=Yt.extend({cursor:f0.optional()}),ws=ct.extend({params:h2.optional()}),bs=lt.extend({nextCursor:f0.optional()}),g2=Lt(["working","input_required","completed","failed","cancelled"]),xs=M({taskId:D(),status:g2,ttl:Te([he(),kd()]),createdAt:D(),lastUpdatedAt:D(),pollInterval:Ve(he()),statusMessage:Ve(D())}),Bu=lt.extend({task:xs}),y2=cr.merge(xs),Ud=lr.extend({method:B("notifications/tasks/status"),params:y2}),Vd=ct.extend({method:B("tasks/get"),params:Yt.extend({taskId:D()})}),Hd=lt.merge(xs),qd=ct.extend({method:B("tasks/result"),params:Yt.extend({taskId:D()})}),TX=lt.loose(),Kd=ws.extend({method:B("tasks/list")}),Gd=bs.extend({tasks:N(xs)}),Wd=ct.extend({method:B("tasks/cancel"),params:Yt.extend({taskId:D()})}),D2=lt.merge(xs),D0=M({uri:D(),mimeType:Ve(D()),_meta:ze(D(),Be()).optional()}),v0=D0.extend({text:D()}),Zd=D().refine(e=>{try{return atob(e),!0}catch{return!1}},{message:"Invalid Base64 string"}),C0=D0.extend({blob:Zd}),Ss=Lt(["user","assistant"]),ni=M({audience:N(Ss).optional(),priority:he().min(0).max(1).optional(),lastModified:ys.datetime({offset:!0}).optional()}),w0=M({...ri.shape,...Cs.shape,uri:D(),description:Ve(D()),mimeType:Ve(D()),annotations:ni.optional(),_meta:Ve(et({}))}),v2=M({...ri.shape,...Cs.shape,uriTemplate:D(),description:Ve(D()),mimeType:Ve(D()),annotations:ni.optional(),_meta:Ve(et({}))}),C2=ws.extend({method:B("resources/list")}),b0=bs.extend({resources:N(w0)}),w2=ws.extend({method:B("resources/templates/list")}),x0=bs.extend({resourceTemplates:N(v2)}),Jd=Yt.extend({uri:D()}),b2=Jd,x2=ct.extend({method:B("resources/read"),params:b2}),S0=lt.extend({contents:N(Te([v0,C0]))}),E0=lr.extend({method:B("notifications/resources/list_changed"),params:cr.optional()}),S2=Jd,E2=ct.extend({method:B("resources/subscribe"),params:S2}),_2=Jd,P2=ct.extend({method:B("resources/unsubscribe"),params:_2}),T2=cr.extend({uri:D()}),A2=lr.extend({method:B("notifications/resources/updated"),params:T2}),F2=M({name:D(),description:Ve(D()),required:Ve(be())}),R2=M({...ri.shape,...Cs.shape,description:Ve(D()),arguments:Ve(N(F2)),_meta:Ve(et({}))}),$2=ws.extend({method:B("prompts/list")}),_0=bs.extend({prompts:N(R2)}),k2=Yt.extend({name:D(),arguments:ze(D(),D()).optional()}),I2=ct.extend({method:B("prompts/get"),params:k2}),Yd=M({type:B("text"),text:D(),annotations:ni.optional(),_meta:ze(D(),Be()).optional()}),Qd=M({type:B("image"),data:Zd,mimeType:D(),annotations:ni.optional(),_meta:ze(D(),Be()).optional()}),Xd=M({type:B("audio"),data:Zd,mimeType:D(),annotations:ni.optional(),_meta:ze(D(),Be()).optional()}),N2=M({type:B("tool_use"),name:D(),id:D(),input:ze(D(),Be()),_meta:ze(D(),Be()).optional()}),O2=M({type:B("resource"),resource:Te([v0,C0]),annotations:ni.optional(),_meta:ze(D(),Be()).optional()}),M2=w0.extend({type:B("resource_link")}),ef=Te([Yd,Qd,Xd,M2,O2]),L2=M({role:Ss,content:ef}),P0=lt.extend({description:D().optional(),messages:N(L2)}),T0=lr.extend({method:B("notifications/prompts/list_changed"),params:cr.optional()}),B2=M({title:D().optional(),readOnlyHint:be().optional(),destructiveHint:be().optional(),idempotentHint:be().optional(),openWorldHint:be().optional()}),z2=M({taskSupport:Lt(["required","optional","forbidden"]).optional()}),A0=M({...ri.shape,...Cs.shape,description:D().optional(),inputSchema:M({type:B("object"),properties:ze(D(),ut).optional(),required:N(D()).optional()}).catchall(Be()),outputSchema:M({type:B("object"),properties:ze(D(),ut).optional(),required:N(D()).optional()}).catchall(Be()).optional(),annotations:B2.optional(),execution:z2.optional(),_meta:ze(D(),Be()).optional()}),j2=ws.extend({method:B("tools/list")}),F0=bs.extend({tools:N(A0)}),zu=lt.extend({content:N(ef).default([]),structuredContent:ze(D(),Be()).optional(),isError:be().optional()}),AX=zu.or(lt.extend({toolResult:Be()})),U2=Mu.extend({name:D(),arguments:ze(D(),Be()).optional()}),V2=ct.extend({method:B("tools/call"),params:U2}),R0=lr.extend({method:B("notifications/tools/list_changed"),params:cr.optional()}),H2=M({autoRefresh:be().default(!0),debounceMs:he().int().nonnegative().default(300)}),$0=Lt(["debug","info","notice","warning","error","critical","alert","emergency"]),q2=Yt.extend({level:$0}),K2=ct.extend({method:B("logging/setLevel"),params:q2}),G2=cr.extend({level:$0,logger:D().optional(),data:Be()}),W2=lr.extend({method:B("notifications/message"),params:G2}),Z2=M({name:D().optional()}),J2=M({hints:N(Z2).optional(),costPriority:he().min(0).max(1).optional(),speedPriority:he().min(0).max(1).optional(),intelligencePriority:he().min(0).max(1).optional()}),Y2=M({mode:Lt(["auto","required","none"]).optional()}),Q2=M({type:B("tool_result"),toolUseId:D().describe("The unique identifier for the corresponding tool call."),content:N(ef).default([]),structuredContent:M({}).loose().optional(),isError:be().optional(),_meta:ze(D(),Be()).optional()}),X2=Id("type",[Yd,Qd,Xd]),Nu=Id("type",[Yd,Qd,Xd,N2,Q2]),eM=M({role:Ss,content:Te([Nu,N(Nu)]),_meta:ze(D(),Be()).optional()}),tM=Mu.extend({messages:N(eM),modelPreferences:J2.optional(),systemPrompt:D().optional(),includeContext:Lt(["none","thisServer","allServers"]).optional(),temperature:he().optional(),maxTokens:he().int(),stopSequences:N(D()).optional(),metadata:ut.optional(),tools:N(A0).optional(),toolChoice:Y2.optional()}),k0=ct.extend({method:B("sampling/createMessage"),params:tM}),I0=lt.extend({model:D(),stopReason:Ve(Lt(["endTurn","stopSequence","maxTokens"]).or(D())),role:Ss,content:X2}),rM=lt.extend({model:D(),stopReason:Ve(Lt(["endTurn","stopSequence","maxTokens","toolUse"]).or(D())),role:Ss,content:Te([Nu,N(Nu)])}),nM=M({type:B("boolean"),title:D().optional(),description:D().optional(),default:be().optional()}),oM=M({type:B("string"),title:D().optional(),description:D().optional(),minLength:he().optional(),maxLength:he().optional(),format:Lt(["email","uri","date","date-time"]).optional(),default:D().optional()}),iM=M({type:Lt(["number","integer"]),title:D().optional(),description:D().optional(),minimum:he().optional(),maximum:he().optional(),default:he().optional()}),sM=M({type:B("string"),title:D().optional(),description:D().optional(),enum:N(D()),default:D().optional()}),aM=M({type:B("string"),title:D().optional(),description:D().optional(),oneOf:N(M({const:D(),title:D()})),default:D().optional()}),uM=M({type:B("string"),title:D().optional(),description:D().optional(),enum:N(D()),enumNames:N(D()).optional(),default:D().optional()}),cM=Te([sM,aM]),lM=M({type:B("array"),title:D().optional(),description:D().optional(),minItems:he().optional(),maxItems:he().optional(),items:M({type:B("string"),enum:N(D())}),default:N(D()).optional()}),pM=M({type:B("array"),title:D().optional(),description:D().optional(),minItems:he().optional(),maxItems:he().optional(),items:M({anyOf:N(M({const:D(),title:D()}))}),default:N(D()).optional()}),dM=Te([lM,pM]),fM=Te([uM,cM,dM]),mM=Te([fM,nM,oM,iM]),hM=Mu.extend({mode:B("form").optional(),message:D(),requestedSchema:M({type:B("object"),properties:ze(D(),mM),required:N(D()).optional()})}),gM=Mu.extend({mode:B("url"),message:D(),elicitationId:D(),url:D().url()}),yM=Te([hM,gM]),N0=ct.extend({method:B("elicitation/create"),params:yM}),DM=cr.extend({elicitationId:D()}),vM=lr.extend({method:B("notifications/elicitation/complete"),params:DM}),O0=lt.extend({action:Lt(["accept","decline","cancel"]),content:Nd(e=>e===null?void 0:e,ze(D(),Te([D(),he(),be(),N(D())])).optional())}),CM=M({type:B("ref/resource"),uri:D()});var wM=M({type:B("ref/prompt"),name:D()}),bM=Yt.extend({ref:Te([wM,CM]),argument:M({name:D(),value:D()}),context:M({arguments:ze(D(),D()).optional()}).optional()}),xM=ct.extend({method:B("completion/complete"),params:bM});var M0=lt.extend({completion:et({values:N(D()).max(100),total:Ve(he().int()),hasMore:Ve(be())})}),SM=M({uri:D().startsWith("file://"),name:D().optional(),_meta:ze(D(),Be()).optional()}),EM=ct.extend({method:B("roots/list"),params:Yt.optional()}),_M=lt.extend({roots:N(SM)}),PM=lr.extend({method:B("notifications/roots/list_changed"),params:cr.optional()}),FX=Te([zd,l2,xM,K2,I2,$2,C2,w2,x2,E2,P2,V2,j2,Vd,qd,Kd,Wd]),RX=Te([Bd,jd,d2,PM,Ud]),$X=Te([Ld,I0,rM,O0,_M,Hd,Gd,Bu]),kX=Te([zd,k0,N0,EM,Vd,qd,Kd,Wd]),IX=Te([Bd,jd,W2,A2,E0,R0,T0,Ud,vM]),NX=Te([Ld,y0,M0,P0,_0,b0,x0,S0,zu,F0,Hd,Gd,Bu]);var TM=Symbol("Let zodToJsonSchema decide on which parser to use");var mee=new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");var _U=He(Bm(),1),PU=He(F_(),1);var t8=He(DP(),1);import r8 from"node:process";var vie=r8.platform==="win32"?["APPDATA","HOMEDRIVE","HOMEPATH","LOCALAPPDATA","PATH","PROCESSOR_ARCHITECTURE","SYSTEMDRIVE","SYSTEMROOT","TEMP","USERNAME","USERPROFILE","PROGRAMFILES"]:["HOME","LOGNAME","PATH","SHELL","TERM","USER"];var n8;n8=globalThis.crypto?.webcrypto??globalThis.crypto??import("node:crypto").then(e=>e.webcrypto);var mt=Xx().superRefine((e,t)=>{if(!URL.canParse(e))return t.addIssue({code:l0.custom,message:"URL must be parseable",fatal:!0}),Up}).refine(e=>{let t=new URL(e);return t.protocol!=="javascript:"&&t.protocol!=="data:"&&t.protocol!=="vbscript:"},{message:"URL cannot use javascript:, data:, or vbscript: scheme"}),o8=et({resource:D().url(),authorization_servers:N(mt).optional(),jwks_uri:D().url().optional(),scopes_supported:N(D()).optional(),bearer_methods_supported:N(D()).optional(),resource_signing_alg_values_supported:N(D()).optional(),resource_name:D().optional(),resource_documentation:D().optional(),resource_policy_uri:D().url().optional(),resource_tos_uri:D().url().optional(),tls_client_certificate_bound_access_tokens:be().optional(),authorization_details_types_supported:N(D()).optional(),dpop_signing_alg_values_supported:N(D()).optional(),dpop_bound_access_tokens_required:be().optional()}),CP=et({issuer:D(),authorization_endpoint:mt,token_endpoint:mt,registration_endpoint:mt.optional(),scopes_supported:N(D()).optional(),response_types_supported:N(D()),response_modes_supported:N(D()).optional(),grant_types_supported:N(D()).optional(),token_endpoint_auth_methods_supported:N(D()).optional(),token_endpoint_auth_signing_alg_values_supported:N(D()).optional(),service_documentation:mt.optional(),revocation_endpoint:mt.optional(),revocation_endpoint_auth_methods_supported:N(D()).optional(),revocation_endpoint_auth_signing_alg_values_supported:N(D()).optional(),introspection_endpoint:D().optional(),introspection_endpoint_auth_methods_supported:N(D()).optional(),introspection_endpoint_auth_signing_alg_values_supported:N(D()).optional(),code_challenge_methods_supported:N(D()).optional(),client_id_metadata_document_supported:be().optional()}),i8=et({issuer:D(),authorization_endpoint:mt,token_endpoint:mt,userinfo_endpoint:mt.optional(),jwks_uri:mt,registration_endpoint:mt.optional(),scopes_supported:N(D()).optional(),response_types_supported:N(D()),response_modes_supported:N(D()).optional(),grant_types_supported:N(D()).optional(),acr_values_supported:N(D()).optional(),subject_types_supported:N(D()),id_token_signing_alg_values_supported:N(D()),id_token_encryption_alg_values_supported:N(D()).optional(),id_token_encryption_enc_values_supported:N(D()).optional(),userinfo_signing_alg_values_supported:N(D()).optional(),userinfo_encryption_alg_values_supported:N(D()).optional(),userinfo_encryption_enc_values_supported:N(D()).optional(),request_object_signing_alg_values_supported:N(D()).optional(),request_object_encryption_alg_values_supported:N(D()).optional(),request_object_encryption_enc_values_supported:N(D()).optional(),token_endpoint_auth_methods_supported:N(D()).optional(),token_endpoint_auth_signing_alg_values_supported:N(D()).optional(),display_values_supported:N(D()).optional(),claim_types_supported:N(D()).optional(),claims_supported:N(D()).optional(),service_documentation:D().optional(),claims_locales_supported:N(D()).optional(),ui_locales_supported:N(D()).optional(),claims_parameter_supported:be().optional(),request_parameter_supported:be().optional(),request_uri_parameter_supported:be().optional(),require_request_uri_registration:be().optional(),op_policy_uri:mt.optional(),op_tos_uri:mt.optional(),client_id_metadata_document_supported:be().optional()}),s8=M({...i8.shape,...CP.pick({code_challenge_methods_supported:!0}).shape}),a8=M({access_token:D(),id_token:D().optional(),token_type:D(),expires_in:Iu.number().optional(),scope:D().optional(),refresh_token:D().optional()}).strip(),u8=M({error:D(),error_description:D().optional(),error_uri:D().optional()}),vP=mt.optional().or(B("").transform(()=>{})),c8=M({redirect_uris:N(mt),token_endpoint_auth_method:D().optional(),grant_types:N(D()).optional(),response_types:N(D()).optional(),client_name:D().optional(),client_uri:mt.optional(),logo_uri:vP,scope:D().optional(),contacts:N(D()).optional(),tos_uri:vP,policy_uri:D().optional(),jwks_uri:mt.optional(),jwks:t0().optional(),software_id:D().optional(),software_version:D().optional(),software_statement:D().optional()}).strip(),l8=M({client_id:D(),client_secret:D().optional(),client_id_issued_at:he().optional(),client_secret_expires_at:he().optional()}).strip(),p8=c8.merge(l8),xie=M({error:D(),error_description:D().optional()}).strip(),Sie=M({token:D(),token_type_hint:D().optional()}).strip();var Ze=class extends Error{constructor(t,r){super(t),this.errorUri=r,this.name=this.constructor.name}toResponseObject(){let t={error:this.errorCode,error_description:this.message};return this.errorUri&&(t.error_uri=this.errorUri),t}get errorCode(){return this.constructor.errorCode}},ta=class extends Ze{};ta.errorCode="invalid_request";var bi=class extends Ze{};bi.errorCode="invalid_client";var xi=class extends Ze{};xi.errorCode="invalid_grant";var Si=class extends Ze{};Si.errorCode="unauthorized_client";var ra=class extends Ze{};ra.errorCode="unsupported_grant_type";var na=class extends Ze{};na.errorCode="invalid_scope";var oa=class extends Ze{};oa.errorCode="access_denied";var Ei=class extends Ze{};Ei.errorCode="server_error";var ia=class extends Ze{};ia.errorCode="temporarily_unavailable";var sa=class extends Ze{};sa.errorCode="unsupported_response_type";var aa=class extends Ze{};aa.errorCode="unsupported_token_type";var ua=class extends Ze{};ua.errorCode="invalid_token";var ca=class extends Ze{};ca.errorCode="method_not_allowed";var la=class extends Ze{};la.errorCode="too_many_requests";var _i=class extends Ze{};_i.errorCode="invalid_client_metadata";var pa=class extends Ze{};pa.errorCode="insufficient_scope";var da=class extends Ze{};da.errorCode="invalid_target";var d8={[ta.errorCode]:ta,[bi.errorCode]:bi,[xi.errorCode]:xi,[Si.errorCode]:Si,[ra.errorCode]:ra,[na.errorCode]:na,[oa.errorCode]:oa,[Ei.errorCode]:Ei,[ia.errorCode]:ia,[sa.errorCode]:sa,[aa.errorCode]:aa,[ua.errorCode]:ua,[ca.errorCode]:ca,[la.errorCode]:la,[_i.errorCode]:_i,[pa.errorCode]:pa,[da.errorCode]:da};import*as O8 from"@sentry/node";var M8=He(EP(),1);var L8=()=>{if(typeof globalThis<"u"&&globalThis.crypto)return globalThis.crypto;if(typeof W<"u")try{let e=W("crypto");if(e.webcrypto)return e.webcrypto}catch{}throw new Error("Web Crypto API is not available. Requires Node.js 15+ or a browser environment.")},lse=L8();import _P from"node:process";function oh(){let{env:e}=_P,{TERM:t,TERM_PROGRAM:r}=e;return _P.platform!=="win32"?t!=="linux":!!e.WT_SESSION||!!e.TERMINUS_SUBLIME||e.ConEmuTask==="{cmd::Cmder}"||r==="Terminus-Sublime"||r==="vscode"||t==="xterm-256color"||t==="alacritty"||t==="rxvt-unicode"||t==="rxvt-unicode-256color"||e.TERMINAL_EMULATOR==="JetBrains-JediTerm"}var ih=He(Gn(),1),Pi=He(_a(),1),fa=He(Gn(),1),ah=()=>{let e=sh?["\u25D2","\u25D0","\u25D3","\u25D1"]:["\u2022","o","O","0"],t=sh?80:120,r,n=!1,o="",s="",i="",a=g=>{let y=g>1?"Something went wrong":"Canceled";n&&h(y,g)},u=(g,y)=>{console.error(y,g),a(2)},c=()=>a(1),l=()=>{process.on("uncaughtExceptionMonitor",u),process.on("unhandledRejection",u),process.on("SIGINT",c),process.on("SIGTERM",c),process.on("exit",a)},p=()=>{process.removeListener("uncaughtExceptionMonitor",u),process.removeListener("unhandledRejection",u),process.removeListener("SIGINT",c),process.removeListener("SIGTERM",c),process.removeListener("exit",a)},d=(g="")=>{n=!0,o=g.replace(/\.+$/,""),process.stdout.write(`${ih.default.gray(z8)}
|
|
1534
|
+
`);let y=0,b=0;l(),process.env.CI||(r=setInterval(()=>{let w=ih.default.magenta(e[y]),T=".".repeat(Math.floor(b)).slice(0,3);process.stdout.write(Pi.cursor.move(-999,-i.split(`
|
|
1535
|
+
`).length+1)),process.stdout.write(Pi.erase.down(i.split(`
|
|
1536
|
+
`).length));let E=`${w} ${o}${T}${s}`;process.stdout.write(E),y=y+1<e.length?y+1:0,b=b<e.length?b+.125:0,i=E},t))},h=(g,y=0)=>{o=g??o,n=!1,clearInterval(r);let b=y===0?(0,fa.green)(V8):y===1?(0,fa.red)(j8):(0,fa.red)(U8);process.stdout.write(Pi.cursor.move(-999,-i.split(`
|
|
1537
|
+
`).length+1)),process.stdout.write(Pi.erase.down(i.split(`
|
|
1538
|
+
`).length)),process.stdout.write(`${b} ${o}
|
|
1539
|
+
`),i=o,p()};return{start:d,stop:h,message:(g="")=>{o=g??o},extra:(g="")=>{s=g}}},sh=oh(),Sc=(e,t)=>sh?e:t,z8=Sc("\u2502","|"),j8=Sc("\u25A0","x"),U8=Sc("\u25B2","x"),V8=Sc("\u25C7","o");import{spawn as H8}from"child_process";async function uh(e){try{let s=(await import("open")).default;await s(e);return}catch{}let t=process.platform,r,n;if(t==="darwin")r="open",n=[e];else if(t==="win32"){let o=e.replace(/`/g,"``").replace(/"/g,'`"').replace(/\$/g,"`$");r="powershell",n=["-NoProfile","-Command",`Start-Process "${o}"`]}else r="xdg-open",n=[e];return new Promise((o,s)=>{let i=H8(r,n,{stdio:"ignore",detached:!0});i.on("error",s),i.on("close",a=>{a===0?o():s(new Error(`Failed to open browser with exit code ${a}`))}),i.unref()})}import*as K8 from"@sentry/node";var Uue=`
|
|
1540
|
+
`+(0,rn.dim)("ESC to interrupt");import*as hr from"typescript";function ch(e){return!(e.category!==hr.DiagnosticCategory.Error||!e.file||e.code===6133||e.code===6138||e.code===6305||e.code===6196||e.code===6192||e.code===6198||e.code===6199||e.code===6205||e.code===1449||e.code===2578||e.code===7006||e.code===5074||e.code===7026||e.code===2503||e.code===2695||e.code===2322)}async function G8(e,t,r){let n=[],o=[t],s=e.relative(e.getAppRootDir(),t.fileName);for(;o.length>0;){let i=o.shift();if(Q8(i,t)){let a=Z8(e,i,t,r),{line:u,character:c}=t.getLineAndCharacterOfPosition(i.getStart());a&&(a.loc=`${s}:${u+1}:${c+1}`,n.push(a))}o.push(...i.getChildren(t))}return n}var W8="figmaMapping";function Z8(e,t,r,n){let[o]=t.arguments;if(!o)throw new Error("Invalid figmaMapping call, no arguments found");if(!J.isObjectLiteralExpression(o))throw new Error("Invalid figmaMapping call, argument is not an object literal");let s=o.properties;if(!s)throw new Error("Invalid figmaMapping call, argument has no properties");let i="",a,u,c,l="-",p=e.basename(r.fileName).replace(/\.mapper\.[tsxjm]+$/,""),d,h,m,f,g;if(t.typeArguments&&t.typeArguments.length>0){let $=PP(t.typeArguments[0].getText(r));$&&(p=$)}for(let $ of s){let I=$.name?.getText(r);if(!I)throw new Error("Invalid figmaMapping call, property has no name");switch(I){case"componentName":{if(!("initializer"in $))throw new Error("Invalid figmaMapping call, componentName has no initializer");let k=$.initializer;if(!J.isStringLiteral(k))throw new Error("Invalid figmaMapping call, componentName is not a string literal");a=k.text;break}case"url":{if(!("initializer"in $))throw new Error("Invalid figmaMapping call, url has no initializer");let k=$.initializer;if(!J.isStringLiteral(k))throw new Error("Invalid figmaMapping call, url is not a string literal");f=k.text;break}case"componentKey":{if(!("initializer"in $))throw new Error("Invalid figmaMapping call, componentKey has no initializer");let k=$.initializer;if(!J.isStringLiteral(k))throw new Error("Invalid figmaMapping call, componentKey is not a string literal");i=k.text;break}case"meta":{if(!("initializer"in $))throw new Error("Invalid figmaMapping call, meta has no initializer");let k=$.initializer;if(J.isObjectLiteralExpression(k)){g={imports:[]};for(let R of k.properties)J.isPropertyAssignment(R)&&J.isIdentifier(R.name)&&R.name.text==="imports"&&J.isArrayLiteralExpression(R.initializer)&&(g.imports=R.initializer.elements.map(z=>{if(J.isStringLiteral(z))return z.text;if(J.isObjectLiteralExpression(z)){let V={};for(let q of z.properties)if(J.isPropertyAssignment(q)&&J.isIdentifier(q.name)){let x=q.name.text;J.isStringLiteral(q.initializer)&&(V[x]=q.initializer.text)}return V}return null}).filter(Boolean))}break}case"mapper":if(J.isMethodDeclaration($)){let k=function(v){let V=n.getSymbolAtLocation(v)?.getDeclarations()?.[0];if(V){let q=Y8(V);if(q?.importClause){let x=q.importClause.name?.getText(r);return x===l?(d="default",h=x):q.importClause.namedBindings&&J.isNamedImports(q.importClause.namedBindings)&&(d="named",q.importClause.namedBindings.elements.forEach(_=>{_.name.getText(r)===l&&(h=_.name.getText(r))})),h&&J.isStringLiteral(q.moduleSpecifier)&&(m=q.moduleSpecifier.text),!0}}return!1},R=function(v){if((J.isJsxOpeningElement(v)||J.isJsxSelfClosingElement(v))&&J.isIdentifier(v.tagName)){l=v.tagName.getText(r),k(v.tagName);return}else if(J.isTaggedTemplateExpression(v)&&J.isIdentifier(v.tag)&&(v.tag.escapedText==="html"||v.tag.escapedText==="tmpl")){if(J.isTemplateExpression(v.template)){let V=v.template.templateSpans.find(q=>J.isIdentifier(q.expression)&&J8(q.expression.text)&&k(q.expression));if(V&&J.isIdentifier(V.expression)){l=V.expression.text;return}}let z=v.template.getText(r).match(/^`\s*<([^\s]+)/);if(z){l=z[1];return}if(z=v.template.getText(r).match(/^`\s*([^\s]+)/),z){l=z[1];return}}else J.forEachChild(v,R)};var E=k,F=R;if($.parameters&&$.parameters.length>0&&$.parameters[0]&&$.parameters[0].type){let v=$.parameters[0].type.getText(r),z=PP(v);z&&(p=z)}J.forEachChild($,R),c=$.getText(r).replace(/^mapper/,"function Mapper"),u=lh(c);break}case"designTokenMapper":if(J.isMethodDeclaration($)){c=$.getText(r).replace(/^designTokenMapper/,"function Mapper"),u=lh(c),i="design-tokens";break}case"genericMapper":if(J.isMethodDeclaration($)){c=$.getText(r).replace(/^genericMapper/,"function Mapper"),u=lh(c),i="*";break}}}if(!i&&!f)throw new Error("Invalid figmaMapping call, no componentKey or url found");if(!i&&!u)throw new Error("Invalid figmaMapping call, no mapper found");if(!i&&!c)throw new Error("Invalid figmaMapping call, no original mapper found");let y=t4(r),b=g?.imports??[],w=[],T=[];w.push(...y);for(let $ of b)typeof $=="string"?T.push($):w.push($);return{builderName:l,figmaName:a??p,figmaKey:i,figmaUrl:f,inputMapper:u,exportType:d,importName:h,importPath:m,originalInputMapper:c,imports:w,importStrings:T.length>0?T:void 0,source:"cli"}}function J8(e){return e.charAt(0)===e.charAt(0).toUpperCase()}function lh(e){return J.transpile(e,{target:J.ScriptTarget.Latest,allowNonTsExtensions:!0,moduleResolution:J.ModuleResolutionKind.NodeJs,module:J.ModuleKind.CommonJS,noImplicitAny:!1,esModuleInterop:!0,noUnusedLocals:!1,noUnusedParameters:!1,jsx:J.JsxEmit.React,jsxFactory:"React.createElement",jsxFragmentFactory:"React.Fragment",allowJs:!0,checkJs:!0,strict:!0,suppressImplicitAnyIndexErrors:!0,typeRoots:["node_modules/@types"],inlineSources:!0,inlineSourceMap:!0})}function Y8(e){let t=e;for(;t;){if(J.isImportDeclaration(t))return t;t=t.parent}}function Q8(e,t){return J.isCallExpression(e)&&e.expression.getText(t)===W8}async function TP(e){let t=["node_modules","dist","build","public"];return(await e.readdirRecursive(e.getAppRootDir(),t)).filter(n=>Xt(n))}function PP(e){let t=e.match(/^Figma(\w+)Props$/);if(t&&typeof t[1]=="string")return t[1]}async function AP(e,t,r,n=!1){try{return r||(r=await Ja(e)),(await r.setPublicApiKey({publicApiKey:t})).modifiedType==="permission-error"?{success:!1,error:"permission-error"}:(n&&await r.ensureFigmaImportPage(),{success:!0})}catch(o){let s="unknown-error";return o instanceof Error?s=o.message:typeof o=="string"&&(s=o),{success:!1,error:s}}}var X8={getCanonicalFileName:e=>e,getCurrentDirectory:()=>J.sys.getCurrentDirectory(),getNewLine:()=>J.sys.newLine};function e4(e){return J.formatDiagnosticsWithColorAndContext(e,X8)}async function FP({sys:e,mappingFiles:t,typeCheck:r}){if(e.Sentry?.setContext("findMappings",{mappingFiles:t}),!t.length)return{mapperFiles:[],figmaBuilderLinks:[],figmaLinksToResolve:[],diagnostics:[]};let n=[],o=[],s=[],i=await Qe(e,t),a=i.getTypeChecker(),u=i.getSyntacticDiagnostics().filter(ch).filter(p=>p.file?.fileName?t.includes(p.file.fileName):!1);if(u.length>0)return re.error(`At least one of the mappings contain syntactic errors:
|
|
1541
|
+
|
|
1542
|
+
${e4(u)}`),cn(1);let c=[...r?i.getSemanticDiagnostics():[]].filter(ch);for(let p of t)try{let d=i.getSourceFile(p);if(!d){e.Sentry?.captureException(new Error("Could not find source file"),{extra:{file:p,sourceFiles:i.getSourceFiles().map(f=>f.fileName)},level:"warning"});continue}let h=d?.fileName;if(o.push({filePath:p,content:d.getText()}),h){let f=c.filter(g=>g.file?.fileName===h);f.length>0&&s.push(...f)}let m=await G8(e,d,a);n.push(...m)}catch(d){return e.Sentry?.captureException(d),await cn(1)}let l=n.filter(p=>p.figmaUrl&&!p.figmaKey).map(p=>p.figmaUrl);return{mapperFiles:o,figmaBuilderLinks:n,figmaLinksToResolve:l,diagnostics:s}}function t4(e){let t=[];for(let r of e.statements){if(!J.isImportDeclaration(r)||!r.importClause||r.importClause.isTypeOnly||!J.isStringLiteral(r.moduleSpecifier))continue;let n=r.moduleSpecifier.text;if(n.startsWith("@builder.io"))continue;r.importClause.name&&t.push({importType:"default",importName:r.importClause.name.text,importPath:n});let o=r.importClause.namedBindings;if(o&&J.isNamedImports(o))for(let s of o.elements)s.isTypeOnly||t.push({importType:"named",importName:s.name.text,importPath:n})}return t}import{randomUUID as o4}from"crypto";var i4=5294,s4=5284,dh=4,ph=e=>!!(process.env.CI||e.ci),a4=(e,t)=>{let r=ph(t)?{}:mh(e),n=r.spaceName,o=t.builderUserId??process.env.BUILDER_USER_ID??r.userId,s=t.builderPublicKey??process.env.BUILDER_PUBLIC_KEY??r.builderPublicKey,i=t.builderPrivateKey??process.env.BUILDER_PRIVATE_KEY??r.builderPrivateKey,a=process.env.FIGMA_PERSONAL_TOKEN??t.figmaToken,u;return a?u={access_token:a,oauth:!1}:u=r.figmaAuth,{spaceName:n,userId:o,builderPublicKey:s,builderPrivateKey:i,figmaAuth:u,timestamp:r.timestamp}},Xi=async(e,t,r)=>{let{spaceName:n,userId:o,builderPublicKey:s,builderPrivateKey:i,figmaAuth:a,timestamp:u}=a4(e,t);if(r.forceSpaceId&&!t.yes&&s&&s!==r.forceSpaceId)if(re.warning(`You are currently authenticated for space ${(0,Un.yellow)(s)} (${n||"unnamed"}), but this command requires space ${(0,Un.green)(r.forceSpaceId)}.`),await Ii({message:"You must switch to the correct space to continue with this code generation command.",options:[{value:"switch",label:"Switch to required space",hint:"Authenticate with the correct space and continue"},{value:"exit",label:"Exit code generation",hint:"Cancel the command and stay in current space"}]})==="switch")s=r.forceSpaceId,i=void 0,n=void 0,o=void 0;else return re.info("Code generation cancelled. You can run the command again when you're ready to switch spaces."),await cn(1);if(ph(t)){if(!a&&r.requireFigmaAuth==="if-unset")throw new Error(`No Figma personal token found.
|
|
1543
1543
|
Please set the FIGMA_PERSONAL_TOKEN environment variable.`);if(!i&&r.builderPrivateKey)throw new Error(`No Builder private key found.
|
|
1544
1544
|
Please set the BUILDER_PRIVATE_KEY environment variable.`);if(!s&&r.builderPublicKey)throw new Error(`No Builder public key found.
|
|
1545
|
-
Please set the BUILDER_PUBLIC_KEY environment variable.`);return{figmaAuth:a,builderPublicKey:s,builderPrivateKey:i,userId:o,spaceName:n}}if((r.requireFigmaAuth==="always"||!a&&r.requireFigmaAuth==="if-unset")&&(a=await
|
|
1545
|
+
Please set the BUILDER_PUBLIC_KEY environment variable.`);return{figmaAuth:a,builderPublicKey:s,builderPrivateKey:i,userId:o,spaceName:n}}if((r.requireFigmaAuth==="always"||!a&&r.requireFigmaAuth==="if-unset")&&(a=await c4(e),kP(e,{figmaAuth:a})),r.force||!i&&r.builderPrivateKey||!s&&r.builderPublicKey){let{privateKey:c,spaceId:l,spaceName:p,userId:d}=await l4(e,r.forceSpaceId);if(r.forceSpaceId&&l!==r.forceSpaceId)throw new Error(`OAuth flow returned space ${(0,Un.yellow)(l)}, however the command specified --spaceId=${(0,Un.green)(r.forceSpaceId)}`);s=l,i=c,n=p,o=d,await DD(o),await bn(e,e.getAppRootDir())&&(await AP(e,l,void 0,!1)||re.warn("Unable to set public api key in an existing .env file or create a new one. Please ensure you have write access in the current directory.")),kP(e,{builderPublicKey:s,builderPrivateKey:i,spaceName:n,userId:o,timestamp:new Date().toISOString()})}return o?e.Sentry?.setUser({id:o,username:process.env.USER||process.env.USERNAME||"unknown"}):s&&e.Sentry?.setUser({id:s,username:process.env.USER||process.env.USERNAME||"unknown"}),(n||s)&&e.Sentry?.setContext("builder",{spaceId:s,spaceName:n,userId:o}),{figmaAuth:a,builderPublicKey:s,builderPrivateKey:i,spaceName:n,userId:o,timestamp:u}},u4="RHr2ed743waC2g2ZHMEJSn6O0NQ08L";async function c4(e){let t=o4();return NP({sys:e,name:"Figma",initialPort:i4,requestListener:async(r,n,o,s,i)=>{let a=new URL(n.url||"",`http://localhost:${r}`);if(a.pathname==="/figma-connect"){let u=a.searchParams.get("code"),c=a.searchParams.get("state"),l="nrGCqw6TLl95QJhVDi097A",p=u4,h=`Basic ${Buffer.from(`${l}:${p}`).toString("base64")}`;if(u&&t===c){let f=await(await qr("https://api.figma.com/v1/oauth/token",{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded",Authorization:h},body:new URLSearchParams({redirect_uri:`http://localhost:${r}/figma-connect`,code:u,grant_type:"authorization_code"}).toString()})).json();o.end(`<!doctype html>
|
|
1546
1546
|
<html lang="en" dir="ltr">
|
|
1547
1547
|
<head>
|
|
1548
1548
|
<meta charset="utf-8" />
|
|
@@ -1651,7 +1651,7 @@ Please set the BUILDER_PUBLIC_KEY environment variable.`);return{figmaAuth:a,bui
|
|
|
1651
1651
|
<!--SCRIPT_PLACEHOLDER-->
|
|
1652
1652
|
</body>
|
|
1653
1653
|
</html>
|
|
1654
|
-
`.replace("{{MESSAGE}}","The CLI has authenticated correctly with Figma"),()=>{s({...f,oauth:!0})})}}},onListen:r=>{let n=new URL("https://www.figma.com/oauth");return n.searchParams.set("client_id","nrGCqw6TLl95QJhVDi097A"),n.searchParams.set("redirect_uri",`http://localhost:${r}/figma-connect`),n.searchParams.set("scope","files:read,file_dev_resources:read,file_variables:read"),n.searchParams.set("state",t),n.searchParams.set("response_type","code"),n.href}})}async function
|
|
1654
|
+
`.replace("{{MESSAGE}}","The CLI has authenticated correctly with Figma"),()=>{s({...f,oauth:!0})})}}},onListen:r=>{let n=new URL("https://www.figma.com/oauth");return n.searchParams.set("client_id","nrGCqw6TLl95QJhVDi097A"),n.searchParams.set("redirect_uri",`http://localhost:${r}/figma-connect`),n.searchParams.set("scope","files:read,file_dev_resources:read,file_variables:read"),n.searchParams.set("state",t),n.searchParams.set("response_type","code"),n.href}})}async function l4(e,t){let r=await e.getDeviceId();return NP({sys:e,name:"Builder.io",initialPort:s4,requestListener:async(n,o,s,i)=>{let a=new URL(o.url||"",`http://localhost:${n}`);a.pathname===Hn&&s.end(`<!doctype html>
|
|
1655
1655
|
<html lang="en" dir="ltr">
|
|
1656
1656
|
<head>
|
|
1657
1657
|
<meta charset="utf-8" />
|
|
@@ -1760,11 +1760,11 @@ Please set the BUILDER_PUBLIC_KEY environment variable.`);return{figmaAuth:a,bui
|
|
|
1760
1760
|
<!--SCRIPT_PLACEHOLDER-->
|
|
1761
1761
|
</body>
|
|
1762
1762
|
</html>
|
|
1763
|
-
`.replace("{{MESSAGE}}","The CLI has authenticated correctly with Builder.io"),()=>{i({privateKey:a.searchParams.get("p-key")||"",spaceId:a.searchParams.get("api-key")||"",spaceName:a.searchParams.get("org-name")||"",userId:a.searchParams.get("user-id")||""})})},onListen:n=>{let o=new URL("/cli-auth","https://builder.io");o.searchParams.set("client_id","builder-dev-tools-cli"),o.searchParams.set("host",r),o.searchParams.set("response_type","code"),o.searchParams.set("cli","true"),t&&o.searchParams.set("space_id",t);let s=new URL(
|
|
1763
|
+
`.replace("{{MESSAGE}}","The CLI has authenticated correctly with Builder.io"),()=>{i({privateKey:a.searchParams.get("p-key")||"",spaceId:a.searchParams.get("api-key")||"",spaceName:a.searchParams.get("org-name")||"",userId:a.searchParams.get("user-id")||""})})},onListen:n=>{let o=new URL("/cli-auth","https://builder.io");o.searchParams.set("client_id","builder-dev-tools-cli"),o.searchParams.set("host",r),o.searchParams.set("response_type","code"),o.searchParams.set("cli","true"),t&&o.searchParams.set("space_id",t);let s=new URL(Hn,`http://localhost:${n}`);s.searchParams.set(Ca,n4()),s.searchParams.set(wa,process.versions.node);let i=e.getFrameworks();return i.length>0&&(o.searchParams.set(wo,i[0].name),s.searchParams.set(wo,i[0].name)),o.searchParams.set("redirect_url",s.href),o.href}})}function kP(e,t){if(fh(wn(e.getAppRootDir(),"node_modules"))){let n=wn(e.getAppRootDir(),"node_modules",".builder"),o=wn(n,"data.json"),s=mh(e);t=Object.assign(s,t),$P(RP(o),{recursive:!0}),Ec(o,JSON.stringify({credentials:t},null,2))}else{let n=wn(e.getAppRootDir(),".config","builderio"),o=wn(n,"data.json"),s=wn(e.getAppRootDir(),".gitignore"),i=mh(e);t=Object.assign(i,t),$P(RP(o),{recursive:!0}),Ec(o,JSON.stringify({credentials:t},null,2));let a=".config/";if(fh(s)){let u=IP(s,"utf8");u.includes(a)||Ec(s,u+`
|
|
1764
1764
|
`+a+`
|
|
1765
|
-
`)}else
|
|
1766
|
-
`)}}function
|
|
1767
|
-
OPEN: ${(0,
|
|
1765
|
+
`)}else Ec(s,a+`
|
|
1766
|
+
`)}}function mh(e){let t=wn(e.getAppRootDir(),".config","builderio","data.json"),r=[wn(e.getAppRootDir(),"node_modules",".builder","data.json"),t,wn(e.getRepoRootDir(),".git",".builder.json")];for(let n of r)if(fh(n))try{let o=IP(n,"utf8");return JSON.parse(o).credentials}catch(o){e.Sentry?.captureException(o,{level:"warning"})}return{}}async function NP(e){let t,r,n,o=new Promise((p,d)=>{t=p,r=d}),s=e.initialPort,i=0,a=r4((p,d)=>e.requestListener(s,p,d,t,r)),u=()=>{c(),a&&("closeAllConnections"in a&&a.closeAllConnections(),a.close(p=>{p&&e.sys.Sentry?.captureException(p)}))};process.on("uncaughtExceptionMonitor",u),process.on("unhandledRejection",u),process.on("SIGINT",u),process.on("SIGTERM",u),process.on("exit",u);let c=()=>{process.removeListener("uncaughtExceptionMonitor",u),process.removeListener("unhandledRejection",u),process.removeListener("SIGINT",u),process.removeListener("SIGTERM",u),process.removeListener("exit",u)},l=()=>new Promise((p,d)=>{let h=m=>{a.removeListener("error",h),m.code==="EADDRINUSE"&&i<dh?(re.warning(`Port ${s} is already in use, trying next port`),s++,i++,p(0)):d(m)};a.once("error",h),a.listen(s,()=>{a.removeListener("error",h);let m=a.address();p(m.port)})});try{let p=0;for(;p===0&&i<dh;)p=await l();if(p===0)throw new Error(`Failed to find an available port after ${dh} attempts`);let d=e.onListen(p);re.warn(`Required authenticating with ${e.name}
|
|
1767
|
+
OPEN: ${(0,Un.dim)(d)}`),n=ah(),n.start(`Waiting for ${e.name} authentication`),await uh(d);let h=await o;return n&&n.stop(`Authenticated with ${e.name} successfully`),h}catch(p){throw n&&(n.stop(`Failed to authenticate with ${e.name}.`,-1),Vl("auth")),e.sys.Sentry?.captureException(p),u(),p}finally{u()}}async function MP(e,t,r,n){try{if(!e)return Ti(r,n,400,"Builder context closed");let o=h4(r);if(o.pathname===Ac){if(r.method==="POST"){let s=await m4(r);if(s)try{let i=await zh(e,JSON.parse(s));return OP(r,n,200,i)}catch(i){e.debug("Dev API Error",i.stack||i.message||i);let a={errors:[String(i.message||i)]};return OP(r,n,500,a)}}else if(r.method==="OPTIONS"){let s={"Access-Control-Allow-Methods":"POST, OPTIONS","Access-Control-Allow-Headers":"Content-Type, Cache-Control, X-Builder-Devtools-Version, sentry-trace, baggage"},i=r.headers.origin;i&&i!=="null"?LP(new URL(i))&&(s["Access-Control-Allow-Origin"]=i):s["Access-Control-Allow-Origin"]="*",n.writeHead(200,s),n.end();return}return Ti(r,n,405,`${Ac} is an API endpoint used only during development by the Builder.io Devtools client-side script`)}if(o.pathname===Fc)return p4(r,n,200,await jh(e));if(o.pathname===hh){let s=o.searchParams.get(Tc);return s?f4(n,302,await Hh(e,s)):Ti(r,n,400,`Missing ${Tc} querystring`)}if(o.pathname===Hn)return d4(r,n,200,await Uh(e));if(o.pathname===gh){await Xi(e,{_:[]},{});let s=await TP(e),{figmaBuilderLinks:i,diagnostics:a}=await FP({mappingFiles:s,sys:e});return ma(r,n,200,"application/json",JSON.stringify({figmaBuilderLinks:i,foundErrors:a.length>0,diagnostics:a,version:2,local:!0},null,2))}return o.pathname===qn?(e.debug(`Close Dev Tools Server Requested: ${o.href}`),setTimeout(()=>{try{t.close(s=>{e.debug(`Dev Tools Server Closed Error: ${s}`)})}catch(s){e.debug(`Error closing devtools server: ${s}`)}},20),Ti(r,n,200,"Closing Dev Tools Server")):Ti(r,n,404,"Not found")}catch(o){return e?.Sentry?.captureException(o),Ti(r,n,500,`Dev Server Error: ${o}`)}}function OP(e,t,r,n){ma(e,t,r,"application/json",JSON.stringify(n))}function p4(e,t,r,n){ma(e,t,r,"application/javascript",n)}function d4(e,t,r,n){ma(e,t,r,"text/html",n)}function Ti(e,t,r,n){ma(e,t,r,"text/plain",n)}function ma(e,t,r,n,o){let s={"Content-Type":`${n}; charset=utf-8`,"Cache-Control":"no-cache, no-store, must-revalidate","X-Builder-Devtools-Version":Qt},i=e.headers.origin;i&&i!=="null"?LP(new URL(i))&&(s["Access-Control-Allow-Origin"]=i):s["Access-Control-Allow-Origin"]="*",t.writeHead(r,s),t.end(o)}function LP(e){return e.hostname==="localhost"||e.origin==="https://builder.io"||e.origin==="https://www.builder.io"||e.origin.endsWith(".builder.io")?!0:e.port===""?!1:e.port!=="80"&&e.port!=="443"}function f4(e,t,r){e.writeHead(t,{Location:r}),e.end()}async function m4(e){let t="";for await(let r of e)t+=r;return t}function h4(e){let t=e.url||"/";return new URL(t,`http://${e.headers.host}`)}async function BP(e){if(globalThis.__builderDevToolsServer)return e.debug("reusing existing devtools server"),globalThis.__builderDevToolsServer.setContext(e),globalThis.__builderDevToolsServer;let t=await D4(e),r=g4((o,s)=>{MP(e,r,o,s)}),n=()=>new Promise((o,s)=>{r.listening?(e.debug(`closing devtools server on port ${t}`),r.close(i=>{e=null,i?(e.debug(`error closing devtools server on port ${t}`),s(i)):(e&&e.debug(`closed devtools server on port ${t}`),o())})):(e.debug(`devtools server on port ${t} not listening`),o())});return process.once("SIGTERM",n),process.once("SIGINT",n),process.env.CI!=="true"&&process.stdin.on("end",n),globalThis.__builderDevToolsServer={url:new URL(`http://localhost:${t}`).href,port:t,setContext:o=>{e.debug(`set devtools context on server ${t}`),e=o},close:async()=>{globalThis.__builderDevToolsServer=null,await n()}},new Promise(o=>{r.listen(t,()=>{e.debug(`started devtools server on port ${t}`),o(globalThis.__builderDevToolsServer)})})}function D4(e){return new Promise(t=>{let r=e.port;try{y4({hostname:"localhost",port:r,path:qn,method:"GET"},o=>{o.on("end",()=>{e.debug(`${qn} - Response ended`),t(r)})}).on("error",o=>{e.debug(`${qn} - No response ${o}`),t(r)}).end()}catch(n){e.debug(`${qn} - Error ${n}`),t(r)}})}async function bD(e){let t={...e,devToolsServerUrl:"",isValid:!1,serverShouldRestart:!1,publicApiKey:"",port:e.port||5273,ignoreMissingConfig:!1,getAllProjectFiles:e.getAllProjectFiles||(()=>Promise.resolve([]))},r=e.getFrameworks().map(s=>s.name).join(", ");t.debug(`create devtools ${zP} [${r}]`);let n=await BP(t);return t.devToolsServerUrl=n.url,t.port=n.port,{getUrl:()=>t.devToolsServerUrl}}var zP=Qt;export{bD as createDevToolsServer,zP as version};
|
|
1768
1768
|
/*! Bundled license information:
|
|
1769
1769
|
|
|
1770
1770
|
is-number/index.js:
|