@lightspeed/crane 3.2.1 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/UPGRADE.md +39 -0
  3. package/dist/cli.mjs +55 -48
  4. package/package.json +12 -13
  5. package/template/collections/example-collection/configuration.ts +6 -5
  6. package/template/eslint.config.js +1 -0
  7. package/template/footers/example-footer/component/MadeWith.vue +24 -8
  8. package/template/layouts/catalog/example-catalog/client.ts +6 -0
  9. package/template/layouts/catalog/example-catalog/settings/design.ts +229 -1
  10. package/template/layouts/catalog/example-catalog/settings/layout.ts +1 -0
  11. package/template/layouts/catalog/example-catalog/settings/translations.ts +285 -1
  12. package/template/layouts/category/example-category/Main.vue +2 -1
  13. package/template/layouts/category/example-category/client.ts +6 -0
  14. package/template/layouts/category/example-category/settings/design.ts +229 -1
  15. package/template/layouts/category/example-category/settings/layout.ts +1 -0
  16. package/template/layouts/category/example-category/settings/translations.ts +285 -0
  17. package/template/layouts/product/example-product/Main.vue +2 -1
  18. package/template/layouts/product/example-product/client.ts +6 -0
  19. package/template/layouts/product/example-product/settings/layout.ts +1 -0
  20. package/template/layouts/product/example-product/settings/translations.ts +1 -0
  21. package/template/package.json +1 -1
  22. package/template/preview/shared/api-routes.ts +27 -4
  23. package/template/preview/shared/mock.ts +9 -0
  24. package/template/preview/shared/preview.ts +3 -0
  25. package/template/preview/vite.config.js +4 -0
  26. package/template/reference/sections/tag-lines/TagLines.vue +6 -6
  27. package/template/eslint.config.cjs +0 -1
package/dist/cli.mjs CHANGED
@@ -1,58 +1,65 @@
1
- import*as tn from"fs";import re,{existsSync as Ie,writeFileSync as ao,readFileSync as fa,createReadStream as ha,statSync as zt,promises as Kn,mkdtempSync as ma,mkdirSync as Ea,rmSync as co}from"fs";import*as rt from"path";import ue,{resolve as U,dirname as uo,relative as lo,basename as ga,sep as Yn,parse as po,join as dt}from"path";import _a from"cac";import{red as ya,yellow as Sa,green as Ke,gray as Ta}from"kolorist";import Gt from"prompts";import fo from"adm-zip";import{glob as z,globSync as ho}from"glob";import Ye from"typescript";import{normalizePath as Ra,build as ot,defineConfig as nn,createServer as Ca}from"vite";import{SectionTypeEnum as we,BackgroundStyleEnum as Xn,ButtonAppearanceEnum as Ia,ButtonSizeEnum as wa,ButtonShapeEnum as Oa,OverlayTypeEnum as rn,DesignEditorType as Ue,PluginTypeEnum as Ge,ConfigTypeEnum as le}from"@lightspeed/crane-api";import{readFile as mo}from"fs/promises";import{pathToFileURL as Eo,URL as va}from"url";import Qn,{AxiosError as go}from"axios";import*as ae from"process";import{ConcurrencyManager as Aa}from"axios-concurrency";import{inc as ba}from"semver";import{JSONPath as $a}from"jsonpath-plus";import Na from"tinycolor2";import La from"cli-progress";import{builtinModules as _o}from"module";import{viteExternalsPlugin as yo}from"vite-plugin-externals";import Da from"vite-plugin-compression";import ka from"@vitejs/plugin-vue";import Pa from"vite-tsconfig-paths";import xa from"vite-plugin-checker";import{encode as Ua}from"@jridgewell/sourcemap-codec";import{promisify as So}from"node:util";import To from"node:zlib";import fe from"node:fs";import Le from"node:path";import Te from"node:process";import Ro from"util";import{fileURLToPath as Ma}from"node:url";import{WebSocketServer as Fa,WebSocket as za}from"ws";import*as Ga from"os";const Ha="3.2.0",ie={[we.SECTION]:{source:"sections",dist:"dist/sections"},[we.HEADER]:{source:"headers",dist:"dist/headers"},[we.FOOTER]:{source:"footers",dist:"dist/footers"}};var te=(e=>(e[e.Server=0]="Server",e[e.Client=1]="Client",e[e.ClientChunks=2]="ClientChunks",e[e.ClientAsset=3]="ClientAsset",e[e.Asset=4]="Asset",e[e.TemplateAsset=5]="TemplateAsset",e[e.Dependency=6]="Dependency",e[e.SourceCode=7]="SourceCode",e[e.LayoutClient=8]="LayoutClient",e[e.LayoutAsset=9]="LayoutAsset",e[e.SlotServer=10]="SlotServer",e[e.SlotClient=11]="SlotClient",e[e.SlotClientChunks=12]="SlotClientChunks",e[e.SlotClientAsset=13]="SlotClientAsset",e[e.CollectionAsset=14]="CollectionAsset",e))(te||{});const St={Server:0,Client:1,SectionSetting:2,SectionShowcase:3,SectionAsset:4,TemplateDescriptor:5,PageTemplateDescriptor:6,TemplateAsset:7,Layout:8,LayoutSettings:9,LayoutAsset:10,SlotServer:11,SlotClient:12,SharedTranslation:13},qn="https://blockbuster.ecwid.com",ja="/api/v1/custom-apps/resources/sections/upload",Ba="/api/v1/custom-apps/resources/templates/upload",Za="/api/v1/custom-apps/manifests/sections",Va="/api/v1/custom-apps/manifests/templates",Wa=5,Ka=3,Ya=[te.Server,te.Client,te.ClientChunks,te.ClientAsset,te.Asset],Xa=[te.LayoutClient,te.LayoutAsset],Qa=[te.SlotServer,te.SlotClient,te.SlotClientChunks,te.SlotClientAsset],qa=[te.Dependency,te.TemplateAsset,te.SourceCode,te.CollectionAsset],Tt={DEFAULT:"Error while deploying:",ASSET_FILES_UPLOAD:"Error while uploading asset files:",MANIFEST_DEPLOYMENT:"Error while deploying manifest file:",DEPRECATED_VERSION_DEPLOYMENT:"You are using a non-supported version of crane. Please update to the latest crane version to continue.",INCORRECT_DISTRIBUTION_FOLDER:e=>`Distribution folder [${e}] is not found or has incorrect structure, please execute the build command first.`},Co={catalog:"products",category:"category",product:"product"},Ja=e=>Co[e],Io=e=>e in Co,N={error:e=>console.log(ya(e)),warn:e=>console.log(Sa(e)),info:e=>console.log(Ke(e))},ec="dist",tc="dist/shared",Ae="dist/sections",Ht="dist/headers",jt="dist/footers",He="dist/templates",Rt="layouts",wo="preview",Oe=`dist/${Rt}`,on="dist/collections",nc=[Ae,Ht,jt,He,Oe];function sn(e){return!!e}function ft(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}const rc="Resource name can only contain alphanumeric characters, dashes, and underscores";function oc(e){if(typeof e=="string"||typeof e=="number"){const t=/^[a-zA-Z0-9_-]+$/.test(e.toString());if(t)return{isValid:t,errorMessage:null}}return{isValid:!1,errorMessage:rc}}function sc(e){return e===!0?!0:typeof e=="string"&&e.trim().length===0}function Oo(e){return ue.parse(e).name}function ic(e){return e.split("-").filter(Boolean).map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(" ")}async function an(){const e=await mo(U(process.cwd(),"crane.config.json")),t=JSON.parse(e.toString());return{appClientId:t.app_client_id,appSecretKey:btoa(t.app_secret_key)}}function ac(e){return e.includes(`
2
- `)}function cc(e,t,n){return e.split(`
3
- `).map((r,o)=>o>=n?t+r:r).join(`
4
- `)}function ht(e,t){const n=[];if(e instanceof go){e.response?.status!==void 0&&n.push(` HTTP Status Code: ${e.response.status}`);const i=e.response?.data;if(i?.errorCode&&n.push(` Error Code: ${i.errorCode}`),i?.errorMessage){const s=ac(i.errorMessage)?cc(i.errorMessage," ",1):i.errorMessage;n.push(` Error Message: ${s}`)}}const r=n.length>0?n.join(`
5
- `):e?.message??"Unknown error";if(!t||t.length===0)return r;const o=n.length>0?`
6
- `:" ";return`${t}${o}${r}`}function uc(e){return e.replace(/\\/g,"/")}function lc(e){return e.replace(/^dist\/layouts\//,"").replace(/^layouts\//,"")}function Ct(e){return lc(uc(e))}function pc(e){const t=Ct(e).split("/");if(t.length<2)throw new Error(`Invalid layout path: ${e}. Expected format: [dist/]layouts/{sectionId}/{layoutId}/[...path]`);const[n,r]=t;if(!Io(n))throw new Error(`Layout cannot be placed in a non-storefront section: ${n}`);const o=Ja(n);return{id:r,sectionId:n,pageId:o}}const dc={catalog:"products",category:"category",product:"product"};async function fc(e){const t=Ct(e).split("/");if(t.length<2)throw new Error(`Invalid layout path: ${e}. Expected format: [dist/]layouts/{sectionId}/{layoutId}/[...path]`);const[n,r]=t;return{id:r,sectionId:n}}async function hc(e){return Promise.all(e.map(async t=>{const n=t.sectionId,r=dc[n];return{id:t.id,sectionId:n,pageId:r}}))}async function mc(){const e=`${Oe}/{product,catalog,category}/*`,t=await z(e,{ignore:["node_modules/**"]});return Promise.all(t.map(fc))}async function Ec(){const e=await mc();return await hc(e)}function It(e,t,...n){if(!e||!t)throw new Error(`Cannot build layout path. Invalid parameters - sectionId: "${e}", layoutId: "${t}"`);return`${Oe}/${e}/${t}/${n.join("/")}`}const Bt=(e=we.SECTION)=>ie[e].dist,Zt={[te.Server]:{type:"server_js_compressed",fileName:"server.js.gz",isSingleton:!0,toPath:({sectionId:e,sectionType:t})=>`${Bt(t)}/${e}/js/main/server/`},[te.Client]:{type:"client_js",fileName:"client.js",isSingleton:!1,toPath:({sectionId:e,sectionType:t})=>`${Bt(t)}/${e}/js/main/client/`},[te.ClientChunks]:{type:"client_js_chunks",isSingleton:!1,toPath:({sectionId:e,sectionType:t})=>`${Bt(t)}/${e}/js/main/client/chunks/`,fileName:"*"},[te.ClientAsset]:{type:"assets",fileName:"*",isSingleton:!1,toPath:({sectionId:e,sectionType:t})=>`${Bt(t)}/${e}/js/main/client/assets/`},[te.Asset]:{type:"assets",fileName:"*",isSingleton:!1,toPath:({sectionId:e,sectionType:t})=>`${Bt(t)}/${e}/assets/`},[te.TemplateAsset]:{type:"template_assets",fileName:"*",isSingleton:!1,toPath:()=>`${He}/assets/`},[te.Dependency]:{type:"dependencies",fileName:"package.json",isSingleton:!0,toPath:()=>{}},[te.SourceCode]:{type:"source_code",fileName:"source-code.zip",isSingleton:!0,toPath:()=>{}},[te.LayoutClient]:{type:"layout_client_js",fileName:"index.mjs",isSingleton:!0,toPath:({sectionId:e,layoutId:t})=>It(e,t,"")},[te.LayoutAsset]:{type:"layout_assets",fileName:"*",isSingleton:!1,toPath:({sectionId:e,layoutId:t})=>It(e,t,"assets/")},[te.SlotServer]:{type:"slot_server_js",fileName:"server.js.gz",isSingleton:!0,toPath:({sectionId:e,layoutId:t,slotId:n})=>It(e,t,"slots",n,"js/main/server/")},[te.SlotClient]:{type:"slot_client_js",fileName:"client.js",isSingleton:!1,toPath:({sectionId:e,layoutId:t,slotId:n})=>It(e,t,"slots",n,"js/main/client/")},[te.SlotClientChunks]:{type:"slot_client_js_chunks",fileName:"*",isSingleton:!1,toPath:({sectionId:e,layoutId:t,slotId:n})=>It(e,t,"slots",n,"js/main/client/chunks/")},[te.SlotClientAsset]:{type:"slot_client_assets",fileName:"*",isSingleton:!1,toPath:({sectionId:e,layoutId:t,slotId:n})=>It(e,t,"slots",n,"js/main/client/assets/")},[te.CollectionAsset]:{type:"template_assets",fileName:"*",isSingleton:!1,toPath:()=>`${on}/assets/`}};function wt(e){const t={};for(const[n,r]of Object.entries(e)){let o={...r};if(r.type==="DECK"&&r.cards&&typeof r.cards=="object"&&"defaultCardContent"in r.cards){const i=r.cards;i.defaultCardContent?.settings&&(o={...o,cards:{...i,defaultCardContent:{...i.defaultCardContent,settings:wt(i.defaultCardContent.settings)}}})}if(r.type==="ACCORDION"&&r.cards&&typeof r.cards=="object"&&!("defaultCardContent"in r.cards)){const i=r.cards,s={};for(const[a,c]of Object.entries(i))c.editors?s[a]={...c,editors:wt(c.editors)}:s[a]=c;o={...o,cards:s}}if(o.defaults&&typeof o.defaults=="object"&&!("type"in o.defaults)){const i=Object.assign({type:o.type},o.defaults);o={...o,defaults:i}}t[n]=o}return t}function f(e,t,n){function r(a,c){if(a._zod||Object.defineProperty(a,"_zod",{value:{def:c,constr:s,traits:new Set},enumerable:!1}),a._zod.traits.has(e))return;a._zod.traits.add(e),t(a,c);const u=s.prototype,l=Object.keys(u);for(let h=0;h<l.length;h++){const d=l[h];d in a||(a[d]=u[d].bind(a))}}const o=n?.Parent??Object;class i extends o{}Object.defineProperty(i,"name",{value:e});function s(a){var c;const u=n?.Parent?new i:this;r(u,a),(c=u._zod).deferred??(c.deferred=[]);for(const l of u._zod.deferred)l();return u}return Object.defineProperty(s,"init",{value:r}),Object.defineProperty(s,Symbol.hasInstance,{value:a=>n?.Parent&&a instanceof n.Parent?!0:a?._zod?.traits?.has(e)}),Object.defineProperty(s,"name",{value:e}),s}class Ot extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}class vo extends Error{constructor(t){super(`Encountered unidirectional transform during encode: ${t}`),this.name="ZodEncodeError"}}const Jn={};function st(e){return e&&Object.assign(Jn,e),Jn}function gc(e){const t=Object.values(e).filter(r=>typeof r=="number");return Object.entries(e).filter(([r,o])=>t.indexOf(+r)===-1).map(([r,o])=>o)}function er(e,t){return typeof t=="bigint"?t.toString():t}function cn(e){return{get value(){{const t=e();return Object.defineProperty(this,"value",{value:t}),t}}}}function tr(e){return e==null}function nr(e){const t=e.startsWith("^")?1:0,n=e.endsWith("$")?e.length-1:e.length;return e.slice(t,n)}function _c(e,t){const n=(e.toString().split(".")[1]||"").length,r=t.toString();let o=(r.split(".")[1]||"").length;if(o===0&&/\d?e-\d?/.test(r)){const c=r.match(/\d?e-(\d?)/);c?.[1]&&(o=Number.parseInt(c[1]))}const i=n>o?n:o,s=Number.parseInt(e.toFixed(i).replace(".","")),a=Number.parseInt(t.toFixed(i).replace(".",""));return s%a/10**i}const Ao=Symbol("evaluating");function se(e,t,n){let r;Object.defineProperty(e,t,{get(){if(r!==Ao)return r===void 0&&(r=Ao,r=n()),r},set(o){Object.defineProperty(e,t,{value:o})},configurable:!0})}function mt(e,t,n){Object.defineProperty(e,t,{value:n,writable:!0,enumerable:!0,configurable:!0})}function Et(...e){const t={};for(const n of e){const r=Object.getOwnPropertyDescriptors(n);Object.assign(t,r)}return Object.defineProperties({},t)}function bo(e){return JSON.stringify(e)}function yc(e){return e.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")}const $o="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function Vt(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}const Sc=cn(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{const e=Function;return new e(""),!0}catch{return!1}});function vt(e){if(Vt(e)===!1)return!1;const t=e.constructor;if(t===void 0||typeof t!="function")return!0;const n=t.prototype;return!(Vt(n)===!1||Object.prototype.hasOwnProperty.call(n,"isPrototypeOf")===!1)}function No(e){return vt(e)?{...e}:Array.isArray(e)?[...e]:e}const Tc=new Set(["string","number","symbol"]);function At(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function ct(e,t,n){const r=new e._zod.constr(t??e._zod.def);return(!t||n?.parent)&&(r._zod.parent=e),r}function x(e){const 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 Rc(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}const Cc={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]};function Ic(e,t){const n=e._zod.def,r=Et(e._zod.def,{get shape(){const o={};for(const i in t){if(!(i in n.shape))throw new Error(`Unrecognized key: "${i}"`);t[i]&&(o[i]=n.shape[i])}return mt(this,"shape",o),o},checks:[]});return ct(e,r)}function wc(e,t){const n=e._zod.def,r=Et(e._zod.def,{get shape(){const o={...e._zod.def.shape};for(const i in t){if(!(i in n.shape))throw new Error(`Unrecognized key: "${i}"`);t[i]&&delete o[i]}return mt(this,"shape",o),o},checks:[]});return ct(e,r)}function Oc(e,t){if(!vt(t))throw new Error("Invalid input to extend: expected a plain object");const n=e._zod.def.checks;if(n&&n.length>0)throw new Error("Object schemas containing refinements cannot be extended. Use `.safeExtend()` instead.");const o=Et(e._zod.def,{get shape(){const i={...e._zod.def.shape,...t};return mt(this,"shape",i),i},checks:[]});return ct(e,o)}function vc(e,t){if(!vt(t))throw new Error("Invalid input to safeExtend: expected a plain object");const n={...e._zod.def,get shape(){const r={...e._zod.def.shape,...t};return mt(this,"shape",r),r},checks:e._zod.def.checks};return ct(e,n)}function Ac(e,t){const n=Et(e._zod.def,{get shape(){const r={...e._zod.def.shape,...t._zod.def.shape};return mt(this,"shape",r),r},get catchall(){return t._zod.def.catchall},checks:[]});return ct(e,n)}function bc(e,t,n){const r=Et(t._zod.def,{get shape(){const o=t._zod.def.shape,i={...o};if(n)for(const s in n){if(!(s in o))throw new Error(`Unrecognized key: "${s}"`);n[s]&&(i[s]=e?new e({type:"optional",innerType:o[s]}):o[s])}else for(const s in o)i[s]=e?new e({type:"optional",innerType:o[s]}):o[s];return mt(this,"shape",i),i},checks:[]});return ct(t,r)}function $c(e,t,n){const r=Et(t._zod.def,{get shape(){const o=t._zod.def.shape,i={...o};if(n)for(const s in n){if(!(s in i))throw new Error(`Unrecognized key: "${s}"`);n[s]&&(i[s]=new e({type:"nonoptional",innerType:o[s]}))}else for(const s in o)i[s]=new e({type:"nonoptional",innerType:o[s]});return mt(this,"shape",i),i},checks:[]});return ct(t,r)}function bt(e,t=0){if(e.aborted===!0)return!0;for(let n=t;n<e.issues.length;n++)if(e.issues[n]?.continue!==!0)return!0;return!1}function $t(e,t){return t.map(n=>{var r;return(r=n).path??(r.path=[]),n.path.unshift(e),n})}function un(e){return typeof e=="string"?e:e?.message}function ut(e,t,n){const r={...e,path:e.path??[]};if(!e.message){const o=un(e.inst?._zod.def?.error?.(e))??un(t?.error?.(e))??un(n.customError?.(e))??un(n.localeError?.(e))??"Invalid input";r.message=o}return delete r.inst,delete r.continue,t?.reportInput||delete r.input,r}function rr(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function Wt(...e){const[t,n,r]=e;return typeof t=="string"?{message:t,code:"custom",input:n,inst:r}:{...t}}const Lo=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,er,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},Do=f("$ZodError",Lo),ko=f("$ZodError",Lo,{Parent:Error});function Nc(e,t=n=>n.message){const n={},r=[];for(const o of e.issues)o.path.length>0?(n[o.path[0]]=n[o.path[0]]||[],n[o.path[0]].push(t(o))):r.push(t(o));return{formErrors:r,fieldErrors:n}}function Lc(e,t=n=>n.message){const n={_errors:[]},r=o=>{for(const i of o.issues)if(i.code==="invalid_union"&&i.errors.length)i.errors.map(s=>r({issues:s}));else if(i.code==="invalid_key")r({issues:i.issues});else if(i.code==="invalid_element")r({issues:i.issues});else if(i.path.length===0)n._errors.push(t(i));else{let s=n,a=0;for(;a<i.path.length;){const c=i.path[a];a===i.path.length-1?(s[c]=s[c]||{_errors:[]},s[c]._errors.push(t(i))):s[c]=s[c]||{_errors:[]},s=s[c],a++}}};return r(e),n}const or=e=>(t,n,r,o)=>{const i=r?Object.assign(r,{async:!1}):{async:!1},s=t._zod.run({value:n,issues:[]},i);if(s instanceof Promise)throw new Ot;if(s.issues.length){const a=new(o?.Err??e)(s.issues.map(c=>ut(c,i,st())));throw $o(a,o?.callee),a}return s.value},sr=e=>async(t,n,r,o)=>{const i=r?Object.assign(r,{async:!0}):{async:!0};let s=t._zod.run({value:n,issues:[]},i);if(s instanceof Promise&&(s=await s),s.issues.length){const a=new(o?.Err??e)(s.issues.map(c=>ut(c,i,st())));throw $o(a,o?.callee),a}return s.value},ln=e=>(t,n,r)=>{const o=r?{...r,async:!1}:{async:!1},i=t._zod.run({value:n,issues:[]},o);if(i instanceof Promise)throw new Ot;return i.issues.length?{success:!1,error:new(e??Do)(i.issues.map(s=>ut(s,o,st())))}:{success:!0,data:i.value}},Dc=ln(ko),pn=e=>async(t,n,r)=>{const o=r?Object.assign(r,{async:!0}):{async:!0};let i=t._zod.run({value:n,issues:[]},o);return i instanceof Promise&&(i=await i),i.issues.length?{success:!1,error:new e(i.issues.map(s=>ut(s,o,st())))}:{success:!0,data:i.value}},kc=pn(ko),Pc=e=>(t,n,r)=>{const o=r?Object.assign(r,{direction:"backward"}):{direction:"backward"};return or(e)(t,n,o)},xc=e=>(t,n,r)=>or(e)(t,n,r),Uc=e=>async(t,n,r)=>{const o=r?Object.assign(r,{direction:"backward"}):{direction:"backward"};return sr(e)(t,n,o)},Mc=e=>async(t,n,r)=>sr(e)(t,n,r),Fc=e=>(t,n,r)=>{const o=r?Object.assign(r,{direction:"backward"}):{direction:"backward"};return ln(e)(t,n,o)},zc=e=>(t,n,r)=>ln(e)(t,n,r),Gc=e=>async(t,n,r)=>{const o=r?Object.assign(r,{direction:"backward"}):{direction:"backward"};return pn(e)(t,n,o)},Hc=e=>async(t,n,r)=>pn(e)(t,n,r),jc=/^[cC][^\s-]{8,}$/,Bc=/^[0-9a-z]+$/,Zc=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,Vc=/^[0-9a-vA-V]{20}$/,Wc=/^[A-Za-z0-9]{27}$/,Kc=/^[a-zA-Z0-9_-]{21}$/,Yc=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,Xc=/^([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})$/,Po=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|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,Qc=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,qc="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function Jc(){return new RegExp(qc,"u")}const eu=/^(?:(?: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])$/,tu=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/,nu=/^((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])$/,ru=/^(([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])$/,ou=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,xo=/^[A-Za-z0-9_-]*$/,su=/^\+(?:[0-9]){6,14}[0-9]$/,Uo="(?:(?:\\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])))",iu=new RegExp(`^${Uo}$`);function Mo(e){const 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 au(e){return new RegExp(`^${Mo(e)}$`)}function cu(e){const t=Mo({precision:e.precision}),n=["Z"];e.local&&n.push(""),e.offset&&n.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");const r=`${t}(?:${n.join("|")})`;return new RegExp(`^${Uo}T(?:${r})$`)}const uu=e=>{const t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},lu=/^-?\d+$/,pu=/^-?\d+(?:\.\d+)?/,du=/^(?:true|false)$/i,fu=/^[^A-Z]*$/,hu=/^[^a-z]*$/,De=f("$ZodCheck",(e,t)=>{var n;e._zod??(e._zod={}),e._zod.def=t,(n=e._zod).onattach??(n.onattach=[])}),Fo={number:"number",bigint:"bigint",object:"date"},zo=f("$ZodCheckLessThan",(e,t)=>{De.init(e,t);const n=Fo[typeof t.value];e._zod.onattach.push(r=>{const o=r._zod.bag,i=(t.inclusive?o.maximum:o.exclusiveMaximum)??Number.POSITIVE_INFINITY;t.value<i&&(t.inclusive?o.maximum=t.value:o.exclusiveMaximum=t.value)}),e._zod.check=r=>{(t.inclusive?r.value<=t.value:r.value<t.value)||r.issues.push({origin:n,code:"too_big",maximum:t.value,input:r.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),Go=f("$ZodCheckGreaterThan",(e,t)=>{De.init(e,t);const n=Fo[typeof t.value];e._zod.onattach.push(r=>{const o=r._zod.bag,i=(t.inclusive?o.minimum:o.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>i&&(t.inclusive?o.minimum=t.value:o.exclusiveMinimum=t.value)}),e._zod.check=r=>{(t.inclusive?r.value>=t.value:r.value>t.value)||r.issues.push({origin:n,code:"too_small",minimum:t.value,input:r.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),mu=f("$ZodCheckMultipleOf",(e,t)=>{De.init(e,t),e._zod.onattach.push(n=>{var r;(r=n._zod.bag).multipleOf??(r.multipleOf=t.value)}),e._zod.check=n=>{if(typeof n.value!=typeof t.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof n.value=="bigint"?n.value%t.value===BigInt(0):_c(n.value,t.value)===0)||n.issues.push({origin:typeof n.value,code:"not_multiple_of",divisor:t.value,input:n.value,inst:e,continue:!t.abort})}}),Eu=f("$ZodCheckNumberFormat",(e,t)=>{De.init(e,t),t.format=t.format||"float64";const n=t.format?.includes("int"),r=n?"int":"number",[o,i]=Cc[t.format];e._zod.onattach.push(s=>{const a=s._zod.bag;a.format=t.format,a.minimum=o,a.maximum=i,n&&(a.pattern=lu)}),e._zod.check=s=>{const a=s.value;if(n){if(!Number.isInteger(a)){s.issues.push({expected:r,format:t.format,code:"invalid_type",continue:!1,input:a,inst:e});return}if(!Number.isSafeInteger(a)){a>0?s.issues.push({input:a,code:"too_big",maximum:Number.MAX_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:r,continue:!t.abort}):s.issues.push({input:a,code:"too_small",minimum:Number.MIN_SAFE_INTEGER,note:"Integers must be within the safe integer range.",inst:e,origin:r,continue:!t.abort});return}}a<o&&s.issues.push({origin:"number",input:a,code:"too_small",minimum:o,inclusive:!0,inst:e,continue:!t.abort}),a>i&&s.issues.push({origin:"number",input:a,code:"too_big",maximum:i,inst:e})}}),gu=f("$ZodCheckMaxLength",(e,t)=>{var n;De.init(e,t),(n=e._zod.def).when??(n.when=r=>{const o=r.value;return!tr(o)&&o.length!==void 0}),e._zod.onattach.push(r=>{const o=r._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<o&&(r._zod.bag.maximum=t.maximum)}),e._zod.check=r=>{const o=r.value;if(o.length<=t.maximum)return;const s=rr(o);r.issues.push({origin:s,code:"too_big",maximum:t.maximum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),_u=f("$ZodCheckMinLength",(e,t)=>{var n;De.init(e,t),(n=e._zod.def).when??(n.when=r=>{const o=r.value;return!tr(o)&&o.length!==void 0}),e._zod.onattach.push(r=>{const o=r._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>o&&(r._zod.bag.minimum=t.minimum)}),e._zod.check=r=>{const o=r.value;if(o.length>=t.minimum)return;const s=rr(o);r.issues.push({origin:s,code:"too_small",minimum:t.minimum,inclusive:!0,input:o,inst:e,continue:!t.abort})}}),yu=f("$ZodCheckLengthEquals",(e,t)=>{var n;De.init(e,t),(n=e._zod.def).when??(n.when=r=>{const o=r.value;return!tr(o)&&o.length!==void 0}),e._zod.onattach.push(r=>{const o=r._zod.bag;o.minimum=t.length,o.maximum=t.length,o.length=t.length}),e._zod.check=r=>{const o=r.value,i=o.length;if(i===t.length)return;const s=rr(o),a=i>t.length;r.issues.push({origin:s,...a?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:r.value,inst:e,continue:!t.abort})}}),dn=f("$ZodCheckStringFormat",(e,t)=>{var n,r;De.init(e,t),e._zod.onattach.push(o=>{const i=o._zod.bag;i.format=t.format,t.pattern&&(i.patterns??(i.patterns=new Set),i.patterns.add(t.pattern))}),t.pattern?(n=e._zod).check??(n.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})}):(r=e._zod).check??(r.check=()=>{})}),Su=f("$ZodCheckRegex",(e,t)=>{dn.init(e,t),e._zod.check=n=>{t.pattern.lastIndex=0,!t.pattern.test(n.value)&&n.issues.push({origin:"string",code:"invalid_format",format:"regex",input:n.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),Tu=f("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=fu),dn.init(e,t)}),Ru=f("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=hu),dn.init(e,t)}),Cu=f("$ZodCheckIncludes",(e,t)=>{De.init(e,t);const n=At(t.includes),r=new RegExp(typeof t.position=="number"?`^.{${t.position}}${n}`:n);t.pattern=r,e._zod.onattach.push(o=>{const i=o._zod.bag;i.patterns??(i.patterns=new Set),i.patterns.add(r)}),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})}}),Iu=f("$ZodCheckStartsWith",(e,t)=>{De.init(e,t);const n=new RegExp(`^${At(t.prefix)}.*`);t.pattern??(t.pattern=n),e._zod.onattach.push(r=>{const o=r._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(n)}),e._zod.check=r=>{r.value.startsWith(t.prefix)||r.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:r.value,inst:e,continue:!t.abort})}}),wu=f("$ZodCheckEndsWith",(e,t)=>{De.init(e,t);const n=new RegExp(`.*${At(t.suffix)}$`);t.pattern??(t.pattern=n),e._zod.onattach.push(r=>{const o=r._zod.bag;o.patterns??(o.patterns=new Set),o.patterns.add(n)}),e._zod.check=r=>{r.value.endsWith(t.suffix)||r.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:r.value,inst:e,continue:!t.abort})}}),Ou=f("$ZodCheckOverwrite",(e,t)=>{De.init(e,t),e._zod.check=n=>{n.value=t.tx(n.value)}});class vu{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}const r=t.split(`
7
- `).filter(s=>s),o=Math.min(...r.map(s=>s.length-s.trimStart().length)),i=r.map(s=>s.slice(o)).map(s=>" ".repeat(this.indent*2)+s);for(const s of i)this.content.push(s)}compile(){const t=Function,n=this?.args,o=[...(this?.content??[""]).map(i=>` ${i}`)];return new t(...n,o.join(`
8
- `))}}const Au={major:4,minor:1,patch:13},he=f("$ZodType",(e,t)=>{var n;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=Au;const r=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&r.unshift(e);for(const o of r)for(const i of o._zod.onattach)i(e);if(r.length===0)(n=e._zod).deferred??(n.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{const o=(s,a,c)=>{let u=bt(s),l;for(const h of a){if(h._zod.def.when){if(!h._zod.def.when(s))continue}else if(u)continue;const d=s.issues.length,b=h._zod.check(s);if(b instanceof Promise&&c?.async===!1)throw new Ot;if(l||b instanceof Promise)l=(l??Promise.resolve()).then(async()=>{await b,s.issues.length!==d&&(u||(u=bt(s,d)))});else{if(s.issues.length===d)continue;u||(u=bt(s,d))}}return l?l.then(()=>s):s},i=(s,a,c)=>{if(bt(s))return s.aborted=!0,s;const u=o(a,r,c);if(u instanceof Promise){if(c.async===!1)throw new Ot;return u.then(l=>e._zod.parse(l,c))}return e._zod.parse(u,c)};e._zod.run=(s,a)=>{if(a.skipChecks)return e._zod.parse(s,a);if(a.direction==="backward"){const u=e._zod.parse({value:s.value,issues:[]},{...a,skipChecks:!0});return u instanceof Promise?u.then(l=>i(l,s,a)):i(u,s,a)}const c=e._zod.parse(s,a);if(c instanceof Promise){if(a.async===!1)throw new Ot;return c.then(u=>o(u,r,a))}return o(c,r,a)}}e["~standard"]={validate:o=>{try{const i=Dc(e,o);return i.success?{value:i.data}:{issues:i.error?.issues}}catch{return kc(e,o).then(s=>s.success?{value:s.data}:{issues:s.error?.issues})}},vendor:"zod",version:1}}),ir=f("$ZodString",(e,t)=>{he.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??uu(e._zod.bag),e._zod.parse=(n,r)=>{if(t.coerce)try{n.value=String(n.value)}catch{}return typeof n.value=="string"||n.issues.push({expected:"string",code:"invalid_type",input:n.value,inst:e}),n}}),pe=f("$ZodStringFormat",(e,t)=>{dn.init(e,t),ir.init(e,t)}),bu=f("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=Xc),pe.init(e,t)}),$u=f("$ZodUUID",(e,t)=>{if(t.version){const r={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(r===void 0)throw new Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=Po(r))}else t.pattern??(t.pattern=Po());pe.init(e,t)}),Nu=f("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=Qc),pe.init(e,t)}),Lu=f("$ZodURL",(e,t)=>{pe.init(e,t),e._zod.check=n=>{try{const r=n.value.trim(),o=new URL(r);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(o.hostname)||n.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:t.hostname.source,input:n.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)||n.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:n.value,inst:e,continue:!t.abort})),t.normalize?n.value=o.href:n.value=r;return}catch{n.issues.push({code:"invalid_format",format:"url",input:n.value,inst:e,continue:!t.abort})}}}),Du=f("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=Jc()),pe.init(e,t)}),ku=f("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=Kc),pe.init(e,t)}),Pu=f("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=jc),pe.init(e,t)}),xu=f("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=Bc),pe.init(e,t)}),Uu=f("$ZodULID",(e,t)=>{t.pattern??(t.pattern=Zc),pe.init(e,t)}),Mu=f("$ZodXID",(e,t)=>{t.pattern??(t.pattern=Vc),pe.init(e,t)}),Fu=f("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=Wc),pe.init(e,t)}),zu=f("$ZodISODateTime",(e,t)=>{t.pattern??(t.pattern=cu(t)),pe.init(e,t)}),Gu=f("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=iu),pe.init(e,t)}),Hu=f("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=au(t)),pe.init(e,t)}),ju=f("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=Yc),pe.init(e,t)}),Bu=f("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=eu),pe.init(e,t),e._zod.bag.format="ipv4"}),Zu=f("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=tu),pe.init(e,t),e._zod.bag.format="ipv6",e._zod.check=n=>{try{new URL(`http://[${n.value}]`)}catch{n.issues.push({code:"invalid_format",format:"ipv6",input:n.value,inst:e,continue:!t.abort})}}}),Vu=f("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=nu),pe.init(e,t)}),Wu=f("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=ru),pe.init(e,t),e._zod.check=n=>{const r=n.value.split("/");try{if(r.length!==2)throw new Error;const[o,i]=r;if(!i)throw new Error;const s=Number(i);if(`${s}`!==i)throw new Error;if(s<0||s>128)throw new Error;new URL(`http://[${o}]`)}catch{n.issues.push({code:"invalid_format",format:"cidrv6",input:n.value,inst:e,continue:!t.abort})}}});function Ho(e){if(e==="")return!0;if(e.length%4!==0)return!1;try{return atob(e),!0}catch{return!1}}const Ku=f("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=ou),pe.init(e,t),e._zod.bag.contentEncoding="base64",e._zod.check=n=>{Ho(n.value)||n.issues.push({code:"invalid_format",format:"base64",input:n.value,inst:e,continue:!t.abort})}});function Yu(e){if(!xo.test(e))return!1;const t=e.replace(/[-_]/g,r=>r==="-"?"+":"/"),n=t.padEnd(Math.ceil(t.length/4)*4,"=");return Ho(n)}const Xu=f("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=xo),pe.init(e,t),e._zod.bag.contentEncoding="base64url",e._zod.check=n=>{Yu(n.value)||n.issues.push({code:"invalid_format",format:"base64url",input:n.value,inst:e,continue:!t.abort})}}),Qu=f("$ZodE164",(e,t)=>{t.pattern??(t.pattern=su),pe.init(e,t)});function qu(e,t=null){try{const n=e.split(".");if(n.length!==3)return!1;const[r]=n;if(!r)return!1;const o=JSON.parse(atob(r));return!("typ"in o&&o?.typ!=="JWT"||!o.alg||t&&(!("alg"in o)||o.alg!==t))}catch{return!1}}const Ju=f("$ZodJWT",(e,t)=>{pe.init(e,t),e._zod.check=n=>{qu(n.value,t.alg)||n.issues.push({code:"invalid_format",format:"jwt",input:n.value,inst:e,continue:!t.abort})}}),jo=f("$ZodNumber",(e,t)=>{he.init(e,t),e._zod.pattern=e._zod.bag.pattern??pu,e._zod.parse=(n,r)=>{if(t.coerce)try{n.value=Number(n.value)}catch{}const o=n.value;if(typeof o=="number"&&!Number.isNaN(o)&&Number.isFinite(o))return n;const i=typeof o=="number"?Number.isNaN(o)?"NaN":Number.isFinite(o)?void 0:"Infinity":void 0;return n.issues.push({expected:"number",code:"invalid_type",input:o,inst:e,...i?{received:i}:{}}),n}}),el=f("$ZodNumberFormat",(e,t)=>{Eu.init(e,t),jo.init(e,t)}),tl=f("$ZodBoolean",(e,t)=>{he.init(e,t),e._zod.pattern=du,e._zod.parse=(n,r)=>{if(t.coerce)try{n.value=!!n.value}catch{}const o=n.value;return typeof o=="boolean"||n.issues.push({expected:"boolean",code:"invalid_type",input:o,inst:e}),n}}),nl=f("$ZodUnknown",(e,t)=>{he.init(e,t),e._zod.parse=n=>n}),rl=f("$ZodNever",(e,t)=>{he.init(e,t),e._zod.parse=(n,r)=>(n.issues.push({expected:"never",code:"invalid_type",input:n.value,inst:e}),n)});function Bo(e,t,n){e.issues.length&&t.issues.push(...$t(n,e.issues)),t.value[n]=e.value}const ol=f("$ZodArray",(e,t)=>{he.init(e,t),e._zod.parse=(n,r)=>{const o=n.value;if(!Array.isArray(o))return n.issues.push({expected:"array",code:"invalid_type",input:o,inst:e}),n;n.value=Array(o.length);const i=[];for(let s=0;s<o.length;s++){const a=o[s],c=t.element._zod.run({value:a,issues:[]},r);c instanceof Promise?i.push(c.then(u=>Bo(u,n,s))):Bo(c,n,s)}return i.length?Promise.all(i).then(()=>n):n}});function fn(e,t,n,r){e.issues.length&&t.issues.push(...$t(n,e.issues)),e.value===void 0?n in r&&(t.value[n]=void 0):t.value[n]=e.value}function Zo(e){const t=Object.keys(e.shape);for(const r of t)if(!e.shape?.[r]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${r}": expected a Zod schema`);const n=Rc(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(n)}}function Vo(e,t,n,r,o,i){const s=[],a=o.keySet,c=o.catchall._zod,u=c.def.type;for(const l in t){if(a.has(l))continue;if(u==="never"){s.push(l);continue}const h=c.run({value:t[l],issues:[]},r);h instanceof Promise?e.push(h.then(d=>fn(d,n,l,t))):fn(h,n,l,t)}return s.length&&n.issues.push({code:"unrecognized_keys",keys:s,input:t,inst:i}),e.length?Promise.all(e).then(()=>n):n}const sl=f("$ZodObject",(e,t)=>{if(he.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){const a=t.shape;Object.defineProperty(t,"shape",{get:()=>{const c={...a};return Object.defineProperty(t,"shape",{value:c}),c}})}const r=cn(()=>Zo(t));se(e._zod,"propValues",()=>{const a=t.shape,c={};for(const u in a){const l=a[u]._zod;if(l.values){c[u]??(c[u]=new Set);for(const h of l.values)c[u].add(h)}}return c});const o=Vt,i=t.catchall;let s;e._zod.parse=(a,c)=>{s??(s=r.value);const u=a.value;if(!o(u))return a.issues.push({expected:"object",code:"invalid_type",input:u,inst:e}),a;a.value={};const l=[],h=s.shape;for(const d of s.keys){const A=h[d]._zod.run({value:u[d],issues:[]},c);A instanceof Promise?l.push(A.then(Z=>fn(Z,a,d,u))):fn(A,a,d,u)}return i?Vo(l,u,a,c,r.value,e):l.length?Promise.all(l).then(()=>a):a}}),il=f("$ZodObjectJIT",(e,t)=>{sl.init(e,t);const n=e._zod.parse,r=cn(()=>Zo(t)),o=d=>{const b=new vu(["shape","payload","ctx"]),A=r.value,Z=p=>{const S=bo(p);return`shape[${S}]._zod.run({ value: input[${S}], issues: [] }, ctx)`};b.write("const input = payload.value;");const C=Object.create(null);let T=0;for(const p of A.keys)C[p]=`key_${T++}`;b.write("const newResult = {};");for(const p of A.keys){const S=C[p],m=bo(p);b.write(`const ${S} = ${Z(p)};`),b.write(`
9
- if (${S}.issues.length) {
10
- payload.issues = payload.issues.concat(${S}.issues.map(iss => ({
1
+ import*as pt from"fs";import b,{existsSync as H,readFileSync as on,statSync as Xe,promises as rn,writeFileSync as sn,createReadStream as ri,mkdtempSync as si,mkdirSync as ii,rmSync as co}from"fs";import*as ft from"path";import j,{resolve as S,dirname as uo,relative as lo,basename as ai,sep as an,parse as po,join as ee}from"path";import ci from"cac";import{green as ue,yellow as ui,red as li,gray as di}from"kolorist";import Le from"prompts";import fo from"adm-zip";import{glob as I,globSync as ho}from"glob";import le from"typescript";import{normalizePath as pi,build as Ee,defineConfig as ht,createServer as fi}from"vite";import{SectionTypeEnum as ge,BackgroundStyleEnum as cn,ButtonAppearanceEnum as hi,ButtonSizeEnum as mi,ButtonShapeEnum as Ei,OverlayTypeEnum as mt,DesignEditorType as Q,PluginTypeEnum as te,ConfigTypeEnum as N}from"@lightspeed/crane-api";import*as M from"process";import Et from"process";import{JSONPath as gi}from"jsonpath-plus";import{readFile as un,writeFile as _i}from"fs/promises";import{pathToFileURL as mo,URL as yi}from"url";import ln,{AxiosError as Eo}from"axios";import Si from"tinycolor2";import{builtinModules as go}from"module";import{viteExternalsPlugin as _o}from"vite-plugin-externals";import Ti from"vite-plugin-compression";import Oi from"@vitejs/plugin-vue";import Ii from"vite-tsconfig-paths";import wi from"vite-plugin-checker";import{encode as vi}from"@jridgewell/sourcemap-codec";import{promisify as yo}from"node:util";import So from"node:zlib";import D from"node:fs";import V from"node:path";import U from"node:process";import Ci from"micromatch";import{fileURLToPath as Ri}from"node:url";import{ConcurrencyManager as bi}from"axios-concurrency";import{inc as Ai}from"semver";import Ni from"cli-progress";import{WebSocketServer as $i,WebSocket as Di}from"ws";import*as Li from"os";import{spawnSync as ki}from"child_process";const Pi="3.3.0",x={[ge.SECTION]:{source:"sections",dist:"dist/sections"},[ge.HEADER]:{source:"headers",dist:"dist/headers"},[ge.FOOTER]:{source:"footers",dist:"dist/footers"}};var C=(e=>(e[e.Server=0]="Server",e[e.Client=1]="Client",e[e.ClientChunks=2]="ClientChunks",e[e.ClientAsset=3]="ClientAsset",e[e.Asset=4]="Asset",e[e.TemplateAsset=5]="TemplateAsset",e[e.Dependency=6]="Dependency",e[e.SourceCode=7]="SourceCode",e[e.LayoutClient=8]="LayoutClient",e[e.LayoutAsset=9]="LayoutAsset",e[e.SlotServer=10]="SlotServer",e[e.SlotClient=11]="SlotClient",e[e.SlotClientChunks=12]="SlotClientChunks",e[e.SlotClientAsset=13]="SlotClientAsset",e[e.CollectionAsset=14]="CollectionAsset",e))(C||{});function ke(e){const t={};for(const[n,o]of Object.entries(e)){let r={...o};if(o.type==="DECK"&&o.cards&&typeof o.cards=="object"&&"defaultCardContent"in o.cards){const s=o.cards;s.defaultCardContent?.settings&&(r={...r,cards:{...s,defaultCardContent:{...s.defaultCardContent,settings:ke(s.defaultCardContent.settings)}}})}if(o.type==="ACCORDION"&&o.cards&&typeof o.cards=="object"&&!("defaultCardContent"in o.cards)){const s=o.cards,i={};for(const[a,c]of Object.entries(s))c.editors?i[a]={...c,editors:ke(c.editors)}:i[a]=c;r={...r,cards:i}}if(r.defaults&&typeof r.defaults=="object"&&!("type"in r.defaults)){const s=Object.assign({type:r.type},r.defaults);r={...r,defaults:s}}t[n]=r}return t}function l(e,t,n){function o(a,c){if(a._zod||Object.defineProperty(a,"_zod",{value:{def:c,constr:i,traits:new Set},enumerable:!1}),a._zod.traits.has(e))return;a._zod.traits.add(e),t(a,c);const u=i.prototype,d=Object.keys(u);for(let m=0;m<d.length;m++){const y=d[m];y in a||(a[y]=u[y].bind(a))}}const r=n?.Parent??Object;class s extends r{}Object.defineProperty(s,"name",{value:e});function i(a){var c;const u=n?.Parent?new s:this;o(u,a),(c=u._zod).deferred??(c.deferred=[]);for(const d of u._zod.deferred)d();return u}return Object.defineProperty(i,"init",{value:o}),Object.defineProperty(i,Symbol.hasInstance,{value:a=>n?.Parent&&a instanceof n.Parent?!0:a?._zod?.traits?.has(e)}),Object.defineProperty(i,"name",{value:e}),i}class Pe extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.")}}class To extends Error{constructor(t){super(`Encountered unidirectional transform during encode: ${t}`),this.name="ZodEncodeError"}}const dn={};function _e(e){return e&&Object.assign(dn,e),dn}function Oo(e){const t=Object.values(e).filter(o=>typeof o=="number");return Object.entries(e).filter(([o,r])=>t.indexOf(+o)===-1).map(([o,r])=>r)}function pn(e,t){return typeof t=="bigint"?t.toString():t}function gt(e){return{get value(){{const t=e();return Object.defineProperty(this,"value",{value:t}),t}}}}function fn(e){return e==null}function hn(e){const t=e.startsWith("^")?1:0,n=e.endsWith("$")?e.length-1:e.length;return e.slice(t,n)}function zi(e,t){const n=(e.toString().split(".")[1]||"").length,o=t.toString();let r=(o.split(".")[1]||"").length;if(r===0&&/\d?e-\d?/.test(o)){const c=o.match(/\d?e-(\d?)/);c?.[1]&&(r=Number.parseInt(c[1]))}const s=n>r?n:r,i=Number.parseInt(e.toFixed(s).replace(".","")),a=Number.parseInt(t.toFixed(s).replace(".",""));return i%a/10**s}const Io=Symbol("evaluating");function R(e,t,n){let o;Object.defineProperty(e,t,{get(){if(o!==Io)return o===void 0&&(o=Io,o=n()),o},set(r){Object.defineProperty(e,t,{value:r})},configurable:!0})}function Re(e,t,n){Object.defineProperty(e,t,{value:n,writable:!0,enumerable:!0,configurable:!0})}function Oe(...e){const t={};for(const n of e){const o=Object.getOwnPropertyDescriptors(n);Object.assign(t,o)}return Object.defineProperties({},t)}function wo(e){return JSON.stringify(e)}function ji(e){return e.toLowerCase().trim().replace(/[^\w\s-]/g,"").replace(/[\s_-]+/g,"-").replace(/^-+|-+$/g,"")}const vo="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function Qe(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}const Ui=gt(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return!1;try{const e=Function;return new e(""),!0}catch{return!1}});function ze(e){if(Qe(e)===!1)return!1;const t=e.constructor;if(t===void 0||typeof t!="function")return!0;const n=t.prototype;return!(Qe(n)===!1||Object.prototype.hasOwnProperty.call(n,"isPrototypeOf")===!1)}function Co(e){return ze(e)?{...e}:Array.isArray(e)?[...e]:e}const Mi=new Set(["string","number","symbol"]);function je(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Ie(e,t,n){const o=new e._zod.constr(t??e._zod.def);return(!t||n?.parent)&&(o._zod.parent=e),o}function g(e){const 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 Fi(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}const xi={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]};function Gi(e,t){const n=e._zod.def,o=n.checks;if(o&&o.length>0)throw new Error(".pick() cannot be used on object schemas containing refinements");const s=Oe(e._zod.def,{get shape(){const i={};for(const a in t){if(!(a in n.shape))throw new Error(`Unrecognized key: "${a}"`);t[a]&&(i[a]=n.shape[a])}return Re(this,"shape",i),i},checks:[]});return Ie(e,s)}function Zi(e,t){const n=e._zod.def,o=n.checks;if(o&&o.length>0)throw new Error(".omit() cannot be used on object schemas containing refinements");const s=Oe(e._zod.def,{get shape(){const i={...e._zod.def.shape};for(const a in t){if(!(a in n.shape))throw new Error(`Unrecognized key: "${a}"`);t[a]&&delete i[a]}return Re(this,"shape",i),i},checks:[]});return Ie(e,s)}function Bi(e,t){if(!ze(t))throw new Error("Invalid input to extend: expected a plain object");const n=e._zod.def.checks;if(n&&n.length>0){const s=e._zod.def.shape;for(const i in t)if(Object.getOwnPropertyDescriptor(s,i)!==void 0)throw new Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.")}const r=Oe(e._zod.def,{get shape(){const s={...e._zod.def.shape,...t};return Re(this,"shape",s),s}});return Ie(e,r)}function Hi(e,t){if(!ze(t))throw new Error("Invalid input to safeExtend: expected a plain object");const n=Oe(e._zod.def,{get shape(){const o={...e._zod.def.shape,...t};return Re(this,"shape",o),o}});return Ie(e,n)}function Vi(e,t){const n=Oe(e._zod.def,{get shape(){const o={...e._zod.def.shape,...t._zod.def.shape};return Re(this,"shape",o),o},get catchall(){return t._zod.def.catchall},checks:[]});return Ie(e,n)}function Wi(e,t,n){const r=t._zod.def.checks;if(r&&r.length>0)throw new Error(".partial() cannot be used on object schemas containing refinements");const i=Oe(t._zod.def,{get shape(){const a=t._zod.def.shape,c={...a};if(n)for(const u in n){if(!(u in a))throw new Error(`Unrecognized key: "${u}"`);n[u]&&(c[u]=e?new e({type:"optional",innerType:a[u]}):a[u])}else for(const u in a)c[u]=e?new e({type:"optional",innerType:a[u]}):a[u];return Re(this,"shape",c),c},checks:[]});return Ie(t,i)}function Yi(e,t,n){const o=Oe(t._zod.def,{get shape(){const r=t._zod.def.shape,s={...r};if(n)for(const i in n){if(!(i in s))throw new Error(`Unrecognized key: "${i}"`);n[i]&&(s[i]=new e({type:"nonoptional",innerType:r[i]}))}else for(const i in r)s[i]=new e({type:"nonoptional",innerType:r[i]});return Re(this,"shape",s),s}});return Ie(t,o)}function Ue(e,t=0){if(e.aborted===!0)return!0;for(let n=t;n<e.issues.length;n++)if(e.issues[n]?.continue!==!0)return!0;return!1}function Me(e,t){return t.map(n=>{var o;return(o=n).path??(o.path=[]),n.path.unshift(e),n})}function _t(e){return typeof e=="string"?e:e?.message}function we(e,t,n){const o={...e,path:e.path??[]};if(!e.message){const r=_t(e.inst?._zod.def?.error?.(e))??_t(t?.error?.(e))??_t(n.customError?.(e))??_t(n.localeError?.(e))??"Invalid input";o.message=r}return delete o.inst,delete o.continue,t?.reportInput||delete o.input,o}function mn(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function qe(...e){const[t,n,o]=e;return typeof t=="string"?{message:t,code:"custom",input:n,inst:o}:{...t}}const Ro=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:!1}),Object.defineProperty(e,"issues",{value:t,enumerable:!1}),e.message=JSON.stringify(t,pn,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:!1})},bo=l("$ZodError",Ro),Ao=l("$ZodError",Ro,{Parent:Error});function Ki(e,t=n=>n.message){const n={},o=[];for(const r of e.issues)r.path.length>0?(n[r.path[0]]=n[r.path[0]]||[],n[r.path[0]].push(t(r))):o.push(t(r));return{formErrors:o,fieldErrors:n}}function Ji(e,t=n=>n.message){const n={_errors:[]},o=r=>{for(const s of r.issues)if(s.code==="invalid_union"&&s.errors.length)s.errors.map(i=>o({issues:i}));else if(s.code==="invalid_key")o({issues:s.issues});else if(s.code==="invalid_element")o({issues:s.issues});else if(s.path.length===0)n._errors.push(t(s));else{let i=n,a=0;for(;a<s.path.length;){const c=s.path[a];a===s.path.length-1?(i[c]=i[c]||{_errors:[]},i[c]._errors.push(t(s))):i[c]=i[c]||{_errors:[]},i=i[c],a++}}};return o(e),n}const En=e=>(t,n,o,r)=>{const s=o?Object.assign(o,{async:!1}):{async:!1},i=t._zod.run({value:n,issues:[]},s);if(i instanceof Promise)throw new Pe;if(i.issues.length){const a=new(r?.Err??e)(i.issues.map(c=>we(c,s,_e())));throw vo(a,r?.callee),a}return i.value},gn=e=>async(t,n,o,r)=>{const s=o?Object.assign(o,{async:!0}):{async:!0};let i=t._zod.run({value:n,issues:[]},s);if(i instanceof Promise&&(i=await i),i.issues.length){const a=new(r?.Err??e)(i.issues.map(c=>we(c,s,_e())));throw vo(a,r?.callee),a}return i.value},yt=e=>(t,n,o)=>{const r=o?{...o,async:!1}:{async:!1},s=t._zod.run({value:n,issues:[]},r);if(s instanceof Promise)throw new Pe;return s.issues.length?{success:!1,error:new(e??bo)(s.issues.map(i=>we(i,r,_e())))}:{success:!0,data:s.value}},Xi=yt(Ao),St=e=>async(t,n,o)=>{const r=o?Object.assign(o,{async:!0}):{async:!0};let s=t._zod.run({value:n,issues:[]},r);return s instanceof Promise&&(s=await s),s.issues.length?{success:!1,error:new e(s.issues.map(i=>we(i,r,_e())))}:{success:!0,data:s.value}},Qi=St(Ao),qi=e=>(t,n,o)=>{const r=o?Object.assign(o,{direction:"backward"}):{direction:"backward"};return En(e)(t,n,r)},ea=e=>(t,n,o)=>En(e)(t,n,o),ta=e=>async(t,n,o)=>{const r=o?Object.assign(o,{direction:"backward"}):{direction:"backward"};return gn(e)(t,n,r)},na=e=>async(t,n,o)=>gn(e)(t,n,o),oa=e=>(t,n,o)=>{const r=o?Object.assign(o,{direction:"backward"}):{direction:"backward"};return yt(e)(t,n,r)},ra=e=>(t,n,o)=>yt(e)(t,n,o),sa=e=>async(t,n,o)=>{const r=o?Object.assign(o,{direction:"backward"}):{direction:"backward"};return St(e)(t,n,r)},ia=e=>async(t,n,o)=>St(e)(t,n,o),aa=/^[cC][^\s-]{8,}$/,ca=/^[0-9a-z]+$/,ua=/^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/,la=/^[0-9a-vA-V]{20}$/,da=/^[A-Za-z0-9]{27}$/,pa=/^[a-zA-Z0-9_-]{21}$/,fa=/^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,ha=/^([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})$/,No=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|ffffffff-ffff-ffff-ffff-ffffffffffff)$/,ma=/^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/,Ea="^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";function ga(){return new RegExp(Ea,"u")}const _a=/^(?:(?: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])$/,ya=/^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/,Sa=/^((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])$/,Ta=/^(([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])$/,Oa=/^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,$o=/^[A-Za-z0-9_-]*$/,Ia=/^\+[1-9]\d{6,14}$/,Do="(?:(?:\\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])))",wa=new RegExp(`^${Do}$`);function Lo(e){const 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 va(e){return new RegExp(`^${Lo(e)}$`)}function Ca(e){const t=Lo({precision:e.precision}),n=["Z"];e.local&&n.push(""),e.offset&&n.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");const o=`${t}(?:${n.join("|")})`;return new RegExp(`^${Do}T(?:${o})$`)}const Ra=e=>{const t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)},ba=/^-?\d+$/,ko=/^-?\d+(?:\.\d+)?$/,Aa=/^(?:true|false)$/i,Na=/^[^A-Z]*$/,$a=/^[^a-z]*$/,J=l("$ZodCheck",(e,t)=>{var n;e._zod??(e._zod={}),e._zod.def=t,(n=e._zod).onattach??(n.onattach=[])}),Po={number:"number",bigint:"bigint",object:"date"},zo=l("$ZodCheckLessThan",(e,t)=>{J.init(e,t);const n=Po[typeof t.value];e._zod.onattach.push(o=>{const r=o._zod.bag,s=(t.inclusive?r.maximum:r.exclusiveMaximum)??Number.POSITIVE_INFINITY;t.value<s&&(t.inclusive?r.maximum=t.value:r.exclusiveMaximum=t.value)}),e._zod.check=o=>{(t.inclusive?o.value<=t.value:o.value<t.value)||o.issues.push({origin:n,code:"too_big",maximum:typeof t.value=="object"?t.value.getTime():t.value,input:o.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),jo=l("$ZodCheckGreaterThan",(e,t)=>{J.init(e,t);const n=Po[typeof t.value];e._zod.onattach.push(o=>{const r=o._zod.bag,s=(t.inclusive?r.minimum:r.exclusiveMinimum)??Number.NEGATIVE_INFINITY;t.value>s&&(t.inclusive?r.minimum=t.value:r.exclusiveMinimum=t.value)}),e._zod.check=o=>{(t.inclusive?o.value>=t.value:o.value>t.value)||o.issues.push({origin:n,code:"too_small",minimum:typeof t.value=="object"?t.value.getTime():t.value,input:o.value,inclusive:t.inclusive,inst:e,continue:!t.abort})}}),Da=l("$ZodCheckMultipleOf",(e,t)=>{J.init(e,t),e._zod.onattach.push(n=>{var o;(o=n._zod.bag).multipleOf??(o.multipleOf=t.value)}),e._zod.check=n=>{if(typeof n.value!=typeof t.value)throw new Error("Cannot mix number and bigint in multiple_of check.");(typeof n.value=="bigint"?n.value%t.value===BigInt(0):zi(n.value,t.value)===0)||n.issues.push({origin:typeof n.value,code:"not_multiple_of",divisor:t.value,input:n.value,inst:e,continue:!t.abort})}}),La=l("$ZodCheckNumberFormat",(e,t)=>{J.init(e,t),t.format=t.format||"float64";const n=t.format?.includes("int"),o=n?"int":"number",[r,s]=xi[t.format];e._zod.onattach.push(i=>{const a=i._zod.bag;a.format=t.format,a.minimum=r,a.maximum=s,n&&(a.pattern=ba)}),e._zod.check=i=>{const a=i.value;if(n){if(!Number.isInteger(a)){i.issues.push({expected:o,format:t.format,code:"invalid_type",continue:!1,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:o,inclusive:!0,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:o,inclusive:!0,continue:!t.abort});return}}a<r&&i.issues.push({origin:"number",input:a,code:"too_small",minimum:r,inclusive:!0,inst:e,continue:!t.abort}),a>s&&i.issues.push({origin:"number",input:a,code:"too_big",maximum:s,inclusive:!0,inst:e,continue:!t.abort})}}),ka=l("$ZodCheckMaxLength",(e,t)=>{var n;J.init(e,t),(n=e._zod.def).when??(n.when=o=>{const r=o.value;return!fn(r)&&r.length!==void 0}),e._zod.onattach.push(o=>{const r=o._zod.bag.maximum??Number.POSITIVE_INFINITY;t.maximum<r&&(o._zod.bag.maximum=t.maximum)}),e._zod.check=o=>{const r=o.value;if(r.length<=t.maximum)return;const i=mn(r);o.issues.push({origin:i,code:"too_big",maximum:t.maximum,inclusive:!0,input:r,inst:e,continue:!t.abort})}}),Pa=l("$ZodCheckMinLength",(e,t)=>{var n;J.init(e,t),(n=e._zod.def).when??(n.when=o=>{const r=o.value;return!fn(r)&&r.length!==void 0}),e._zod.onattach.push(o=>{const r=o._zod.bag.minimum??Number.NEGATIVE_INFINITY;t.minimum>r&&(o._zod.bag.minimum=t.minimum)}),e._zod.check=o=>{const r=o.value;if(r.length>=t.minimum)return;const i=mn(r);o.issues.push({origin:i,code:"too_small",minimum:t.minimum,inclusive:!0,input:r,inst:e,continue:!t.abort})}}),za=l("$ZodCheckLengthEquals",(e,t)=>{var n;J.init(e,t),(n=e._zod.def).when??(n.when=o=>{const r=o.value;return!fn(r)&&r.length!==void 0}),e._zod.onattach.push(o=>{const r=o._zod.bag;r.minimum=t.length,r.maximum=t.length,r.length=t.length}),e._zod.check=o=>{const r=o.value,s=r.length;if(s===t.length)return;const i=mn(r),a=s>t.length;o.issues.push({origin:i,...a?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:!0,exact:!0,input:o.value,inst:e,continue:!t.abort})}}),Tt=l("$ZodCheckStringFormat",(e,t)=>{var n,o;J.init(e,t),e._zod.onattach.push(r=>{const s=r._zod.bag;s.format=t.format,t.pattern&&(s.patterns??(s.patterns=new Set),s.patterns.add(t.pattern))}),t.pattern?(n=e._zod).check??(n.check=r=>{t.pattern.lastIndex=0,!t.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:t.format,input:r.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort})}):(o=e._zod).check??(o.check=()=>{})}),ja=l("$ZodCheckRegex",(e,t)=>{Tt.init(e,t),e._zod.check=n=>{t.pattern.lastIndex=0,!t.pattern.test(n.value)&&n.issues.push({origin:"string",code:"invalid_format",format:"regex",input:n.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort})}}),Ua=l("$ZodCheckLowerCase",(e,t)=>{t.pattern??(t.pattern=Na),Tt.init(e,t)}),Ma=l("$ZodCheckUpperCase",(e,t)=>{t.pattern??(t.pattern=$a),Tt.init(e,t)}),Fa=l("$ZodCheckIncludes",(e,t)=>{J.init(e,t);const n=je(t.includes),o=new RegExp(typeof t.position=="number"?`^.{${t.position}}${n}`:n);t.pattern=o,e._zod.onattach.push(r=>{const s=r._zod.bag;s.patterns??(s.patterns=new Set),s.patterns.add(o)}),e._zod.check=r=>{r.value.includes(t.includes,t.position)||r.issues.push({origin:"string",code:"invalid_format",format:"includes",includes:t.includes,input:r.value,inst:e,continue:!t.abort})}}),xa=l("$ZodCheckStartsWith",(e,t)=>{J.init(e,t);const n=new RegExp(`^${je(t.prefix)}.*`);t.pattern??(t.pattern=n),e._zod.onattach.push(o=>{const r=o._zod.bag;r.patterns??(r.patterns=new Set),r.patterns.add(n)}),e._zod.check=o=>{o.value.startsWith(t.prefix)||o.issues.push({origin:"string",code:"invalid_format",format:"starts_with",prefix:t.prefix,input:o.value,inst:e,continue:!t.abort})}}),Ga=l("$ZodCheckEndsWith",(e,t)=>{J.init(e,t);const n=new RegExp(`.*${je(t.suffix)}$`);t.pattern??(t.pattern=n),e._zod.onattach.push(o=>{const r=o._zod.bag;r.patterns??(r.patterns=new Set),r.patterns.add(n)}),e._zod.check=o=>{o.value.endsWith(t.suffix)||o.issues.push({origin:"string",code:"invalid_format",format:"ends_with",suffix:t.suffix,input:o.value,inst:e,continue:!t.abort})}}),Za=l("$ZodCheckOverwrite",(e,t)=>{J.init(e,t),e._zod.check=n=>{n.value=t.tx(n.value)}});class Ba{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}const o=t.split(`
2
+ `).filter(i=>i),r=Math.min(...o.map(i=>i.length-i.trimStart().length)),s=o.map(i=>i.slice(r)).map(i=>" ".repeat(this.indent*2)+i);for(const i of s)this.content.push(i)}compile(){const t=Function,n=this?.args,r=[...(this?.content??[""]).map(s=>` ${s}`)];return new t(...n,r.join(`
3
+ `))}}const Ha={major:4,minor:3,patch:6},L=l("$ZodType",(e,t)=>{var n;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=Ha;const o=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&o.unshift(e);for(const r of o)for(const s of r._zod.onattach)s(e);if(o.length===0)(n=e._zod).deferred??(n.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse});else{const r=(i,a,c)=>{let u=Ue(i),d;for(const m of a){if(m._zod.def.when){if(!m._zod.def.when(i))continue}else if(u)continue;const y=i.issues.length,T=m._zod.check(i);if(T instanceof Promise&&c?.async===!1)throw new Pe;if(d||T instanceof Promise)d=(d??Promise.resolve()).then(async()=>{await T,i.issues.length!==y&&(u||(u=Ue(i,y)))});else{if(i.issues.length===y)continue;u||(u=Ue(i,y))}}return d?d.then(()=>i):i},s=(i,a,c)=>{if(Ue(i))return i.aborted=!0,i;const u=r(a,o,c);if(u instanceof Promise){if(c.async===!1)throw new Pe;return u.then(d=>e._zod.parse(d,c))}return e._zod.parse(u,c)};e._zod.run=(i,a)=>{if(a.skipChecks)return e._zod.parse(i,a);if(a.direction==="backward"){const u=e._zod.parse({value:i.value,issues:[]},{...a,skipChecks:!0});return u instanceof Promise?u.then(d=>s(d,i,a)):s(u,i,a)}const c=e._zod.parse(i,a);if(c instanceof Promise){if(a.async===!1)throw new Pe;return c.then(u=>r(u,o,a))}return r(c,o,a)}}R(e,"~standard",()=>({validate:r=>{try{const s=Xi(e,r);return s.success?{value:s.data}:{issues:s.error?.issues}}catch{return Qi(e,r).then(i=>i.success?{value:i.data}:{issues:i.error?.issues})}},vendor:"zod",version:1}))}),_n=l("$ZodString",(e,t)=>{L.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??Ra(e._zod.bag),e._zod.parse=(n,o)=>{if(t.coerce)try{n.value=String(n.value)}catch{}return typeof n.value=="string"||n.issues.push({expected:"string",code:"invalid_type",input:n.value,inst:e}),n}}),$=l("$ZodStringFormat",(e,t)=>{Tt.init(e,t),_n.init(e,t)}),Va=l("$ZodGUID",(e,t)=>{t.pattern??(t.pattern=ha),$.init(e,t)}),Wa=l("$ZodUUID",(e,t)=>{if(t.version){const o={v1:1,v2:2,v3:3,v4:4,v5:5,v6:6,v7:7,v8:8}[t.version];if(o===void 0)throw new Error(`Invalid UUID version: "${t.version}"`);t.pattern??(t.pattern=No(o))}else t.pattern??(t.pattern=No());$.init(e,t)}),Ya=l("$ZodEmail",(e,t)=>{t.pattern??(t.pattern=ma),$.init(e,t)}),Ka=l("$ZodURL",(e,t)=>{$.init(e,t),e._zod.check=n=>{try{const o=n.value.trim(),r=new URL(o);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(r.hostname)||n.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:t.hostname.source,input:n.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(r.protocol.endsWith(":")?r.protocol.slice(0,-1):r.protocol)||n.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:n.value,inst:e,continue:!t.abort})),t.normalize?n.value=r.href:n.value=o;return}catch{n.issues.push({code:"invalid_format",format:"url",input:n.value,inst:e,continue:!t.abort})}}}),Ja=l("$ZodEmoji",(e,t)=>{t.pattern??(t.pattern=ga()),$.init(e,t)}),Xa=l("$ZodNanoID",(e,t)=>{t.pattern??(t.pattern=pa),$.init(e,t)}),Qa=l("$ZodCUID",(e,t)=>{t.pattern??(t.pattern=aa),$.init(e,t)}),qa=l("$ZodCUID2",(e,t)=>{t.pattern??(t.pattern=ca),$.init(e,t)}),ec=l("$ZodULID",(e,t)=>{t.pattern??(t.pattern=ua),$.init(e,t)}),tc=l("$ZodXID",(e,t)=>{t.pattern??(t.pattern=la),$.init(e,t)}),nc=l("$ZodKSUID",(e,t)=>{t.pattern??(t.pattern=da),$.init(e,t)}),oc=l("$ZodISODateTime",(e,t)=>{t.pattern??(t.pattern=Ca(t)),$.init(e,t)}),rc=l("$ZodISODate",(e,t)=>{t.pattern??(t.pattern=wa),$.init(e,t)}),sc=l("$ZodISOTime",(e,t)=>{t.pattern??(t.pattern=va(t)),$.init(e,t)}),ic=l("$ZodISODuration",(e,t)=>{t.pattern??(t.pattern=fa),$.init(e,t)}),ac=l("$ZodIPv4",(e,t)=>{t.pattern??(t.pattern=_a),$.init(e,t),e._zod.bag.format="ipv4"}),cc=l("$ZodIPv6",(e,t)=>{t.pattern??(t.pattern=ya),$.init(e,t),e._zod.bag.format="ipv6",e._zod.check=n=>{try{new URL(`http://[${n.value}]`)}catch{n.issues.push({code:"invalid_format",format:"ipv6",input:n.value,inst:e,continue:!t.abort})}}}),uc=l("$ZodCIDRv4",(e,t)=>{t.pattern??(t.pattern=Sa),$.init(e,t)}),lc=l("$ZodCIDRv6",(e,t)=>{t.pattern??(t.pattern=Ta),$.init(e,t),e._zod.check=n=>{const o=n.value.split("/");try{if(o.length!==2)throw new Error;const[r,s]=o;if(!s)throw new Error;const i=Number(s);if(`${i}`!==s)throw new Error;if(i<0||i>128)throw new Error;new URL(`http://[${r}]`)}catch{n.issues.push({code:"invalid_format",format:"cidrv6",input:n.value,inst:e,continue:!t.abort})}}});function Uo(e){if(e==="")return!0;if(e.length%4!==0)return!1;try{return atob(e),!0}catch{return!1}}const dc=l("$ZodBase64",(e,t)=>{t.pattern??(t.pattern=Oa),$.init(e,t),e._zod.bag.contentEncoding="base64",e._zod.check=n=>{Uo(n.value)||n.issues.push({code:"invalid_format",format:"base64",input:n.value,inst:e,continue:!t.abort})}});function pc(e){if(!$o.test(e))return!1;const t=e.replace(/[-_]/g,o=>o==="-"?"+":"/"),n=t.padEnd(Math.ceil(t.length/4)*4,"=");return Uo(n)}const fc=l("$ZodBase64URL",(e,t)=>{t.pattern??(t.pattern=$o),$.init(e,t),e._zod.bag.contentEncoding="base64url",e._zod.check=n=>{pc(n.value)||n.issues.push({code:"invalid_format",format:"base64url",input:n.value,inst:e,continue:!t.abort})}}),hc=l("$ZodE164",(e,t)=>{t.pattern??(t.pattern=Ia),$.init(e,t)});function mc(e,t=null){try{const n=e.split(".");if(n.length!==3)return!1;const[o]=n;if(!o)return!1;const r=JSON.parse(atob(o));return!("typ"in r&&r?.typ!=="JWT"||!r.alg||t&&(!("alg"in r)||r.alg!==t))}catch{return!1}}const Ec=l("$ZodJWT",(e,t)=>{$.init(e,t),e._zod.check=n=>{mc(n.value,t.alg)||n.issues.push({code:"invalid_format",format:"jwt",input:n.value,inst:e,continue:!t.abort})}}),Mo=l("$ZodNumber",(e,t)=>{L.init(e,t),e._zod.pattern=e._zod.bag.pattern??ko,e._zod.parse=(n,o)=>{if(t.coerce)try{n.value=Number(n.value)}catch{}const r=n.value;if(typeof r=="number"&&!Number.isNaN(r)&&Number.isFinite(r))return n;const s=typeof r=="number"?Number.isNaN(r)?"NaN":Number.isFinite(r)?void 0:"Infinity":void 0;return n.issues.push({expected:"number",code:"invalid_type",input:r,inst:e,...s?{received:s}:{}}),n}}),gc=l("$ZodNumberFormat",(e,t)=>{La.init(e,t),Mo.init(e,t)}),_c=l("$ZodBoolean",(e,t)=>{L.init(e,t),e._zod.pattern=Aa,e._zod.parse=(n,o)=>{if(t.coerce)try{n.value=!!n.value}catch{}const r=n.value;return typeof r=="boolean"||n.issues.push({expected:"boolean",code:"invalid_type",input:r,inst:e}),n}}),yc=l("$ZodUnknown",(e,t)=>{L.init(e,t),e._zod.parse=n=>n}),Sc=l("$ZodNever",(e,t)=>{L.init(e,t),e._zod.parse=(n,o)=>(n.issues.push({expected:"never",code:"invalid_type",input:n.value,inst:e}),n)});function Fo(e,t,n){e.issues.length&&t.issues.push(...Me(n,e.issues)),t.value[n]=e.value}const Tc=l("$ZodArray",(e,t)=>{L.init(e,t),e._zod.parse=(n,o)=>{const r=n.value;if(!Array.isArray(r))return n.issues.push({expected:"array",code:"invalid_type",input:r,inst:e}),n;n.value=Array(r.length);const s=[];for(let i=0;i<r.length;i++){const a=r[i],c=t.element._zod.run({value:a,issues:[]},o);c instanceof Promise?s.push(c.then(u=>Fo(u,n,i))):Fo(c,n,i)}return s.length?Promise.all(s).then(()=>n):n}});function Ot(e,t,n,o,r){if(e.issues.length){if(r&&!(n in o))return;t.issues.push(...Me(n,e.issues))}e.value===void 0?n in o&&(t.value[n]=void 0):t.value[n]=e.value}function xo(e){const t=Object.keys(e.shape);for(const o of t)if(!e.shape?.[o]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${o}": expected a Zod schema`);const n=Fi(e.shape);return{...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(n)}}function Go(e,t,n,o,r,s){const i=[],a=r.keySet,c=r.catchall._zod,u=c.def.type,d=c.optout==="optional";for(const m in t){if(a.has(m))continue;if(u==="never"){i.push(m);continue}const y=c.run({value:t[m],issues:[]},o);y instanceof Promise?e.push(y.then(T=>Ot(T,n,m,t,d))):Ot(y,n,m,t,d)}return i.length&&n.issues.push({code:"unrecognized_keys",keys:i,input:t,inst:s}),e.length?Promise.all(e).then(()=>n):n}const Oc=l("$ZodObject",(e,t)=>{if(L.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){const a=t.shape;Object.defineProperty(t,"shape",{get:()=>{const c={...a};return Object.defineProperty(t,"shape",{value:c}),c}})}const o=gt(()=>xo(t));R(e._zod,"propValues",()=>{const a=t.shape,c={};for(const u in a){const d=a[u]._zod;if(d.values){c[u]??(c[u]=new Set);for(const m of d.values)c[u].add(m)}}return c});const r=Qe,s=t.catchall;let i;e._zod.parse=(a,c)=>{i??(i=o.value);const u=a.value;if(!r(u))return a.issues.push({expected:"object",code:"invalid_type",input:u,inst:e}),a;a.value={};const d=[],m=i.shape;for(const y of i.keys){const T=m[y],B=T._zod.optout==="optional",Z=T._zod.run({value:u[y],issues:[]},c);Z instanceof Promise?d.push(Z.then(dt=>Ot(dt,a,y,u,B))):Ot(Z,a,y,u,B)}return s?Go(d,u,a,c,o.value,e):d.length?Promise.all(d).then(()=>a):a}}),Ic=l("$ZodObjectJIT",(e,t)=>{Oc.init(e,t);const n=e._zod.parse,o=gt(()=>xo(t)),r=y=>{const T=new Ba(["shape","payload","ctx"]),B=o.value,Z=fe=>{const K=wo(fe);return`shape[${K}]._zod.run({ value: input[${K}], issues: [] }, ctx)`};T.write("const input = payload.value;");const dt=Object.create(null);let ti=0;for(const fe of B.keys)dt[fe]=`key_${ti++}`;T.write("const newResult = {};");for(const fe of B.keys){const K=dt[fe],ce=wo(fe),oi=y[fe]?._zod?.optout==="optional";T.write(`const ${K} = ${Z(fe)};`),oi?T.write(`
4
+ if (${K}.issues.length) {
5
+ if (${ce} in input) {
6
+ payload.issues = payload.issues.concat(${K}.issues.map(iss => ({
7
+ ...iss,
8
+ path: iss.path ? [${ce}, ...iss.path] : [${ce}]
9
+ })));
10
+ }
11
+ }
12
+
13
+ if (${K}.value === undefined) {
14
+ if (${ce} in input) {
15
+ newResult[${ce}] = undefined;
16
+ }
17
+ } else {
18
+ newResult[${ce}] = ${K}.value;
19
+ }
20
+
21
+ `):T.write(`
22
+ if (${K}.issues.length) {
23
+ payload.issues = payload.issues.concat(${K}.issues.map(iss => ({
11
24
  ...iss,
12
- path: iss.path ? [${m}, ...iss.path] : [${m}]
25
+ path: iss.path ? [${ce}, ...iss.path] : [${ce}]
13
26
  })));
14
27
  }
15
28
 
16
-
17
- if (${S}.value === undefined) {
18
- if (${m} in input) {
19
- newResult[${m}] = undefined;
29
+ if (${K}.value === undefined) {
30
+ if (${ce} in input) {
31
+ newResult[${ce}] = undefined;
20
32
  }
21
33
  } else {
22
- newResult[${m}] = ${S}.value;
34
+ newResult[${ce}] = ${K}.value;
23
35
  }
24
36
 
25
- `)}b.write("payload.value = newResult;"),b.write("return payload;");const k=b.compile();return(p,S)=>k(d,p,S)};let i;const s=Vt,a=!Jn.jitless,u=a&&Sc.value,l=t.catchall;let h;e._zod.parse=(d,b)=>{h??(h=r.value);const A=d.value;return s(A)?a&&u&&b?.async===!1&&b.jitless!==!0?(i||(i=o(t.shape)),d=i(d,b),l?Vo([],A,d,b,h,e):d):n(d,b):(d.issues.push({expected:"object",code:"invalid_type",input:A,inst:e}),d)}});function Wo(e,t,n,r){for(const i of e)if(i.issues.length===0)return t.value=i.value,t;const o=e.filter(i=>!bt(i));return o.length===1?(t.value=o[0].value,o[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:n,errors:e.map(i=>i.issues.map(s=>ut(s,r,st())))}),t)}const Ko=f("$ZodUnion",(e,t)=>{he.init(e,t),se(e._zod,"optin",()=>t.options.some(o=>o._zod.optin==="optional")?"optional":void 0),se(e._zod,"optout",()=>t.options.some(o=>o._zod.optout==="optional")?"optional":void 0),se(e._zod,"values",()=>{if(t.options.every(o=>o._zod.values))return new Set(t.options.flatMap(o=>Array.from(o._zod.values)))}),se(e._zod,"pattern",()=>{if(t.options.every(o=>o._zod.pattern)){const o=t.options.map(i=>i._zod.pattern);return new RegExp(`^(${o.map(i=>nr(i.source)).join("|")})$`)}});const n=t.options.length===1,r=t.options[0]._zod.run;e._zod.parse=(o,i)=>{if(n)return r(o,i);let s=!1;const a=[];for(const c of t.options){const u=c._zod.run({value:o.value,issues:[]},i);if(u instanceof Promise)a.push(u),s=!0;else{if(u.issues.length===0)return u;a.push(u)}}return s?Promise.all(a).then(c=>Wo(c,o,e,i)):Wo(a,o,e,i)}}),al=f("$ZodDiscriminatedUnion",(e,t)=>{Ko.init(e,t);const n=e._zod.parse;se(e._zod,"propValues",()=>{const o={};for(const i of t.options){const s=i._zod.propValues;if(!s||Object.keys(s).length===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(i)}"`);for(const[a,c]of Object.entries(s)){o[a]||(o[a]=new Set);for(const u of c)o[a].add(u)}}return o});const r=cn(()=>{const o=t.options,i=new Map;for(const s of o){const a=s._zod.propValues?.[t.discriminator];if(!a||a.size===0)throw new Error(`Invalid discriminated union option at index "${t.options.indexOf(s)}"`);for(const c of a){if(i.has(c))throw new Error(`Duplicate discriminator value "${String(c)}"`);i.set(c,s)}}return i});e._zod.parse=(o,i)=>{const s=o.value;if(!Vt(s))return o.issues.push({code:"invalid_type",expected:"object",input:s,inst:e}),o;const a=r.value.get(s?.[t.discriminator]);return a?a._zod.run(o,i):t.unionFallback?n(o,i):(o.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,input:s,path:[t.discriminator],inst:e}),o)}}),cl=f("$ZodIntersection",(e,t)=>{he.init(e,t),e._zod.parse=(n,r)=>{const o=n.value,i=t.left._zod.run({value:o,issues:[]},r),s=t.right._zod.run({value:o,issues:[]},r);return i instanceof Promise||s instanceof Promise?Promise.all([i,s]).then(([c,u])=>Yo(n,c,u)):Yo(n,i,s)}});function ar(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(vt(e)&&vt(t)){const n=Object.keys(t),r=Object.keys(e).filter(i=>n.indexOf(i)!==-1),o={...e,...t};for(const i of r){const s=ar(e[i],t[i]);if(!s.valid)return{valid:!1,mergeErrorPath:[i,...s.mergeErrorPath]};o[i]=s.data}return{valid:!0,data:o}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};const n=[];for(let r=0;r<e.length;r++){const o=e[r],i=t[r],s=ar(o,i);if(!s.valid)return{valid:!1,mergeErrorPath:[r,...s.mergeErrorPath]};n.push(s.data)}return{valid:!0,data:n}}return{valid:!1,mergeErrorPath:[]}}function Yo(e,t,n){if(t.issues.length&&e.issues.push(...t.issues),n.issues.length&&e.issues.push(...n.issues),bt(e))return e;const r=ar(t.value,n.value);if(!r.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(r.mergeErrorPath)}`);return e.value=r.data,e}const ul=f("$ZodRecord",(e,t)=>{he.init(e,t),e._zod.parse=(n,r)=>{const o=n.value;if(!vt(o))return n.issues.push({expected:"record",code:"invalid_type",input:o,inst:e}),n;const i=[],s=t.keyType._zod.values;if(s){n.value={};const a=new Set;for(const u of s)if(typeof u=="string"||typeof u=="number"||typeof u=="symbol"){a.add(typeof u=="number"?u.toString():u);const l=t.valueType._zod.run({value:o[u],issues:[]},r);l instanceof Promise?i.push(l.then(h=>{h.issues.length&&n.issues.push(...$t(u,h.issues)),n.value[u]=h.value})):(l.issues.length&&n.issues.push(...$t(u,l.issues)),n.value[u]=l.value)}let c;for(const u in o)a.has(u)||(c=c??[],c.push(u));c&&c.length>0&&n.issues.push({code:"unrecognized_keys",input:o,inst:e,keys:c})}else{n.value={};for(const a of Reflect.ownKeys(o)){if(a==="__proto__")continue;const c=t.keyType._zod.run({value:a,issues:[]},r);if(c instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(c.issues.length){n.issues.push({code:"invalid_key",origin:"record",issues:c.issues.map(l=>ut(l,r,st())),input:a,path:[a],inst:e}),n.value[c.value]=c.value;continue}const u=t.valueType._zod.run({value:o[a],issues:[]},r);u instanceof Promise?i.push(u.then(l=>{l.issues.length&&n.issues.push(...$t(a,l.issues)),n.value[c.value]=l.value})):(u.issues.length&&n.issues.push(...$t(a,u.issues)),n.value[c.value]=u.value)}}return i.length?Promise.all(i).then(()=>n):n}}),ll=f("$ZodEnum",(e,t)=>{he.init(e,t);const n=gc(t.entries),r=new Set(n);e._zod.values=r,e._zod.pattern=new RegExp(`^(${n.filter(o=>Tc.has(typeof o)).map(o=>typeof o=="string"?At(o):o.toString()).join("|")})$`),e._zod.parse=(o,i)=>{const s=o.value;return r.has(s)||o.issues.push({code:"invalid_value",values:n,input:s,inst:e}),o}}),pl=f("$ZodLiteral",(e,t)=>{if(he.init(e,t),t.values.length===0)throw new Error("Cannot create literal schema with no valid values");const n=new Set(t.values);e._zod.values=n,e._zod.pattern=new RegExp(`^(${t.values.map(r=>typeof r=="string"?At(r):r?At(r.toString()):String(r)).join("|")})$`),e._zod.parse=(r,o)=>{const i=r.value;return n.has(i)||r.issues.push({code:"invalid_value",values:t.values,input:i,inst:e}),r}}),dl=f("$ZodTransform",(e,t)=>{he.init(e,t),e._zod.parse=(n,r)=>{if(r.direction==="backward")throw new vo(e.constructor.name);const o=t.transform(n.value,n);if(r.async)return(o instanceof Promise?o:Promise.resolve(o)).then(s=>(n.value=s,n));if(o instanceof Promise)throw new Ot;return n.value=o,n}});function Xo(e,t){return e.issues.length&&t===void 0?{issues:[],value:void 0}:e}const fl=f("$ZodOptional",(e,t)=>{he.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",()=>{const n=t.innerType._zod.pattern;return n?new RegExp(`^(${nr(n.source)})?$`):void 0}),e._zod.parse=(n,r)=>{if(t.innerType._zod.optin==="optional"){const o=t.innerType._zod.run(n,r);return o instanceof Promise?o.then(i=>Xo(i,n.value)):Xo(o,n.value)}return n.value===void 0?n:t.innerType._zod.run(n,r)}}),hl=f("$ZodNullable",(e,t)=>{he.init(e,t),se(e._zod,"optin",()=>t.innerType._zod.optin),se(e._zod,"optout",()=>t.innerType._zod.optout),se(e._zod,"pattern",()=>{const n=t.innerType._zod.pattern;return n?new RegExp(`^(${nr(n.source)}|null)$`):void 0}),se(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(n,r)=>n.value===null?n:t.innerType._zod.run(n,r)}),ml=f("$ZodDefault",(e,t)=>{he.init(e,t),e._zod.optin="optional",se(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,r)=>{if(r.direction==="backward")return t.innerType._zod.run(n,r);if(n.value===void 0)return n.value=t.defaultValue,n;const o=t.innerType._zod.run(n,r);return o instanceof Promise?o.then(i=>Qo(i,t)):Qo(o,t)}});function Qo(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}const El=f("$ZodPrefault",(e,t)=>{he.init(e,t),e._zod.optin="optional",se(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,r)=>(r.direction==="backward"||n.value===void 0&&(n.value=t.defaultValue),t.innerType._zod.run(n,r))}),gl=f("$ZodNonOptional",(e,t)=>{he.init(e,t),se(e._zod,"values",()=>{const n=t.innerType._zod.values;return n?new Set([...n].filter(r=>r!==void 0)):void 0}),e._zod.parse=(n,r)=>{const o=t.innerType._zod.run(n,r);return o instanceof Promise?o.then(i=>qo(i,e)):qo(o,e)}});function qo(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}const _l=f("$ZodCatch",(e,t)=>{he.init(e,t),se(e._zod,"optin",()=>t.innerType._zod.optin),se(e._zod,"optout",()=>t.innerType._zod.optout),se(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,r)=>{if(r.direction==="backward")return t.innerType._zod.run(n,r);const o=t.innerType._zod.run(n,r);return o instanceof Promise?o.then(i=>(n.value=i.value,i.issues.length&&(n.value=t.catchValue({...n,error:{issues:i.issues.map(s=>ut(s,r,st()))},input:n.value}),n.issues=[]),n)):(n.value=o.value,o.issues.length&&(n.value=t.catchValue({...n,error:{issues:o.issues.map(i=>ut(i,r,st()))},input:n.value}),n.issues=[]),n)}}),yl=f("$ZodPipe",(e,t)=>{he.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),se(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(n,r)=>{if(r.direction==="backward"){const i=t.out._zod.run(n,r);return i instanceof Promise?i.then(s=>hn(s,t.in,r)):hn(i,t.in,r)}const o=t.in._zod.run(n,r);return o instanceof Promise?o.then(i=>hn(i,t.out,r)):hn(o,t.out,r)}});function hn(e,t,n){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues},n)}const Sl=f("$ZodReadonly",(e,t)=>{he.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=(n,r)=>{if(r.direction==="backward")return t.innerType._zod.run(n,r);const o=t.innerType._zod.run(n,r);return o instanceof Promise?o.then(Jo):Jo(o)}});function Jo(e){return e.value=Object.freeze(e.value),e}const Tl=f("$ZodCustom",(e,t)=>{De.init(e,t),he.init(e,t),e._zod.parse=(n,r)=>n,e._zod.check=n=>{const r=n.value,o=t.fn(r);if(o instanceof Promise)return o.then(i=>es(i,n,r,e));es(o,n,r,e)}});function es(e,t,n,r){if(!e){const o={code:"custom",input:n,inst:r,path:[...r._zod.def.path??[]],continue:!r._zod.def.abort};r._zod.def.params&&(o.params=r._zod.def.params),t.issues.push(Wt(o))}}var ts;class Rl{constructor(){this._map=new WeakMap,this._idmap=new Map}add(t,...n){const r=n[0];if(this._map.set(t,r),r&&typeof r=="object"&&"id"in r){if(this._idmap.has(r.id))throw new Error(`ID ${r.id} already exists in the registry`);this._idmap.set(r.id,t)}return this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(t){const n=this._map.get(t);return n&&typeof n=="object"&&"id"in n&&this._idmap.delete(n.id),this._map.delete(t),this}get(t){const n=t._zod.parent;if(n){const r={...this.get(n)??{}};delete r.id;const o={...r,...this._map.get(t)};return Object.keys(o).length?o:void 0}return this._map.get(t)}has(t){return this._map.has(t)}}function Cl(){return new Rl}(ts=globalThis).__zod_globalRegistry??(ts.__zod_globalRegistry=Cl());const mn=globalThis.__zod_globalRegistry;function Il(e,t){return new e({type:"string",...x(t)})}function wl(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...x(t)})}function ns(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...x(t)})}function Ol(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...x(t)})}function vl(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...x(t)})}function Al(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...x(t)})}function bl(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...x(t)})}function rs(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...x(t)})}function $l(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...x(t)})}function Nl(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...x(t)})}function Ll(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...x(t)})}function Dl(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...x(t)})}function kl(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...x(t)})}function Pl(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...x(t)})}function xl(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...x(t)})}function Ul(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...x(t)})}function Ml(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...x(t)})}function Fl(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...x(t)})}function zl(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...x(t)})}function Gl(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...x(t)})}function Hl(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...x(t)})}function jl(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...x(t)})}function Bl(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...x(t)})}function Zl(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...x(t)})}function Vl(e,t){return new e({type:"string",format:"date",check:"string_format",...x(t)})}function Wl(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...x(t)})}function Kl(e,t){return new e({type:"string",format:"duration",check:"string_format",...x(t)})}function Yl(e,t){return new e({type:"number",checks:[],...x(t)})}function Xl(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...x(t)})}function Ql(e,t){return new e({type:"boolean",...x(t)})}function ql(e){return new e({type:"unknown"})}function Jl(e,t){return new e({type:"never",...x(t)})}function os(e,t){return new zo({check:"less_than",...x(t),value:e,inclusive:!1})}function cr(e,t){return new zo({check:"less_than",...x(t),value:e,inclusive:!0})}function ss(e,t){return new Go({check:"greater_than",...x(t),value:e,inclusive:!1})}function ur(e,t){return new Go({check:"greater_than",...x(t),value:e,inclusive:!0})}function is(e,t){return new mu({check:"multiple_of",...x(t),value:e})}function as(e,t){return new gu({check:"max_length",...x(t),maximum:e})}function En(e,t){return new _u({check:"min_length",...x(t),minimum:e})}function cs(e,t){return new yu({check:"length_equals",...x(t),length:e})}function ep(e,t){return new Su({check:"string_format",format:"regex",...x(t),pattern:e})}function tp(e){return new Tu({check:"string_format",format:"lowercase",...x(e)})}function np(e){return new Ru({check:"string_format",format:"uppercase",...x(e)})}function rp(e,t){return new Cu({check:"string_format",format:"includes",...x(t),includes:e})}function op(e,t){return new Iu({check:"string_format",format:"starts_with",...x(t),prefix:e})}function sp(e,t){return new wu({check:"string_format",format:"ends_with",...x(t),suffix:e})}function Nt(e){return new Ou({check:"overwrite",tx:e})}function ip(e){return Nt(t=>t.normalize(e))}function ap(){return Nt(e=>e.trim())}function cp(){return Nt(e=>e.toLowerCase())}function up(){return Nt(e=>e.toUpperCase())}function lp(){return Nt(e=>yc(e))}function pp(e,t,n){return new e({type:"array",element:t,...x(n)})}function dp(e,t,n){return new e({type:"custom",check:"custom",fn:t,...x(n)})}function fp(e){const t=hp(n=>(n.addIssue=r=>{if(typeof r=="string")n.issues.push(Wt(r,n.value,t._zod.def));else{const o=r;o.fatal&&(o.continue=!1),o.code??(o.code="custom"),o.input??(o.input=n.value),o.inst??(o.inst=t),o.continue??(o.continue=!t._zod.def.abort),n.issues.push(Wt(o))}},e(n.value,n)));return t}function hp(e,t){const n=new De({check:"custom",...x(t)});return n._zod.check=e,n}const mp=f("ZodISODateTime",(e,t)=>{zu.init(e,t),me.init(e,t)});function Ep(e){return Zl(mp,e)}const gp=f("ZodISODate",(e,t)=>{Gu.init(e,t),me.init(e,t)});function _p(e){return Vl(gp,e)}const yp=f("ZodISOTime",(e,t)=>{Hu.init(e,t),me.init(e,t)});function Sp(e){return Wl(yp,e)}const Tp=f("ZodISODuration",(e,t)=>{ju.init(e,t),me.init(e,t)});function Rp(e){return Kl(Tp,e)}const Cp=(e,t)=>{Do.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:n=>Lc(e,n)},flatten:{value:n=>Nc(e,n)},addIssue:{value:n=>{e.issues.push(n),e.message=JSON.stringify(e.issues,er,2)}},addIssues:{value:n=>{e.issues.push(...n),e.message=JSON.stringify(e.issues,er,2)}},isEmpty:{get(){return e.issues.length===0}}})},je=f("ZodError",Cp,{Parent:Error}),Ip=or(je),wp=sr(je),Op=ln(je),vp=pn(je),Ap=Pc(je),bp=xc(je),$p=Uc(je),Np=Mc(je),Lp=Fc(je),Dp=zc(je),kp=Gc(je),Pp=Hc(je),ge=f("ZodType",(e,t)=>(he.init(e,t),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.check=(...n)=>e.clone(Et(t,{checks:[...t.checks??[],...n.map(r=>typeof r=="function"?{_zod:{check:r,def:{check:"custom"},onattach:[]}}:r)]})),e.clone=(n,r)=>ct(e,n,r),e.brand=()=>e,e.register=((n,r)=>(n.add(e,r),e)),e.parse=(n,r)=>Ip(e,n,r,{callee:e.parse}),e.safeParse=(n,r)=>Op(e,n,r),e.parseAsync=async(n,r)=>wp(e,n,r,{callee:e.parseAsync}),e.safeParseAsync=async(n,r)=>vp(e,n,r),e.spa=e.safeParseAsync,e.encode=(n,r)=>Ap(e,n,r),e.decode=(n,r)=>bp(e,n,r),e.encodeAsync=async(n,r)=>$p(e,n,r),e.decodeAsync=async(n,r)=>Np(e,n,r),e.safeEncode=(n,r)=>Lp(e,n,r),e.safeDecode=(n,r)=>Dp(e,n,r),e.safeEncodeAsync=async(n,r)=>kp(e,n,r),e.safeDecodeAsync=async(n,r)=>Pp(e,n,r),e.refine=(n,r)=>e.check(wd(n,r)),e.superRefine=n=>e.check(Od(n)),e.overwrite=n=>e.check(Nt(n)),e.optional=()=>Es(e),e.nullable=()=>gs(e),e.nullish=()=>Es(gs(e)),e.nonoptional=n=>_d(e,n),e.array=()=>oe(e),e.or=n=>Lt([e,n]),e.and=n=>cd(e,n),e.transform=n=>ys(e,dd(n)),e.default=n=>md(e,n),e.prefault=n=>gd(e,n),e.catch=n=>Sd(e,n),e.pipe=n=>ys(e,n),e.readonly=()=>Cd(e),e.describe=n=>{const r=e.clone();return mn.add(r,{description:n}),r},Object.defineProperty(e,"description",{get(){return mn.get(e)?.description},configurable:!0}),e.meta=(...n)=>{if(n.length===0)return mn.get(e);const r=e.clone();return mn.add(r,n[0]),r},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e)),us=f("_ZodString",(e,t)=>{ir.init(e,t),ge.init(e,t);const n=e._zod.bag;e.format=n.format??null,e.minLength=n.minimum??null,e.maxLength=n.maximum??null,e.regex=(...r)=>e.check(ep(...r)),e.includes=(...r)=>e.check(rp(...r)),e.startsWith=(...r)=>e.check(op(...r)),e.endsWith=(...r)=>e.check(sp(...r)),e.min=(...r)=>e.check(En(...r)),e.max=(...r)=>e.check(as(...r)),e.length=(...r)=>e.check(cs(...r)),e.nonempty=(...r)=>e.check(En(1,...r)),e.lowercase=r=>e.check(tp(r)),e.uppercase=r=>e.check(np(r)),e.trim=()=>e.check(ap()),e.normalize=(...r)=>e.check(ip(...r)),e.toLowerCase=()=>e.check(cp()),e.toUpperCase=()=>e.check(up()),e.slugify=()=>e.check(lp())}),xp=f("ZodString",(e,t)=>{ir.init(e,t),us.init(e,t),e.email=n=>e.check(wl(Up,n)),e.url=n=>e.check(rs(ps,n)),e.jwt=n=>e.check(Bl(qp,n)),e.emoji=n=>e.check($l(Mp,n)),e.guid=n=>e.check(ns(ls,n)),e.uuid=n=>e.check(Ol(gn,n)),e.uuidv4=n=>e.check(vl(gn,n)),e.uuidv6=n=>e.check(Al(gn,n)),e.uuidv7=n=>e.check(bl(gn,n)),e.nanoid=n=>e.check(Nl(Fp,n)),e.guid=n=>e.check(ns(ls,n)),e.cuid=n=>e.check(Ll(zp,n)),e.cuid2=n=>e.check(Dl(Gp,n)),e.ulid=n=>e.check(kl(Hp,n)),e.base64=n=>e.check(Gl(Yp,n)),e.base64url=n=>e.check(Hl(Xp,n)),e.xid=n=>e.check(Pl(jp,n)),e.ksuid=n=>e.check(xl(Bp,n)),e.ipv4=n=>e.check(Ul(Zp,n)),e.ipv6=n=>e.check(Ml(Vp,n)),e.cidrv4=n=>e.check(Fl(Wp,n)),e.cidrv6=n=>e.check(zl(Kp,n)),e.e164=n=>e.check(jl(Qp,n)),e.datetime=n=>e.check(Ep(n)),e.date=n=>e.check(_p(n)),e.time=n=>e.check(Sp(n)),e.duration=n=>e.check(Rp(n))});function w(e){return Il(xp,e)}const me=f("ZodStringFormat",(e,t)=>{pe.init(e,t),us.init(e,t)}),Up=f("ZodEmail",(e,t)=>{Nu.init(e,t),me.init(e,t)}),ls=f("ZodGUID",(e,t)=>{bu.init(e,t),me.init(e,t)}),gn=f("ZodUUID",(e,t)=>{$u.init(e,t),me.init(e,t)}),ps=f("ZodURL",(e,t)=>{Lu.init(e,t),me.init(e,t)});function Kt(e){return rs(ps,e)}const Mp=f("ZodEmoji",(e,t)=>{Du.init(e,t),me.init(e,t)}),Fp=f("ZodNanoID",(e,t)=>{ku.init(e,t),me.init(e,t)}),zp=f("ZodCUID",(e,t)=>{Pu.init(e,t),me.init(e,t)}),Gp=f("ZodCUID2",(e,t)=>{xu.init(e,t),me.init(e,t)}),Hp=f("ZodULID",(e,t)=>{Uu.init(e,t),me.init(e,t)}),jp=f("ZodXID",(e,t)=>{Mu.init(e,t),me.init(e,t)}),Bp=f("ZodKSUID",(e,t)=>{Fu.init(e,t),me.init(e,t)}),Zp=f("ZodIPv4",(e,t)=>{Bu.init(e,t),me.init(e,t)}),Vp=f("ZodIPv6",(e,t)=>{Zu.init(e,t),me.init(e,t)}),Wp=f("ZodCIDRv4",(e,t)=>{Vu.init(e,t),me.init(e,t)}),Kp=f("ZodCIDRv6",(e,t)=>{Wu.init(e,t),me.init(e,t)}),Yp=f("ZodBase64",(e,t)=>{Ku.init(e,t),me.init(e,t)}),Xp=f("ZodBase64URL",(e,t)=>{Xu.init(e,t),me.init(e,t)}),Qp=f("ZodE164",(e,t)=>{Qu.init(e,t),me.init(e,t)}),qp=f("ZodJWT",(e,t)=>{Ju.init(e,t),me.init(e,t)}),ds=f("ZodNumber",(e,t)=>{jo.init(e,t),ge.init(e,t),e.gt=(r,o)=>e.check(ss(r,o)),e.gte=(r,o)=>e.check(ur(r,o)),e.min=(r,o)=>e.check(ur(r,o)),e.lt=(r,o)=>e.check(os(r,o)),e.lte=(r,o)=>e.check(cr(r,o)),e.max=(r,o)=>e.check(cr(r,o)),e.int=r=>e.check(Xe(r)),e.safe=r=>e.check(Xe(r)),e.positive=r=>e.check(ss(0,r)),e.nonnegative=r=>e.check(ur(0,r)),e.negative=r=>e.check(os(0,r)),e.nonpositive=r=>e.check(cr(0,r)),e.multipleOf=(r,o)=>e.check(is(r,o)),e.step=(r,o)=>e.check(is(r,o)),e.finite=()=>e;const n=e._zod.bag;e.minValue=Math.max(n.minimum??Number.NEGATIVE_INFINITY,n.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(n.maximum??Number.POSITIVE_INFINITY,n.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(n.format??"").includes("int")||Number.isSafeInteger(n.multipleOf??.5),e.isFinite=!0,e.format=n.format??null});function _n(e){return Yl(ds,e)}const Jp=f("ZodNumberFormat",(e,t)=>{el.init(e,t),ds.init(e,t)});function Xe(e){return Xl(Jp,e)}const ed=f("ZodBoolean",(e,t)=>{tl.init(e,t),ge.init(e,t)});function ee(e){return Ql(ed,e)}const td=f("ZodUnknown",(e,t)=>{nl.init(e,t),ge.init(e,t)});function fs(){return ql(td)}const nd=f("ZodNever",(e,t)=>{rl.init(e,t),ge.init(e,t)});function rd(e){return Jl(nd,e)}const od=f("ZodArray",(e,t)=>{ol.init(e,t),ge.init(e,t),e.element=t.element,e.min=(n,r)=>e.check(En(n,r)),e.nonempty=n=>e.check(En(1,n)),e.max=(n,r)=>e.check(as(n,r)),e.length=(n,r)=>e.check(cs(n,r)),e.unwrap=()=>e.element});function oe(e,t){return pp(od,e,t)}const sd=f("ZodObject",(e,t)=>{il.init(e,t),ge.init(e,t),se(e,"shape",()=>t.shape),e.keyof=()=>Ee(Object.keys(e._zod.def.shape)),e.catchall=n=>e.clone({...e._zod.def,catchall:n}),e.passthrough=()=>e.clone({...e._zod.def,catchall:fs()}),e.loose=()=>e.clone({...e._zod.def,catchall:fs()}),e.strict=()=>e.clone({...e._zod.def,catchall:rd()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=n=>Oc(e,n),e.safeExtend=n=>vc(e,n),e.merge=n=>Ac(e,n),e.pick=n=>Ic(e,n),e.omit=n=>wc(e,n),e.partial=(...n)=>bc(ms,e,n[0]),e.required=(...n)=>$c(_s,e,n[0])});function R(e,t){const n={type:"object",shape:e??{},...x(t)};return new sd(n)}const hs=f("ZodUnion",(e,t)=>{Ko.init(e,t),ge.init(e,t),e.options=t.options});function Lt(e,t){return new hs({type:"union",options:e,...x(t)})}const id=f("ZodDiscriminatedUnion",(e,t)=>{hs.init(e,t),al.init(e,t)});function Qe(e,t,n){return new id({type:"union",options:t,discriminator:e,...x(n)})}const ad=f("ZodIntersection",(e,t)=>{cl.init(e,t),ge.init(e,t)});function cd(e,t){return new ad({type:"intersection",left:e,right:t})}const ud=f("ZodRecord",(e,t)=>{ul.init(e,t),ge.init(e,t),e.keyType=t.keyType,e.valueType=t.valueType});function ke(e,t,n){return new ud({type:"record",keyType:e,valueType:t,...x(n)})}const lr=f("ZodEnum",(e,t)=>{ll.init(e,t),ge.init(e,t),e.enum=t.entries,e.options=Object.values(t.entries);const n=new Set(Object.keys(t.entries));e.extract=(r,o)=>{const i={};for(const s of r)if(n.has(s))i[s]=t.entries[s];else throw new Error(`Key ${s} not found in enum`);return new lr({...t,checks:[],...x(o),entries:i})},e.exclude=(r,o)=>{const i={...t.entries};for(const s of r)if(n.has(s))delete i[s];else throw new Error(`Key ${s} not found in enum`);return new lr({...t,checks:[],...x(o),entries:i})}});function Ee(e,t){const n=Array.isArray(e)?Object.fromEntries(e.map(r=>[r,r])):e;return new lr({type:"enum",entries:n,...x(t)})}const ld=f("ZodLiteral",(e,t)=>{pl.init(e,t),ge.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 L(e,t){return new ld({type:"literal",values:Array.isArray(e)?e:[e],...x(t)})}const pd=f("ZodTransform",(e,t)=>{dl.init(e,t),ge.init(e,t),e._zod.parse=(n,r)=>{if(r.direction==="backward")throw new vo(e.constructor.name);n.addIssue=i=>{if(typeof i=="string")n.issues.push(Wt(i,n.value,t));else{const s=i;s.fatal&&(s.continue=!1),s.code??(s.code="custom"),s.input??(s.input=n.value),s.inst??(s.inst=e),n.issues.push(Wt(s))}};const o=t.transform(n.value,n);return o instanceof Promise?o.then(i=>(n.value=i,n)):(n.value=o,n)}});function dd(e){return new pd({type:"transform",transform:e})}const ms=f("ZodOptional",(e,t)=>{fl.init(e,t),ge.init(e,t),e.unwrap=()=>e._zod.def.innerType});function Es(e){return new ms({type:"optional",innerType:e})}const fd=f("ZodNullable",(e,t)=>{hl.init(e,t),ge.init(e,t),e.unwrap=()=>e._zod.def.innerType});function gs(e){return new fd({type:"nullable",innerType:e})}const hd=f("ZodDefault",(e,t)=>{ml.init(e,t),ge.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function md(e,t){return new hd({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():No(t)}})}const Ed=f("ZodPrefault",(e,t)=>{El.init(e,t),ge.init(e,t),e.unwrap=()=>e._zod.def.innerType});function gd(e,t){return new Ed({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():No(t)}})}const _s=f("ZodNonOptional",(e,t)=>{gl.init(e,t),ge.init(e,t),e.unwrap=()=>e._zod.def.innerType});function _d(e,t){return new _s({type:"nonoptional",innerType:e,...x(t)})}const yd=f("ZodCatch",(e,t)=>{_l.init(e,t),ge.init(e,t),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function Sd(e,t){return new yd({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}const Td=f("ZodPipe",(e,t)=>{yl.init(e,t),ge.init(e,t),e.in=t.in,e.out=t.out});function ys(e,t){return new Td({type:"pipe",in:e,out:t})}const Rd=f("ZodReadonly",(e,t)=>{Sl.init(e,t),ge.init(e,t),e.unwrap=()=>e._zod.def.innerType});function Cd(e){return new Rd({type:"readonly",innerType:e})}const Id=f("ZodCustom",(e,t)=>{Tl.init(e,t),ge.init(e,t)});function wd(e,t={}){return dp(Id,e,t)}function Od(e){return fp(e)}const vd={url:"must be a valid URL",email:"must be a valid email address"},Ad=e=>{const t=e?.at(-1);return typeof t=="string"?`'${t}'`:"Field"},bd=e=>e===null?"null":typeof e,$d=e=>{switch(e.code){case"invalid_type":{const{input:t}=e;return t===void 0?{message:`${Ad(e.path)} is required`}:{message:`Expected ${String(e.expected)}, received ${bd(t)}`}}case"invalid_format":{const t=vd[e.format];return t?{message:t}:void 0}case"unrecognized_keys":return{message:`Unrecognized property: ${e.keys.map(t=>`'${t}'`).join(", ")}`};case"invalid_union":{const t=e.path?.at(-1);return typeof t=="string"?{message:`'${t}' is required or has invalid value`}:void 0}case"invalid_value":{const{values:t}=e;return t?{message:`Expected one of: ${t.map(n=>`'${String(n)}'`).join(", ")}`}:void 0}case"invalid_key":{const t=e.issues?.[0];return t?{message:t.message}:void 0}default:return}},K={TEXTAREA:"TEXTAREA",INPUTBOX:"INPUTBOX",SELECTBOX:"SELECTBOX",IMAGE:"IMAGE",TOGGLE:"TOGGLE",BUTTON:"BUTTON",DECK:"DECK",MENU:"MENU",NAVIGATION_MENU:"NAVIGATION_MENU",LOGO:"LOGO",INFO:"INFO",DIVIDER:"DIVIDER",PRODUCT_SELECTOR:"PRODUCT_SELECTOR",CATEGORY_SELECTOR:"CATEGORY_SELECTOR"};Ee(Object.values(K));const q={TEXT:"TEXT",BUTTON:"BUTTON",IMAGE:"IMAGE",TOGGLE:"TOGGLE",SELECTBOX:"SELECTBOX",BACKGROUND:"BACKGROUND",COLOR_PICKER:"COLOR_PICKER",LOGO:"LOGO",DIVIDER:"DIVIDER",INFO:"INFO",ACCORDION:"ACCORDION"};Ee(Object.values(q));const Dt={SECTION:"SECTION",HEADER:"HEADER",FOOTER:"FOOTER"},Nd=Ee(Object.values(Dt)),Yt={CONTENT:"Content",DESIGN:"Design"};Ee(Object.values(Yt));const Ld={TEXT:"TEXT",IMAGE:"IMAGE"},Dd=Ee(Object.values(Ld)),lt={SCROLL_TO_TILE:"SCROLL_TO_TILE",HYPER_LINK:"HYPER_LINK",MAIL_LINK:"MAIL_LINK",TEL_LINK:"TEL_LINK",GO_TO_STORE:"GO_TO_STORE",GO_TO_STORE_LINK:"GO_TO_STORE_LINK",GO_TO_PAGE:"GO_TO_PAGE",GO_TO_CATEGORY:"GO_TO_CATEGORY",GO_TO_CATEGORY_LINK:"GO_TO_CATEGORY_LINK"},kd=Ee(Object.values(lt)),yn={COLOR:"COLOR",GRADIENT:"GRADIENT",NONE:"NONE"},Pd=Ee(Object.values(yn)),xd={SOLID:"SOLID",OUTLINE:"OUTLINE",TEXT:"TEXT"},Ud=Ee(Object.values(xd)),Md={SMALL:"SMALL",MEDIUM:"MEDIUM",LARGE:"LARGE"},Fd=Ee(Object.values(Md)),zd={ROUND_CORNER:"ROUND_CORNER",RECTANGLE:"RECTANGLE",PILL:"PILL"},Gd=Ee(Object.values(zd)),pr={COLOR:"COLOR",GRADIENT:"GRADIENT"},Hd=Ee(Object.values(pr));Ee(["none","all","small"]);const et={PRODUCT:"PRODUCT",CATALOG:"CATALOG",CATEGORY:"CATEGORY",HOME:"HOME",CUSTOM:"CUSTOM"},Ss={HOME:"home",CATALOG:"catalog",CATEGORY:"category",PRODUCT:"product"},jd=Ee(Object.values(et));Ee(Object.values(Ss));const Bd={apparel_footwear:"apparel_footwear",vape_smoke:"vape_smoke",home_garden:"home_garden",sport_outdoor:"sport_outdoor",jewelry_accessories:"jewelry_accessories",pet_animals:"pet_animals",bikes:"bikes",health_beauty:"health_beauty",gift_shop:"gift_shop",electronics:"electronics",other:"other"},Zd=Ee(Object.values(Bd)),Vd={HEADER_LEFT:"HEADER_LEFT",HEADER_CENTER_LOGO_BURGER:"HEADER_CENTER_LOGO_BURGER",HEADER_CENTER_LOGO_COMPACT:"HEADER_CENTER_LOGO_COMPACT",HEADER_CENTER_LOGO_DETAILED:"HEADER_CENTER_LOGO_DETAILED",HEADER_LEFT_LOGO_BURGER:"HEADER_LEFT_LOGO_BURGER",HEADER_LEFT_LOGO_COMPACT:"HEADER_LEFT_LOGO_COMPACT",HEADER_LEFT_LOGO_DETAILED:"HEADER_LEFT_LOGO_DETAILED",HEADER_LEFT_LOGO_SEARCH:"HEADER_LEFT_LOGO_SEARCH",HEADER_LEFT_LOGO_TEXT:"HEADER_LEFT_LOGO_TEXT",TEXT_ONE_COLUMN:"TEXT_ONE_COLUMN",TEXT_TITLE_LEFT:"TEXT_TITLE_LEFT",TEXT_SUBTITLE_RIGHT:"TEXT_SUBTITLE_RIGHT",TEXT_TWO_COLUMNS:"TEXT_TWO_COLUMNS",TEXT_CENTER:"TEXT_CENTER",TEXT_DESCRIPTION_RIGHT:"TEXT_DESCRIPTION_RIGHT",CTA_BANNER_LEFT:"CTA_BANNER_LEFT",CTA_BANNER_RIGHT:"CTA_BANNER_RIGHT",CTA_BANNER_CENTER:"CTA_BANNER_CENTER",CTA_BANNER_BOTTOM:"CTA_BANNER_BOTTOM",CTA_PROMO_BAR_LEFT:"CTA_PROMO_BAR_LEFT",CTA_PROMO_BAR_RIGHT:"CTA_PROMO_BAR_RIGHT",CTA_STORY_LEFT:"CTA_STORY_LEFT",CTA_STORY_RIGHT:"CTA_STORY_RIGHT",CTA_FULLWIDTH_CENTER:"CTA_FULLWIDTH_CENTER",CTA_FULLWIDTH_LEFT:"CTA_FULLWIDTH_LEFT",CTA_FULLWIDTH_NO_IMAGE:"CTA_FULLWIDTH_NO_IMAGE",COVER_FULLSCREEN_CENTER:"COVER_FULLSCREEN_CENTER",COVER_FULLSCREEN_LEFT:"COVER_FULLSCREEN_LEFT",COVER_FULLSCREEN_CENTER_LEFT:"COVER_FULLSCREEN_CENTER_LEFT",COVER_FULLSCREEN_RIGHT:"COVER_FULLSCREEN_RIGHT",COVER_FULLSCREEN_BOTTOM:"COVER_FULLSCREEN_BOTTOM",COVER_FULLSCREEN_BOTTOM_RIGHT:"COVER_FULLSCREEN_BOTTOM_RIGHT",COVER_FULLSCREEN_BOTTOM_LEFT:"COVER_FULLSCREEN_BOTTOM_LEFT",COVER_FULLSCREEN_TOP:"COVER_FULLSCREEN_TOP",COVER_SIDEBAR_RIGHT:"COVER_SIDEBAR_RIGHT",COVER_SIDEBAR_LEFT:"COVER_SIDEBAR_LEFT",COVER_HALFSCREEN_LEFT:"COVER_HALFSCREEN_LEFT",COVER_HALFSCREEN_CENTER:"COVER_HALFSCREEN_CENTER",COVER_COLLAGE_BOTTOM:"COVER_COLLAGE_BOTTOM",COVER_COLLAGE_LEFT:"COVER_COLLAGE_LEFT",IMAGE_SUBTITLE_RIGHT:"IMAGE_SUBTITLE_RIGHT",IMAGE_TITLE_LEFT:"IMAGE_TITLE_LEFT",IMAGE_LEFT:"IMAGE_LEFT",IMAGE_RIGHT:"IMAGE_RIGHT",IMAGE_CENTER:"IMAGE_CENTER",IMAGE_SIDE_TITLE:"IMAGE_SIDE_TITLE",LOCATION_MAP_RIGHT:"LOCATION_MAP_RIGHT",LOCATION_MAP_LEFT:"LOCATION_MAP_LEFT",LOCATION_IMAGE_RIGHT:"LOCATION_IMAGE_RIGHT",LOCATION_IMAGE_LEFT:"LOCATION_IMAGE_LEFT",LOCATION_BACKGROUND_RIGHT:"LOCATION_BACKGROUND_RIGHT",LOCATION_BACKGROUND_LEFT:"LOCATION_BACKGROUND_LEFT",LOCATION_FULL:"LOCATION_FULL",LOCATION_SHORT:"LOCATION_SHORT",REVIEWS_MINIMAL:"REVIEWS_MINIMAL",REVIEWS_CARDS:"REVIEWS_CARDS",REVIEWS:"REVIEWS",REVIEWS_CLASSIC:"REVIEWS_CLASSIC",REVIEWS_FULLSCREEN_BG:"REVIEWS_FULLSCREEN_BG",REVIEWS_FULLSCREEN_SIDEBAR_LEFT:"REVIEWS_FULLSCREEN_SIDEBAR_LEFT",REVIEWS_FULLSCREEN_SIDEBAR_RIGHT:"REVIEWS_FULLSCREEN_SIDEBAR_RIGHT",REVIEWS_CARDS_PHOTO:"REVIEWS_CARDS_PHOTO",REVIEWS_PHOTO_SPEECH_RIGHT:"REVIEWS_PHOTO_SPEECH_RIGHT",REVIEWS_PHOTO_SPEECH_LEFT:"REVIEWS_PHOTO_SPEECH_LEFT",REVIEWS_SOCIAL_FEED:"REVIEWS_SOCIAL_FEED",REVIEWS_ADAPTIVE:"REVIEWS_ADAPTIVE",FEATURES_CLASSIC_CENTER:"FEATURES_CLASSIC_CENTER",FEATURES_CLASSIC_LEFT:"FEATURES_CLASSIC_LEFT",FEATURES_ACCORDION:"FEATURES_ACCORDION",FEATURES_MINIMAL:"FEATURES_MINIMAL",FEATURES_SMALL_ICONS:"FEATURES_SMALL_ICONS",FEATURES_CAROUSEL:"FEATURES_CAROUSEL",FEATURES_IMAGE_LEFT:"FEATURES_IMAGE_LEFT",FEATURES_IMAGE_RIGHT:"FEATURES_IMAGE_RIGHT",ANNOUNCEMENT_CENTER:"ANNOUNCEMENT_CENTER",SLIDER_FULLSCREEN_CENTER:"SLIDER_FULLSCREEN_CENTER",SLIDER_FULLSCREEN_LEFT:"SLIDER_FULLSCREEN_LEFT",SLIDER_BASIC:"SLIDER_BASIC",SLIDER_CAROUSEL:"SLIDER_CAROUSEL",SLIDER_CAROUSEL_PORTRAIT:"SLIDER_CAROUSEL_PORTRAIT",SLIDER_SPLIT:"SLIDER_SPLIT",SLIDER_SPLIT_REVERSE:"SLIDER_SPLIT_REVERSE"},Wd=Ee(Object.values(Vd)),Kd={HEADER:"header",COVER:"cover",ANNOUNCEMENT_BAR:"announcement_bar",SLIDER:"slider",SPECIAL_OFFER:"special_offer",CUSTOMER_REVIEW:"customer_review",COMPANY_INFO:"company_info",SHIPPING_PAYMENT:"shipping_payment",LOCATION:"location",STORE:"store",FOOTER:"footer",VIDEO:"video",IMAGE_GALLERY:"image_gallery",CONTACT_INFO:"contact_info",CONTACTS_WIDGET_WHATSAPP:"contacts_widget_whatsapp",CONTACTS_WIDGET_INSTAGRAM:"contacts_widget_instagram",CONTACTS_WIDGET_FACEBOOK:"contacts_widget_facebook",CONTACTS_WIDGET_PHONE:"contacts_widget_phone"},Yd={COVER:"COVER",ANNOUNCEMENT:"ANNOUNCEMENT",STORE:"STORE",SLIDER:"SLIDER",VIDEO:"VIDEO",SPECIAL_OFFER:"SPECIAL_OFFER",CUSTOMER_REVIEW:"CUSTOMER_REVIEW",COMPANY_INFO:"COMPANY_INFO",SHIPPING_PAYMENT:"SHIPPING_PAYMENT",LOCATION:"LOCATION",COLLECTIONS:"COLLECTIONS",BRANDS:"BRANDS",CONTACT_INFO:"CONTACT_INFO"},Xd=Ee(Object.values(Yd)),gt={REQUIRED_HEADER_ID:()=>'Header section must have id "header" when type is "default"',REQUIRED_CUSTOM_HEADER:(...e)=>`Custom header section with id "${e[0]}" must exist in headers directory`,REQUIRED_CUSTOM_HEADER_TYPE:(...e)=>`Custom header section with id "${e[0]}" must be of type "HEADER"`,REQUIRED_FOOTER_ID:()=>'Footer section must have id "footer" when type is "default"',REQUIRED_CUSTOM_FOOTER:(...e)=>`Custom footer section with id "${e[0]}" must exist in footers directory`,REQUIRED_CUSTOM_FOOTER_TYPE:(...e)=>`Custom footer section with id "${e[0]}" must be of type "FOOTER"`,REQUIRED_PAGE_SECTION:(...e)=>`Custom section with id "${e[0]}" must exist in sections directory`,REQUIRED_PAGE_SECTION_TYPE:()=>'Section "header" or "footer" is not allowed among page sections',SHOWCASE_ID_NOT_FOUND:(...e)=>`Showcase with id "${e[0]}" must exist in section's showcase directory`,DUPLICATE_SHOWCASE_ID:(...e)=>`Showcase id "${e[0]}" must be unique within section showcases`,SHOWCASE_OVERRIDE_CONTENT:(...e)=>`Content editor "${e[0]}" in showcase_overrides must exist in section's content configuration file`,SHOWCASE_OVERRIDE_DESIGN:(...e)=>`Design editor "${e[0]}" in showcase_overrides must exist in section's design configuration file`,SHOWCASE_OVERRIDE_LAYOUT:(...e)=>`LayoutId "${e[0]}" in showcase_overrides must exist in section's layout configuration file`,SHOWCASE_LAYOUT:(...e)=>`LayoutId "${e[0]}" in showcase must exist in section's layout configuration file`,INVALID_SHOWCASE_CONTENT_ELEMENT:(...e)=>`Element "${e[0]}" is not defined in content.ts`,SHOWCASE_CONTENT_ELEMENT_TYPE_MISMATCH:(...e)=>`Element "${e[0]}" type mismatch: showcase has type "${e[1]}" but content.ts has type "${e[2]}"`,INVALID_SHOWCASE_DESIGN_ELEMENT:(...e)=>`Element "${e[0]}" is not defined in design.ts`,SHOWCASE_DESIGN_ELEMENT_TYPE_MISMATCH:(...e)=>`Element "${e[0]}" type mismatch: showcase has type "${e[1]}" but design.ts has type "${e[2]}"`,INVALID_DECK_CARD_SETTING:(...e)=>`Setting "${e[0]}" is not defined in content.ts defaultCardContent.settings`,INVALID_SELECTBOX_OPTION:(...e)=>`Option value "${e[0]}" for element "${e[1]}" is not defined in content.ts options`,REQUIRED_STORE_LAYOUT:(...e)=>`Store section with id "${e[0]}" and page type "${e[1]}" must have a corresponding layout defined`,INVALID_STORE_SECTION_ID:(...e)=>`Store layout sectionId "${e[0]}" must be one of: ${e[1]}`,REQUIRED_SECTION_ASSET:(...e)=>`Asset size ${e[0]} exceeds threshold of ${e[1]}.`,REQUIRED_SERVER_SIZE:(...e)=>`Size of individual server file [${e[0]}] must not exceed threshold [${e[1]}].`,MISSING_IMAGE_ASSET:(...e)=>`Image ${e[0]} is missing from assets folder`,MANDATORY_SETTING_TYPE_MISMATCH:(...e)=>`Editor type "${e[0]}" for reserved key "${e[1]}" does not match the required type "${e[2]}".`,MANDATORY_SETTING_NAME_MISMATCH:(...e)=>`Editor key "${e[0]}" for overridden content type "${e[1]}" does not match the required key name "${e[2]}".`,DUPLICATED_MANDATORY_SETTING:(...e)=>`Editor type "${e[0]}" can only be used once.`,IMAGE_EDITOR_STATIC_MISMATCH:(...e)=>`Both "${e[0]}" content and design editor need to have same value for attribute static`,DUPLICATE_DESIGN_EDITOR_NAME:()=>"Non-unique design editor name detected",COLOR_REQUIRED_GRADIENT:()=>"color is required when overlay is GRADIENT",COLOR_MUST_BE_ARRAY_GRADIENT:()=>"color must be an array when overlay is GRADIENT",COLOR_ARRAY_LENGTH_GRADIENT:()=>"color array must have exactly 2 items when overlay is GRADIENT",COLOR_REQUIRED_COLOR:()=>"color is required when overlay is COLOR",COLOR_MUST_BE_SINGLE_COLOR:()=>"color must be a single value when overlay is COLOR",COLOR_MUST_BE_UNDEFINED_NONE:()=>"color must be undefined when overlay is NONE or not set",COLOR_REQUIRED_STYLE_GRADIENT:()=>"color is required when style is GRADIENT",COLOR_MUST_BE_ARRAY_STYLE_GRADIENT:()=>"color must be an array when style is GRADIENT",COLOR_ARRAY_LENGTH_STYLE_GRADIENT:()=>"color array must have exactly 2 items when style is GRADIENT",COLOR_REQUIRED_STYLE_COLOR:()=>"color is required when style is COLOR",COLOR_MUST_BE_SINGLE_STYLE_COLOR:()=>"color must be a single value when style is COLOR",BUTTON_LINK_REQUIRED:()=>"link is required when buttonType is HYPER_LINK",BUTTON_CATEGORY_ID_REQUIRED:()=>"categoryId is required when buttonType is GO_TO_CATEGORY or GO_TO_CATEGORY_LINK",BUTTON_EMAIL_REQUIRED:()=>"email is required when buttonType is MAIL_LINK",BUTTON_PHONE_REQUIRED:()=>"phone is required when buttonType is TEL_LINK",BUTTON_TILE_ID_REQUIRED:(...e)=>`${e[0]} is required when buttonType is SCROLL_TO_TILE`,BUTTON_PAGE_ID_REQUIRED:()=>"pageIdForNavigate is required when type is GO_TO_PAGE",TEMPLATE_PAGE_SECTIONS_REQUIRED:()=>"sections must contain at least one section",TEMPLATE_PAGE_SINGLE_SECTION_REQUIRED:(...e)=>`Page type "${e[0]}" must have exactly one section`,TEMPLATE_PAGE_STORE_SECTION_REQUIRED:(...e)=>`Page type "${e[0]}" must have a section of type "store"`,TEMPLATE_PAGE_NO_STORE_SECTIONS:(...e)=>`Page type "${e[0]}" cannot contain store sections`,TEMPLATE_PAGE_CUSTOM_METADATA_REQUIRED:()=>'Page type "CUSTOM" must have a metadata property',TEMPLATE_PAGE_METADATA_NOT_ALLOWED:(...e)=>`Page type "${e[0]}" must not have a metadata property`,NON_NEGATIVE_INTEGER:()=>"must be a non-negative integer",INTEGER_RANGE:(...e)=>`must be between ${e[0]} and ${e[1]}`,VALID_HEX_COLOR:()=>"must be a valid hex color (#RGB, #RRGGBB, or #RRGGBBAA)",VALID_LANGUAGE_CODE:()=>"must be a valid language code (e.g., en, nl, fr, en_US, en_GB, zh_Hans)",VALID_URL:()=>"must be a valid URL",VALID_EMAIL:()=>"must be a valid email address",ACCORDION_ITEM_POSITION_FIELD_REQUIRED:(...e)=>`Item "${e[0]}" must have positionFieldName when sortable is true`,ACCORDION_ITEMS_REQUIRED:()=>"items must have at least one item",ACCORDION_ITEM_EDITORS_REQUIRED:(...e)=>`Item "${e[0]}" must have at least one editor`,ACCORDION_SHOWCASE_ITEMS_REQUIRED:()=>"items must have at least one item",ACCORDION_SHOWCASE_ITEM_EDITORS_REQUIRED:(...e)=>`Item "${e[0]}" must have at least one editor override`,ACCORDION_DUPLICATE_POSITION_FIELD_NAME:()=>"positionFieldName must be unique across accordion items when sortable is true"},Qd=/^#([a-fA-F0-9]{8}|[a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/,qd=/^[a-z]{2}(_([a-z]{2}|[A-Z]{2}|[0-9]{3}))?$/,pt=(e,t)=>{const n=gt.INTEGER_RANGE(e.toString(),t.toString());return Xe().min(e,{message:n}).max(t,{message:n})},dr=R({path:w(),size:_n().nonnegative()}).strict(),Ts=R({size:_n().nonnegative()}).strict(),F=w().regex(/^\$.+/,{message:"must start with '$' followed by at least one character"}),Jd=R({r:pt(0,255),g:pt(0,255),b:pt(0,255),a:pt(0,1)}).strict(),fr=w().regex(Qd,{message:gt.VALID_HEX_COLOR()}),Me=Lt([fr,Ee(["global.color.title","global.color.body","global.color.button","global.color.link","global.color.background"])]),Rs=Ee(["global.textSize.title","global.textSize.subtitle","global.textSize.body"]),Xt=Ee(["catalog","category","product"]),ef=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;function hr(e){return e===et.PRODUCT||e===et.CATALOG||e===et.CATEGORY}function Cs(e,t,n){if(!e)return;const r=$a({path:"$..set..url",json:e,resultType:"all"}),o=/^https?:\/\//;r.forEach(i=>{const s=i.value;if(!o.test(s)&&!t.includes(s)){const a=i.pointer.split("/").filter(c=>c.length>0);n.at(a).addIssue("MISSING_IMAGE_ASSET",s)}})}function Is(e,t,n){e===lt.HYPER_LINK&&!t&&n.at("link").addIssue("BUTTON_LINK_REQUIRED")}function ws(e,t,n){(e===lt.GO_TO_CATEGORY||e===lt.GO_TO_CATEGORY_LINK)&&!t&&n.at("categoryId").addIssue("BUTTON_CATEGORY_ID_REQUIRED")}function Os(e,t,n){e===lt.MAIL_LINK&&!t&&n.at("email").addIssue("BUTTON_EMAIL_REQUIRED")}function vs(e,t,n){e===lt.TEL_LINK&&!t&&n.at("phone").addIssue("BUTTON_PHONE_REQUIRED")}function As(e,t,n,r){if(e===lt.SCROLL_TO_TILE&&!(t??n)){const o=t?"tileId":"tileIdForScroll";r.at(o).addIssue("BUTTON_TILE_ID_REQUIRED",o)}}function tf(e,t,n){e===lt.GO_TO_PAGE&&!t&&n.at("pageIdForNavigate").addIssue("BUTTON_PAGE_ID_REQUIRED")}const nf="custom";function Fe(e,t=[]){const n=o=>Array.isArray(o)?o:[o],r=n(t);return{raw:e,addIssue(o,...i){e.addIssue({code:nf,message:gt[o](...i),path:r,params:{errorMessageKey:o}})},at(o){const i=r.concat(n(o));return Fe(e,i)}}}const mr=R({type:L(K.BUTTON),title:F,buttonType:kd,link:w().optional(),linkTarget:w().optional(),email:w().regex(ef,{message:gt.VALID_EMAIL()}).optional(),phone:w().optional(),tileId:w().optional(),categoryId:_n().optional()}).strict().superRefine((e,t)=>{const n=Fe(t);Is(e.buttonType,e.link,n),ws(e.buttonType,e.categoryId,n),Os(e.buttonType,e.email,n),vs(e.buttonType,e.phone,n),As(e.buttonType,e.tileId,void 0,n)}),bs=R({type:L(K.BUTTON),label:F,defaults:mr.optional()}).strict(),Er=R({type:L(K.CATEGORY_SELECTOR)}).strict(),$s=R({type:L(K.CATEGORY_SELECTOR),label:F,maxCategories:pt(1,32),defaults:Er.optional()}).strict(),gr=R({type:L(K.DIVIDER)}).strict(),Ns=R({type:L(K.DIVIDER),label:F,defaults:gr.optional()}).strict(),Qt=R({url:w(),width:Xe().min(0,{message:gt.NON_NEGATIVE_INTEGER()}).optional(),height:Xe().min(0,{message:gt.NON_NEGATIVE_INTEGER()}).optional()}).strict(),rf=R({homogeneity:ee().optional(),color:Jd.optional()}).strict(),of=R({ORIGINAL:Qt.optional(),WEBP_LOW_RES:Qt.optional(),WEBP_HI_2X_RES:Qt.optional(),MOBILE_WEBP_LOW_RES:Qt.optional(),MOBILE_WEBP_HI_RES:Qt.optional()}).strict().refine(e=>Object.keys(e).length>=1,{message:"set must have at least one property"}),Sn=R({set:of,borderInfo:rf.optional()}).strict(),_r=R({type:L(K.IMAGE),imageData:Sn}).strict(),Ls=R({type:L(K.IMAGE),label:F,static:ee().optional(),defaults:_r.optional()}).strict(),sf=R({label:F,link:Kt()}).strict(),af=R({title:F.optional(),link:Kt().optional()}).strict(),yr=R({type:L(K.INFO),text:F.optional(),button:af.optional()}).strict(),Ds=R({type:L(K.INFO),label:F,description:F,button:sf.optional(),defaults:yr.optional()}).strict(),Sr=R({type:L(K.INPUTBOX),text:F}).strict(),ks=R({type:L(K.INPUTBOX),label:F,placeholder:F,defaults:Sr.optional()}).strict(),Tr=R({type:L(K.PRODUCT_SELECTOR)}).strict(),Ps=R({type:L(K.PRODUCT_SELECTOR),label:F,maxProducts:pt(1,32),defaults:Tr.optional()}).strict(),Rr=R({type:L(K.SELECTBOX),value:w()}).strict(),cf=R({value:w().min(1,{message:"value must not be empty"}),label:F}).strict(),xs=R({type:L(K.SELECTBOX),label:F,placeholder:F,description:F,options:oe(cf).min(1,{message:"must have at least one option"}),defaults:Rr.optional()}).strict(),Cr=R({type:L(K.TEXTAREA),text:F}).strict(),Us=R({type:L(K.TEXTAREA),label:F,placeholder:F,defaults:Cr.optional()}).strict(),Ir=R({type:L(K.TOGGLE),enabled:ee()}).strict(),Ms=R({type:L(K.TOGGLE),label:F,description:F,defaults:Ir.optional()}).strict(),uf=R({type:L(K.DECK)}).strict(),lf=Qe("type",[Sr,Cr,mr,_r,Ir,Rr,gr,yr,Tr,Er]),pf=R({type:L(K.DECK),cards:oe(R({settings:ke(w(),lf).refine(e=>Object.keys(e).length>=1,{message:"settings must have at least one property"})}).strict()).min(1,{message:"cards must have at least one card"})}).strict(),df=R({type:L(K.DECK),label:F,addButtonLabel:F,maxCards:Xe().min(1,{message:"must be a positive integer"}),cards:R({defaultCardContent:R({label:F,settings:ke(w(),Qe("type",[ks,Us,bs,Ls,Ms,xs,Ns,Ds,$s,Ps])).refine(e=>Object.keys(e).length>=1,{message:"settings must have at least one property"})}).strict()}).strict(),defaults:uf.optional()}).strict(),Fs=R({type:L(K.LOGO),logoType:Dd.optional(),text:F.optional(),imageData:Sn.optional()}).strict(),ff=R({type:L(K.LOGO),label:F.optional(),defaults:Fs.optional()}).strict(),zs=R({id:w(),title:w().optional(),type:w().optional(),link:w().optional(),email:w().optional(),phone:w().optional(),tileIdForScroll:w().optional(),pageIdForNavigate:w().optional(),showStoreCategories:ee().optional(),isSubmenuOpened:ee().optional(),categoryId:_n().optional()}).strict().superRefine((e,t)=>{const n=Fe(t);Is(e.type,e.link,n),ws(e.type,e.categoryId,n),Os(e.type,e.email,n),vs(e.type,e.phone,n),As(e.type,void 0,e.tileIdForScroll,n),tf(e.type,e.pageIdForNavigate,n)}),Gs=R({type:L(K.MENU),items:oe(zs).optional()}).strict(),hf=R({type:L(K.MENU),label:F.optional(),defaults:Gs.optional()}).strict(),Hs=R({type:L(K.NAVIGATION_MENU),items:oe(zs).optional()}).strict(),mf=R({type:L(K.NAVIGATION_MENU),defaults:Hs.optional()}).strict(),Ef=Qe("type",[ks,Us,bs,Ls,Ms,xs,df,hf,mf,ff,Ns,Ds,Ps,$s]),js=ke(w(),Ef),Tn=R({type:L(q.BACKGROUND),style:Hd.optional(),color:Lt([Me,oe(Me)]).optional()}).strict().superRefine((e,t)=>{const n=Fe(t).at("color");e.style===pr.GRADIENT?e.color===void 0?n.addIssue("COLOR_REQUIRED_STYLE_GRADIENT"):Array.isArray(e.color)?e.color.length!==2&&n.addIssue("COLOR_ARRAY_LENGTH_STYLE_GRADIENT"):n.addIssue("COLOR_MUST_BE_ARRAY_STYLE_GRADIENT"):e.style===pr.COLOR&&(e.color===void 0?n.addIssue("COLOR_REQUIRED_STYLE_COLOR"):Array.isArray(e.color)&&n.addIssue("COLOR_MUST_BE_SINGLE_STYLE_COLOR"))}),gf=R({type:L(q.BACKGROUND),fieldName:w(),defaults:Tn.optional()}).strict(),Bs=R({type:L(q.BACKGROUND),label:F,colors:oe(Me).optional(),enableAlphaColor:ee().optional(),enableAutoColor:ee().optional(),defaults:Tn.optional()}).strict(),Rn=R({type:L(q.BUTTON),appearance:Ud.optional(),size:Fd.optional(),shape:Gd.optional(),font:w().optional(),color:Me.optional(),visible:ee().optional()}).strict(),_f=R({type:L(q.BUTTON),fieldName:w(),defaults:Rn.optional()}).strict(),Zs=R({type:L(q.BUTTON),label:F,colors:oe(Me).optional(),enableAutoColor:ee().optional(),enableAlphaColor:ee().optional(),hideVisibleToggle:ee().optional(),hideSize:ee().optional(),defaults:Rn.optional()}).strict(),Cn=R({type:L(q.COLOR_PICKER),color:Me.optional()}).strict(),yf=R({type:L(q.COLOR_PICKER),fieldName:w(),defaults:Cn.optional()}).strict(),Vs=R({type:L(q.COLOR_PICKER),label:F,colors:oe(Me).optional(),enableAlphaColor:ee().optional(),enableAutoColor:ee().optional(),defaults:Cn.optional()}).strict(),In=R({type:L(q.DIVIDER)}).strict(),Sf=R({type:L(q.DIVIDER),fieldName:w(),defaults:In.optional()}).strict(),Ws=R({type:L(q.DIVIDER),label:F,defaults:In.optional()}).strict(),wn=R({type:L(q.IMAGE),overlay:Pd.optional(),color:Lt([Me,oe(Me)]).optional(),visible:ee().optional()}).strict().superRefine((e,t)=>{const n=Fe(t).at("color");e.overlay===yn.GRADIENT?e.color===void 0?n.addIssue("COLOR_REQUIRED_GRADIENT"):Array.isArray(e.color)?e.color.length!==2&&n.addIssue("COLOR_ARRAY_LENGTH_GRADIENT"):n.addIssue("COLOR_MUST_BE_ARRAY_GRADIENT"):e.overlay===yn.COLOR?e.color===void 0?n.addIssue("COLOR_REQUIRED_COLOR"):Array.isArray(e.color)&&n.addIssue("COLOR_MUST_BE_SINGLE_COLOR"):(e.overlay===yn.NONE||e.overlay===void 0)&&e.color!==void 0&&n.addIssue("COLOR_MUST_BE_UNDEFINED_NONE")}),Tf=R({type:L(q.IMAGE),fieldName:w(),defaults:wn.optional()}).strict(),Ks=R({type:L(q.IMAGE),label:F,static:ee().optional(),colors:oe(fr).optional(),enableAlphaColor:ee().optional(),hideVisibleToggle:ee().optional(),defaults:wn.optional()}).strict(),Rf=R({visible:ee(),width:pt(1,49).optional(),color:Me.optional()}).strict(),On=R({type:L(q.LOGO),font:w().optional(),size:Lt([Xe().min(1,{message:"must be at least 1"}),Rs]).optional(),bold:ee().optional(),italic:ee().optional(),color:Me.optional(),visible:ee().optional(),spacing:pt(1,9).optional(),frame:Rf.optional(),capitalization:Ee(["none","all","small"]).optional()}).strict(),Cf=R({type:L(q.LOGO),fieldName:w(),defaults:On.optional()}).strict(),Ys=R({type:L(q.LOGO),label:F,colors:oe(Me).optional(),sizes:oe(Xe().min(1,{message:"must be at least 1"})).optional(),defaults:On.optional()}).strict(),If=R({value:w().optional(),label:F.optional()}).strict(),vn=R({type:L(q.SELECTBOX),value:w().optional()}).strict(),wf=R({type:L(q.SELECTBOX),fieldName:w(),defaults:vn.optional()}).strict(),Xs=R({type:L(q.SELECTBOX),label:F,description:F.optional(),options:oe(If).optional(),defaults:vn.optional()}).strict(),An=R({type:L(q.TEXT),font:w().optional(),size:Lt([Xe().min(1,{message:"must be at least 1"}),Rs]).optional(),bold:ee().optional(),italic:ee().optional(),color:Me.optional(),visible:ee().optional()}).strict(),Of=R({type:L(q.TEXT),fieldName:w(),defaults:An.optional()}).strict(),Qs=R({type:L(q.TEXT),label:F,colors:oe(fr).optional(),sizes:oe(Xe().min(1,{message:"must be at least 1"})).optional(),enableAlphaColor:ee().optional(),enableAutoColor:ee().optional(),hideVisibleToggle:ee().optional(),hideSize:ee().optional(),defaults:An.optional()}).strict(),bn=R({type:L(q.TOGGLE),enabled:ee().optional()}).strict(),vf=R({type:L(q.TOGGLE),fieldName:w(),defaults:bn.optional()}).strict(),qs=R({type:L(q.TOGGLE),label:F,defaults:bn.optional()}).strict();function Af(e,t){Object.keys(e).length===0&&t.at("items").addIssue("ACCORDION_SHOWCASE_ITEMS_REQUIRED")}function bf(e,t){for(const[n,r]of Object.entries(e))Object.keys(r.editors).length===0&&t.at(["items",n,"editors"]).addIssue("ACCORDION_SHOWCASE_ITEM_EDITORS_REQUIRED",n)}function $f(e,t,n){Object.keys(e).length===0&&n.at("editors").addIssue("ACCORDION_ITEM_EDITORS_REQUIRED",t)}function Nf(e,t){Object.keys(e).length===0&&t.at("items").addIssue("ACCORDION_ITEMS_REQUIRED")}function Lf(e,t){for(const[n,r]of Object.entries(e))r.positionFieldName||t.at(["items",n,"positionFieldName"]).addIssue("ACCORDION_ITEM_POSITION_FIELD_REQUIRED",n)}function Df(e,t){const n=Object.values(e).map(r=>r.positionFieldName).filter(Boolean);new Set(n).size!==n.length&&t.at("items").addIssue("ACCORDION_DUPLICATE_POSITION_FIELD_NAME")}const Js=R({type:L(q.ACCORDION)}).strict(),kf=Qe("type",[An,Rn,wn,bn,vn,Tn,Cn,On,In]),Pf=R({editors:ke(w(),kf)}).strict(),xf=R({type:L(q.ACCORDION),items:ke(w(),Pf)}).strict().superRefine((e,t)=>{const n=Fe(t);Af(e.items,n),bf(e.items,n)}),Uf=R({type:L(q.ACCORDION),fieldName:w(),defaults:Js.optional()}).strict(),Mf=Qe("type",[Qs,Zs,Ks,qs,Xs,Bs,Vs,Ys,Ws]),Ff=R({label:F,positionFieldName:w().optional(),editors:ke(w(),Mf)}).strict().superRefine((e,t)=>{$f(e.editors,e.label,Fe(t))}),zf=R({type:L(q.ACCORDION),sortable:ee().optional(),items:ke(w(),Ff),defaults:Js.optional()}).strict().superRefine((e,t)=>{const n=Fe(t);Nf(e.items,n),e.sortable===!0&&(Lf(e.items,n),Df(e.items,n))}),Gf=R({label:F,link:Kt()}).strict(),Hf=R({label:F.optional(),link:Kt().optional()}).strict(),wr=R({type:L(q.INFO),description:F.optional(),button:Hf.optional()}).strict(),jf=R({type:L(q.INFO),fieldName:w(),defaults:wr.optional()}).strict(),Bf=R({type:L(q.INFO),label:F,description:F,button:Gf.optional(),defaults:wr.optional()}).strict(),Zf=Qe("type",[Qs,Zs,Ks,qs,Xs,Bs,Vs,Ys,Ws,zf,Bf]),ei=ke(w(),Zf),Vf=Qe("type",[Of,_f,Tf,vf,wf,gf,yf,Cf,Sf,jf,Uf]),Wf=R({layoutId:w(),layoutIcon:Wd.optional(),selectedContentSettings:oe(w()),selectedDesignSettings:oe(Vf)}).strict(),ti=Qe("type",[Sr,Cr,mr,_r,Ir,Rr,Gs,Hs,Fs,gr,yr,pf,Tr,Er]),ni=Qe("type",[An,Rn,wn,bn,vn,Tn,Cn,On,In,xf,wr]),Kf=R({showcaseId:w(),blockName:w(),previewImage:Sn,content:ke(w(),ti),design:ke(w(),ni),layoutId:w().optional()}).strict(),Yf=R({blockName:w(),content:ke(w(),ti).optional(),design:ke(w(),ni).optional(),layoutId:w().optional()}).strict(),Xf=w().regex(qd,gt.VALID_LANGUAGE_CODE()),$n=ke(Xf,ke(F,w())),Qf={menu:{type:K.NAVIGATION_MENU},logo:{type:K.LOGO}},qf={logo:{type:"LOGO",label:"$label.logo.label",colors:["#FFFFFF66","#0000004D","#00000099","#64C7FF66","#F9947266","#C794CD66","#FFD17466"],sizes:[18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60],defaults:{type:"LOGO",font:"global.fontFamily.body",size:40,bold:!0,italic:!1,color:"#313131",visible:!0,spacing:2,capitalization:"all",frame:{visible:!0,width:3,color:"#313131"}}}};function ri(e){switch(e){case Dt.HEADER:return Qf;default:return{}}}function oi(e){switch(e){case Dt.HEADER:return qf;default:return{}}}function si({validationType:e,sectionType:t}){switch(e){case Yt.CONTENT:return ri(t);case Yt.DESIGN:return oi(t);default:return{}}}const Nn=2097152,Ln=512e3;function it(e,t=2){if(!+e)return"0 Bytes";const n=1024,r=t<0?0:t,o=["Bytes","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"],i=Math.floor(Math.log(e)/Math.log(n));return`${parseFloat((e/n**i).toFixed(r))} ${o[i]}`}function ii(e,t,n){if(!e||Object.keys(t).length===0)return;const r=Object.entries(t),o=r.map(([,{type:s}])=>s),i=Object.values(e).map(({type:s})=>s);Object.entries(e).forEach(([s,a])=>{const c=t[s];c&&"type"in c&&a.type!==c.type&&n.at(s).addIssue("MANDATORY_SETTING_TYPE_MISMATCH",a.type,s,c.type)}),Object.entries(e).forEach(([s,a])=>{const c=r.find(([,{type:u}])=>u===a.type)?.[0];c&&s!==c&&n.at(s).addIssue("MANDATORY_SETTING_NAME_MISMATCH",s,a.type,c)}),new Set(i.filter(s=>o.includes(s))).forEach(s=>{if(i.filter(a=>a===s).length>1){const a=r.findLast(([,{type:c}])=>c===s)?.[0];n.at(a).addIssue("DUPLICATED_MANDATORY_SETTING",s)}})}function ai(e,t,n){Cs(e,t,n)}function Jf(e,t,n){if(e.type!==K.DECK||t.type!==K.DECK)return;const r=t.cards?.defaultCardContent?.settings,o=e.cards;if(!r||!Array.isArray(o))return;const i=new Set(Object.keys(r));o.forEach((s,a)=>{s.settings&&Object.keys(s.settings).forEach(c=>{i.has(c)||n.at(["cards",a,"settings",c]).addIssue("INVALID_DECK_CARD_SETTING",c)})})}function eh(e,t,n){e.content&&Object.entries(e.content).forEach(([r,o])=>{const i=n.at(["content",r]),s=t[r];if(!s){i.addIssue("INVALID_SHOWCASE_CONTENT_ELEMENT",r);return}if(o.type!==s.type){i.addIssue("SHOWCASE_CONTENT_ELEMENT_TYPE_MISMATCH",r,o.type,s.type);return}if(o.type===K.SELECTBOX&&s.type===K.SELECTBOX){const a=s,c=o;a.options&&c.value!==void 0&&(new Set(a.options.map(u=>u.value)).has(c.value)||i.addIssue("INVALID_SELECTBOX_OPTION",c.value,r))}o.type===K.DECK&&Jf(o,s,i)})}function th(e,t,n){e.design&&Object.entries(e.design).forEach(([r,o])=>{const i=n.at(["design",r]),s=t[r];if(!s){i.addIssue("INVALID_SHOWCASE_DESIGN_ELEMENT",r);return}o.type!==s.type&&i.addIssue("SHOWCASE_DESIGN_ELEMENT_TYPE_MISMATCH",r,o.type,s.type)})}function nh(e,t){Object.entries(e).flatMap(([n,r])=>{switch(r.type){case q.ACCORDION:return Object.entries(r.items).flatMap(([o,i])=>Object.keys(i.editors).map(s=>({name:s,path:[n,"items",o,"editors",s]})));default:return[{name:n,path:[n]}]}}).filter(({name:n},r,o)=>o.findIndex(i=>i.name===n)<r).forEach(({path:n})=>t.at(n).addIssue("DUPLICATE_DESIGN_EDITOR_NAME"))}function rh(e,t,n){e.layoutId&&((t||[]).some(r=>r.layoutId===e.layoutId)||n.at("layoutId").addIssue("SHOWCASE_LAYOUT",e.layoutId))}function oh(e,t){const n=new Set;e.forEach((r,o)=>{if(n.has(r.showcaseId)){t.at([o,"showcaseId"]).addIssue("DUPLICATE_SHOWCASE_ID",r.showcaseId);return}n.add(r.showcaseId)})}function ci(e,t,n){for(const[r,o]of Object.entries(e)){const i=o;if(i.type===K.IMAGE){const s=t[r];if(s?.type===q.IMAGE){const a=i.static??!1,c=s.static??!1;a!==c&&n.at(r).addIssue("IMAGE_EDITOR_STATIC_MISMATCH",r)}}else if(i.type===K.DECK){const s=i;s.cards?.defaultCardContent?.settings&&ci(s.cards.defaultCardContent.settings,t,n.at([r,"cards","defaultCardContent","settings"]))}}}function sh(e,t,n){t>Nn&&n.at(ue.basename(e)).addIssue("REQUIRED_SECTION_ASSET",it(t),it(Nn))}function ih(e,t){e>Ln&&t.addIssue("REQUIRED_SERVER_SIZE",it(e),it(Ln))}const ah=R({id:w(),type:Nd,name:w(),content:js,design:ei,layout:oe(Wf).optional(),showcase:oe(Kf),translationsSettings:$n.optional(),translationsShowcases:$n.optional(),assets:dr.array().optional(),server:Ts,previewCount:Xe().optional()}).strict().superRefine((e,t)=>{const n=Fe(t),r=si({validationType:Yt.CONTENT,sectionType:e.type}),o=si({validationType:Yt.DESIGN,sectionType:e.type});ii(e.content,r,n.at("content")),ii(e.design,o,n.at("design")),ci(e.content,e.design,n.at("content")),nh(e.design,n.at("design")),e.assets&&e.assets.forEach(s=>{sh(s.path,s.size,n.at("assets"))}),ih(e.server.size,n.at("server"));const i=e.assets?.map(s=>s.path)??[];ai(e.content,i,n.at("content")),oh(e.showcase,n.at("showcase")),e.showcase.forEach((s,a)=>{const c=n.at(["showcase",a]);ai(s,i,c),eh(s,e.content,c),th(s,e.design,c),rh(s,e.layout,c)})}),ch=R({translations:$n.optional()}).strict(),uh=Ee(["products","category","product"]),lh=R({id:w(),sectionId:w(),content:js,design:ei,translationsSettings:$n.optional(),assets:dr.array().optional()}).strict().superRefine((e,t)=>{const n=Fe(t);Xt.safeParse(e.sectionId).success||n.at(["sectionId"]).addIssue("INVALID_STORE_SECTION_ID",e.sectionId,Xt.options.join(", ")),e.assets&&e.assets.forEach(r=>{r.size>Nn&&n.at(["assets",ue.basename(r.path)]).addIssue("REQUIRED_SECTION_ASSET",it(r.size),it(Nn))})});R({id:w(),sectionId:Xt,pageId:uh}).strict();const ph=R({id:w(),sectionId:w(),layoutId:w(),server:Ts}).strict().superRefine((e,t)=>{const n=Fe(t);Xt.safeParse(e.sectionId).success||n.at(["sectionId"]).addIssue("INVALID_STORE_SECTION_ID",e.sectionId,Xt.options.join(", ")),e.server.size>Ln&&n.at("server").addIssue("REQUIRED_SERVER_SIZE",it(e.server.size),it(Ln))});function dh(e,t){hr(e.type)&&(e.sections.length!==1?t.at("sections").addIssue("TEMPLATE_PAGE_SINGLE_SECTION_REQUIRED",e.type):e.sections[0]?.type!=="store"&&t.at(["sections",0,"type"]).addIssue("TEMPLATE_PAGE_STORE_SECTION_REQUIRED",e.type))}function fh(e,t){hr(e.type)&&e.sections.length===0&&t.at("sections").addIssue("TEMPLATE_PAGE_SECTIONS_REQUIRED"),e.sections.forEach((n,r)=>{hr(e.type)||n.type==="store"&&t.at(["sections",r,"type"]).addIssue("TEMPLATE_PAGE_NO_STORE_SECTIONS",e.type),n.type==="default"&&n.id&&(n.id==="header"||n.id==="footer")&&t.at(["sections",r,"id"]).addIssue("REQUIRED_PAGE_SECTION_TYPE")})}function hh(e,t){e.type==="CUSTOM"?e.metadata||t.at("metadata").addIssue("TEMPLATE_PAGE_CUSTOM_METADATA_REQUIRED"):e.metadata!==void 0&&t.at("metadata").addIssue("TEMPLATE_PAGE_METADATA_NOT_ALLOWED",e.type)}const mh=new RegExp(`^(${Object.values(Kd).join("|")})(_\\d{3})?$`),Eh=w().regex(mh,"id must match pattern: [default_section_name] or [default_section_name]_XXX where XXX is three digits"),gh=w().regex(new RegExp("\\d{3}"),"showcase_id must be a three digit string"),ui=R({type:L("default"),id:Eh,showcase_id:gh.optional()}).strict(),Or=R({type:L("custom"),id:w(),showcase_id:w().optional(),showcase_overrides:Yf.optional(),category:Xd.optional()}).strict(),_h=R({type:L("store"),id:w().optional()}).strict(),yh=Qe("type",[ui,Or,_h]),Sh=R({title:w()}).strict(),Th=R({metadata:Sh.optional(),sections:oe(yh)}).strict(),Rh=Th.safeExtend({type:jd,id:w().min(1,{message:"id is required"})}).strict().superRefine((e,t)=>{const n=Fe(t);fh(e,n),dh(e,n),hh(e,n)}),li=R({name:w().min(2,{message:"name must be at least 2 characters"}).max(60,{message:"name must be at most 60 characters"}),description:w().min(2,{message:"description must be at least 2 characters"}).max(150,{message:"description must be at most 150 characters"}),preview_url:Kt({message:"preview_url must be a valid URL"}).regex(/^(https?):\/\/([^.]+?\.)?(company\.site|ecwid\.qa)($|\/[A-Za-z0-9\-._~:/?#\[\]@!$&'()*+,;=]*)?$/,"preview_url must match pattern: (https?)://([^.]+?\\.)?(company\\.site|ecwid\\.qa)(...)?").optional(),cover_image:Sn,categories:oe(Zd).refine(e=>new Set(e).size===e.length,{message:"categories must contain unique items"}).optional()}).strict(),Ch=ui.extend({id:w()}),pi=Qe("type",[Ch,Or]),Ih=R({metadata:li,header:pi,footer:pi}).strict(),wh=R({id:w().min(1,{message:"id is required"}),assets:dr.array().optional(),configuration:Ih,pages:oe(Rh)}).strict();function Oh(e,t,n){if(e){if(e.type==="default")e.id!=="header"&&n.at("id").addIssue("REQUIRED_HEADER_ID");else if(e.type==="custom"&&e.id){const r=t.find(o=>o.id===e.id);r?(r.type!=="HEADER"&&n.at("id").addIssue("REQUIRED_CUSTOM_HEADER_TYPE",e.id),e.showcase_id&&((r.showcase||[]).some(o=>o.showcaseId===e.showcase_id)||n.at("showcase_id").addIssue("SHOWCASE_ID_NOT_FOUND",e.showcase_id))):n.at("id").addIssue("REQUIRED_CUSTOM_HEADER",e.id)}}}function vh(e,t,n){if(e){if(e.type==="default")e.id!=="footer"&&n.at("id").addIssue("REQUIRED_FOOTER_ID");else if(e.type==="custom"&&e.id){const r=t.find(o=>o.id===e.id);r?(r.type!=="FOOTER"&&n.at("id").addIssue("REQUIRED_CUSTOM_FOOTER_TYPE",e.id),e.showcase_id&&((r.showcase||[]).some(o=>o.showcaseId===e.showcase_id)||n.at("showcase_id").addIssue("SHOWCASE_ID_NOT_FOUND",e.showcase_id))):n.at("id").addIssue("REQUIRED_CUSTOM_FOOTER",e.id)}}}function Ah(e,t,n){if(!e)return;const r=n.at(["showcase_overrides"]);["content","design"].forEach(i=>{const s=e[i];if(s){const a=t[i]||{};Object.keys(s).forEach(c=>{if(!(c in a)){const u=i==="content"?"SHOWCASE_OVERRIDE_CONTENT":"SHOWCASE_OVERRIDE_DESIGN";r.at([i,c]).addIssue(u,c)}})}}),e.layoutId&&((t.layout||[]).some(i=>i.layoutId===e.layoutId)||r.at(["layoutId"]).addIssue("SHOWCASE_OVERRIDE_LAYOUT",e.layoutId));const o=t.assets?.map(i=>i.path)??[];e.content&&Cs(e.content,o,r.at(["content"]))}function bh(e,t,n){if(!e.id)return;const r=t.find(o=>o.id===e.id);if(!r){n.at("id").addIssue("REQUIRED_PAGE_SECTION",e.id);return}(r.type==="HEADER"||r.type==="FOOTER")&&n.at("id").addIssue("REQUIRED_PAGE_SECTION_TYPE"),Ah(e.showcase_overrides,r,n),e.showcase_id&&((r.showcase||[]).some(o=>o.showcaseId===e.showcase_id)||n.at("showcase_id").addIssue("SHOWCASE_ID_NOT_FOUND",e.showcase_id))}function $h(e,t,n,r){e.id&&(n.some(o=>o.sectionId===t.type.toLowerCase()&&o.id===e.id)||r.at("id").addIssue("REQUIRED_STORE_LAYOUT",e.id,t.type.toLowerCase()))}const Nh=R({version:w(),name:w(),shared:ch.optional(),sections:oe(ah),templates:oe(wh),layouts:oe(lh),slots:oe(ph),compressionEnabled:ee(),externalizationEnabled:ee(),vueVersion:w()}).strict().superRefine((e,t)=>{e.templates.forEach((n,r)=>{const o=Fe(t).at(["templates",r]);Oh(n.configuration.header,e.sections,o.at(["configuration","header"])),vh(n.configuration.footer,e.sections,o.at(["configuration","footer"])),n.pages.forEach((i,s)=>{const a=o.at(["pages",s]);i.sections.forEach((c,u)=>{const l=a.at(["sections",u]);c.type==="custom"?bh(c,e.sections,l):c.type==="store"&&$h(c,i,e.layouts,l)})})})}),Lh=R({metadata:li,sections:oe(Or)});R({id:w().min(1,{message:"id is required"}),descriptor:Lh}),st({customError:$d});function vr(e,t){return Object.keys(e).reduce((n,r)=>{const o=e[r],i=t[r];return ft(o)&&ft(i)?n[r]=vr(o,i):n[r]=o,n},{...t})}function Dh({contentSettings:e,sectionType:t}){const n=ri(t);return vr(e,n)}function kh({designSettings:e,sectionType:t}){const n=oi(t);return vr(e,n)}function kt(e){return Ie(`${Ht}/${e}`)?we.HEADER:Ie(`${jt}/${e}`)?we.FOOTER:we.SECTION}async function Pe(e){return(await import(Eo(e).href+`?t=${Date.now()}`)).default}function Ar(e){if(e!==void 0)return e.startsWith("global.")?{type:"GLOBAL_FONT",font:e}:{type:"PRESET_FONT",font:e}}function qe(e){if(e===void 0)return;if(e.startsWith("global."))return{type:"GLOBAL_COLOR",raw:e};const t=Na(e);return{type:"STRUCTURED_COLOR",raw:e,hex:t.toHex8String(),hsl:t.toHsl(),rgba:t.toRgb(),auto:!1}}function di(e){if(e!==void 0)return typeof e=="string"&&e.startsWith("global.")?{type:"GLOBAL_TEXT_SIZE",size:e}:{type:"NUMERIC_TEXT_SIZE",size:Number(e)}}function Ph(e){if(e!==void 0)return{...e,color:qe(e.color)}}function br(e){return Object.fromEntries(Object.entries(e).filter(([t,n])=>n!==void 0))}function xh(e){if(e!==void 0)switch(e){case Xn.COLOR:return"solid";case Xn.GRADIENT:return"gradient";default:throw new Error(`Unknown background type: ${e}. Right options: ${Object.keys(Xn)}`)}}function Uh({style:e,color:t}){const n=Array.isArray(t)?t:[t,t];return{background:{type:xh(e),solid:{color:qe(n.at(0))},gradient:{fromColor:qe(n.at(0)),toColor:qe(n.at(1))}}}}function Mh(e){if(e!==void 0)switch(e){case"SOLID":return"solid-button";case"OUTLINE":return"outline-button";case"TEXT":return"text-link";default:throw new Error(`Unknown button appearance: ${e}. Right options: ${Object.keys(Ia)}`)}}function Fh(e){if(e!==void 0)switch(e){case"SMALL":return"small";case"MEDIUM":return"medium";case"LARGE":return"large";default:throw new Error(`Unknown button size: ${e}. Right options: ${Object.keys(wa)}`)}}function zh(e){if(e!==void 0)switch(e){case"ROUND_CORNER":return"round-corner";case"RECTANGLE":return"rectangle";case"PILL":return"pill";default:throw new Error(`Unknown button shape: ${e}. Right options: ${Object.keys(Oa)}`)}}function Gh(e){const t=Mh(e.appearance),n=Fh(e.size),r=zh(e.shape),o=Ar(e.font),i=qe(e.color),s=e.visible;return br({appearance:t,size:n,style:r,font:o,color:i,visible:s})}function Hh(e){const t=qe(e.color);return br({color:t})}function jh(e){if(e!==void 0)switch(e){case rn.COLOR:return"solid";case rn.GRADIENT:return"gradient";case rn.NONE:return"none";default:throw new Error(`Unknown image overlay type: ${e}. Right options: ${Object.keys(rn)}`)}}function Bh(e){const t=e.color,n=Array.isArray(t)?t:[t,t];return{overlay:{type:jh(e.overlay),solid:{color:qe(n.at(0))},gradient:{fromColor:qe(n.at(0)),toColor:qe(n.at(1))}}}}function Zh(e){const t=Ar(e.font),n=qe(e.color),r=di(e.size),o=e.bold,i=e.italic,s=e.spacing,a=e.capitalization;return{font:t,color:n,size:r,frame:Ph(e.frame),bold:o,italic:i,spacing:s,capitalization:a}}function Vh(e){const t=Ar(e.font),n=qe(e.color),r=di(e.size),o=e.bold,i=e.italic;return br({font:t,color:n,size:r,bold:o,italic:i})}function $r(e,t){if(t.defaults===void 0)return;let n={};switch(e){case Ue.TEXT:{n=Vh(t.defaults);break}case Ue.BUTTON:{n=Gh(t.defaults);break}case Ue.IMAGE:{n=Bh(t.defaults);break}case Ue.BACKGROUND:{n=Uh(t.defaults);break}case Ue.COLOR_PICKER:{n=Hh(t.defaults);break}case Ue.LOGO:{n=Zh(t.defaults);break}case Ue.TOGGLE:case Ue.SELECTBOX:case Ue.DIVIDER:case Ue.INFO:break;case Ue.ACCORDION:return t.defaults;default:throw new Error(`Unknown design editor type: ${e}`)}return n}function fi(e){const t={};return Object.keys(e).forEach(n=>{const r=e[n],o=r.type;if(o===Ue.ACCORDION){const s=Object.fromEntries(Object.entries(r.items).map(([a,c])=>[a,{...c,editors:fi(c.editors)}]));t[n]={...r,items:s};return}const i=$r(o,r);i&&r.defaults?t[n]={...r,defaults:i}:t[n]=r}),t}function Wh(e){return e===void 0?e:e.map(t=>{if(t.type!==void 0&&t.defaults!==void 0&&t.fieldName!==void 0){const n={...$r(t.type,t)??t.defaults,type:t.defaults.type??t.type};return{type:t.type,fieldName:t.fieldName,defaults:n}}return t})}function Dn(e){if(e===void 0)return;const t={};return Object.keys(e).forEach(n=>{const r=e[n],o=r.type;if(o===Ue.ACCORDION){const s=Object.fromEntries(Object.entries(r.items).map(([a,c])=>[a,{...c,editors:Dn(c.editors)??c.editors}]));t[n]={type:r.type,items:s};return}const i=$r(o,{defaults:r});i!==void 0?t[n]={...r,...i,type:r.type}:t[n]=r}),t}function Kh(e,t){if(!t)return;const n=e[t];return n===void 0?{en:t}:n}function Yh(e){const t={};for(const n in e){const r=e[n];for(const o in r){const i=t[o],s=r[o];if(i===void 0){const a={};a[n]=s,t[o]=a}else i[n]=s}}return t}function Xh(e){return e.every(t=>t==null||typeof t=="string"||typeof t=="number"||typeof t=="boolean")}function _t(e,t){if(e==null||typeof e!="object")return e;if(Array.isArray(e))return Xh(e)?e:e.map(o=>_t(o,t));const n=e,r={};for(const o in n){const i=n[o];typeof i=="string"&&i.startsWith("$")?r[o]=Kh(t,i):typeof i=="object"&&i!==null?r[o]=_t(i,t):r[o]=i}return r}async function kn(e){return e?Yh(e):{}}async function hi(e,t=Ae){const n=U(process.cwd(),`${t}/${e}/js/settings/translations.mjs`);return await Pe(n)}async function Pt(e,t=Ae){const n=U(process.cwd(),`${t}/${e}/js/showcases/translations.mjs`);return await Pe(n)}async function mi(e,t){const n=U(process.cwd(),`${Oe}/${t}/${e}/js/settings/translations.mjs`);if(Ie(n))return await Pe(n)}async function Ei(e,t,n){const r=n?Dh({contentSettings:e,sectionType:n}):e;return _t(r,t)}async function gi(e,t=Ae){try{const n=U(ae.cwd(),`${t}/${e}/js/settings/content.mjs`),r=await Pe(n);return wt(r)}catch{throw new Error(`Content descriptor for section [${e}] is either invalid or undefined`)}}async function Qh(e,t,n=Ae){const r=await gi(e,n);return await Ei(r,t,kt(e))}async function _i(e,t,n){const r=n?kh({designSettings:e,sectionType:n}):e,o=fi(r);return _t(o,t)}async function yi(e,t=Ae){try{const n=U(ae.cwd(),`${t}/${e}/js/settings/design.mjs`),r=await Pe(n);return wt(r)}catch(n){const r=n;throw new Error(`Design settings is invalid or undefined. Error ${r.stack}`)}}async function qh(e,t,n=Ae){const r=await yi(e,n);return _i(r,t,kt(e))}async function Jh(e,t){return Promise.all(e.map(async n=>{const r=n.design?Dn(n.design):void 0,o={...n,design:r??n.design};return _t(o,t)}))}async function Si(e,t=Ae){try{const n=await z("*.mjs",{cwd:U(ae.cwd(),`${t}/${e}/js/showcases/`),ignore:"**/translations.mjs"});return Promise.all(n.map(async r=>{const o=U(ae.cwd(),`${t}/${e}/js/showcases/${r}`);return await Pe(o)}))}catch(n){throw new Error(`Showcases is invalid or undefined. Error ${n}`)}}async function em(e,t,n=Ae){const r=await Si(e,n);return Jh(r,t)}async function tm(e){return e?.map(t=>({...t,selectedDesignSettings:Wh(t.selectedDesignSettings)??t.selectedDesignSettings}))??[]}async function Ti(e,t=Ae){try{const n=U(ae.cwd(),`${t}/${e}/js/settings/layout.mjs`);return Ie(n)?await Pe(n):[]}catch{throw new Error(`Layout descriptor for section [${e}] is either invalid or undefined`)}}async function nm(e,t=Ae){const n=await Ti(e,t);return await tm(n)}function Ri(e){let t={};const n=U(ae.cwd(),`${wo}/shared/analytics.json`);if(!Ie(n))return 0;try{const r=fa(n,"utf-8");t=JSON.parse(r)}catch(r){console.warn("Error processing analytics.json file",r)}return t[e]||0}function rm(){try{const e=U(ae.cwd(),`${wo}/shared/analytics.json`);Ie(e)&&ao(e,JSON.stringify({},null,2),"utf-8")}catch(e){console.warn("Can not clean up preview analytics.json file",e)}}async function Pn(e,t){const n=await hi(e,ie[t].dist),r=await kn(n),o=await Pt(e,ie[t].dist),i=await kn(o),s=await Qh(e,r,ie[t].dist),a=await qh(e,r,ie[t].dist),c=await em(e,i,ie[t].dist),u=await nm(e,ie[t].dist),l=Ri(e);return{id:e,type:t,name:{en:e},contentEditors:s,designEditors:a,layouts:u,showcases:c,previewCount:l}}async function om(){const e=await z("*/",{cwd:U(ae.cwd(),`${Ae}/`)}),t=await z("*/",{cwd:U(ae.cwd(),`${Ht}/`)}),n=await z("*/",{cwd:U(ae.cwd(),`${jt}/`)});return Promise.all([...e.map(async r=>Pn(r,we.SECTION)),...t.map(async r=>Pn(r,we.HEADER)),...n.map(async r=>Pn(r,we.FOOTER))])}async function sm(e){if(!e||e.type!=="custom")return;const t=kt(e.id),n=await Pt(e.id,ie[t].dist);e.showcase_overrides!==void 0&&(_t(e.showcase_overrides,n),e.showcase_overrides.design&&Dn(e.showcase_overrides.design))}async function im(e){const t=e.filter(n=>n.type==="custom");await Promise.all(t.map(n=>sm(n)))}async function Nr(e){try{return await Pe(rt.resolve(process.cwd(),e))}catch{throw new Error(`Template file [${e}] is either invalid or undefined`)}}function am(e){return e in et?et[e]:et.CUSTOM}async function Lr(e,t){const n=e.design?Dn(e.design):void 0,r={...e,design:n??e.design},o=await kn(t);return _t(r,o)}function Dr(e){return e.type==="custom"&&e.id!==void 0&&e.showcase_overrides!==void 0}async function cm(e){if(Dr(e)){const t=await Pt(e.id,ie[kt(e.id)].dist);return{...e,showcase_overrides:await Lr(e.showcase_overrides,t)}}return e}async function um(e){const t=Dr(e.header)?{...e.header,showcase_overrides:await Lr(e.header.showcase_overrides,await Pt(e.header.id,ie[kt(e.header.id)].dist))}:e.header,n=Dr(e.footer)?{...e.footer,showcase_overrides:await Lr(e.footer.showcase_overrides,await Pt(e.footer.id,ie[kt(e.footer.id)].dist))}:e.footer;return{...e,header:t,footer:n}}async function lm(e){const t=await Promise.all(e.pages.map(async r=>({...r,sections:await Promise.all(r.sections.map(o=>cm(o)))}))),n=await um(e.configuration);return{id:e.id,descriptor:{...n,pages:t}}}async function pm(e){return Promise.all(e.map(t=>lm(t)))}async function dm(e){const t=await z(`${He}/${e}/*.mjs`,{ignore:[`${He}/${e}/configuration*.mjs`]});return Promise.all(t.map(async n=>{const{sections:r,metadata:o}=await Nr(n),i=Oo(n);return{type:am(i.toUpperCase()),id:i,sections:r,metadata:o}}))}async function fm(e){const t=await z(`${He}/**/configuration*.mjs`,{});return Promise.all(t.map(async n=>{const r=rt.basename(rt.dirname(n));return{id:`${e}_${r}`,configuration:await Nr(n),pages:await dm(r)}}))}async function hm(e){const t=await fm(e);return pm(t)}async function mm(e){const t=await z(`${on}/**/configuration*.mjs`,{});return Promise.all(t.map(async n=>{const r=await Nr(n),o=ue.basename(ue.dirname(n));return await im(r.sections),{id:`${e}_${o}`,descriptor:r}}))}function xn({deploymentContext:e,sectionType:t=we.SECTION}){const n=e.pathContext,r=n.toPath({sectionId:e.currentSection,sectionType:t,layoutId:e.layoutId,slotId:e.slotId}),o=r===void 0?ho(n.fileName):ho(n.fileName,{cwd:U(process.cwd(),r),ignore:n.ignore});return(n.isSingleton?o.splice(0):o).map(i=>({url:i,sectionType:t,context:e}))}const Em=e=>e.app.sections.flatMap(t=>Ya.flatMap(n=>{const r={config:e,currentSection:t.id,pathContext:Zt[n]};return xn({deploymentContext:r,sectionType:t.type})})),gm=e=>qa.flatMap(t=>{const n={config:e,pathContext:Zt[t]};return xn({deploymentContext:n})}),_m=e=>e.app.layouts.flatMap(t=>Xa.flatMap(n=>{const r={config:e,pathContext:Zt[n],currentSection:t.sectionId,layoutId:t.id};return xn({deploymentContext:r})})),ym=e=>e.app.slots.flatMap(t=>Qa.flatMap(n=>{const r={config:e,pathContext:Zt[n],currentSection:t.sectionId,layoutId:t.layoutId,slotId:t.id};return xn({deploymentContext:r})}));async function Ci(e){await new Promise(t=>setTimeout(t,e))}const Sm=e=>`\x1B[32m${e}\x1B[0m`,Tm=(e,t,n,r,o)=>{if(!e.total)return;const{loaded:i}=e,s=(Date.now()-o)/1e3;n.value+=i-r.value,r.value=i,t.update({speed:`${it(n.value/s,2)}/s`})},Rm=()=>new La.SingleBar({format:`|${Sm("{bar}")}| {status} || {percentage}% || {value}/{total} Files || Speed: {speed}`,barCompleteChar:"\u2588",barIncompleteChar:"\u2591"});function Cm(e){const t=Ct(e).split("/");if(t.length<4||t[2]!=="slots")throw new Error(`Invalid slot path: ${e}. Expected format: [dist/]layouts/{sectionId}/{layoutId}/slots/{slotId}/[...path]`);const[n,r,,o]=t;if(!Io(n))throw new Error(`Slot cannot be placed in a non-storefront section: ${n}`);return{id:o,sectionId:n,layoutId:r}}async function Im(e){return Promise.all(e.map(async t=>{const n=await kn(t.translationsSettings),r=await Ei(t.content,n),o=await _i(t.design,n);return{id:t.id,sectionId:t.sectionId,layoutId:t.layoutId,contentEditors:r,designEditors:o}}))}async function wm(e,t){try{const n=rt.resolve(process.cwd(),`${Oe}/${t}/${e}/js/settings/content.mjs`);return await Pe(n)}catch(n){throw new Error(`Content descriptor for layout [${e}] is either invalid or undefined: ${n}`)}}async function Om(e,t){try{const n=rt.resolve(process.cwd(),`${Oe}/${t}/${e}/js/settings/design.mjs`);return await Pe(n)}catch(n){throw new Error(`Design descriptor for layout [${e}] is either invalid or undefined: ${n}`)}}async function vm(e){const t=Ct(e).split("/"),[n,r,,o]=t,i=await mi(r,n),s=await wm(r,n),a=await Om(r,n);return{id:o,sectionId:n,layoutId:r,content:s,design:a,translationsSettings:i}}async function Am(){const e=`${Oe}/{product,catalog,category}/*/slots/*`,t=await z(e,{ignore:["node_modules/**"]});return await Promise.all(t.map(vm))}async function bm(){const e=await Am();return await Im(e)}const $m={value:0},Be=Rm();let Ii=Date.now();const wi=e=>2**e*500;function Nm(e){return typeof e=="object"&&e!==null&&"version"in e&&typeof e.version=="string"}async function kr(){const e=U(ae.cwd(),"package.json"),t=await mo(e),n=JSON.parse(t.toString());if(Nm(n))return n;throw new Error(`Package file located at path: ${e} does not contain a version field`)}async function Lm(e){const t=ba(e.version,"patch");if(t===null)throw Error("Error while incrementing app version");e.version=t,ao(U(ae.cwd(),"package.json"),`${JSON.stringify(e,null,2)}
26
- `)}function Dm(e){return e instanceof go&&(e.code==="ECONNRESET"||e.response?.status!==void 0&&e.response?.status>=500&&e.response?.status<600)}function Oi(e,t){return e<Ka&&Dm(t)}async function vi(e,t,n,r){const o={value:0},i=e.config.app.templates.length>0||e.config.app.collections.length>0?Ba:ja;return e.config.axios.post(i,{file:ha(U(ae.cwd(),n!==void 0?n+t:t))},{params:{appClientId:e.config.app.crane.appClientId,type:e.pathContext.type,version:e.config.app.packageJson.version,...e.currentSection!==void 0&&{block:e.currentSection},...e.layoutId!==void 0&&{layoutId:e.layoutId},...e.slotId!==void 0&&{slotId:e.slotId},...!["dependencies","source_code"].includes(e.pathContext.type)&&{fileName:t}},headers:{"Content-Type":"multipart/form-data",Authorization:`Bearer ${e.config.app.crane.appSecretKey}`},onUploadProgress:s=>Tm(s,Be,$m,o,Ii)}).then(s=>(Be.increment(),s)).catch(async s=>{if(Oi(r,s))return await Ci(wi(r)),vi(e,t,n,r+1);throw Be.increment(),s})}function km(e){return Be.start(e.length+1,0,{speed:"N/A",status:"Deployment in progress"}),e.map(t=>{const n=t.context,r=n.pathContext.toPath({sectionId:n.currentSection,sectionType:t.sectionType,layoutId:n.layoutId,slotId:n.slotId});return vi(n,t.url,r,0)})}function Pm(e){const t=[...Em(e),...gm(e),..._m(e),...ym(e)];return km(t)}async function Ai(e,t=0){const n=e.app.templates.length>0||e.app.collections.length>0?Va:Za;return e.axios.post(n,{version:e.app.packageJson.version,name:"Custom Block App",blocks:e.app.sections,templates:e.app.templates,layouts:e.app.layouts,slots:e.app.slots,compressionEnabled:!0,externalizationEnabled:!0,vueVersion:e.app.packageJson.dependencies.vue,collections:e.app.collections,openSource:e.app.packageJson.openSource},{params:{appClientId:e.app.crane.appClientId},headers:{Authorization:`Bearer ${e.app.crane.appSecretKey}`}}).catch(async r=>{if(Oi(t,r))return await Ci(wi(t)),Ai(e,t+1);throw r})}async function xm(e){try{if(!nc.some(s=>Ie(U(ae.cwd(),s))))throw new Error(Tt.INCORRECT_DISTRIBUTION_FOLDER(ec));const t=e??qn;N.info("Custom application deployment :: Started");const n=Qn.create({baseURL:t});Aa(n,Wa),N.info("Loading configuration files ...");const r=await Promise.all([an(),kr(),om(),Ec(),bm()]).then(async([s,a,c,u,l])=>({axios:n,app:{crane:s,packageJson:a,sections:c,layouts:u,slots:l,templates:await hm(s.appClientId),collections:await mm(s.appClientId)}}));N.info("Uploading files ..."),Ii=Date.now(),await Promise.all(Pm(r)).catch(s=>{Be.stop(),s.response?.status===404?N.error(ht(s,Tt.DEPRECATED_VERSION_DEPLOYMENT)):N.error(ht(s,Tt.ASSET_FILES_UPLOAD)),ae.exit(1)}).finally(()=>{Be.increment(),Be.stop()}),Be.update({speed:"N/A",status:"Finalising deployment"}),await Ai(r).catch(s=>{Be.stop(),s.response?.status===404?N.error(ht(s,Tt.DEPRECATED_VERSION_DEPLOYMENT)):N.error(ht(s,Tt.MANIFEST_DEPLOYMENT)),ae.exit(1)}).finally(()=>{Be.increment(),Be.stop()});const o=r.app.sections.map(s=>s.id),i=r.app.packageJson.version;N.info("Custom application deployment :: Successful"),N.info(`Current app version: ${i}`),N.info(`Deployed sections: ${o.sort().join(", ")}`),await Lm(r.app.packageJson),r.app.templates.length>0&&N.info(`Deployed templates: ${r.app.templates.map(s=>s.id).sort().join(", ")}`),r.app.slots.length>0&&N.info(`Deployed slots: ${r.app.slots.map(s=>s.id).sort().join(", ")}`),r.app.collections.length>0&&N.info(`Deployed collections: ${r.app.collections.map(s=>s.id).sort().join(", ")}`)}catch(t){Be.stop(),N.error(ht(t,Tt.DEFAULT)),ae.exit(1)}finally{rm()}}const Um={layout:e=>e.layoutId,showcase:e=>e.showcaseId,templates:e=>{const t=e.id;return t?.includes("_")?t.substring(t.indexOf("_")+1):t}};function Mm(e,t){const n=Um[e];return n?n(t):t.id}const Fm=new Set(["content","design"]);function Un(e,t,n=0,r=[]){if(n>=t.length)return r;const o=t[n],i=t[n+1];if(typeof o=="string"&&typeof i=="number"&&ft(e)){const s=e[o],a=Array.isArray(s)?s[i]:void 0;if(ft(a)){const c=Mm(o,a);return r.push(`${o}[${c||i}]`),Un(a,t,n+2,r)}}if(typeof o=="string"&&typeof i=="string"&&Fm.has(o)){r.push(`${o}[${i}]`);const s=ft(e)&&!Array.isArray(e)?e[o]:void 0,a=ft(s)&&!Array.isArray(s)?s[i]:void 0;return Un(a,t,n+2,r)}return r.push(o),Un(ft(e)?e[o]:void 0,t,n+1,r)}function zm(e){const t=e.errors.map(r=>Un(e.manifest,r.path).join(".")),n={path:Math.max(...t.map(r=>r.length),0),message:Math.max(...e.errors.map(r=>r.message.length),0)};e.errors.map((r,o)=>{const i=r.params?.errorMessageKey||"GENERAL_ISSUE";return`${t[o].padEnd(n.path," ")} | ${r.message.padEnd(n.message," ")} | ${i}`}).forEach(r=>N.error(r))}async function Gm(e){const t=Nh.safeParse(e);return{manifest:e,errors:t.success?[]:t.error.issues}}const bi={"process.env":{NODE_ENV:"production"}},Hm=[..._o,..._o.map(e=>`node:${e}`)],jm=[/@vue\/compiler-dom/,/@vue\/runtime-dom/,/@vue\/server-renderer/,/@vue\/compiler-ssr/,/@vue\/shared/],$i=e=>({pluginType:Ge.Server,define:bi,ssr:!0,ssrOptions:{noExternal:!0},entryFileNames:"server.js",externalOption:[...Hm,...jm],inlineDynamicImports:!0,...e,outDir:e.outDir}),Ni=e=>({pluginType:Ge.Client,define:bi,ssr:!1,entryFileNames:"client.js",assetFileNames:"assets/[name].[ext]",chunkFileNames:"chunks/[name].js",inlineDynamicImports:!1,...e,outDir:e.outDir}),xt=e=>({pluginType:Ge.Misc,ssr:!1,...e,entryFileNames:e.entryFileNames,outDir:e.outDir}),Bm=e=>({pluginType:Ge.Layout,ssr:!1,entryFileNames:"index.mjs",...e,outDir:e.outDir}),Mn=e=>({pluginType:Ge.Asset,ssr:!1,assetFileNames:"[name].[ext]",...e,outDir:e.outDir});let Fn=!1;function Zm(e){Fn=e}function Pr(){return Fn}const Li=["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"],Vm=80,Wm="\x1B[?25l",Km="\x1B[?25h",Ym="\x1B[2K\r",Xm=44;let Qm=class{frameIndex=0;timer=null;realWrite=null;buffer=[];start(){Fn||(this.frameIndex=0,this.buffer=[],this.realWrite=process.stdout.write.bind(process.stdout),process.stdout.write=((t,n,r)=>(this.buffer.push(typeof t=="string"?t:String(t)),typeof n=="function"&&(r=n),r&&r(),!0)),this.realWrite(Wm),this.render(),this.timer=setInterval(()=>this.render(),Vm))}render(){if(!this.realWrite)return;const t=" Build is in progress...".padEnd(Xm-1," "),n=Ke(Li[this.frameIndex]+t);this.realWrite(`\r${n}`),this.frameIndex=(this.frameIndex+1)%Li.length}stop(){if(!Fn&&(this.timer&&(clearInterval(this.timer),this.timer=null),this.realWrite)){process.stdout.write=this.realWrite,this.realWrite(`${Ym}${Km}`);for(const t of this.buffer)this.realWrite(t);this.buffer=[],this.realWrite=null}}};const Di=new Qm,qm=()=>Da({ext:".gz",algorithm:"gzip",verbose:Pr()}),Jm="/* EXTERNAL_IMPORTS_START */",eE="/* EXTERNAL_IMPORTS_END */",tE=()=>({name:"external-imports-wrapper-plugin",enforce:"post",apply:"build",generateBundle(e,t){for(const n of Object.keys(t)){const r=t[n];if(r.type==="chunk"){const o=/import.*\?commonjs-external["'];/g,i=r.code.match(o);if(i!==null){const s=i.join(""),a=Jm+s+eE,c=r.code.replace(o,"");r.code=a+c}}}}}),nE=()=>({name:"disable-json-plugin",enforce:"pre",apply:"build",configResolved(e){const t=e.plugins?.findIndex(n=>n?.name==="vite:json");t!==-1&&(e.plugins[t]={name:"vite:json",load:()=>null,transform:()=>null})}}),rE=()=>{const e=process.env.npm_lifecycle_event;return xa({typescript:!1,vueTsc:!1,eslint:e?.startsWith("test")?!1:{lintCommand:`eslint --max-warnings=0 "./sections/**/*.{js,ts,vue}" --cache --cache-location "./build/eslintcache/${e}.json"`}})},Je={vue:()=>ka(),tsconfigPaths:()=>Pa(),checker:()=>rE()};class Zn{constructor(t){this.bits=t instanceof Zn?t.bits.slice():[]}add(t){this.bits[t>>5]|=1<<(t&31)}has(t){return!!(this.bits[t>>5]&1<<(t&31))}}class Jt{constructor(t,n,r){this.start=t,this.end=n,this.original=r,this.intro="",this.outro="",this.content=r,this.storeName=!1,this.edited=!1,this.previous=null,this.next=null}appendLeft(t){this.outro+=t}appendRight(t){this.intro=this.intro+t}clone(){const t=new Jt(this.start,this.end,this.original);return t.intro=this.intro,t.outro=this.outro,t.content=this.content,t.storeName=this.storeName,t.edited=this.edited,t}contains(t){return this.start<t&&t<this.end}eachNext(t){let n=this;for(;n;)t(n),n=n.next}eachPrevious(t){let n=this;for(;n;)t(n),n=n.previous}edit(t,n,r){return this.content=t,r||(this.intro="",this.outro=""),this.storeName=n,this.edited=!0,this}prependLeft(t){this.outro=t+this.outro}prependRight(t){this.intro=t+this.intro}reset(){this.intro="",this.outro="",this.edited&&(this.content=this.original,this.storeName=!1,this.edited=!1)}split(t){const n=t-this.start,r=this.original.slice(0,n),o=this.original.slice(n);this.original=r;const i=new Jt(t,this.end,o);return i.outro=this.outro,this.outro="",this.end=t,this.edited?(i.edit("",!1),this.content=""):this.content=r,i.next=this.next,i.next&&(i.next.previous=i),i.previous=this,this.next=i,i}toString(){return this.intro+this.content+this.outro}trimEnd(t){if(this.outro=this.outro.replace(t,""),this.outro.length)return!0;const n=this.content.replace(t,"");if(n.length)return n!==this.content&&(this.split(this.start+n.length).edit("",void 0,!0),this.edited&&this.edit(n,this.storeName,!0)),!0;if(this.edit("",void 0,!0),this.intro=this.intro.replace(t,""),this.intro.length)return!0}trimStart(t){if(this.intro=this.intro.replace(t,""),this.intro.length)return!0;const n=this.content.replace(t,"");if(n.length){if(n!==this.content){const r=this.split(this.end-n.length);this.edited&&r.edit(n,this.storeName,!0),this.edit("",void 0,!0)}return!0}else if(this.edit("",void 0,!0),this.outro=this.outro.replace(t,""),this.outro.length)return!0}}function oE(){return typeof globalThis<"u"&&typeof globalThis.btoa=="function"?e=>globalThis.btoa(unescape(encodeURIComponent(e))):typeof Buffer=="function"?e=>Buffer.from(e,"utf-8").toString("base64"):()=>{throw new Error("Unsupported environment: `window.btoa` or `Buffer` should be supported.")}}const sE=oE();class iE{constructor(t){this.version=3,this.file=t.file,this.sources=t.sources,this.sourcesContent=t.sourcesContent,this.names=t.names,this.mappings=Ua(t.mappings),typeof t.x_google_ignoreList<"u"&&(this.x_google_ignoreList=t.x_google_ignoreList)}toString(){return JSON.stringify(this)}toUrl(){return"data:application/json;charset=utf-8;base64,"+sE(this.toString())}}function aE(e){const t=e.split(`
27
- `),n=t.filter(i=>/^\t+/.test(i)),r=t.filter(i=>/^ {2,}/.test(i));if(n.length===0&&r.length===0)return null;if(n.length>=r.length)return" ";const o=r.reduce((i,s)=>{const a=/^ +/.exec(s)[0].length;return Math.min(a,i)},1/0);return new Array(o+1).join(" ")}function cE(e,t){const n=e.split(/[/\\]/),r=t.split(/[/\\]/);for(n.pop();n[0]===r[0];)n.shift(),r.shift();if(n.length){let o=n.length;for(;o--;)n[o]=".."}return n.concat(r).join("/")}const uE=Object.prototype.toString;function lE(e){return uE.call(e)==="[object Object]"}function ki(e){const t=e.split(`
28
- `),n=[];for(let r=0,o=0;r<t.length;r++)n.push(o),o+=t[r].length+1;return function(o){let i=0,s=n.length;for(;i<s;){const u=i+s>>1;o<n[u]?s=u:i=u+1}const a=i-1,c=o-n[a];return{line:a,column:c}}}const pE=/\w/;class dE{constructor(t){this.hires=t,this.generatedCodeLine=0,this.generatedCodeColumn=0,this.raw=[],this.rawSegments=this.raw[this.generatedCodeLine]=[],this.pending=null}addEdit(t,n,r,o){if(n.length){const i=n.length-1;let s=n.indexOf(`
29
- `,0),a=-1;for(;s>=0&&i>s;){const u=[this.generatedCodeColumn,t,r.line,r.column];o>=0&&u.push(o),this.rawSegments.push(u),this.generatedCodeLine+=1,this.raw[this.generatedCodeLine]=this.rawSegments=[],this.generatedCodeColumn=0,a=s,s=n.indexOf(`
30
- `,s+1)}const c=[this.generatedCodeColumn,t,r.line,r.column];o>=0&&c.push(o),this.rawSegments.push(c),this.advance(n.slice(a+1))}else this.pending&&(this.rawSegments.push(this.pending),this.advance(n));this.pending=null}addUneditedChunk(t,n,r,o,i){let s=n.start,a=!0,c=!1;for(;s<n.end;){if(this.hires||a||i.has(s)){const u=[this.generatedCodeColumn,t,o.line,o.column];this.hires==="boundary"?pE.test(r[s])?c||(this.rawSegments.push(u),c=!0):(this.rawSegments.push(u),c=!1):this.rawSegments.push(u)}r[s]===`
31
- `?(o.line+=1,o.column=0,this.generatedCodeLine+=1,this.raw[this.generatedCodeLine]=this.rawSegments=[],this.generatedCodeColumn=0,a=!0):(o.column+=1,this.generatedCodeColumn+=1,a=!1),s+=1}this.pending=null}advance(t){if(!t)return;const n=t.split(`
32
- `);if(n.length>1){for(let r=0;r<n.length-1;r++)this.generatedCodeLine++,this.raw[this.generatedCodeLine]=this.rawSegments=[];this.generatedCodeColumn=0}this.generatedCodeColumn+=n[n.length-1].length}}const qt=`
33
- `,Ut={insertLeft:!1,insertRight:!1,storeName:!1};class io{constructor(t,n={}){const r=new Jt(0,t.length,t);Object.defineProperties(this,{original:{writable:!0,value:t},outro:{writable:!0,value:""},intro:{writable:!0,value:""},firstChunk:{writable:!0,value:r},lastChunk:{writable:!0,value:r},lastSearchedChunk:{writable:!0,value:r},byStart:{writable:!0,value:{}},byEnd:{writable:!0,value:{}},filename:{writable:!0,value:n.filename},indentExclusionRanges:{writable:!0,value:n.indentExclusionRanges},sourcemapLocations:{writable:!0,value:new Zn},storedNames:{writable:!0,value:{}},indentStr:{writable:!0,value:void 0},ignoreList:{writable:!0,value:n.ignoreList}}),this.byStart[0]=r,this.byEnd[t.length]=r}addSourcemapLocation(t){this.sourcemapLocations.add(t)}append(t){if(typeof t!="string")throw new TypeError("outro content must be a string");return this.outro+=t,this}appendLeft(t,n){if(typeof n!="string")throw new TypeError("inserted content must be a string");this._split(t);const r=this.byEnd[t];return r?r.appendLeft(n):this.intro+=n,this}appendRight(t,n){if(typeof n!="string")throw new TypeError("inserted content must be a string");this._split(t);const r=this.byStart[t];return r?r.appendRight(n):this.outro+=n,this}clone(){const t=new io(this.original,{filename:this.filename});let n=this.firstChunk,r=t.firstChunk=t.lastSearchedChunk=n.clone();for(;n;){t.byStart[r.start]=r,t.byEnd[r.end]=r;const o=n.next,i=o&&o.clone();i&&(r.next=i,i.previous=r,r=i),n=o}return t.lastChunk=r,this.indentExclusionRanges&&(t.indentExclusionRanges=this.indentExclusionRanges.slice()),t.sourcemapLocations=new Zn(this.sourcemapLocations),t.intro=this.intro,t.outro=this.outro,t}generateDecodedMap(t){t=t||{};const n=0,r=Object.keys(this.storedNames),o=new dE(t.hires),i=ki(this.original);return this.intro&&o.advance(this.intro),this.firstChunk.eachNext(s=>{const a=i(s.start);s.intro.length&&o.advance(s.intro),s.edited?o.addEdit(n,s.content,a,s.storeName?r.indexOf(s.original):-1):o.addUneditedChunk(n,s,this.original,a,this.sourcemapLocations),s.outro.length&&o.advance(s.outro)}),{file:t.file?t.file.split(/[/\\]/).pop():void 0,sources:[t.source?cE(t.file||"",t.source):t.file||""],sourcesContent:t.includeContent?[this.original]:void 0,names:r,mappings:o.raw,x_google_ignoreList:this.ignoreList?[n]:void 0}}generateMap(t){return new iE(this.generateDecodedMap(t))}_ensureindentStr(){this.indentStr===void 0&&(this.indentStr=aE(this.original))}_getRawIndentString(){return this._ensureindentStr(),this.indentStr}getIndentString(){return this._ensureindentStr(),this.indentStr===null?" ":this.indentStr}indent(t,n){const r=/^[^\r\n]/gm;if(lE(t)&&(n=t,t=void 0),t===void 0&&(this._ensureindentStr(),t=this.indentStr||" "),t==="")return this;n=n||{};const o={};n.exclude&&(typeof n.exclude[0]=="number"?[n.exclude]:n.exclude).forEach(l=>{for(let h=l[0];h<l[1];h+=1)o[h]=!0});let i=n.indentStart!==!1;const s=u=>i?`${t}${u}`:(i=!0,u);this.intro=this.intro.replace(r,s);let a=0,c=this.firstChunk;for(;c;){const u=c.end;if(c.edited)o[a]||(c.content=c.content.replace(r,s),c.content.length&&(i=c.content[c.content.length-1]===`
34
- `));else for(a=c.start;a<u;){if(!o[a]){const l=this.original[a];l===`
35
- `?i=!0:l!=="\r"&&i&&(i=!1,a===c.start||(this._splitChunk(c,a),c=c.next),c.prependRight(t))}a+=1}a=c.end,c=c.next}return this.outro=this.outro.replace(r,s),this}insert(){throw new Error("magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)")}insertLeft(t,n){return Ut.insertLeft||(console.warn("magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead"),Ut.insertLeft=!0),this.appendLeft(t,n)}insertRight(t,n){return Ut.insertRight||(console.warn("magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead"),Ut.insertRight=!0),this.prependRight(t,n)}move(t,n,r){if(r>=t&&r<=n)throw new Error("Cannot move a selection inside itself");this._split(t),this._split(n),this._split(r);const o=this.byStart[t],i=this.byEnd[n],s=o.previous,a=i.next,c=this.byStart[r];if(!c&&i===this.lastChunk)return this;const u=c?c.previous:this.lastChunk;return s&&(s.next=a),a&&(a.previous=s),u&&(u.next=o),c&&(c.previous=i),o.previous||(this.firstChunk=i.next),i.next||(this.lastChunk=o.previous,this.lastChunk.next=null),o.previous=u,i.next=c||null,u||(this.firstChunk=o),c||(this.lastChunk=i),this}overwrite(t,n,r,o){return o=o||{},this.update(t,n,r,{...o,overwrite:!o.contentOnly})}update(t,n,r,o){if(typeof r!="string")throw new TypeError("replacement content must be a string");for(;t<0;)t+=this.original.length;for(;n<0;)n+=this.original.length;if(n>this.original.length)throw new Error("end is out of bounds");if(t===n)throw new Error("Cannot overwrite a zero-length range \u2013 use appendLeft or prependRight instead");this._split(t),this._split(n),o===!0&&(Ut.storeName||(console.warn("The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string"),Ut.storeName=!0),o={storeName:!0});const i=o!==void 0?o.storeName:!1,s=o!==void 0?o.overwrite:!1;if(i){const u=this.original.slice(t,n);Object.defineProperty(this.storedNames,u,{writable:!0,value:!0,enumerable:!0})}const a=this.byStart[t],c=this.byEnd[n];if(a){let u=a;for(;u!==c;){if(u.next!==this.byStart[u.end])throw new Error("Cannot overwrite across a split point");u=u.next,u.edit("",!1)}a.edit(r,i,!s)}else{const u=new Jt(t,n,"").edit(r,i);c.next=u,u.previous=c}return this}prepend(t){if(typeof t!="string")throw new TypeError("outro content must be a string");return this.intro=t+this.intro,this}prependLeft(t,n){if(typeof n!="string")throw new TypeError("inserted content must be a string");this._split(t);const r=this.byEnd[t];return r?r.prependLeft(n):this.intro=n+this.intro,this}prependRight(t,n){if(typeof n!="string")throw new TypeError("inserted content must be a string");this._split(t);const r=this.byStart[t];return r?r.prependRight(n):this.outro=n+this.outro,this}remove(t,n){for(;t<0;)t+=this.original.length;for(;n<0;)n+=this.original.length;if(t===n)return this;if(t<0||n>this.original.length)throw new Error("Character is out of bounds");if(t>n)throw new Error("end must be greater than start");this._split(t),this._split(n);let r=this.byStart[t];for(;r;)r.intro="",r.outro="",r.edit(""),r=n>r.end?this.byStart[r.end]:null;return this}reset(t,n){for(;t<0;)t+=this.original.length;for(;n<0;)n+=this.original.length;if(t===n)return this;if(t<0||n>this.original.length)throw new Error("Character is out of bounds");if(t>n)throw new Error("end must be greater than start");this._split(t),this._split(n);let r=this.byStart[t];for(;r;)r.reset(),r=n>r.end?this.byStart[r.end]:null;return this}lastChar(){if(this.outro.length)return this.outro[this.outro.length-1];let t=this.lastChunk;do{if(t.outro.length)return t.outro[t.outro.length-1];if(t.content.length)return t.content[t.content.length-1];if(t.intro.length)return t.intro[t.intro.length-1]}while(t=t.previous);return this.intro.length?this.intro[this.intro.length-1]:""}lastLine(){let t=this.outro.lastIndexOf(qt);if(t!==-1)return this.outro.substr(t+1);let n=this.outro,r=this.lastChunk;do{if(r.outro.length>0){if(t=r.outro.lastIndexOf(qt),t!==-1)return r.outro.substr(t+1)+n;n=r.outro+n}if(r.content.length>0){if(t=r.content.lastIndexOf(qt),t!==-1)return r.content.substr(t+1)+n;n=r.content+n}if(r.intro.length>0){if(t=r.intro.lastIndexOf(qt),t!==-1)return r.intro.substr(t+1)+n;n=r.intro+n}}while(r=r.previous);return t=this.intro.lastIndexOf(qt),t!==-1?this.intro.substr(t+1)+n:this.intro+n}slice(t=0,n=this.original.length){for(;t<0;)t+=this.original.length;for(;n<0;)n+=this.original.length;let r="",o=this.firstChunk;for(;o&&(o.start>t||o.end<=t);){if(o.start<n&&o.end>=n)return r;o=o.next}if(o&&o.edited&&o.start!==t)throw new Error(`Cannot use replaced character ${t} as slice start anchor.`);const i=o;for(;o;){o.intro&&(i!==o||o.start===t)&&(r+=o.intro);const s=o.start<n&&o.end>=n;if(s&&o.edited&&o.end!==n)throw new Error(`Cannot use replaced character ${n} as slice end anchor.`);const a=i===o?t-o.start:0,c=s?o.content.length+n-o.end:o.content.length;if(r+=o.content.slice(a,c),o.outro&&(!s||o.end===n)&&(r+=o.outro),s)break;o=o.next}return r}snip(t,n){const r=this.clone();return r.remove(0,t),r.remove(n,r.original.length),r}_split(t){if(this.byStart[t]||this.byEnd[t])return;let n=this.lastSearchedChunk;const r=t>n.end;for(;n;){if(n.contains(t))return this._splitChunk(n,t);n=r?this.byStart[n.end]:this.byEnd[n.start]}}_splitChunk(t,n){if(t.edited&&t.content.length){const o=ki(this.original)(n);throw new Error(`Cannot split a chunk that has already been edited (${o.line}:${o.column} \u2013 "${t.original}")`)}const r=t.split(n);return this.byEnd[n]=t,this.byStart[n]=r,this.byEnd[r.end]=r,t===this.lastChunk&&(this.lastChunk=r),this.lastSearchedChunk=t,!0}toString(){let t=this.intro,n=this.firstChunk;for(;n;)t+=n.toString(),n=n.next;return t+this.outro}isEmpty(){let t=this.firstChunk;do if(t.intro.length&&t.intro.trim()||t.content.length&&t.content.trim()||t.outro.length&&t.outro.trim())return!1;while(t=t.next);return!0}length(){let t=this.firstChunk,n=0;do n+=t.intro.length+t.content.length+t.outro.length;while(t=t.next);return n}trimLines(){return this.trim("[\\r\\n]")}trim(t){return this.trimStart(t).trimEnd(t)}trimEndAborted(t){const n=new RegExp((t||"\\s")+"+$");if(this.outro=this.outro.replace(n,""),this.outro.length)return!0;let r=this.lastChunk;do{const o=r.end,i=r.trimEnd(n);if(r.end!==o&&(this.lastChunk===r&&(this.lastChunk=r.next),this.byEnd[r.end]=r,this.byStart[r.next.start]=r.next,this.byEnd[r.next.end]=r.next),i)return!0;r=r.previous}while(r);return!1}trimEnd(t){return this.trimEndAborted(t),this}trimStartAborted(t){const n=new RegExp("^"+(t||"\\s")+"+");if(this.intro=this.intro.replace(n,""),this.intro.length)return!0;let r=this.firstChunk;do{const o=r.end,i=r.trimStart(n);if(r.end!==o&&(r===this.lastChunk&&(this.lastChunk=r.next),this.byEnd[r.end]=r,this.byStart[r.next.start]=r.next,this.byEnd[r.next.end]=r.next),i)return!0;r=r.next}while(r);return!1}trimStart(t){return this.trimStartAborted(t),this}hasChanged(){return this.original!==this.toString()}_replaceRegexp(t,n){function r(i,s){return typeof n=="string"?n.replace(/\$(\$|&|\d+)/g,(a,c)=>c==="$"?"$":c==="&"?i[0]:+c<i.length?i[+c]:`$${c}`):n(...i,i.index,s,i.groups)}function o(i,s){let a;const c=[];for(;a=i.exec(s);)c.push(a);return c}if(t.global)o(t,this.original).forEach(s=>{if(s.index!=null){const a=r(s,this.original);a!==s[0]&&this.overwrite(s.index,s.index+s[0].length,a)}});else{const i=this.original.match(t);if(i&&i.index!=null){const s=r(i,this.original);s!==i[0]&&this.overwrite(i.index,i.index+i[0].length,s)}}return this}_replaceString(t,n){const{original:r}=this,o=r.indexOf(t);return o!==-1&&this.overwrite(o,o+t.length,n),this}replace(t,n){return typeof t=="string"?this._replaceString(t,n):this._replaceRegexp(t,n)}_replaceAllString(t,n){const{original:r}=this,o=t.length;for(let i=r.indexOf(t);i!==-1;i=r.indexOf(t,i+o))r.slice(i,i+o)!==n&&this.overwrite(i,i+o,n);return this}replaceAll(t,n){if(typeof t=="string")return this._replaceAllString(t,n);if(!t.global)throw new TypeError("MagicString.prototype.replaceAll called with a non-global RegExp argument");return this._replaceRegexp(t,n)}}const Pi=U(process.cwd(),"shared/translation.ts"),xi="globalThis.craneSharedTranslation = translation",fE=e=>`import translation from '${e}';
36
- ${xi};
37
- `,hE=(e,t)=>{const n=e.split("?")[0],r=ga(n);return(r==="server.ts"||r==="client.ts")&&!t.includes(xi)},Ui=()=>{let e=!1;return{name:"static-translation-plugin",enforce:"pre",apply:"build",buildStart(){e=Ie(Pi)},transform(t,n){if(!e||!hE(n,t))return null;const r=n.split("?")[0],o=uo(r),i=Ra(lo(o,Pi)),s=fE(i),a=new io(t);return a.prepend(s),{code:a.toString()}}}},Mi={[Ge.Server]:()=>[Je.vue(),Je.tsconfigPaths(),tE(),qm(),Ui()],[Ge.Client]:()=>[Je.vue(),Je.tsconfigPaths(),yo({vue:"EcVue"}),Ui()],[Ge.Misc]:()=>[Je.tsconfigPaths()],[Ge.Layout]:()=>[Je.vue(),Je.tsconfigPaths(),yo({vue:["EcExternals","Vue"]})],[Ge.Asset]:()=>[nE()],[Ge.SharedFiles]:()=>[Je.tsconfigPaths()]},Fi={[le.Server]:$i({outDir:({name:e,sectionType:t})=>`./${ie[t].dist}/${e}/js/main/server`}),[le.Client]:Ni({outDir:({name:e,sectionType:t})=>`./${ie[t].dist}/${e}/js/main/client`}),[le.SectionSetting]:xt({entryFileNames:"[name].mjs",outDir:({name:e,sectionType:t})=>`./${ie[t].dist}/${e}/js/settings`}),[le.SectionShowcase]:xt({entryFileNames:"[name].mjs",outDir:({name:e,sectionType:t})=>`./${ie[t].dist}/${e}/js/showcases`}),[le.SectionAsset]:Mn({outDir:({name:e,sectionType:t})=>`./${ie[t].dist}/${e}/assets`}),[le.TemplateDescriptor]:xt({entryFileNames:"[name].mjs",outDir:()=>`./${He}/js`}),[le.PageTemplateDescriptor]:xt({entryFileNames:"[name].mjs",outDir:({name:e})=>`./${He}/${e}`}),[le.TemplateAsset]:Mn({outDir:()=>`./${He}/assets`}),[le.Layout]:Bm({outDir:({name:e,sectionId:t})=>`./${Oe}/${t}/${e}`}),[le.LayoutSettings]:xt({entryFileNames:"[name].mjs",outDir:({name:e,sectionId:t})=>`./${Oe}/${t}/${e}/js/settings`}),[le.LayoutAsset]:Mn({outDir:({name:e,sectionId:t})=>`./${Oe}/${t}/${e}/assets`}),[le.SlotServer]:$i({outDir:({name:e,layoutId:t,sectionId:n})=>`./${Oe}/${n}/${t}/slots/${e}/js/main/server`}),[le.SlotClient]:Ni({outDir:({name:e,layoutId:t,sectionId:n})=>`./${Oe}/${n}/${t}/slots/${e}/js/main/client`}),[le.CollectionDescriptor]:xt({entryFileNames:"[name].mjs",outDir:({name:e})=>`./${on}/${e}`}),[le.CollectionAsset]:Mn({outDir:()=>`./${on}/assets`}),[le.SharedTranslation]:{pluginType:Ge.SharedFiles,ssr:!1,inlineDynamicImports:!0,entryFileNames:"translation.mjs",outDir:()=>"./dist/shared"}};function mE(e){switch(typeof e){case"string":return[U(process.cwd(),e)];case"object":return e.map(t=>U(process.cwd(),t));default:return[]}}function zi({name:e,entryPoints:t,configType:n,layoutId:r,sectionId:o,sectionType:i=we.SECTION}){const s=Fi[n],a=s.define,c=s.ssrOptions,u=s.entryFileNames,l=s.chunkFileNames,h=s.assetFileNames,d=s.inlineDynamicImports,b=s.externalOption;return{logLevel:Pr()?void 0:"silent",plugins:Mi[s.pluginType](),ssr:c,define:a,resolve:{alias:{"@":"/src"}},build:{ssr:s.ssr,outDir:s.outDir({name:e,sectionType:i,layoutId:r,sectionId:o}),emptyOutDir:!0,minify:s.ssr?"terser":"esbuild",...s.ssr&&{terserOptions:{mangle:{reserved:["gc"]}}},rollupOptions:{external:b,preserveEntrySignatures:"strict",input:mE(t),treeshake:{moduleSideEffects:!1},output:{validate:!0,inlineDynamicImports:d,entryFileNames:u,chunkFileNames:l,assetFileNames:h}}},assetsInclude:["**/*.json"]}}const EE=Object.values(ie).map(e=>e.source).join("|");function Gi(e,t,n){if(!e)return`${t}.mjs`;const r=lo(process.cwd(),e).replace(/\\/g,"/").match(`^(${EE})/([^/]+)/${n}/([^/.]+)`);return r?`${r[1]}/${r[2]}/js/${n}/${r[3]}.mjs`:`${t}.mjs`}function Hi(e,t){const n=Fi[le.SectionSetting];return{logLevel:Pr()?void 0:"silent",plugins:Mi[n.pluginType](),define:n.define,resolve:{alias:{"@":"/src"}},css:{preprocessorOptions:{scss:{api:"modern-compiler"}}},build:{ssr:n.ssr,outDir:"./dist",emptyOutDir:!1,minify:"esbuild",rollupOptions:{external:n.externalOption,preserveEntrySignatures:"strict",input:e.map(r=>U(process.cwd(),r)),treeshake:{moduleSideEffects:!1},output:{validate:!0,inlineDynamicImports:n.inlineDynamicImports,entryFileNames:t,chunkFileNames:"chunks/[name]-[hash].js",assetFileNames:n.assetFileNames}}},assetsInclude:["**/*.json"]}}function gE(e){return Hi(e,t=>Gi(t.facadeModuleId??void 0,t.name,"settings"))}function _E(e){return Hi(e,t=>Gi(t.facadeModuleId??void 0,t.name,"showcases"))}async function yE(){const e={ignore:["node_modules/**","dist/**"]},t=await z(`./${Rt}/{product,category,catalog}/*/Main.vue`,e);return await Promise.all(t.map(async n=>{const{id:r,sectionId:o,pageId:i}=pc(n),[s,a]=await Promise.all([z(`./${Rt}/${o}/${r}/settings/{content,design,translations}.{js,ts}`,e),z(`./${Rt}/${o}/${r}/assets/*`,e)]);return{name:r,sectionId:o,pageId:i,clientEntrypoint:n,settingsEntryPoints:s,assetsEntrypoints:a}}))}async function SE(e){await Ze({entryPoints:[e.clientEntrypoint],configType:le.Layout,name:e.name,sectionId:e.sectionId}),await Promise.all([Ze({entryPoints:e.settingsEntryPoints,configType:le.LayoutSettings,name:e.name,sectionId:e.sectionId}),Ze({entryPoints:e.assetsEntrypoints,configType:le.LayoutAsset,name:e.name,sectionId:e.sectionId})])}async function TE(e){e===void 0||e.length===0||await Promise.all(e.map(t=>SE(t)))}async function RE(e){const t=e.flatMap(r=>r.settingsEntryPoints),n=e.flatMap(r=>r.showcaseEntryPoints);t.length>0&&await ot({configFile:!1,...nn(gE(t))}),n.length>0&&await ot({configFile:!1,...nn(_E(n))})}async function CE(e){await Promise.all([ot({configFile:!1,...nn(zi({name:e.name,entryPoints:e.serverEntrypoint,configType:St.Server,sectionType:e.type}))}),Ze({entryPoints:e.clientEntrypoint,configType:St.Client,name:e.name,sectionType:e.type}),Ze({entryPoints:e.assetEntryPoints,configType:St.SectionAsset,name:e.name,sectionType:e.type})])}async function IE(){const e=U(process.cwd(),"shared/translation.ts");Ie(e)&&await Ze({entryPoints:["shared/translation.ts"],configType:St.SharedTranslation})}async function ji(e){await Promise.all([RE(e),...e.map(CE)])}async function wE(){const e={ignore:["node_modules/**","dist/**"]},t=await z(`${Rt}/{product,category,catalog}/*/slots/*/server.ts`,e);return Promise.all(t.map(async n=>{const{id:r,sectionId:o,layoutId:i}=Cm(n),s=(await z(`${Rt}/${o}/${i}/slots/${r}/client.{js,ts}`,e))[0];if(s===void 0)throw new Error(`Cannot find client entrypoint file for slot ${r} of section ${o}`);return{id:r,sectionId:o,layoutId:i,serverEntrypoint:n,clientEntrypoint:s}}))}async function OE(e){const t={name:e.id,layoutId:e.layoutId,sectionId:e.sectionId};await Promise.all([Ze({entryPoints:[e.serverEntrypoint],configType:le.SlotServer,...t}),Ze({entryPoints:[e.clientEntrypoint],configType:le.SlotClient,...t})])}async function vE(e){e?.length&&await Promise.all(e.map(OE))}async function AE(e){return(await z(`**/${e}/pages/*.{js,ts}`,{ignore:["node_modules/**","dist/**"]})).filter(t=>{const n=po(t).name.toLowerCase();return!Object.values(Ss).includes(n)})}async function bE(){const e=await z("./templates/*",{ignore:["templates/assets/**","templates/**.{js,ts}","node_modules/**","dist/**"]}).catch(t=>(N.error(`Error while getting page template entry points: ${t}`),[]));return Promise.all(e.map(async t=>{const n=t.split(Yn),r=n.pop()??"default";if(n.pop()===void 0)throw new Error("Cannot determine template with custom pages, outer directory is undefined");const o=await z(`**/templates/${r}/configuration.{js,ts}`,{ignore:["node_modules/**","dist/**"]}),i=await z(`**/templates/${r}/pages/home.{js,ts}`,{ignore:["node_modules/**","dist/**"]}),s=await z(`**/templates/${r}/pages/category.{js,ts}`,{ignore:["node_modules/**","dist/**"]}),a=await z(`**/templates/${r}/pages/catalog.{js,ts}`,{ignore:["node_modules/**","dist/**"]}),c=await z(`**/templates/${r}/pages/product.{js,ts}`,{ignore:["node_modules/**","dist/**"]}),u=await AE(r);return{name:r,configurationEntrypoint:o.at(0),homeEntrypoint:i.at(0),categoryEntrypoint:s.at(0),catalogEntrypoint:a.at(0),productEntrypoint:c.at(0),customEntrypoint:u.length>0?u:void 0}}))}async function $E(){const e=await z("./templates/**.{js,ts}",{ignore:["node_modules/**","dist/**"]}),t=await z("./templates/assets/*",{ignore:["node_modules/**","dist/**"]});return{pageTemplates:await bE(),templates:e,assets:t}}async function NE({templateBuildConfig:e}){await Promise.all([Ze({entryPoints:e.assets,configType:St.TemplateAsset}),...e.pageTemplates?.map(async t=>{const n=[t.configurationEntrypoint,t.homeEntrypoint,t.categoryEntrypoint,t.catalogEntrypoint,t.productEntrypoint,...t.customEntrypoint??[]].filter(sn);if(n.length===0)throw new Error("No entry points provided for page template");await Ze({entryPoints:n,configType:St.PageTemplateDescriptor,name:t.name})})||[]])}async function LE(){const e=await $E();await NE({templateBuildConfig:e})}async function DE(){const e=await z("./collections/*",{ignore:["collections/assets/**","collections/**.{js,ts}","node_modules/**","dist/**"]}).catch(n=>(N.error(`Error while getting collection entry points: ${n}`),[])),t=await z("./collections/assets/*",{ignore:["node_modules/**","dist/**"]});return Promise.all(e.map(async n=>{const r=n.split(Yn),o=r.pop()??"default";if(r.pop()===void 0)throw new Error("Cannot determine collection, outer directory is undefined");const i=await z(`**/collections/${o}/configuration.{js,ts}`,{ignore:["node_modules/**","dist/**"]});return{name:o,configurationEntrypoint:i.at(0),assetsEntrypoints:t}}))}async function kE(){const e=await DE();e.length!==0&&await Promise.all(e.flatMap(t=>[Ze({entryPoints:t.assetsEntrypoints,configType:le.CollectionAsset,name:t.name}),Ze({entryPoints:t.configurationEntrypoint?[t.configurationEntrypoint]:[],configType:le.CollectionDescriptor,name:t.name})]))}function Bi(e){return{name:e.name,type:e.type,serverEntrypoint:e.serverEntrypoint,clientEntrypoint:[e.clientEntrypoint].filter(sn).flat(),settingsEntryPoints:[e.contentSettingsEntrypoint,e.designSettingsEntrypoint,e.layoutSettingsEntrypoint,e.settingsTranslationsEntrypoint].filter(sn),showcaseEntryPoints:[...e.showcasesEntrypoints??[],e.showcasesTranslationsEntrypoint].filter(sn),assetEntryPoints:e.assetsEntrypoints??[]}}function PE(e){return e.map(t=>({...t,selectedDesignSettings:t.selectedDesignSettings.map(n=>{const r=n.defaults;return r&&typeof r=="object"&&!("type"in r)?{...n,defaults:{type:n.type,...r}}:n})}))}async function xE(e,t=Ae){const n=U(process.cwd(),`${t}/${e}/js/main/server/server.js.gz`),r=So(To.gunzip),o=await re.promises.readFile(n);return{size:(await r(o)).length}}async function UE(e,t=Ae){try{const n=U(process.cwd(),`${t}/${e}/assets/`);return(await z("*",{cwd:n})).map(r=>{const o=U(n,r);return{path:r,size:zt(o).size}})}catch{throw new Error(`Asset files for section [${e}] is either invalid or undefined`)}}async function xr(e,t){const n=await hi(e,ie[t].dist),r=await Pt(e,ie[t].dist),o=await gi(e,ie[t].dist),i=await yi(e,ie[t].dist),s=await Si(e,ie[t].dist),a=await Ti(e,ie[t].dist),c=PE(a),u=await UE(e,ie[t].dist),l=await xE(e,ie[t].dist),h=Ri(e);return{id:e,type:t,name:e,content:o,design:i,layout:c,showcase:s,translationsSettings:n,translationsShowcases:r,assets:u,server:l,previewCount:h}}async function ME(){const e=await z("*/",{cwd:U(process.cwd(),`${Ae}/`)}),t=await z("*/",{cwd:U(process.cwd(),`${Ht}/`)}),n=await z("*/",{cwd:U(process.cwd(),`${jt}/`)});return Promise.all([...e.map(async r=>xr(r,Dt.SECTION)),...t.map(async r=>xr(r,Dt.HEADER)),...n.map(async r=>xr(r,Dt.FOOTER))])}async function FE(e){try{const t=U(process.cwd(),`${e}/assets/`);return(await z("*",{cwd:t})).map(n=>{const r=U(t,n);return{path:n,size:zt(r).size}})}catch{throw new Error("Asset files for layouts are either invalid or undefined")}}async function zE(e){const t=Ct(e).split("/");if(t.length<2)throw new Error(`Invalid layout path: ${e}. Expected format: [dist/]layouts/{sectionId}/{layoutId}/[...path]`);const[n,r]=t,[o,i,s,a]=await Promise.all([HE(r,n),jE(r,n),mi(r,n),FE(e)]);return{id:r,sectionId:n,content:o,design:i,translationsSettings:s,assets:a}}async function GE(){const e=`${Oe}/{product,catalog,category}/*`,t=await z(e,{ignore:["node_modules/**"]});return Promise.all(t.map(zE))}async function HE(e,t){try{const n=U(process.cwd(),`${Oe}/${t}/${e}/js/settings/content.mjs`),r=await Pe(n);return wt(r)}catch(n){throw new Error(`Content descriptor for layout [${e}] is either invalid or undefined: ${n}`)}}async function jE(e,t){try{const n=U(process.cwd(),`${Oe}/${t}/${e}/js/settings/design.mjs`),r=await Pe(n);return wt(r)}catch(n){throw new Error(`Design descriptor for layout [${e}] is either invalid or undefined: ${n}`)}}async function BE(e,t,n){const r=U(process.cwd(),`${Oe}/${n}/${t}/slots/${e}/js/main/server/server.js.gz`),o=So(To.gunzip),i=await re.promises.readFile(r);return{size:(await o(i)).length}}async function ZE(e){const t=Ct(e).split("/");if(t.length<4||t[2]!=="slots")throw new Error(`Invalid slot path: ${e}. Expected format: [dist/]layouts/{sectionId}/{layoutId}/slots/{slotId}/[...path]`);const[n,r,,o]=t,i=await BE(o,r,n);return{id:o,sectionId:n,layoutId:r,server:i}}async function VE(){const e=`${Oe}/{product,catalog,category}/*/slots/*`,t=await z(e,{ignore:["node_modules/**"]});return await Promise.all(t.map(ZE))}async function WE(){try{const e=U(process.cwd(),`${He}/assets/`);return(await z("*",{cwd:e})).map(t=>{const n=U(e,t);return{path:t,size:zt(n).size}})}catch{throw new Error("Asset files for templates are either invalid or undefined")}}function KE(e){return e in et?et[e]:et.CUSTOM}async function YE(e){const t=await z(`${He}/${e}/*.mjs`,{ignore:[`${He}/${e}/configuration*.mjs`]});return Promise.all(t.map(async n=>{const{sections:r,metadata:o}=await Zi(n),i=Oo(n);return{type:KE(i.toUpperCase()),id:i,metadata:o,sections:r}}))}async function Zi(e){try{return await Pe(U(process.cwd(),e))}catch{throw new Error(`Template file [${e}] is either invalid or undefined`)}}async function XE(e){const t=await z(`${He}/**/configuration*.mjs`,{});return Promise.all(t.map(async n=>{const r=ue.basename(ue.dirname(n));return{id:`${e}_${r}`,assets:await WE(),configuration:await Zi(n),pages:await YE(r)}}))}async function QE(e){return await XE(e)}async function qE(){const e=U(process.cwd(),`${tc}/translation.mjs`);return await Pe(e)}async function JE(){return{translations:await qE()}}async function eg(){const e=await an(),[t,n,r,o,i,s]=await Promise.all([kr(),JE(),ME(),GE(),VE(),QE(e.appClientId)]);return{version:t.version,name:"Custom Block App",shared:n,sections:r,templates:s,layouts:o,slots:i,compressionEnabled:!0,externalizationEnabled:!0,vueVersion:t.dependencies.vue}}function tg(e){return Object.entries(ie).find(t=>t[1].source===e)?.[0]}async function Vi(){const e=await z("**/server.{js,ts}",{ignore:["node_modules/**","dist/**","templates/**","layouts/**","collections/**"]});return Promise.all(e.map(async t=>{const n=uo(t).split(Yn),r=n.pop()??"default",o=n.pop();if(o===void 0)throw new Error("Cannot determine type of section, outer directory is undefined");const i=["node_modules/**","dist/**"],[s,a,c,u,l,h,d,b]=await Promise.all([z(`**/${r}/client.{js,ts}`,{ignore:i}),z(`**/${r}/settings/content.{js,ts}`,{ignore:i}),z(`**/${r}/settings/design.{js,ts}`,{ignore:i}),z(`**/${r}/settings/layout.{js,ts}`,{ignore:i}),z(`**/${r}/settings/translations.{js,ts}`,{ignore:i}),z(`**/${r}/showcases/*.{js,ts}`,{ignore:[...i,`**/${r}/showcases/translations.{js,ts}`]}),z(`**/${r}/showcases/translations.{js,ts}`,{ignore:i}),z(`**/${r}/assets/*`,{ignore:i})]);return{name:r,type:tg(o),serverEntrypoint:t,clientEntrypoint:s.at(0),contentSettingsEntrypoint:a.at(0),designSettingsEntrypoint:c.at(0),layoutSettingsEntrypoint:u.at(0),settingsTranslationsEntrypoint:l.at(0),showcasesEntrypoints:h,showcasesTranslationsEntrypoint:d.at(0),assetsEntrypoints:b}}))}const ng=["/settings/","/showcases/"];function rg(e){return ng.some(t=>e.includes(t))}function og(){const e=Ye.findConfigFile(process.cwd(),Ye.sys.fileExists,"tsconfig.json");if(!e)return;const t=Ye.readConfigFile(e,Ye.sys.readFile),n=Ye.parseJsonConfigFileContent(t.config,Ye.sys,process.cwd()),r=Ye.createProgram(n.fileNames,n.options),o=Ye.getPreEmitDiagnostics(r).filter(i=>!i.file||!rg(i.file.fileName));if(o.length>0){const i={getCanonicalFileName:s=>s,getCurrentDirectory:Ye.sys.getCurrentDirectory,getNewLine:()=>Ye.sys.newLine};throw console.error(Ye.formatDiagnosticsWithColorAndContext(o,i)),new Error(`TypeScript found ${o.length} error(s)`)}}async function sg(e){og(),await ot({configFile:!1,logLevel:"error",plugins:[Je.vue(),Je.tsconfigPaths(),Je.checker()],build:{write:!1,rollupOptions:{input:U(process.cwd(),e)}}})}function ig(){return Promise.all([Kn.rm("dist",{recursive:!0,force:!0}),Kn.rm("source-code",{recursive:!0,force:!0}),Kn.rm("source-code.zip",{force:!0})])}async function ag(){const e=new fo,t=["node_modules/**/*","dist/**/*","build/**/*",".git/**/*","**/assets/**/*","crane.config.json"];(await kr()).openSource===!0&&t.splice(t.indexOf("**/assets/**/*"),1);const n=await z("**/*",{cwd:U(process.cwd()),ignore:t,dot:!0,nodir:!0});try{n.forEach(i=>{const s=U(process.cwd(),i);e.addLocalFile(s,po(i).dir)});const r=Zt[te.SourceCode].fileName,o=U(process.cwd(),r);await e.writeZipPromise(o)}catch(r){throw N.error("Error while zipping source files"),r}}async function zn(e=!1,t=!1){Zm(t),Di.start(),await ig();try{const[n,r,o]=await Promise.all([yE(),Vi(),wE()]),i=r.map(Bi);r.length>0&&await sg(r[0].serverEntrypoint);try{await Promise.all([IE(),ji(i),LE(),kE(),TE(n),vE(o),ag()])}finally{Di.stop()}const s=await eg(),a=await Gm(s);a.errors.length===0?N.info(`Build successful:
37
+ `)}T.write("payload.value = newResult;"),T.write("return payload;");const ni=T.compile();return(fe,K)=>ni(y,fe,K)};let s;const i=Qe,a=!dn.jitless,u=a&&Ui.value,d=t.catchall;let m;e._zod.parse=(y,T)=>{m??(m=o.value);const B=y.value;return i(B)?a&&u&&T?.async===!1&&T.jitless!==!0?(s||(s=r(t.shape)),y=s(y,T),d?Go([],B,y,T,m,e):y):n(y,T):(y.issues.push({expected:"object",code:"invalid_type",input:B,inst:e}),y)}});function Zo(e,t,n,o){for(const s of e)if(s.issues.length===0)return t.value=s.value,t;const r=e.filter(s=>!Ue(s));return r.length===1?(t.value=r[0].value,r[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:n,errors:e.map(s=>s.issues.map(i=>we(i,o,_e())))}),t)}const Bo=l("$ZodUnion",(e,t)=>{L.init(e,t),R(e._zod,"optin",()=>t.options.some(r=>r._zod.optin==="optional")?"optional":void 0),R(e._zod,"optout",()=>t.options.some(r=>r._zod.optout==="optional")?"optional":void 0),R(e._zod,"values",()=>{if(t.options.every(r=>r._zod.values))return new Set(t.options.flatMap(r=>Array.from(r._zod.values)))}),R(e._zod,"pattern",()=>{if(t.options.every(r=>r._zod.pattern)){const r=t.options.map(s=>s._zod.pattern);return new RegExp(`^(${r.map(s=>hn(s.source)).join("|")})$`)}});const n=t.options.length===1,o=t.options[0]._zod.run;e._zod.parse=(r,s)=>{if(n)return o(r,s);let i=!1;const a=[];for(const c of t.options){const u=c._zod.run({value:r.value,issues:[]},s);if(u instanceof Promise)a.push(u),i=!0;else{if(u.issues.length===0)return u;a.push(u)}}return i?Promise.all(a).then(c=>Zo(c,r,e,s)):Zo(a,r,e,s)}}),wc=l("$ZodDiscriminatedUnion",(e,t)=>{t.inclusive=!1,Bo.init(e,t);const n=e._zod.parse;R(e._zod,"propValues",()=>{const r={};for(const s of t.options){const 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(const[a,c]of Object.entries(i)){r[a]||(r[a]=new Set);for(const u of c)r[a].add(u)}}return r});const o=gt(()=>{const r=t.options,s=new Map;for(const i of r){const 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(const c of a){if(s.has(c))throw new Error(`Duplicate discriminator value "${String(c)}"`);s.set(c,i)}}return s});e._zod.parse=(r,s)=>{const i=r.value;if(!Qe(i))return r.issues.push({code:"invalid_type",expected:"object",input:i,inst:e}),r;const a=o.value.get(i?.[t.discriminator]);return a?a._zod.run(r,s):t.unionFallback?n(r,s):(r.issues.push({code:"invalid_union",errors:[],note:"No matching discriminator",discriminator:t.discriminator,input:i,path:[t.discriminator],inst:e}),r)}}),vc=l("$ZodIntersection",(e,t)=>{L.init(e,t),e._zod.parse=(n,o)=>{const r=n.value,s=t.left._zod.run({value:r,issues:[]},o),i=t.right._zod.run({value:r,issues:[]},o);return s instanceof Promise||i instanceof Promise?Promise.all([s,i]).then(([c,u])=>Ho(n,c,u)):Ho(n,s,i)}});function yn(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(ze(e)&&ze(t)){const n=Object.keys(t),o=Object.keys(e).filter(s=>n.indexOf(s)!==-1),r={...e,...t};for(const s of o){const i=yn(e[s],t[s]);if(!i.valid)return{valid:!1,mergeErrorPath:[s,...i.mergeErrorPath]};r[s]=i.data}return{valid:!0,data:r}}if(Array.isArray(e)&&Array.isArray(t)){if(e.length!==t.length)return{valid:!1,mergeErrorPath:[]};const n=[];for(let o=0;o<e.length;o++){const r=e[o],s=t[o],i=yn(r,s);if(!i.valid)return{valid:!1,mergeErrorPath:[o,...i.mergeErrorPath]};n.push(i.data)}return{valid:!0,data:n}}return{valid:!1,mergeErrorPath:[]}}function Ho(e,t,n){const o=new Map;let r;for(const a of t.issues)if(a.code==="unrecognized_keys"){r??(r=a);for(const c of a.keys)o.has(c)||o.set(c,{}),o.get(c).l=!0}else e.issues.push(a);for(const a of n.issues)if(a.code==="unrecognized_keys")for(const c of a.keys)o.has(c)||o.set(c,{}),o.get(c).r=!0;else e.issues.push(a);const s=[...o].filter(([,a])=>a.l&&a.r).map(([a])=>a);if(s.length&&r&&e.issues.push({...r,keys:s}),Ue(e))return e;const i=yn(t.value,n.value);if(!i.valid)throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(i.mergeErrorPath)}`);return e.value=i.data,e}const Cc=l("$ZodRecord",(e,t)=>{L.init(e,t),e._zod.parse=(n,o)=>{const r=n.value;if(!ze(r))return n.issues.push({expected:"record",code:"invalid_type",input:r,inst:e}),n;const s=[],i=t.keyType._zod.values;if(i){n.value={};const a=new Set;for(const u of i)if(typeof u=="string"||typeof u=="number"||typeof u=="symbol"){a.add(typeof u=="number"?u.toString():u);const d=t.valueType._zod.run({value:r[u],issues:[]},o);d instanceof Promise?s.push(d.then(m=>{m.issues.length&&n.issues.push(...Me(u,m.issues)),n.value[u]=m.value})):(d.issues.length&&n.issues.push(...Me(u,d.issues)),n.value[u]=d.value)}let c;for(const u in r)a.has(u)||(c=c??[],c.push(u));c&&c.length>0&&n.issues.push({code:"unrecognized_keys",input:r,inst:e,keys:c})}else{n.value={};for(const a of Reflect.ownKeys(r)){if(a==="__proto__")continue;let c=t.keyType._zod.run({value:a,issues:[]},o);if(c instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(typeof a=="string"&&ko.test(a)&&c.issues.length){const m=t.keyType._zod.run({value:Number(a),issues:[]},o);if(m instanceof Promise)throw new Error("Async schemas not supported in object keys currently");m.issues.length===0&&(c=m)}if(c.issues.length){t.mode==="loose"?n.value[a]=r[a]:n.issues.push({code:"invalid_key",origin:"record",issues:c.issues.map(m=>we(m,o,_e())),input:a,path:[a],inst:e});continue}const d=t.valueType._zod.run({value:r[a],issues:[]},o);d instanceof Promise?s.push(d.then(m=>{m.issues.length&&n.issues.push(...Me(a,m.issues)),n.value[c.value]=m.value})):(d.issues.length&&n.issues.push(...Me(a,d.issues)),n.value[c.value]=d.value)}}return s.length?Promise.all(s).then(()=>n):n}}),Rc=l("$ZodEnum",(e,t)=>{L.init(e,t);const n=Oo(t.entries),o=new Set(n);e._zod.values=o,e._zod.pattern=new RegExp(`^(${n.filter(r=>Mi.has(typeof r)).map(r=>typeof r=="string"?je(r):r.toString()).join("|")})$`),e._zod.parse=(r,s)=>{const i=r.value;return o.has(i)||r.issues.push({code:"invalid_value",values:n,input:i,inst:e}),r}}),bc=l("$ZodLiteral",(e,t)=>{if(L.init(e,t),t.values.length===0)throw new Error("Cannot create literal schema with no valid values");const n=new Set(t.values);e._zod.values=n,e._zod.pattern=new RegExp(`^(${t.values.map(o=>typeof o=="string"?je(o):o?je(o.toString()):String(o)).join("|")})$`),e._zod.parse=(o,r)=>{const s=o.value;return n.has(s)||o.issues.push({code:"invalid_value",values:t.values,input:s,inst:e}),o}}),Ac=l("$ZodTransform",(e,t)=>{L.init(e,t),e._zod.parse=(n,o)=>{if(o.direction==="backward")throw new To(e.constructor.name);const r=t.transform(n.value,n);if(o.async)return(r instanceof Promise?r:Promise.resolve(r)).then(i=>(n.value=i,n));if(r instanceof Promise)throw new Pe;return n.value=r,n}});function Vo(e,t){return e.issues.length&&t===void 0?{issues:[],value:void 0}:e}const Wo=l("$ZodOptional",(e,t)=>{L.init(e,t),e._zod.optin="optional",e._zod.optout="optional",R(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),R(e._zod,"pattern",()=>{const n=t.innerType._zod.pattern;return n?new RegExp(`^(${hn(n.source)})?$`):void 0}),e._zod.parse=(n,o)=>{if(t.innerType._zod.optin==="optional"){const r=t.innerType._zod.run(n,o);return r instanceof Promise?r.then(s=>Vo(s,n.value)):Vo(r,n.value)}return n.value===void 0?n:t.innerType._zod.run(n,o)}}),Nc=l("$ZodExactOptional",(e,t)=>{Wo.init(e,t),R(e._zod,"values",()=>t.innerType._zod.values),R(e._zod,"pattern",()=>t.innerType._zod.pattern),e._zod.parse=(n,o)=>t.innerType._zod.run(n,o)}),$c=l("$ZodNullable",(e,t)=>{L.init(e,t),R(e._zod,"optin",()=>t.innerType._zod.optin),R(e._zod,"optout",()=>t.innerType._zod.optout),R(e._zod,"pattern",()=>{const n=t.innerType._zod.pattern;return n?new RegExp(`^(${hn(n.source)}|null)$`):void 0}),R(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(n,o)=>n.value===null?n:t.innerType._zod.run(n,o)}),Dc=l("$ZodDefault",(e,t)=>{L.init(e,t),e._zod.optin="optional",R(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,o)=>{if(o.direction==="backward")return t.innerType._zod.run(n,o);if(n.value===void 0)return n.value=t.defaultValue,n;const r=t.innerType._zod.run(n,o);return r instanceof Promise?r.then(s=>Yo(s,t)):Yo(r,t)}});function Yo(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}const Lc=l("$ZodPrefault",(e,t)=>{L.init(e,t),e._zod.optin="optional",R(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,o)=>(o.direction==="backward"||n.value===void 0&&(n.value=t.defaultValue),t.innerType._zod.run(n,o))}),kc=l("$ZodNonOptional",(e,t)=>{L.init(e,t),R(e._zod,"values",()=>{const n=t.innerType._zod.values;return n?new Set([...n].filter(o=>o!==void 0)):void 0}),e._zod.parse=(n,o)=>{const r=t.innerType._zod.run(n,o);return r instanceof Promise?r.then(s=>Ko(s,e)):Ko(r,e)}});function Ko(e,t){return!e.issues.length&&e.value===void 0&&e.issues.push({code:"invalid_type",expected:"nonoptional",input:e.value,inst:t}),e}const Pc=l("$ZodCatch",(e,t)=>{L.init(e,t),R(e._zod,"optin",()=>t.innerType._zod.optin),R(e._zod,"optout",()=>t.innerType._zod.optout),R(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(n,o)=>{if(o.direction==="backward")return t.innerType._zod.run(n,o);const r=t.innerType._zod.run(n,o);return r instanceof Promise?r.then(s=>(n.value=s.value,s.issues.length&&(n.value=t.catchValue({...n,error:{issues:s.issues.map(i=>we(i,o,_e()))},input:n.value}),n.issues=[]),n)):(n.value=r.value,r.issues.length&&(n.value=t.catchValue({...n,error:{issues:r.issues.map(s=>we(s,o,_e()))},input:n.value}),n.issues=[]),n)}}),zc=l("$ZodPipe",(e,t)=>{L.init(e,t),R(e._zod,"values",()=>t.in._zod.values),R(e._zod,"optin",()=>t.in._zod.optin),R(e._zod,"optout",()=>t.out._zod.optout),R(e._zod,"propValues",()=>t.in._zod.propValues),e._zod.parse=(n,o)=>{if(o.direction==="backward"){const s=t.out._zod.run(n,o);return s instanceof Promise?s.then(i=>It(i,t.in,o)):It(s,t.in,o)}const r=t.in._zod.run(n,o);return r instanceof Promise?r.then(s=>It(s,t.out,o)):It(r,t.out,o)}});function It(e,t,n){return e.issues.length?(e.aborted=!0,e):t._zod.run({value:e.value,issues:e.issues},n)}const jc=l("$ZodReadonly",(e,t)=>{L.init(e,t),R(e._zod,"propValues",()=>t.innerType._zod.propValues),R(e._zod,"values",()=>t.innerType._zod.values),R(e._zod,"optin",()=>t.innerType?._zod?.optin),R(e._zod,"optout",()=>t.innerType?._zod?.optout),e._zod.parse=(n,o)=>{if(o.direction==="backward")return t.innerType._zod.run(n,o);const r=t.innerType._zod.run(n,o);return r instanceof Promise?r.then(Jo):Jo(r)}});function Jo(e){return e.value=Object.freeze(e.value),e}const Uc=l("$ZodCustom",(e,t)=>{J.init(e,t),L.init(e,t),e._zod.parse=(n,o)=>n,e._zod.check=n=>{const o=n.value,r=t.fn(o);if(r instanceof Promise)return r.then(s=>Xo(s,n,o,e));Xo(r,n,o,e)}});function Xo(e,t,n,o){if(!e){const r={code:"custom",input:n,inst:o,path:[...o._zod.def.path??[]],continue:!o._zod.def.abort};o._zod.def.params&&(r.params=o._zod.def.params),t.issues.push(qe(r))}}var Qo;class Mc{constructor(){this._map=new WeakMap,this._idmap=new Map}add(t,...n){const o=n[0];return this._map.set(t,o),o&&typeof o=="object"&&"id"in o&&this._idmap.set(o.id,t),this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(t){const n=this._map.get(t);return n&&typeof n=="object"&&"id"in n&&this._idmap.delete(n.id),this._map.delete(t),this}get(t){const n=t._zod.parent;if(n){const o={...this.get(n)??{}};delete o.id;const r={...o,...this._map.get(t)};return Object.keys(r).length?r:void 0}return this._map.get(t)}has(t){return this._map.has(t)}}function Fc(){return new Mc}(Qo=globalThis).__zod_globalRegistry??(Qo.__zod_globalRegistry=Fc());const et=globalThis.__zod_globalRegistry;function xc(e,t){return new e({type:"string",...g(t)})}function Gc(e,t){return new e({type:"string",format:"email",check:"string_format",abort:!1,...g(t)})}function qo(e,t){return new e({type:"string",format:"guid",check:"string_format",abort:!1,...g(t)})}function Zc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,...g(t)})}function Bc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v4",...g(t)})}function Hc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v6",...g(t)})}function Vc(e,t){return new e({type:"string",format:"uuid",check:"string_format",abort:!1,version:"v7",...g(t)})}function er(e,t){return new e({type:"string",format:"url",check:"string_format",abort:!1,...g(t)})}function Wc(e,t){return new e({type:"string",format:"emoji",check:"string_format",abort:!1,...g(t)})}function Yc(e,t){return new e({type:"string",format:"nanoid",check:"string_format",abort:!1,...g(t)})}function Kc(e,t){return new e({type:"string",format:"cuid",check:"string_format",abort:!1,...g(t)})}function Jc(e,t){return new e({type:"string",format:"cuid2",check:"string_format",abort:!1,...g(t)})}function Xc(e,t){return new e({type:"string",format:"ulid",check:"string_format",abort:!1,...g(t)})}function Qc(e,t){return new e({type:"string",format:"xid",check:"string_format",abort:!1,...g(t)})}function qc(e,t){return new e({type:"string",format:"ksuid",check:"string_format",abort:!1,...g(t)})}function eu(e,t){return new e({type:"string",format:"ipv4",check:"string_format",abort:!1,...g(t)})}function tu(e,t){return new e({type:"string",format:"ipv6",check:"string_format",abort:!1,...g(t)})}function nu(e,t){return new e({type:"string",format:"cidrv4",check:"string_format",abort:!1,...g(t)})}function ou(e,t){return new e({type:"string",format:"cidrv6",check:"string_format",abort:!1,...g(t)})}function ru(e,t){return new e({type:"string",format:"base64",check:"string_format",abort:!1,...g(t)})}function su(e,t){return new e({type:"string",format:"base64url",check:"string_format",abort:!1,...g(t)})}function iu(e,t){return new e({type:"string",format:"e164",check:"string_format",abort:!1,...g(t)})}function au(e,t){return new e({type:"string",format:"jwt",check:"string_format",abort:!1,...g(t)})}function cu(e,t){return new e({type:"string",format:"datetime",check:"string_format",offset:!1,local:!1,precision:null,...g(t)})}function uu(e,t){return new e({type:"string",format:"date",check:"string_format",...g(t)})}function lu(e,t){return new e({type:"string",format:"time",check:"string_format",precision:null,...g(t)})}function du(e,t){return new e({type:"string",format:"duration",check:"string_format",...g(t)})}function pu(e,t){return new e({type:"number",checks:[],...g(t)})}function fu(e,t){return new e({type:"number",check:"number_format",abort:!1,format:"safeint",...g(t)})}function hu(e,t){return new e({type:"boolean",...g(t)})}function mu(e){return new e({type:"unknown"})}function Eu(e,t){return new e({type:"never",...g(t)})}function tr(e,t){return new zo({check:"less_than",...g(t),value:e,inclusive:!1})}function Sn(e,t){return new zo({check:"less_than",...g(t),value:e,inclusive:!0})}function nr(e,t){return new jo({check:"greater_than",...g(t),value:e,inclusive:!1})}function Tn(e,t){return new jo({check:"greater_than",...g(t),value:e,inclusive:!0})}function or(e,t){return new Da({check:"multiple_of",...g(t),value:e})}function rr(e,t){return new ka({check:"max_length",...g(t),maximum:e})}function wt(e,t){return new Pa({check:"min_length",...g(t),minimum:e})}function sr(e,t){return new za({check:"length_equals",...g(t),length:e})}function gu(e,t){return new ja({check:"string_format",format:"regex",...g(t),pattern:e})}function _u(e){return new Ua({check:"string_format",format:"lowercase",...g(e)})}function yu(e){return new Ma({check:"string_format",format:"uppercase",...g(e)})}function Su(e,t){return new Fa({check:"string_format",format:"includes",...g(t),includes:e})}function Tu(e,t){return new xa({check:"string_format",format:"starts_with",...g(t),prefix:e})}function Ou(e,t){return new Ga({check:"string_format",format:"ends_with",...g(t),suffix:e})}function Fe(e){return new Za({check:"overwrite",tx:e})}function Iu(e){return Fe(t=>t.normalize(e))}function wu(){return Fe(e=>e.trim())}function vu(){return Fe(e=>e.toLowerCase())}function Cu(){return Fe(e=>e.toUpperCase())}function Ru(){return Fe(e=>ji(e))}function bu(e,t,n){return new e({type:"array",element:t,...g(n)})}function Au(e,t,n){return new e({type:"custom",check:"custom",fn:t,...g(n)})}function Nu(e){const t=$u(n=>(n.addIssue=o=>{if(typeof o=="string")n.issues.push(qe(o,n.value,t._zod.def));else{const r=o;r.fatal&&(r.continue=!1),r.code??(r.code="custom"),r.input??(r.input=n.value),r.inst??(r.inst=t),r.continue??(r.continue=!t._zod.def.abort),n.issues.push(qe(r))}},e(n.value,n)));return t}function $u(e,t){const n=new J({check:"custom",...g(t)});return n._zod.check=e,n}function ir(e){let t=e?.target??"draft-2020-12";return t==="draft-4"&&(t="draft-04"),t==="draft-7"&&(t="draft-07"),{processors:e.processors??{},metadataRegistry:e?.metadata??et,target:t,unrepresentable:e?.unrepresentable??"throw",override:e?.override??(()=>{}),io:e?.io??"output",counter:0,seen:new Map,cycles:e?.cycles??"ref",reused:e?.reused??"inline",external:e?.external??void 0}}function F(e,t,n={path:[],schemaPath:[]}){var o;const r=e._zod.def,s=t.seen.get(e);if(s)return s.count++,n.schemaPath.includes(e)&&(s.cycle=n.path),s.schema;const i={schema:{},count:1,cycle:void 0,path:n.path};t.seen.set(e,i);const a=e._zod.toJSONSchema?.();if(a)i.schema=a;else{const d={...n,schemaPath:[...n.schemaPath,e],path:n.path};if(e._zod.processJSONSchema)e._zod.processJSONSchema(t,i.schema,d);else{const y=i.schema,T=t.processors[r.type];if(!T)throw new Error(`[toJSONSchema]: Non-representable type encountered: ${r.type}`);T(e,t,y,d)}const m=e._zod.parent;m&&(i.ref||(i.ref=m),F(m,t,d),t.seen.get(m).isParent=!0)}const c=t.metadataRegistry.get(e);return c&&Object.assign(i.schema,c),t.io==="input"&&W(e)&&(delete i.schema.examples,delete i.schema.default),t.io==="input"&&i.schema._prefault&&((o=i.schema).default??(o.default=i.schema._prefault)),delete i.schema._prefault,t.seen.get(e).schema}function ar(e,t){const n=e.seen.get(t);if(!n)throw new Error("Unprocessed schema. This is a bug in Zod.");const o=new Map;for(const i of e.seen.entries()){const a=e.metadataRegistry.get(i[0])?.id;if(a){const c=o.get(a);if(c&&c!==i[0])throw new Error(`Duplicate schema id "${a}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);o.set(a,i[0])}}const r=i=>{const a=e.target==="draft-2020-12"?"$defs":"definitions";if(e.external){const m=e.external.registry.get(i[0])?.id,y=e.external.uri??(B=>B);if(m)return{ref:y(m)};const T=i[1].defId??i[1].schema.id??`schema${e.counter++}`;return i[1].defId=T,{defId:T,ref:`${y("__shared")}#/${a}/${T}`}}if(i[1]===n)return{ref:"#"};const u=`#/${a}/`,d=i[1].schema.id??`__schema${e.counter++}`;return{defId:d,ref:u+d}},s=i=>{if(i[1].schema.$ref)return;const a=i[1],{ref:c,defId:u}=r(i);a.def={...a.schema},u&&(a.defId=u);const d=a.schema;for(const m in d)delete d[m];d.$ref=c};if(e.cycles==="throw")for(const i of e.seen.entries()){const a=i[1];if(a.cycle)throw new Error(`Cycle detected: #/${a.cycle?.join("/")}/<root>
38
+
39
+ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.`)}for(const i of e.seen.entries()){const a=i[1];if(t===i[0]){s(i);continue}if(e.external){const u=e.external.registry.get(i[0])?.id;if(t!==i[0]&&u){s(i);continue}}if(e.metadataRegistry.get(i[0])?.id){s(i);continue}if(a.cycle){s(i);continue}if(a.count>1&&e.reused==="ref"){s(i);continue}}}function cr(e,t){const n=e.seen.get(t);if(!n)throw new Error("Unprocessed schema. This is a bug in Zod.");const o=i=>{const a=e.seen.get(i);if(a.ref===null)return;const c=a.def??a.schema,u={...c},d=a.ref;if(a.ref=null,d){o(d);const y=e.seen.get(d),T=y.schema;if(T.$ref&&(e.target==="draft-07"||e.target==="draft-04"||e.target==="openapi-3.0")?(c.allOf=c.allOf??[],c.allOf.push(T)):Object.assign(c,T),Object.assign(c,u),i._zod.parent===d)for(const Z in c)Z==="$ref"||Z==="allOf"||Z in u||delete c[Z];if(T.$ref&&y.def)for(const Z in c)Z==="$ref"||Z==="allOf"||Z in y.def&&JSON.stringify(c[Z])===JSON.stringify(y.def[Z])&&delete c[Z]}const m=i._zod.parent;if(m&&m!==d){o(m);const y=e.seen.get(m);if(y?.schema.$ref&&(c.$ref=y.schema.$ref,y.def))for(const T in c)T==="$ref"||T==="allOf"||T in y.def&&JSON.stringify(c[T])===JSON.stringify(y.def[T])&&delete c[T]}e.override({zodSchema:i,jsonSchema:c,path:a.path??[]})};for(const i of[...e.seen.entries()].reverse())o(i[0]);const r={};if(e.target==="draft-2020-12"?r.$schema="https://json-schema.org/draft/2020-12/schema":e.target==="draft-07"?r.$schema="http://json-schema.org/draft-07/schema#":e.target==="draft-04"?r.$schema="http://json-schema.org/draft-04/schema#":e.target,e.external?.uri){const i=e.external.registry.get(t)?.id;if(!i)throw new Error("Schema is missing an `id` property");r.$id=e.external.uri(i)}Object.assign(r,n.def??n.schema);const s=e.external?.defs??{};for(const i of e.seen.entries()){const a=i[1];a.def&&a.defId&&(s[a.defId]=a.def)}e.external||Object.keys(s).length>0&&(e.target==="draft-2020-12"?r.$defs=s:r.definitions=s);try{const i=JSON.parse(JSON.stringify(r));return Object.defineProperty(i,"~standard",{value:{...t["~standard"],jsonSchema:{input:vt(t,"input",e.processors),output:vt(t,"output",e.processors)}},enumerable:!1,writable:!1}),i}catch{throw new Error("Error converting schema to JSON.")}}function W(e,t){const n=t??{seen:new Set};if(n.seen.has(e))return!1;n.seen.add(e);const o=e._zod.def;if(o.type==="transform")return!0;if(o.type==="array")return W(o.element,n);if(o.type==="set")return W(o.valueType,n);if(o.type==="lazy")return W(o.getter(),n);if(o.type==="promise"||o.type==="optional"||o.type==="nonoptional"||o.type==="nullable"||o.type==="readonly"||o.type==="default"||o.type==="prefault")return W(o.innerType,n);if(o.type==="intersection")return W(o.left,n)||W(o.right,n);if(o.type==="record"||o.type==="map")return W(o.keyType,n)||W(o.valueType,n);if(o.type==="pipe")return W(o.in,n)||W(o.out,n);if(o.type==="object"){for(const r in o.shape)if(W(o.shape[r],n))return!0;return!1}if(o.type==="union"){for(const r of o.options)if(W(r,n))return!0;return!1}if(o.type==="tuple"){for(const r of o.items)if(W(r,n))return!0;return!!(o.rest&&W(o.rest,n))}return!1}const Du=(e,t={})=>n=>{const o=ir({...n,processors:t});return F(e,o),ar(o,e),cr(o,e)},vt=(e,t,n={})=>o=>{const{libraryOptions:r,target:s}=o??{},i=ir({...r??{},target:s,io:t,processors:n});return F(e,i),ar(i,e),cr(i,e)},Lu={guid:"uuid",url:"uri",datetime:"date-time",json_string:"json-string",regex:""},ku=(e,t,n,o)=>{const r=n;r.type="string";const{minimum:s,maximum:i,format:a,patterns:c,contentEncoding:u}=e._zod.bag;if(typeof s=="number"&&(r.minLength=s),typeof i=="number"&&(r.maxLength=i),a&&(r.format=Lu[a]??a,r.format===""&&delete r.format,a==="time"&&delete r.format),u&&(r.contentEncoding=u),c&&c.size>0){const d=[...c];d.length===1?r.pattern=d[0].source:d.length>1&&(r.allOf=[...d.map(m=>({...t.target==="draft-07"||t.target==="draft-04"||t.target==="openapi-3.0"?{type:"string"}:{},pattern:m.source}))])}},Pu=(e,t,n,o)=>{const r=n,{minimum:s,maximum:i,format:a,multipleOf:c,exclusiveMaximum:u,exclusiveMinimum:d}=e._zod.bag;typeof a=="string"&&a.includes("int")?r.type="integer":r.type="number",typeof d=="number"&&(t.target==="draft-04"||t.target==="openapi-3.0"?(r.minimum=d,r.exclusiveMinimum=!0):r.exclusiveMinimum=d),typeof s=="number"&&(r.minimum=s,typeof d=="number"&&t.target!=="draft-04"&&(d>=s?delete r.minimum:delete r.exclusiveMinimum)),typeof u=="number"&&(t.target==="draft-04"||t.target==="openapi-3.0"?(r.maximum=u,r.exclusiveMaximum=!0):r.exclusiveMaximum=u),typeof i=="number"&&(r.maximum=i,typeof u=="number"&&t.target!=="draft-04"&&(u<=i?delete r.maximum:delete r.exclusiveMaximum)),typeof c=="number"&&(r.multipleOf=c)},zu=(e,t,n,o)=>{n.type="boolean"},ju=(e,t,n,o)=>{n.not={}},Uu=(e,t,n,o)=>{},Mu=(e,t,n,o)=>{const r=e._zod.def,s=Oo(r.entries);s.every(i=>typeof i=="number")&&(n.type="number"),s.every(i=>typeof i=="string")&&(n.type="string"),n.enum=s},Fu=(e,t,n,o)=>{const r=e._zod.def,s=[];for(const i of r.values)if(i===void 0){if(t.unrepresentable==="throw")throw new Error("Literal `undefined` cannot be represented in JSON Schema")}else if(typeof i=="bigint"){if(t.unrepresentable==="throw")throw new Error("BigInt literals cannot be represented in JSON Schema");s.push(Number(i))}else s.push(i);if(s.length!==0)if(s.length===1){const i=s[0];n.type=i===null?"null":typeof i,t.target==="draft-04"||t.target==="openapi-3.0"?n.enum=[i]:n.const=i}else s.every(i=>typeof i=="number")&&(n.type="number"),s.every(i=>typeof i=="string")&&(n.type="string"),s.every(i=>typeof i=="boolean")&&(n.type="boolean"),s.every(i=>i===null)&&(n.type="null"),n.enum=s},xu=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Custom types cannot be represented in JSON Schema")},Gu=(e,t,n,o)=>{if(t.unrepresentable==="throw")throw new Error("Transforms cannot be represented in JSON Schema")},Zu=(e,t,n,o)=>{const r=n,s=e._zod.def,{minimum:i,maximum:a}=e._zod.bag;typeof i=="number"&&(r.minItems=i),typeof a=="number"&&(r.maxItems=a),r.type="array",r.items=F(s.element,t,{...o,path:[...o.path,"items"]})},Bu=(e,t,n,o)=>{const r=n,s=e._zod.def;r.type="object",r.properties={};const i=s.shape;for(const u in i)r.properties[u]=F(i[u],t,{...o,path:[...o.path,"properties",u]});const a=new Set(Object.keys(i)),c=new Set([...a].filter(u=>{const d=s.shape[u]._zod;return t.io==="input"?d.optin===void 0:d.optout===void 0}));c.size>0&&(r.required=Array.from(c)),s.catchall?._zod.def.type==="never"?r.additionalProperties=!1:s.catchall?s.catchall&&(r.additionalProperties=F(s.catchall,t,{...o,path:[...o.path,"additionalProperties"]})):t.io==="output"&&(r.additionalProperties=!1)},Hu=(e,t,n,o)=>{const r=e._zod.def,s=r.inclusive===!1,i=r.options.map((a,c)=>F(a,t,{...o,path:[...o.path,s?"oneOf":"anyOf",c]}));s?n.oneOf=i:n.anyOf=i},Vu=(e,t,n,o)=>{const r=e._zod.def,s=F(r.left,t,{...o,path:[...o.path,"allOf",0]}),i=F(r.right,t,{...o,path:[...o.path,"allOf",1]}),a=u=>"allOf"in u&&Object.keys(u).length===1,c=[...a(s)?s.allOf:[s],...a(i)?i.allOf:[i]];n.allOf=c},Wu=(e,t,n,o)=>{const r=n,s=e._zod.def;r.type="object";const i=s.keyType,c=i._zod.bag?.patterns;if(s.mode==="loose"&&c&&c.size>0){const d=F(s.valueType,t,{...o,path:[...o.path,"patternProperties","*"]});r.patternProperties={};for(const m of c)r.patternProperties[m.source]=d}else(t.target==="draft-07"||t.target==="draft-2020-12")&&(r.propertyNames=F(s.keyType,t,{...o,path:[...o.path,"propertyNames"]})),r.additionalProperties=F(s.valueType,t,{...o,path:[...o.path,"additionalProperties"]});const u=i._zod.values;if(u){const d=[...u].filter(m=>typeof m=="string"||typeof m=="number");d.length>0&&(r.required=d)}},Yu=(e,t,n,o)=>{const r=e._zod.def,s=F(r.innerType,t,o),i=t.seen.get(e);t.target==="openapi-3.0"?(i.ref=r.innerType,n.nullable=!0):n.anyOf=[s,{type:"null"}]},Ku=(e,t,n,o)=>{const r=e._zod.def;F(r.innerType,t,o);const s=t.seen.get(e);s.ref=r.innerType},Ju=(e,t,n,o)=>{const r=e._zod.def;F(r.innerType,t,o);const s=t.seen.get(e);s.ref=r.innerType,n.default=JSON.parse(JSON.stringify(r.defaultValue))},Xu=(e,t,n,o)=>{const r=e._zod.def;F(r.innerType,t,o);const s=t.seen.get(e);s.ref=r.innerType,t.io==="input"&&(n._prefault=JSON.parse(JSON.stringify(r.defaultValue)))},Qu=(e,t,n,o)=>{const r=e._zod.def;F(r.innerType,t,o);const s=t.seen.get(e);s.ref=r.innerType;let i;try{i=r.catchValue(void 0)}catch{throw new Error("Dynamic catch values are not supported in JSON Schema")}n.default=i},qu=(e,t,n,o)=>{const r=e._zod.def,s=t.io==="input"?r.in._zod.def.type==="transform"?r.out:r.in:r.out;F(s,t,o);const i=t.seen.get(e);i.ref=s},el=(e,t,n,o)=>{const r=e._zod.def;F(r.innerType,t,o);const s=t.seen.get(e);s.ref=r.innerType,n.readOnly=!0},ur=(e,t,n,o)=>{const r=e._zod.def;F(r.innerType,t,o);const s=t.seen.get(e);s.ref=r.innerType},tl=l("ZodISODateTime",(e,t)=>{oc.init(e,t),P.init(e,t)});function nl(e){return cu(tl,e)}const ol=l("ZodISODate",(e,t)=>{rc.init(e,t),P.init(e,t)});function rl(e){return uu(ol,e)}const sl=l("ZodISOTime",(e,t)=>{sc.init(e,t),P.init(e,t)});function il(e){return lu(sl,e)}const al=l("ZodISODuration",(e,t)=>{ic.init(e,t),P.init(e,t)});function cl(e){return du(al,e)}const ul=(e,t)=>{bo.init(e,t),e.name="ZodError",Object.defineProperties(e,{format:{value:n=>Ji(e,n)},flatten:{value:n=>Ki(e,n)},addIssue:{value:n=>{e.issues.push(n),e.message=JSON.stringify(e.issues,pn,2)}},addIssues:{value:n=>{e.issues.push(...n),e.message=JSON.stringify(e.issues,pn,2)}},isEmpty:{get(){return e.issues.length===0}}})},ne=l("ZodError",ul,{Parent:Error}),ll=En(ne),dl=gn(ne),pl=yt(ne),fl=St(ne),hl=qi(ne),ml=ea(ne),El=ta(ne),gl=na(ne),_l=oa(ne),yl=ra(ne),Sl=sa(ne),Tl=ia(ne),k=l("ZodType",(e,t)=>(L.init(e,t),Object.assign(e["~standard"],{jsonSchema:{input:vt(e,"input"),output:vt(e,"output")}}),e.toJSONSchema=Du(e,{}),e.def=t,e.type=t.type,Object.defineProperty(e,"_def",{value:t}),e.check=(...n)=>e.clone(Oe(t,{checks:[...t.checks??[],...n.map(o=>typeof o=="function"?{_zod:{check:o,def:{check:"custom"},onattach:[]}}:o)]}),{parent:!0}),e.with=e.check,e.clone=(n,o)=>Ie(e,n,o),e.brand=()=>e,e.register=((n,o)=>(n.add(e,o),e)),e.parse=(n,o)=>ll(e,n,o,{callee:e.parse}),e.safeParse=(n,o)=>pl(e,n,o),e.parseAsync=async(n,o)=>dl(e,n,o,{callee:e.parseAsync}),e.safeParseAsync=async(n,o)=>fl(e,n,o),e.spa=e.safeParseAsync,e.encode=(n,o)=>hl(e,n,o),e.decode=(n,o)=>ml(e,n,o),e.encodeAsync=async(n,o)=>El(e,n,o),e.decodeAsync=async(n,o)=>gl(e,n,o),e.safeEncode=(n,o)=>_l(e,n,o),e.safeDecode=(n,o)=>yl(e,n,o),e.safeEncodeAsync=async(n,o)=>Sl(e,n,o),e.safeDecodeAsync=async(n,o)=>Tl(e,n,o),e.refine=(n,o)=>e.check(fd(n,o)),e.superRefine=n=>e.check(hd(n)),e.overwrite=n=>e.check(Fe(n)),e.optional=()=>_r(e),e.exactOptional=()=>ed(e),e.nullable=()=>yr(e),e.nullish=()=>_r(yr(e)),e.nonoptional=n=>id(e,n),e.array=()=>A(e),e.or=n=>xe([e,n]),e.and=n=>Yl(e,n),e.transform=n=>Tr(e,Ql(n)),e.default=n=>od(e,n),e.prefault=n=>sd(e,n),e.catch=n=>cd(e,n),e.pipe=n=>Tr(e,n),e.readonly=()=>dd(e),e.describe=n=>{const o=e.clone();return et.add(o,{description:n}),o},Object.defineProperty(e,"description",{get(){return et.get(e)?.description},configurable:!0}),e.meta=(...n)=>{if(n.length===0)return et.get(e);const o=e.clone();return et.add(o,n[0]),o},e.isOptional=()=>e.safeParse(void 0).success,e.isNullable=()=>e.safeParse(null).success,e.apply=n=>n(e),e)),lr=l("_ZodString",(e,t)=>{_n.init(e,t),k.init(e,t),e._zod.processJSONSchema=(o,r,s)=>ku(e,o,r);const n=e._zod.bag;e.format=n.format??null,e.minLength=n.minimum??null,e.maxLength=n.maximum??null,e.regex=(...o)=>e.check(gu(...o)),e.includes=(...o)=>e.check(Su(...o)),e.startsWith=(...o)=>e.check(Tu(...o)),e.endsWith=(...o)=>e.check(Ou(...o)),e.min=(...o)=>e.check(wt(...o)),e.max=(...o)=>e.check(rr(...o)),e.length=(...o)=>e.check(sr(...o)),e.nonempty=(...o)=>e.check(wt(1,...o)),e.lowercase=o=>e.check(_u(o)),e.uppercase=o=>e.check(yu(o)),e.trim=()=>e.check(wu()),e.normalize=(...o)=>e.check(Iu(...o)),e.toLowerCase=()=>e.check(vu()),e.toUpperCase=()=>e.check(Cu()),e.slugify=()=>e.check(Ru())}),Ol=l("ZodString",(e,t)=>{_n.init(e,t),lr.init(e,t),e.email=n=>e.check(Gc(Il,n)),e.url=n=>e.check(er(pr,n)),e.jwt=n=>e.check(au(Ul,n)),e.emoji=n=>e.check(Wc(wl,n)),e.guid=n=>e.check(qo(dr,n)),e.uuid=n=>e.check(Zc(Ct,n)),e.uuidv4=n=>e.check(Bc(Ct,n)),e.uuidv6=n=>e.check(Hc(Ct,n)),e.uuidv7=n=>e.check(Vc(Ct,n)),e.nanoid=n=>e.check(Yc(vl,n)),e.guid=n=>e.check(qo(dr,n)),e.cuid=n=>e.check(Kc(Cl,n)),e.cuid2=n=>e.check(Jc(Rl,n)),e.ulid=n=>e.check(Xc(bl,n)),e.base64=n=>e.check(ru(Pl,n)),e.base64url=n=>e.check(su(zl,n)),e.xid=n=>e.check(Qc(Al,n)),e.ksuid=n=>e.check(qc(Nl,n)),e.ipv4=n=>e.check(eu($l,n)),e.ipv6=n=>e.check(tu(Dl,n)),e.cidrv4=n=>e.check(nu(Ll,n)),e.cidrv6=n=>e.check(ou(kl,n)),e.e164=n=>e.check(iu(jl,n)),e.datetime=n=>e.check(nl(n)),e.date=n=>e.check(rl(n)),e.time=n=>e.check(il(n)),e.duration=n=>e.check(cl(n))});function h(e){return xc(Ol,e)}const P=l("ZodStringFormat",(e,t)=>{$.init(e,t),lr.init(e,t)}),Il=l("ZodEmail",(e,t)=>{Ya.init(e,t),P.init(e,t)}),dr=l("ZodGUID",(e,t)=>{Va.init(e,t),P.init(e,t)}),Ct=l("ZodUUID",(e,t)=>{Wa.init(e,t),P.init(e,t)}),pr=l("ZodURL",(e,t)=>{Ka.init(e,t),P.init(e,t)});function fr(e){return er(pr,e)}const wl=l("ZodEmoji",(e,t)=>{Ja.init(e,t),P.init(e,t)}),vl=l("ZodNanoID",(e,t)=>{Xa.init(e,t),P.init(e,t)}),Cl=l("ZodCUID",(e,t)=>{Qa.init(e,t),P.init(e,t)}),Rl=l("ZodCUID2",(e,t)=>{qa.init(e,t),P.init(e,t)}),bl=l("ZodULID",(e,t)=>{ec.init(e,t),P.init(e,t)}),Al=l("ZodXID",(e,t)=>{tc.init(e,t),P.init(e,t)}),Nl=l("ZodKSUID",(e,t)=>{nc.init(e,t),P.init(e,t)}),$l=l("ZodIPv4",(e,t)=>{ac.init(e,t),P.init(e,t)}),Dl=l("ZodIPv6",(e,t)=>{cc.init(e,t),P.init(e,t)}),Ll=l("ZodCIDRv4",(e,t)=>{uc.init(e,t),P.init(e,t)}),kl=l("ZodCIDRv6",(e,t)=>{lc.init(e,t),P.init(e,t)}),Pl=l("ZodBase64",(e,t)=>{dc.init(e,t),P.init(e,t)}),zl=l("ZodBase64URL",(e,t)=>{fc.init(e,t),P.init(e,t)}),jl=l("ZodE164",(e,t)=>{hc.init(e,t),P.init(e,t)}),Ul=l("ZodJWT",(e,t)=>{Ec.init(e,t),P.init(e,t)}),hr=l("ZodNumber",(e,t)=>{Mo.init(e,t),k.init(e,t),e._zod.processJSONSchema=(o,r,s)=>Pu(e,o,r),e.gt=(o,r)=>e.check(nr(o,r)),e.gte=(o,r)=>e.check(Tn(o,r)),e.min=(o,r)=>e.check(Tn(o,r)),e.lt=(o,r)=>e.check(tr(o,r)),e.lte=(o,r)=>e.check(Sn(o,r)),e.max=(o,r)=>e.check(Sn(o,r)),e.int=o=>e.check(oe(o)),e.safe=o=>e.check(oe(o)),e.positive=o=>e.check(nr(0,o)),e.nonnegative=o=>e.check(Tn(0,o)),e.negative=o=>e.check(tr(0,o)),e.nonpositive=o=>e.check(Sn(0,o)),e.multipleOf=(o,r)=>e.check(or(o,r)),e.step=(o,r)=>e.check(or(o,r)),e.finite=()=>e;const n=e._zod.bag;e.minValue=Math.max(n.minimum??Number.NEGATIVE_INFINITY,n.exclusiveMinimum??Number.NEGATIVE_INFINITY)??null,e.maxValue=Math.min(n.maximum??Number.POSITIVE_INFINITY,n.exclusiveMaximum??Number.POSITIVE_INFINITY)??null,e.isInt=(n.format??"").includes("int")||Number.isSafeInteger(n.multipleOf??.5),e.isFinite=!0,e.format=n.format??null});function Rt(e){return pu(hr,e)}const Ml=l("ZodNumberFormat",(e,t)=>{gc.init(e,t),hr.init(e,t)});function oe(e){return fu(Ml,e)}const Fl=l("ZodBoolean",(e,t)=>{_c.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>zu(e,n,o)});function v(e){return hu(Fl,e)}const xl=l("ZodUnknown",(e,t)=>{yc.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>Uu()});function mr(){return mu(xl)}const Gl=l("ZodNever",(e,t)=>{Sc.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>ju(e,n,o)});function Zl(e){return Eu(Gl,e)}const Bl=l("ZodArray",(e,t)=>{Tc.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>Zu(e,n,o,r),e.element=t.element,e.min=(n,o)=>e.check(wt(n,o)),e.nonempty=n=>e.check(wt(1,n)),e.max=(n,o)=>e.check(rr(n,o)),e.length=(n,o)=>e.check(sr(n,o)),e.unwrap=()=>e.element});function A(e,t){return bu(Bl,e,t)}const Hl=l("ZodObject",(e,t)=>{Ic.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>Bu(e,n,o,r),R(e,"shape",()=>t.shape),e.keyof=()=>z(Object.keys(e._zod.def.shape)),e.catchall=n=>e.clone({...e._zod.def,catchall:n}),e.passthrough=()=>e.clone({...e._zod.def,catchall:mr()}),e.loose=()=>e.clone({...e._zod.def,catchall:mr()}),e.strict=()=>e.clone({...e._zod.def,catchall:Zl()}),e.strip=()=>e.clone({...e._zod.def,catchall:void 0}),e.extend=n=>Bi(e,n),e.safeExtend=n=>Hi(e,n),e.merge=n=>Vi(e,n),e.pick=n=>Gi(e,n),e.omit=n=>Zi(e,n),e.partial=(...n)=>Wi(gr,e,n[0]),e.required=(...n)=>Yi(Sr,e,n[0])});function p(e,t){const n={type:"object",shape:e??{},...g(t)};return new Hl(n)}const Er=l("ZodUnion",(e,t)=>{Bo.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>Hu(e,n,o,r),e.options=t.options});function xe(e,t){return new Er({type:"union",options:e,...g(t)})}const Vl=l("ZodDiscriminatedUnion",(e,t)=>{Er.init(e,t),wc.init(e,t)});function re(e,t,n){return new Vl({type:"union",options:t,discriminator:e,...g(n)})}const Wl=l("ZodIntersection",(e,t)=>{vc.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>Vu(e,n,o,r)});function Yl(e,t){return new Wl({type:"intersection",left:e,right:t})}const Kl=l("ZodRecord",(e,t)=>{Cc.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>Wu(e,n,o,r),e.keyType=t.keyType,e.valueType=t.valueType});function Y(e,t,n){return new Kl({type:"record",keyType:e,valueType:t,...g(n)})}const On=l("ZodEnum",(e,t)=>{Rc.init(e,t),k.init(e,t),e._zod.processJSONSchema=(o,r,s)=>Mu(e,o,r),e.enum=t.entries,e.options=Object.values(t.entries);const n=new Set(Object.keys(t.entries));e.extract=(o,r)=>{const s={};for(const i of o)if(n.has(i))s[i]=t.entries[i];else throw new Error(`Key ${i} not found in enum`);return new On({...t,checks:[],...g(r),entries:s})},e.exclude=(o,r)=>{const s={...t.entries};for(const i of o)if(n.has(i))delete s[i];else throw new Error(`Key ${i} not found in enum`);return new On({...t,checks:[],...g(r),entries:s})}});function z(e,t){const n=Array.isArray(e)?Object.fromEntries(e.map(o=>[o,o])):e;return new On({type:"enum",entries:n,...g(t)})}const Jl=l("ZodLiteral",(e,t)=>{bc.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>Fu(e,n,o),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 E(e,t){return new Jl({type:"literal",values:Array.isArray(e)?e:[e],...g(t)})}const Xl=l("ZodTransform",(e,t)=>{Ac.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>Gu(e,n),e._zod.parse=(n,o)=>{if(o.direction==="backward")throw new To(e.constructor.name);n.addIssue=s=>{if(typeof s=="string")n.issues.push(qe(s,n.value,t));else{const i=s;i.fatal&&(i.continue=!1),i.code??(i.code="custom"),i.input??(i.input=n.value),i.inst??(i.inst=e),n.issues.push(qe(i))}};const r=t.transform(n.value,n);return r instanceof Promise?r.then(s=>(n.value=s,n)):(n.value=r,n)}});function Ql(e){return new Xl({type:"transform",transform:e})}const gr=l("ZodOptional",(e,t)=>{Wo.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>ur(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});function _r(e){return new gr({type:"optional",innerType:e})}const ql=l("ZodExactOptional",(e,t)=>{Nc.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>ur(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});function ed(e){return new ql({type:"optional",innerType:e})}const td=l("ZodNullable",(e,t)=>{$c.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>Yu(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});function yr(e){return new td({type:"nullable",innerType:e})}const nd=l("ZodDefault",(e,t)=>{Dc.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>Ju(e,n,o,r),e.unwrap=()=>e._zod.def.innerType,e.removeDefault=e.unwrap});function od(e,t){return new nd({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():Co(t)}})}const rd=l("ZodPrefault",(e,t)=>{Lc.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>Xu(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});function sd(e,t){return new rd({type:"prefault",innerType:e,get defaultValue(){return typeof t=="function"?t():Co(t)}})}const Sr=l("ZodNonOptional",(e,t)=>{kc.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>Ku(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});function id(e,t){return new Sr({type:"nonoptional",innerType:e,...g(t)})}const ad=l("ZodCatch",(e,t)=>{Pc.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>Qu(e,n,o,r),e.unwrap=()=>e._zod.def.innerType,e.removeCatch=e.unwrap});function cd(e,t){return new ad({type:"catch",innerType:e,catchValue:typeof t=="function"?t:()=>t})}const ud=l("ZodPipe",(e,t)=>{zc.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>qu(e,n,o,r),e.in=t.in,e.out=t.out});function Tr(e,t){return new ud({type:"pipe",in:e,out:t})}const ld=l("ZodReadonly",(e,t)=>{jc.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>el(e,n,o,r),e.unwrap=()=>e._zod.def.innerType});function dd(e){return new ld({type:"readonly",innerType:e})}const pd=l("ZodCustom",(e,t)=>{Uc.init(e,t),k.init(e,t),e._zod.processJSONSchema=(n,o,r)=>xu(e,n)});function fd(e,t={}){return Au(pd,e,t)}function hd(e){return Nu(e)}const md={url:"must be a valid URL",email:"must be a valid email address"},Ed=e=>{const t=e?.at(-1);return typeof t=="string"?`'${t}'`:"Field"},gd=e=>e===null?"null":typeof e,_d=e=>{switch(e.code){case"invalid_type":{const{input:t}=e;return t===void 0?{message:`${Ed(e.path)} is required`}:{message:`Expected ${String(e.expected)}, received ${gd(t)}`}}case"invalid_format":{const t=md[e.format];return t?{message:t}:void 0}case"unrecognized_keys":return{message:`Unrecognized property: ${e.keys.map(t=>`'${t}'`).join(", ")}`};case"invalid_union":{const t=e.path?.at(-1);return typeof t=="string"?{message:`'${t}' is required or has invalid value`}:void 0}case"invalid_value":{const{values:t}=e;return t?{message:`Expected one of: ${t.map(n=>`'${String(n)}'`).join(", ")}`}:void 0}case"invalid_key":{const t=e.issues?.[0];return t?{message:t.message}:void 0}default:return}},O={TEXTAREA:"TEXTAREA",INPUTBOX:"INPUTBOX",SELECTBOX:"SELECTBOX",IMAGE:"IMAGE",TOGGLE:"TOGGLE",BUTTON:"BUTTON",DECK:"DECK",MENU:"MENU",NAVIGATION_MENU:"NAVIGATION_MENU",LOGO:"LOGO",INFO:"INFO",DIVIDER:"DIVIDER",PRODUCT_SELECTOR:"PRODUCT_SELECTOR",CATEGORY_SELECTOR:"CATEGORY_SELECTOR"};z(Object.values(O));const w={TEXT:"TEXT",BUTTON:"BUTTON",IMAGE:"IMAGE",TOGGLE:"TOGGLE",SELECTBOX:"SELECTBOX",BACKGROUND:"BACKGROUND",COLOR_PICKER:"COLOR_PICKER",LOGO:"LOGO",DIVIDER:"DIVIDER",INFO:"INFO",ACCORDION:"ACCORDION"};z(Object.values(w));const Ge={SECTION:"SECTION",HEADER:"HEADER",FOOTER:"FOOTER"},yd=z(Object.values(Ge)),tt={CONTENT:"Content",DESIGN:"Design"};z(Object.values(tt));const Sd={TEXT:"TEXT",IMAGE:"IMAGE"},Td=z(Object.values(Sd)),ve={SCROLL_TO_TILE:"SCROLL_TO_TILE",HYPER_LINK:"HYPER_LINK",MAIL_LINK:"MAIL_LINK",TEL_LINK:"TEL_LINK",GO_TO_STORE:"GO_TO_STORE",GO_TO_STORE_LINK:"GO_TO_STORE_LINK",GO_TO_PAGE:"GO_TO_PAGE",GO_TO_CATEGORY:"GO_TO_CATEGORY",GO_TO_CATEGORY_LINK:"GO_TO_CATEGORY_LINK"},Od=z(Object.values(ve)),bt={COLOR:"COLOR",GRADIENT:"GRADIENT",NONE:"NONE"},Id=z(Object.values(bt)),wd={SOLID:"SOLID",OUTLINE:"OUTLINE",TEXT:"TEXT"},vd=z(Object.values(wd)),Cd={SMALL:"SMALL",MEDIUM:"MEDIUM",LARGE:"LARGE"},Rd=z(Object.values(Cd)),bd={ROUND_CORNER:"ROUND_CORNER",RECTANGLE:"RECTANGLE",PILL:"PILL"},Ad=z(Object.values(bd)),In={COLOR:"COLOR",GRADIENT:"GRADIENT"},Nd=z(Object.values(In));z(["none","all","small"]);const be={PRODUCT:"PRODUCT",CATALOG:"CATALOG",CATEGORY:"CATEGORY",HOME:"HOME",CUSTOM:"CUSTOM"},Or={HOME:"home",CATALOG:"catalog",CATEGORY:"category",PRODUCT:"product"},$d=z(Object.values(be));z(Object.values(Or));const Dd={apparel_footwear:"apparel_footwear",vape_smoke:"vape_smoke",home_garden:"home_garden",sport_outdoor:"sport_outdoor",jewelry_accessories:"jewelry_accessories",pet_animals:"pet_animals",bikes:"bikes",health_beauty:"health_beauty",gift_shop:"gift_shop",electronics:"electronics",other:"other"},Ld=z(Object.values(Dd)),kd={HEADER_LEFT:"HEADER_LEFT",HEADER_CENTER_LOGO_BURGER:"HEADER_CENTER_LOGO_BURGER",HEADER_CENTER_LOGO_COMPACT:"HEADER_CENTER_LOGO_COMPACT",HEADER_CENTER_LOGO_DETAILED:"HEADER_CENTER_LOGO_DETAILED",HEADER_LEFT_LOGO_BURGER:"HEADER_LEFT_LOGO_BURGER",HEADER_LEFT_LOGO_COMPACT:"HEADER_LEFT_LOGO_COMPACT",HEADER_LEFT_LOGO_DETAILED:"HEADER_LEFT_LOGO_DETAILED",HEADER_LEFT_LOGO_SEARCH:"HEADER_LEFT_LOGO_SEARCH",HEADER_LEFT_LOGO_TEXT:"HEADER_LEFT_LOGO_TEXT",TEXT_ONE_COLUMN:"TEXT_ONE_COLUMN",TEXT_TITLE_LEFT:"TEXT_TITLE_LEFT",TEXT_SUBTITLE_RIGHT:"TEXT_SUBTITLE_RIGHT",TEXT_TWO_COLUMNS:"TEXT_TWO_COLUMNS",TEXT_CENTER:"TEXT_CENTER",TEXT_DESCRIPTION_RIGHT:"TEXT_DESCRIPTION_RIGHT",CTA_BANNER_LEFT:"CTA_BANNER_LEFT",CTA_BANNER_RIGHT:"CTA_BANNER_RIGHT",CTA_BANNER_CENTER:"CTA_BANNER_CENTER",CTA_BANNER_BOTTOM:"CTA_BANNER_BOTTOM",CTA_PROMO_BAR_LEFT:"CTA_PROMO_BAR_LEFT",CTA_PROMO_BAR_RIGHT:"CTA_PROMO_BAR_RIGHT",CTA_STORY_LEFT:"CTA_STORY_LEFT",CTA_STORY_RIGHT:"CTA_STORY_RIGHT",CTA_FULLWIDTH_CENTER:"CTA_FULLWIDTH_CENTER",CTA_FULLWIDTH_LEFT:"CTA_FULLWIDTH_LEFT",CTA_FULLWIDTH_NO_IMAGE:"CTA_FULLWIDTH_NO_IMAGE",COVER_FULLSCREEN_CENTER:"COVER_FULLSCREEN_CENTER",COVER_FULLSCREEN_LEFT:"COVER_FULLSCREEN_LEFT",COVER_FULLSCREEN_CENTER_LEFT:"COVER_FULLSCREEN_CENTER_LEFT",COVER_FULLSCREEN_RIGHT:"COVER_FULLSCREEN_RIGHT",COVER_FULLSCREEN_BOTTOM:"COVER_FULLSCREEN_BOTTOM",COVER_FULLSCREEN_BOTTOM_RIGHT:"COVER_FULLSCREEN_BOTTOM_RIGHT",COVER_FULLSCREEN_BOTTOM_LEFT:"COVER_FULLSCREEN_BOTTOM_LEFT",COVER_FULLSCREEN_TOP:"COVER_FULLSCREEN_TOP",COVER_SIDEBAR_RIGHT:"COVER_SIDEBAR_RIGHT",COVER_SIDEBAR_LEFT:"COVER_SIDEBAR_LEFT",COVER_HALFSCREEN_LEFT:"COVER_HALFSCREEN_LEFT",COVER_HALFSCREEN_CENTER:"COVER_HALFSCREEN_CENTER",COVER_COLLAGE_BOTTOM:"COVER_COLLAGE_BOTTOM",COVER_COLLAGE_LEFT:"COVER_COLLAGE_LEFT",IMAGE_SUBTITLE_RIGHT:"IMAGE_SUBTITLE_RIGHT",IMAGE_TITLE_LEFT:"IMAGE_TITLE_LEFT",IMAGE_LEFT:"IMAGE_LEFT",IMAGE_RIGHT:"IMAGE_RIGHT",IMAGE_CENTER:"IMAGE_CENTER",IMAGE_SIDE_TITLE:"IMAGE_SIDE_TITLE",LOCATION_MAP_RIGHT:"LOCATION_MAP_RIGHT",LOCATION_MAP_LEFT:"LOCATION_MAP_LEFT",LOCATION_IMAGE_RIGHT:"LOCATION_IMAGE_RIGHT",LOCATION_IMAGE_LEFT:"LOCATION_IMAGE_LEFT",LOCATION_BACKGROUND_RIGHT:"LOCATION_BACKGROUND_RIGHT",LOCATION_BACKGROUND_LEFT:"LOCATION_BACKGROUND_LEFT",LOCATION_FULL:"LOCATION_FULL",LOCATION_SHORT:"LOCATION_SHORT",REVIEWS_MINIMAL:"REVIEWS_MINIMAL",REVIEWS_CARDS:"REVIEWS_CARDS",REVIEWS:"REVIEWS",REVIEWS_CLASSIC:"REVIEWS_CLASSIC",REVIEWS_FULLSCREEN_BG:"REVIEWS_FULLSCREEN_BG",REVIEWS_FULLSCREEN_SIDEBAR_LEFT:"REVIEWS_FULLSCREEN_SIDEBAR_LEFT",REVIEWS_FULLSCREEN_SIDEBAR_RIGHT:"REVIEWS_FULLSCREEN_SIDEBAR_RIGHT",REVIEWS_CARDS_PHOTO:"REVIEWS_CARDS_PHOTO",REVIEWS_PHOTO_SPEECH_RIGHT:"REVIEWS_PHOTO_SPEECH_RIGHT",REVIEWS_PHOTO_SPEECH_LEFT:"REVIEWS_PHOTO_SPEECH_LEFT",REVIEWS_SOCIAL_FEED:"REVIEWS_SOCIAL_FEED",REVIEWS_ADAPTIVE:"REVIEWS_ADAPTIVE",FEATURES_CLASSIC_CENTER:"FEATURES_CLASSIC_CENTER",FEATURES_CLASSIC_LEFT:"FEATURES_CLASSIC_LEFT",FEATURES_ACCORDION:"FEATURES_ACCORDION",FEATURES_MINIMAL:"FEATURES_MINIMAL",FEATURES_SMALL_ICONS:"FEATURES_SMALL_ICONS",FEATURES_CAROUSEL:"FEATURES_CAROUSEL",FEATURES_IMAGE_LEFT:"FEATURES_IMAGE_LEFT",FEATURES_IMAGE_RIGHT:"FEATURES_IMAGE_RIGHT",ANNOUNCEMENT_CENTER:"ANNOUNCEMENT_CENTER",TWO_COLUMNS_SIDEBAR_ON_THE_LEFT:"TWO_COLUMNS_SIDEBAR_ON_THE_LEFT",TWO_COLUMNS_SIDEBAR_ON_THE_RIGHT:"TWO_COLUMNS_SIDEBAR_ON_THE_RIGHT",THREE_COLUMNS_SIDEBAR_ON_THE_RIGHT:"THREE_COLUMNS_SIDEBAR_ON_THE_RIGHT",THREE_COLUMNS_SIDEBAR_ON_THE_LEFT:"THREE_COLUMNS_SIDEBAR_ON_THE_LEFT",TWO_COLUMNS_SIDEBAR_ON_THE_RIGHT_DESCRIPTION_UNDER_IMAGE:"TWO_COLUMNS_SIDEBAR_ON_THE_RIGHT_DESCRIPTION_UNDER_IMAGE",SLIDER_FULLSCREEN_CENTER:"SLIDER_FULLSCREEN_CENTER",SLIDER_FULLSCREEN_LEFT:"SLIDER_FULLSCREEN_LEFT",SLIDER_BASIC:"SLIDER_BASIC",SLIDER_CAROUSEL:"SLIDER_CAROUSEL",SLIDER_CAROUSEL_PORTRAIT:"SLIDER_CAROUSEL_PORTRAIT",SLIDER_SPLIT:"SLIDER_SPLIT",SLIDER_SPLIT_REVERSE:"SLIDER_SPLIT_REVERSE"},Pd=z(Object.values(kd)),zd={HEADER:"header",COVER:"cover",ANNOUNCEMENT_BAR:"announcement_bar",SLIDER:"slider",SPECIAL_OFFER:"special_offer",CUSTOMER_REVIEW:"customer_review",COMPANY_INFO:"company_info",SHIPPING_PAYMENT:"shipping_payment",LOCATION:"location",STORE:"store",FOOTER:"footer",VIDEO:"video",IMAGE_GALLERY:"image_gallery",CONTACT_INFO:"contact_info",CONTACTS_WIDGET_WHATSAPP:"contacts_widget_whatsapp",CONTACTS_WIDGET_INSTAGRAM:"contacts_widget_instagram",CONTACTS_WIDGET_FACEBOOK:"contacts_widget_facebook",CONTACTS_WIDGET_PHONE:"contacts_widget_phone"},jd={COVER:"COVER",ANNOUNCEMENT:"ANNOUNCEMENT",STORE:"STORE",SLIDER:"SLIDER",VIDEO:"VIDEO",SPECIAL_OFFER:"SPECIAL_OFFER",CUSTOMER_REVIEW:"CUSTOMER_REVIEW",COMPANY_INFO:"COMPANY_INFO",SHIPPING_PAYMENT:"SHIPPING_PAYMENT",LOCATION:"LOCATION",COLLECTIONS:"COLLECTIONS",BRANDS:"BRANDS",CONTACT_INFO:"CONTACT_INFO"},Ud=z(Object.values(jd)),Ae={REQUIRED_HEADER_ID:()=>'Header section must have id "header" when type is "default"',REQUIRED_CUSTOM_HEADER:(...e)=>`Custom header section with id "${e[0]}" must exist in headers directory`,REQUIRED_CUSTOM_HEADER_TYPE:(...e)=>`Custom header section with id "${e[0]}" must be of type "HEADER"`,REQUIRED_FOOTER_ID:()=>'Footer section must have id "footer" when type is "default"',REQUIRED_CUSTOM_FOOTER:(...e)=>`Custom footer section with id "${e[0]}" must exist in footers directory`,REQUIRED_CUSTOM_FOOTER_TYPE:(...e)=>`Custom footer section with id "${e[0]}" must be of type "FOOTER"`,REQUIRED_PAGE_SECTION:(...e)=>`Custom section with id "${e[0]}" must exist in sections directory`,REQUIRED_PAGE_SECTION_TYPE:()=>'Section "header" or "footer" is not allowed among page sections',SHOWCASE_ID_NOT_FOUND:(...e)=>`Showcase with id "${e[0]}" must exist in section's showcase directory`,DUPLICATE_SHOWCASE_ID:(...e)=>`Showcase id "${e[0]}" must be unique within section showcases`,SHOWCASE_OVERRIDE_CONTENT:(...e)=>`Content editor "${e[0]}" in showcase_overrides must exist in section's content configuration file`,SHOWCASE_OVERRIDE_DESIGN:(...e)=>`Design editor "${e[0]}" in showcase_overrides must exist in section's design configuration file`,SHOWCASE_OVERRIDE_LAYOUT:(...e)=>`LayoutId "${e[0]}" in showcase_overrides must exist in section's layout configuration file`,SHOWCASE_LAYOUT:(...e)=>`LayoutId "${e[0]}" in showcase must exist in section's layout configuration file`,INVALID_SHOWCASE_CONTENT_ELEMENT:(...e)=>`Element "${e[0]}" is not defined in content.ts`,SHOWCASE_CONTENT_ELEMENT_TYPE_MISMATCH:(...e)=>`Element "${e[0]}" type mismatch: showcase has type "${e[1]}" but content.ts has type "${e[2]}"`,INVALID_SHOWCASE_DESIGN_ELEMENT:(...e)=>`Element "${e[0]}" is not defined in design.ts`,SHOWCASE_DESIGN_ELEMENT_TYPE_MISMATCH:(...e)=>`Element "${e[0]}" type mismatch: showcase has type "${e[1]}" but design.ts has type "${e[2]}"`,INVALID_DECK_CARD_SETTING:(...e)=>`Setting "${e[0]}" is not defined in content.ts defaultCardContent.settings`,DECK_SETTINGS_REQUIRED:()=>"settings must have at least one property",INVALID_SELECTBOX_OPTION:(...e)=>`Option value "${e[0]}" for element "${e[1]}" is not defined in content.ts options`,REQUIRED_STORE_LAYOUT:(...e)=>`Store section with id "${e[0]}" and page type "${e[1]}" must have a corresponding layout defined`,INVALID_STORE_SECTION_ID:(...e)=>`Store layout sectionId "${e[0]}" must be one of: ${e[1]}`,REQUIRED_SECTION_ASSET:(...e)=>`Asset size ${e[0]} exceeds threshold of ${e[1]}.`,REQUIRED_SERVER_SIZE:(...e)=>`Size of individual server file [${e[0]}] must not exceed threshold [${e[1]}].`,MISSING_IMAGE_ASSET:(...e)=>`Image ${e[0]} is missing from assets folder`,MANDATORY_SETTING_TYPE_MISMATCH:(...e)=>`Editor type "${e[0]}" for reserved key "${e[1]}" does not match the required type "${e[2]}".`,MANDATORY_SETTING_NAME_MISMATCH:(...e)=>`Editor key "${e[0]}" for overridden content type "${e[1]}" does not match the required key name "${e[2]}".`,DUPLICATED_MANDATORY_SETTING:(...e)=>`Editor type "${e[0]}" can only be used once.`,IMAGE_EDITOR_STATIC_MISMATCH:(...e)=>`Both "${e[0]}" content and design editor need to have same value for attribute static`,DUPLICATE_DESIGN_EDITOR_NAME:()=>"Non-unique design editor name detected",COLOR_REQUIRED_GRADIENT:()=>"color is required when overlay is GRADIENT",COLOR_MUST_BE_ARRAY_GRADIENT:()=>"color must be an array when overlay is GRADIENT",COLOR_ARRAY_LENGTH_GRADIENT:()=>"color array must have exactly 2 items when overlay is GRADIENT",COLOR_REQUIRED_COLOR:()=>"color is required when overlay is COLOR",COLOR_MUST_BE_SINGLE_COLOR:()=>"color must be a single value when overlay is COLOR",COLOR_MUST_BE_UNDEFINED_NONE:()=>"color must be undefined when overlay is NONE or not set",COLOR_REQUIRED_STYLE_GRADIENT:()=>"color is required when style is GRADIENT",COLOR_MUST_BE_ARRAY_STYLE_GRADIENT:()=>"color must be an array when style is GRADIENT",COLOR_ARRAY_LENGTH_STYLE_GRADIENT:()=>"color array must have exactly 2 items when style is GRADIENT",COLOR_REQUIRED_STYLE_COLOR:()=>"color is required when style is COLOR",COLOR_MUST_BE_SINGLE_STYLE_COLOR:()=>"color must be a single value when style is COLOR",BUTTON_LINK_REQUIRED:()=>"link is required when buttonType is HYPER_LINK",BUTTON_CATEGORY_ID_REQUIRED:()=>"categoryId is required when buttonType is GO_TO_CATEGORY or GO_TO_CATEGORY_LINK",BUTTON_EMAIL_REQUIRED:()=>"email is required when buttonType is MAIL_LINK",BUTTON_PHONE_REQUIRED:()=>"phone is required when buttonType is TEL_LINK",BUTTON_TILE_ID_REQUIRED:(...e)=>`${e[0]} is required when buttonType is SCROLL_TO_TILE`,BUTTON_PAGE_ID_REQUIRED:()=>"pageIdForNavigate is required when type is GO_TO_PAGE",TEMPLATE_PAGE_SECTIONS_REQUIRED:()=>"sections must contain at least one section",TEMPLATE_PAGE_SINGLE_SECTION_REQUIRED:(...e)=>`Page type "${e[0]}" must have exactly one section`,TEMPLATE_PAGE_STORE_SECTION_REQUIRED:(...e)=>`Page type "${e[0]}" must have a section of type "store"`,TEMPLATE_PAGE_NO_STORE_SECTIONS:(...e)=>`Page type "${e[0]}" cannot contain store sections`,TEMPLATE_PAGE_CUSTOM_METADATA_REQUIRED:()=>'Page type "CUSTOM" must have a metadata property',TEMPLATE_PAGE_METADATA_NOT_ALLOWED:(...e)=>`Page type "${e[0]}" must not have a metadata property`,NON_NEGATIVE_INTEGER:()=>"must be a non-negative integer",INTEGER_RANGE:(...e)=>`must be between ${e[0]} and ${e[1]}`,VALID_HEX_COLOR:()=>"must be a valid hex color (#RGB, #RRGGBB, or #RRGGBBAA)",VALID_LANGUAGE_CODE:()=>"must be a valid language code (e.g., en, nl, fr, en_US, en_GB, zh_Hans)",VALID_URL:()=>"must be a valid URL",VALID_EMAIL:()=>"must be a valid email address",ACCORDION_ITEM_POSITION_FIELD_REQUIRED:(...e)=>`Item "${e[0]}" must have positionFieldName when sortable is true`,ACCORDION_ITEMS_REQUIRED:()=>"items must have at least one item",ACCORDION_ITEM_EDITORS_REQUIRED:(...e)=>`Item "${e[0]}" must have at least one editor`,ACCORDION_SHOWCASE_ITEMS_REQUIRED:()=>"items must have at least one item",ACCORDION_SHOWCASE_ITEM_EDITORS_REQUIRED:(...e)=>`Item "${e[0]}" must have at least one editor override`,ACCORDION_DUPLICATE_POSITION_FIELD_NAME:()=>"positionFieldName must be unique across accordion items when sortable is true",REQUIRED_COLLECTION_NAME:()=>"Collection must have a name in metadata"},Md=/^#([a-fA-F0-9]{8}|[a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/,Fd=/^[a-z]{2}(_([a-z]{2}|[A-Z]{2}|[0-9]{3}))?$/,Ce=(e,t)=>{const n=Ae.INTEGER_RANGE(e.toString(),t.toString());return oe().min(e,{message:n}).max(t,{message:n})},wn=p({path:h(),size:Rt().nonnegative()}).strict(),Ir=p({size:Rt().nonnegative()}).strict(),_=h().regex(/^\$.+/,{message:"must start with '$' followed by at least one character"}),xd=p({r:Ce(0,255),g:Ce(0,255),b:Ce(0,255),a:Ce(0,1)}).strict(),vn=h().regex(Md,{message:Ae.VALID_HEX_COLOR()}),q=xe([vn,z(["global.color.title","global.color.body","global.color.button","global.color.link","global.color.background"])]),wr=z(["global.textSize.title","global.textSize.subtitle","global.textSize.body"]),nt=z(["catalog","category","product"]),At=h().refine(e=>e.startsWith("#")||fr().safeParse(e).success,{message:"must be a valid URL or a hash fragment starting with #"}),ot=p({url:h(),width:oe().min(0,{message:Ae.NON_NEGATIVE_INTEGER()}).optional(),height:oe().min(0,{message:Ae.NON_NEGATIVE_INTEGER()}).optional()}).strict(),Gd=p({homogeneity:v().optional(),color:xd.optional()}).strict(),Zd=p({ORIGINAL:ot.optional(),WEBP_LOW_RES:ot.optional(),WEBP_HI_2X_RES:ot.optional(),MOBILE_WEBP_LOW_RES:ot.optional(),MOBILE_WEBP_HI_RES:ot.optional()}).strict().refine(e=>Object.keys(e).length>=1,{message:"set must have at least one property"}),Nt=p({set:Zd,borderInfo:Gd.optional()}).strict(),Cn=p({type:E(O.IMAGE),imageData:Nt}).strict(),vr=p({type:E(O.IMAGE),label:_,static:v().optional(),defaults:Cn.optional()}).strict(),Bd=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;function Rn(e){return e===be.PRODUCT||e===be.CATALOG||e===be.CATEGORY}function Cr(e,t,n){if(!e)return;const o=gi({path:"$..set..url",json:e,resultType:"all"}),r=/^https?:\/\//;o.forEach(s=>{const i=s.value;if(!r.test(i)&&!t.includes(i)){const a=s.pointer.split("/").filter(c=>c.length>0);n.at(a).addIssue("MISSING_IMAGE_ASSET",i)}})}function Rr(e,t,n){e===ve.HYPER_LINK&&!t&&n.at("link").addIssue("BUTTON_LINK_REQUIRED")}function br(e,t,n){(e===ve.GO_TO_CATEGORY||e===ve.GO_TO_CATEGORY_LINK)&&!t&&n.at("categoryId").addIssue("BUTTON_CATEGORY_ID_REQUIRED")}function Ar(e,t,n){e===ve.MAIL_LINK&&!t&&n.at("email").addIssue("BUTTON_EMAIL_REQUIRED")}function Nr(e,t,n){e===ve.TEL_LINK&&!t&&n.at("phone").addIssue("BUTTON_PHONE_REQUIRED")}function $r(e,t,n,o){if(e===ve.SCROLL_TO_TILE&&!(t??n)){const r=t?"tileId":"tileIdForScroll";o.at(r).addIssue("BUTTON_TILE_ID_REQUIRED",r)}}function Hd(e,t,n){e===ve.GO_TO_PAGE&&!t&&n.at("pageIdForNavigate").addIssue("BUTTON_PAGE_ID_REQUIRED")}const Vd="custom";function G(e,t=[]){const n=r=>Array.isArray(r)?r:[r],o=n(t);return{raw:e,addIssue(r,...s){e.addIssue({code:Vd,message:Ae[r](...s),path:o,params:{errorMessageKey:r}})},at(r){const s=o.concat(n(r));return G(e,s)}}}const bn=p({type:E(O.BUTTON),title:_,buttonType:Od,link:h().optional(),linkTarget:h().optional(),email:h().regex(Bd,{message:Ae.VALID_EMAIL()}).optional(),phone:h().optional(),tileId:h().optional(),categoryId:Rt().optional()}).strict().superRefine((e,t)=>{const n=G(t);Rr(e.buttonType,e.link,n),br(e.buttonType,e.categoryId,n),Ar(e.buttonType,e.email,n),Nr(e.buttonType,e.phone,n),$r(e.buttonType,e.tileId,void 0,n)}),Dr=p({type:E(O.BUTTON),label:_,defaults:bn.optional()}).strict(),An=p({type:E(O.CATEGORY_SELECTOR)}).strict(),Lr=p({type:E(O.CATEGORY_SELECTOR),label:_,maxCategories:Ce(1,32),defaults:An.optional()}).strict(),Nn=p({type:E(O.DIVIDER)}).strict(),kr=p({type:E(O.DIVIDER),label:_,defaults:Nn.optional()}).strict(),Wd=p({label:_,link:At}).strict(),Yd=p({title:_.optional(),link:At.optional()}).strict(),$n=p({type:E(O.INFO),text:_.optional(),button:Yd.optional()}).strict(),Pr=p({type:E(O.INFO),label:_,description:_,button:Wd.optional(),defaults:$n.optional()}).strict(),Dn=p({type:E(O.INPUTBOX),text:_}).strict(),zr=p({type:E(O.INPUTBOX),label:_,placeholder:_,defaults:Dn.optional()}).strict(),Ln=p({type:E(O.PRODUCT_SELECTOR)}).strict(),jr=p({type:E(O.PRODUCT_SELECTOR),label:_,maxProducts:Ce(1,32),defaults:Ln.optional()}).strict(),kn=p({type:E(O.SELECTBOX),value:h()}).strict(),Kd=p({value:h().min(1,{message:"value must not be empty"}),label:_}).strict(),Ur=p({type:E(O.SELECTBOX),label:_,placeholder:_,description:_,options:A(Kd).min(1,{message:"must have at least one option"}),defaults:kn.optional()}).strict(),Pn=p({type:E(O.TEXTAREA),text:_}).strict(),Mr=p({type:E(O.TEXTAREA),label:_,placeholder:_,defaults:Pn.optional()}).strict(),zn=p({type:E(O.TOGGLE),enabled:v()}).strict(),Fr=p({type:E(O.TOGGLE),label:_,description:_,defaults:zn.optional()}).strict(),xr=p({type:E(O.DECK)}).strict(),Jd=re("type",[Dn,Pn,bn,Cn,zn,kn,Nn,$n,Ln,An]),Xd=p({type:E(O.DECK),cards:A(p({settings:Y(h(),Jd).superRefine((e,t)=>{Object.keys(e).length<1&&G(t).addIssue("DECK_SETTINGS_REQUIRED")})}).strict()).min(1,{message:"cards must have at least one card"})}).strict(),Gr=[zr,Mr,Dr,vr,Fr,Ur,kr,Pr,Lr,jr],Qd=p({type:E(O.DECK),label:_,addButtonLabel:_,maxCards:oe().min(1,{message:"must be a positive integer"}),cards:p({defaultCardContent:p({label:_,settings:Y(h(),re("type",[...Gr])).superRefine((e,t)=>{Object.keys(e).length<1&&G(t).addIssue("DECK_SETTINGS_REQUIRED")})}).strict()}).strict(),defaults:xr.optional()}).strict(),qd=re("type",[...Gr,Qd]),ep=p({type:E(O.DECK),label:_,addButtonLabel:_,maxCards:oe().min(1,{message:"must be a positive integer"}),cards:p({defaultCardContent:p({label:_,settings:Y(h(),qd).superRefine((e,t)=>{Object.keys(e).length<1&&G(t).addIssue("DECK_SETTINGS_REQUIRED")})}).strict()}).strict(),defaults:xr.optional()}).strict(),Zr=p({type:E(O.LOGO),logoType:Td.optional(),text:_.optional(),imageData:Nt.optional()}).strict(),tp=p({type:E(O.LOGO),label:_.optional(),defaults:Zr.optional()}).strict(),Br=p({id:h(),title:h().optional(),type:h().optional(),link:h().optional(),email:h().optional(),phone:h().optional(),tileIdForScroll:h().optional(),pageIdForNavigate:h().optional(),showStoreCategories:v().optional(),isSubmenuOpened:v().optional(),categoryId:Rt().optional()}).strict().superRefine((e,t)=>{const n=G(t);Rr(e.type,e.link,n),br(e.type,e.categoryId,n),Ar(e.type,e.email,n),Nr(e.type,e.phone,n),$r(e.type,void 0,e.tileIdForScroll,n),Hd(e.type,e.pageIdForNavigate,n)}),Hr=p({type:E(O.MENU),items:A(Br).optional()}).strict(),np=p({type:E(O.MENU),label:_.optional(),defaults:Hr.optional()}).strict(),Vr=p({type:E(O.NAVIGATION_MENU),items:A(Br).optional()}).strict(),op=p({type:E(O.NAVIGATION_MENU),defaults:Vr.optional()}).strict(),$t=p({type:E(w.BACKGROUND),style:Nd.optional(),color:xe([q,A(q)]).optional()}).strict().superRefine((e,t)=>{const n=G(t).at("color");e.style===In.GRADIENT?e.color===void 0?n.addIssue("COLOR_REQUIRED_STYLE_GRADIENT"):Array.isArray(e.color)?e.color.length!==2&&n.addIssue("COLOR_ARRAY_LENGTH_STYLE_GRADIENT"):n.addIssue("COLOR_MUST_BE_ARRAY_STYLE_GRADIENT"):e.style===In.COLOR&&(e.color===void 0?n.addIssue("COLOR_REQUIRED_STYLE_COLOR"):Array.isArray(e.color)&&n.addIssue("COLOR_MUST_BE_SINGLE_STYLE_COLOR"))}),rp=p({type:E(w.BACKGROUND),fieldName:h(),defaults:$t.optional()}).strict(),Wr=p({type:E(w.BACKGROUND),label:_,colors:A(q).optional(),enableAlphaColor:v().optional(),enableAutoColor:v().optional(),defaults:$t.optional()}).strict(),Dt=p({type:E(w.BUTTON),appearance:vd.optional(),size:Rd.optional(),shape:Ad.optional(),font:h().optional(),color:q.optional(),visible:v().optional()}).strict(),sp=p({type:E(w.BUTTON),fieldName:h(),defaults:Dt.optional()}).strict(),Yr=p({type:E(w.BUTTON),label:_,colors:A(q).optional(),enableAutoColor:v().optional(),enableAlphaColor:v().optional(),hideVisibleToggle:v().optional(),hideSize:v().optional(),defaults:Dt.optional()}).strict(),Lt=p({type:E(w.COLOR_PICKER),color:q.optional()}).strict(),ip=p({type:E(w.COLOR_PICKER),fieldName:h(),defaults:Lt.optional()}).strict(),Kr=p({type:E(w.COLOR_PICKER),label:_,description:_.optional(),colors:A(q).optional(),enableAlphaColor:v().optional(),enableAutoColor:v().optional(),defaults:Lt.optional()}).strict(),kt=p({type:E(w.DIVIDER)}).strict(),ap=p({type:E(w.DIVIDER),fieldName:h(),defaults:kt.optional()}).strict(),Jr=p({type:E(w.DIVIDER),label:_,defaults:kt.optional()}).strict(),Pt=p({type:E(w.IMAGE),overlay:Id.optional(),color:xe([q,A(q)]).optional(),visible:v().optional()}).strict().superRefine((e,t)=>{const n=G(t).at("color");e.overlay===bt.GRADIENT?e.color===void 0?n.addIssue("COLOR_REQUIRED_GRADIENT"):Array.isArray(e.color)?e.color.length!==2&&n.addIssue("COLOR_ARRAY_LENGTH_GRADIENT"):n.addIssue("COLOR_MUST_BE_ARRAY_GRADIENT"):e.overlay===bt.COLOR?e.color===void 0?n.addIssue("COLOR_REQUIRED_COLOR"):Array.isArray(e.color)&&n.addIssue("COLOR_MUST_BE_SINGLE_COLOR"):(e.overlay===bt.NONE||e.overlay===void 0)&&e.color!==void 0&&n.addIssue("COLOR_MUST_BE_UNDEFINED_NONE")}),cp=p({type:E(w.IMAGE),fieldName:h(),defaults:Pt.optional()}).strict(),Xr=p({type:E(w.IMAGE),label:_,static:v().optional(),colors:A(vn).optional(),enableAlphaColor:v().optional(),hideVisibleToggle:v().optional(),defaults:Pt.optional()}).strict(),up=p({label:_,link:At}).strict(),lp=p({label:_.optional(),link:At.optional()}).strict(),zt=p({type:E(w.INFO),description:_.optional(),button:lp.optional()}).strict(),dp=p({type:E(w.INFO),fieldName:h(),defaults:zt.optional()}).strict(),Qr=p({type:E(w.INFO),label:_,description:_,button:up.optional(),defaults:zt.optional()}).strict(),pp=p({visible:v(),width:Ce(1,49).optional(),color:q.optional()}).strict(),jt=p({type:E(w.LOGO),font:h().optional(),size:xe([oe().min(1,{message:"must be at least 1"}),wr]).optional(),bold:v().optional(),italic:v().optional(),color:q.optional(),visible:v().optional(),spacing:Ce(1,9).optional(),frame:pp.optional(),capitalization:z(["none","all","small"]).optional()}).strict(),fp=p({type:E(w.LOGO),fieldName:h(),defaults:jt.optional()}).strict(),qr=p({type:E(w.LOGO),label:_,colors:A(q).optional(),sizes:A(oe().min(1,{message:"must be at least 1"})).optional(),defaults:jt.optional()}).strict(),hp=p({value:h().optional(),label:_.optional()}).strict(),Ut=p({type:E(w.SELECTBOX),value:h().optional()}).strict(),mp=p({type:E(w.SELECTBOX),fieldName:h(),defaults:Ut.optional()}).strict(),es=p({type:E(w.SELECTBOX),label:_,description:_.optional(),options:A(hp).optional(),defaults:Ut.optional()}).strict(),Mt=p({type:E(w.TEXT),font:h().optional(),size:xe([oe().min(1,{message:"must be at least 1"}),wr]).optional(),bold:v().optional(),italic:v().optional(),color:q.optional(),visible:v().optional()}).strict(),Ep=p({type:E(w.TEXT),fieldName:h(),defaults:Mt.optional()}).strict(),ts=p({type:E(w.TEXT),label:_,colors:A(vn).optional(),sizes:A(oe().min(1,{message:"must be at least 1"})).optional(),enableAlphaColor:v().optional(),enableAutoColor:v().optional(),hideVisibleToggle:v().optional(),hideSize:v().optional(),defaults:Mt.optional()}).strict(),Ft=p({type:E(w.TOGGLE),enabled:v().optional()}).strict(),gp=p({type:E(w.TOGGLE),fieldName:h(),defaults:Ft.optional()}).strict(),ns=p({type:E(w.TOGGLE),label:_,defaults:Ft.optional()}).strict();function _p(e,t){Object.keys(e).length===0&&t.at("items").addIssue("ACCORDION_SHOWCASE_ITEMS_REQUIRED")}function yp(e,t){for(const[n,o]of Object.entries(e))Object.keys(o.editors).length===0&&t.at(["items",n,"editors"]).addIssue("ACCORDION_SHOWCASE_ITEM_EDITORS_REQUIRED",n)}function Sp(e,t,n){Object.keys(e).length===0&&n.at("editors").addIssue("ACCORDION_ITEM_EDITORS_REQUIRED",t)}function Tp(e,t){Object.keys(e).length===0&&t.at("items").addIssue("ACCORDION_ITEMS_REQUIRED")}function Op(e,t){for(const[n,o]of Object.entries(e))o.positionFieldName||t.at(["items",n,"positionFieldName"]).addIssue("ACCORDION_ITEM_POSITION_FIELD_REQUIRED",n)}function Ip(e,t){const n=Object.values(e).map(o=>o.positionFieldName).filter(Boolean);new Set(n).size!==n.length&&t.at("items").addIssue("ACCORDION_DUPLICATE_POSITION_FIELD_NAME")}const os=p({type:E(w.ACCORDION)}).strict(),wp=re("type",[Mt,Dt,Pt,Ft,Ut,$t,Lt,jt,kt,zt]),vp=p({editors:Y(h(),wp)}).strict(),Cp=p({type:E(w.ACCORDION),items:Y(h(),vp)}).strict().superRefine((e,t)=>{const n=G(t);_p(e.items,n),yp(e.items,n)}),Rp=p({type:E(w.ACCORDION),fieldName:h(),defaults:os.optional()}).strict(),bp=re("type",[ts,Yr,Xr,ns,es,Wr,Kr,qr,Jr,Qr]),Ap=p({label:_,positionFieldName:h().optional(),editors:Y(h(),bp)}).strict().superRefine((e,t)=>{Sp(e.editors,e.label,G(t))}),Np=p({type:E(w.ACCORDION),sortable:v().optional(),items:Y(h(),Ap),defaults:os.optional()}).strict().superRefine((e,t)=>{const n=G(t);Tp(e.items,n),e.sortable===!0&&(Op(e.items,n),Ip(e.items,n))}),rs=re("type",[Dn,Pn,bn,Cn,zn,kn,Hr,Vr,Zr,Nn,$n,Xd,Ln,An]),ss=re("type",[Mt,Dt,Pt,Ft,Ut,$t,Lt,jt,kt,Cp,zt]),$p=p({showcaseId:h(),blockName:h(),previewImage:Nt,content:Y(h(),rs),design:Y(h(),ss),layoutId:h().optional()}).strict(),Dp=p({blockName:h(),content:Y(h(),rs).optional(),design:Y(h(),ss).optional(),layoutId:h().optional()}).strict();function Lp(e,t){Rn(e.type)&&(e.sections.length!==1?t.at("sections").addIssue("TEMPLATE_PAGE_SINGLE_SECTION_REQUIRED",e.type):e.sections[0]?.type!=="store"&&t.at(["sections",0,"type"]).addIssue("TEMPLATE_PAGE_STORE_SECTION_REQUIRED",e.type))}function kp(e,t){Rn(e.type)&&e.sections.length===0&&t.at("sections").addIssue("TEMPLATE_PAGE_SECTIONS_REQUIRED"),e.sections.forEach((n,o)=>{Rn(e.type)||n.type==="store"&&t.at(["sections",o,"type"]).addIssue("TEMPLATE_PAGE_NO_STORE_SECTIONS",e.type),n.type==="default"&&n.id&&(n.id==="header"||n.id==="footer")&&t.at(["sections",o,"id"]).addIssue("REQUIRED_PAGE_SECTION_TYPE")})}function Pp(e,t){e.type==="CUSTOM"?e.metadata||t.at("metadata").addIssue("TEMPLATE_PAGE_CUSTOM_METADATA_REQUIRED"):e.metadata!==void 0&&t.at("metadata").addIssue("TEMPLATE_PAGE_METADATA_NOT_ALLOWED",e.type)}const zp=new RegExp(`^(${Object.values(zd).join("|")})(_\\d{3})?$`),jp=h().regex(zp,"id must match pattern: [default_section_name] or [default_section_name]_XXX where XXX is three digits"),Up=h().regex(new RegExp("\\d{3}"),"showcase_id must be a three digit string"),is=p({type:E("default"),id:jp,showcase_id:Up.optional()}).strict(),jn=p({type:E("custom"),id:h(),showcase_id:h().optional(),showcase_overrides:Dp.optional(),category:Ud.optional()}).strict(),Mp=p({type:E("store"),id:h().optional()}).strict(),Fp=re("type",[is,jn,Mp]),xp=p({title:h()}).strict(),Gp=p({metadata:xp.optional(),sections:A(Fp)}).strict(),Zp=Gp.safeExtend({type:$d,id:h().min(1,{message:"id is required"})}).strict().superRefine((e,t)=>{const n=G(t);kp(e,n),Lp(e,n),Pp(e,n)}),as=p({name:h().min(2,{message:"name must be at least 2 characters"}).max(60,{message:"name must be at most 60 characters"}),description:h().min(2,{message:"description must be at least 2 characters"}).max(150,{message:"description must be at most 150 characters"}),preview_url:fr({message:"preview_url must be a valid URL"}).regex(/^(https?):\/\/([^.]+?\.)?(company\.site|ecwid\.qa)($|\/[A-Za-z0-9\-._~:/?#\[\]@!$&'()*+,;=]*)?$/,"preview_url must match pattern: (https?)://([^.]+?\\.)?(company\\.site|ecwid\\.qa)(...)?").optional(),cover_image:Nt,categories:A(Ld).refine(e=>new Set(e).size===e.length,{message:"categories must contain unique items"}).optional()}).strict(),Bp=is.extend({id:h()}),cs=re("type",[Bp,jn]),Hp=p({metadata:as,header:cs,footer:cs}).strict(),Vp=p({id:h().min(1,{message:"id is required"}),assets:wn.array().optional(),configuration:Hp,pages:A(Zp)}).strict(),xt=2097152,Gt=512e3;function ye(e,t=2){if(!+e)return"0 Bytes";const n=1024,o=t<0?0:t,r=["Bytes","KiB","MiB","GiB","TiB","PiB","EiB","ZiB","YiB"],s=Math.floor(Math.log(e)/Math.log(n));return`${parseFloat((e/n**s).toFixed(o))} ${r[s]}`}const Wp={menu:{type:O.NAVIGATION_MENU},logo:{type:O.LOGO}},Yp={logo:{type:"LOGO",label:"$label.logo.label",colors:["#FFFFFF66","#0000004D","#00000099","#64C7FF66","#F9947266","#C794CD66","#FFD17466"],sizes:[18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60],defaults:{type:"LOGO",font:"global.fontFamily.body",size:40,bold:!0,italic:!1,color:"#313131",visible:!0,spacing:2,capitalization:"all",frame:{visible:!0,width:3,color:"#313131"}}}};function us(e){switch(e){case Ge.HEADER:return Wp;default:return{}}}function ls(e){switch(e){case Ge.HEADER:return Yp;default:return{}}}function ds({validationType:e,sectionType:t}){switch(e){case tt.CONTENT:return us(t);case tt.DESIGN:return ls(t);default:return{}}}const Kp=jn.extend({id:h().min(1,{message:"section id is required"})}),Jp=p({metadata:as,sections:A(Kp).min(1,{message:"sections must contain at least one section"}).max(20,{message:"sections must contain at most 20 sections"})}).strict().superRefine((e,t)=>{e.metadata.name.trim().length===0&&G(t).at(["collection","metadata","name"]).addIssue("REQUIRED_COLLECTION_NAME")}),Xp=p({id:h().min(1,{message:"id is required"}),descriptor:Jp}).strict(),Qp=re("type",[zr,Mr,Dr,vr,Fr,Ur,ep,np,op,tp,kr,Pr,jr,Lr]),Un=Y(h(),Qp),qp=re("type",[ts,Yr,Xr,ns,es,Wr,Kr,qr,Jr,Np,Qr]),Mn=Y(h(),qp),ef=re("type",[Ep,sp,cp,gp,mp,rp,ip,fp,ap,dp,Rp]),Fn=p({layoutId:h(),layoutIcon:Pd.optional(),selectedContentSettings:A(h()),selectedDesignSettings:A(ef)}).strict(),tf=h().regex(Fd,Ae.VALID_LANGUAGE_CODE()),Zt=Y(tf,Y(_,h()));function ps(e,t,n){if(!e||Object.keys(t).length===0)return;const o=Object.entries(t),r=o.map(([,{type:i}])=>i),s=Object.values(e).map(({type:i})=>i);Object.entries(e).forEach(([i,a])=>{const c=t[i];c&&"type"in c&&a.type!==c.type&&n.at(i).addIssue("MANDATORY_SETTING_TYPE_MISMATCH",a.type,i,c.type)}),Object.entries(e).forEach(([i,a])=>{const c=o.find(([,{type:u}])=>u===a.type)?.[0];c&&i!==c&&n.at(i).addIssue("MANDATORY_SETTING_NAME_MISMATCH",i,a.type,c)}),new Set(s.filter(i=>r.includes(i))).forEach(i=>{if(s.filter(a=>a===i).length>1){const a=o.findLast(([,{type:c}])=>c===i)?.[0];n.at(a).addIssue("DUPLICATED_MANDATORY_SETTING",i)}})}function fs(e,t,n){Cr(e,t,n)}function nf(e,t,n){if(e.type!==O.DECK||t.type!==O.DECK)return;const o=t.cards?.defaultCardContent?.settings,r=e.cards;if(!o||!Array.isArray(r))return;const s=new Set(Object.keys(o));r.forEach((i,a)=>{i.settings&&Object.keys(i.settings).forEach(c=>{s.has(c)||n.at(["cards",a,"settings",c]).addIssue("INVALID_DECK_CARD_SETTING",c)})})}function of(e,t,n){e.content&&Object.entries(e.content).forEach(([o,r])=>{const s=n.at(["content",o]),i=t[o];if(!i){s.addIssue("INVALID_SHOWCASE_CONTENT_ELEMENT",o);return}if(r.type!==i.type){s.addIssue("SHOWCASE_CONTENT_ELEMENT_TYPE_MISMATCH",o,r.type,i.type);return}if(r.type===O.SELECTBOX&&i.type===O.SELECTBOX){const a=i,c=r;a.options&&c.value!==void 0&&(new Set(a.options.map(u=>u.value)).has(c.value)||s.addIssue("INVALID_SELECTBOX_OPTION",c.value,o))}r.type===O.DECK&&nf(r,i,s)})}function rf(e,t,n){e.design&&Object.entries(e.design).forEach(([o,r])=>{const s=n.at(["design",o]),i=t[o];if(!i){s.addIssue("INVALID_SHOWCASE_DESIGN_ELEMENT",o);return}r.type!==i.type&&s.addIssue("SHOWCASE_DESIGN_ELEMENT_TYPE_MISMATCH",o,r.type,i.type)})}function sf(e,t){Object.entries(e).flatMap(([n,o])=>{switch(o.type){case w.ACCORDION:return Object.entries(o.items).flatMap(([r,s])=>Object.keys(s.editors).map(i=>({name:i,path:[n,"items",r,"editors",i]})));default:return[{name:n,path:[n]}]}}).filter(({name:n},o,r)=>r.findIndex(s=>s.name===n)<o).forEach(({path:n})=>t.at(n).addIssue("DUPLICATE_DESIGN_EDITOR_NAME"))}function af(e,t,n){e.layoutId&&((t||[]).some(o=>o.layoutId===e.layoutId)||n.at("layoutId").addIssue("SHOWCASE_LAYOUT",e.layoutId))}function cf(e,t){const n=new Set;e.forEach((o,r)=>{if(n.has(o.showcaseId)){t.at([r,"showcaseId"]).addIssue("DUPLICATE_SHOWCASE_ID",o.showcaseId);return}n.add(o.showcaseId)})}function hs(e,t,n){for(const[o,r]of Object.entries(e)){const s=r;if(s.type===O.IMAGE){const i=t[o];if(i?.type===w.IMAGE){const a=s.static??!1,c=i.static??!1;a!==c&&n.at(o).addIssue("IMAGE_EDITOR_STATIC_MISMATCH",o)}}else if(s.type===O.DECK){const i=s;i.cards?.defaultCardContent?.settings&&hs(i.cards.defaultCardContent.settings,t,n.at([o,"cards","defaultCardContent","settings"]))}}}function uf(e,t,n){t>xt&&n.at(j.basename(e)).addIssue("REQUIRED_SECTION_ASSET",ye(t),ye(xt))}function lf(e,t){e>Gt&&t.addIssue("REQUIRED_SERVER_SIZE",ye(e),ye(Gt))}const df=p({id:h(),type:yd,name:h(),content:Un,design:Mn,layout:A(Fn).optional(),showcase:A($p),translationsSettings:Zt.optional(),translationsShowcases:Zt.optional(),assets:wn.array().optional(),server:Ir,previewCount:oe().optional()}).strict().superRefine((e,t)=>{const n=G(t),o=ds({validationType:tt.CONTENT,sectionType:e.type}),r=ds({validationType:tt.DESIGN,sectionType:e.type});ps(e.content,o,n.at("content")),ps(e.design,r,n.at("design")),hs(e.content,e.design,n.at("content")),sf(e.design,n.at("design")),e.assets&&e.assets.forEach(i=>{uf(i.path,i.size,n.at("assets"))}),lf(e.server.size,n.at("server"));const s=e.assets?.map(i=>i.path)??[];fs(e.content,s,n.at("content")),cf(e.showcase,n.at("showcase")),e.showcase.forEach((i,a)=>{const c=n.at(["showcase",a]);fs(i,s,c),of(i,e.content,c),rf(i,e.design,c),af(i,e.layout,c)})}),pf=p({translations:Zt.optional()}).strict(),ff=z(["products","category","product"]),hf=p({id:h(),sectionId:h(),assets:wn.array().optional(),content:Un.optional(),design:Mn.optional(),translationsSettings:Zt.optional(),layouts:Fn.array().optional()}).strict().superRefine((e,t)=>{const n=G(t);nt.safeParse(e.sectionId).success||n.at(["sectionId"]).addIssue("INVALID_STORE_SECTION_ID",e.sectionId,nt.options.join(", ")),e.assets&&e.assets.forEach(o=>{o.size>xt&&n.at(["assets",j.basename(o.path)]).addIssue("REQUIRED_SECTION_ASSET",ye(o.size),ye(xt))})});p({id:h(),sectionId:nt,pageId:ff,content:Un.optional(),design:Mn.optional(),layouts:Fn.array().optional()}).strict();const mf=p({id:h(),sectionId:h(),layoutId:h(),server:Ir}).strict().superRefine((e,t)=>{const n=G(t);nt.safeParse(e.sectionId).success||n.at(["sectionId"]).addIssue("INVALID_STORE_SECTION_ID",e.sectionId,nt.options.join(", ")),e.server.size>Gt&&n.at("server").addIssue("REQUIRED_SERVER_SIZE",ye(e.server.size),ye(Gt))});function Ef(e,t,n){if(e){if(e.type==="default")e.id!=="header"&&n.at("id").addIssue("REQUIRED_HEADER_ID");else if(e.type==="custom"&&e.id){const o=t.find(r=>r.id===e.id);o?(o.type!=="HEADER"&&n.at("id").addIssue("REQUIRED_CUSTOM_HEADER_TYPE",e.id),e.showcase_id&&((o.showcase||[]).some(r=>r.showcaseId===e.showcase_id)||n.at("showcase_id").addIssue("SHOWCASE_ID_NOT_FOUND",e.showcase_id))):n.at("id").addIssue("REQUIRED_CUSTOM_HEADER",e.id)}}}function gf(e,t,n){if(e){if(e.type==="default")e.id!=="footer"&&n.at("id").addIssue("REQUIRED_FOOTER_ID");else if(e.type==="custom"&&e.id){const o=t.find(r=>r.id===e.id);o?(o.type!=="FOOTER"&&n.at("id").addIssue("REQUIRED_CUSTOM_FOOTER_TYPE",e.id),e.showcase_id&&((o.showcase||[]).some(r=>r.showcaseId===e.showcase_id)||n.at("showcase_id").addIssue("SHOWCASE_ID_NOT_FOUND",e.showcase_id))):n.at("id").addIssue("REQUIRED_CUSTOM_FOOTER",e.id)}}}function _f(e,t,n){if(!e)return;const o=n.at(["showcase_overrides"]);["content","design"].forEach(s=>{const i=e[s];if(i){const a=t[s]||{};Object.keys(i).forEach(c=>{if(!(c in a)){const u=s==="content"?"SHOWCASE_OVERRIDE_CONTENT":"SHOWCASE_OVERRIDE_DESIGN";o.at([s,c]).addIssue(u,c)}})}}),e.layoutId&&((t.layout||[]).some(s=>s.layoutId===e.layoutId)||o.at(["layoutId"]).addIssue("SHOWCASE_OVERRIDE_LAYOUT",e.layoutId));const r=t.assets?.map(s=>s.path)??[];e.content&&Cr(e.content,r,o.at(["content"]))}function ms(e,t,n,o=!1){if(!e.id)return;const r=t.find(s=>s.id===e.id);if(!r){n.at("id").addIssue("REQUIRED_PAGE_SECTION",e.id);return}!o&&(r.type==="HEADER"||r.type==="FOOTER")&&n.at("id").addIssue("REQUIRED_PAGE_SECTION_TYPE"),_f(e.showcase_overrides,r,n),e.showcase_id&&((r.showcase||[]).some(s=>s.showcaseId===e.showcase_id)||n.at("showcase_id").addIssue("SHOWCASE_ID_NOT_FOUND",e.showcase_id))}function yf(e,t,n,o){e.id&&(n.some(r=>r.sectionId===t.type.toLowerCase()&&r.id===e.id)||o.at("id").addIssue("REQUIRED_STORE_LAYOUT",e.id,t.type.toLowerCase()))}const Sf=p({version:h(),name:h(),shared:pf.optional(),sections:A(df),templates:A(Vp),layouts:A(hf),slots:A(mf),collections:A(Xp),compressionEnabled:v(),externalizationEnabled:v(),vueVersion:h(),openSource:v().optional()}).strict().superRefine((e,t)=>{e.templates.forEach((n,o)=>{const r=G(t).at(["templates",o]);Ef(n.configuration.header,e.sections,r.at(["configuration","header"])),gf(n.configuration.footer,e.sections,r.at(["configuration","footer"])),n.pages.forEach((s,i)=>{const a=r.at(["pages",i]);s.sections.forEach((c,u)=>{const d=a.at(["sections",u]);c.type==="custom"?ms(c,e.sections,d):c.type==="store"&&yf(c,s,e.layouts,d)})})}),e.collections.forEach((n,o)=>{n.descriptor.sections.forEach((r,s)=>{const i=G(t).at(["collections",o,"sections",s]);ms(r,e.sections,i,!0)})})});_e({customError:_d});const f={error:e=>console.log(li(e)),warn:e=>console.log(ui(e)),info:e=>console.log(ue(e))},Tf="dist",Of="dist/shared",he="dist/sections",xn="dist/headers",Gn="dist/footers",Se="dist/templates",Ze="layouts",Es="preview",X=`dist/${Ze}`,rt="dist/collections",gs="dist/manifest.json",If=[he,xn,Gn,Se,X];function Bt(e){return!!e}function Ne(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}const wf="Resource name can only contain alphanumeric characters, dashes, and underscores";function vf(e){if(typeof e=="string"||typeof e=="number"){const t=/^[a-zA-Z0-9_-]+$/.test(e.toString());if(t)return{isValid:t,errorMessage:null}}return{isValid:!1,errorMessage:wf}}function Cf(e){return e===!0?!0:typeof e=="string"&&e.trim().length===0}function Rf(e){return j.parse(e).name}function bf(e){return e.split("-").filter(Boolean).map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(" ")}async function Ht(){const e=await un(S(process.cwd(),"crane.config.json")),t=JSON.parse(e.toString());return{appClientId:t.app_client_id,appSecretKey:btoa(t.app_secret_key)}}function Af(e){return e.includes(`
40
+ `)}function Nf(e,t,n){return e.split(`
41
+ `).map((o,r)=>r>=n?t+o:o).join(`
42
+ `)}function $e(e,t){const n=[];if(e instanceof Eo){e.response?.status!==void 0&&n.push(` HTTP Status Code: ${e.response.status}`);const s=e.response?.data;if(s?.errorCode&&n.push(` Error Code: ${s.errorCode}`),s?.errorMessage){const i=Af(s.errorMessage)?Nf(s.errorMessage," ",1):s.errorMessage;n.push(` Error Message: ${i}`)}}const o=n.length>0?n.join(`
43
+ `):e?.message??"Unknown error";if(!t||t.length===0)return o;const r=n.length>0?`
44
+ `:" ";return`${t}${r}${o}`}function Zn(e,t){return Object.keys(e).reduce((n,o)=>{const r=e[o],s=t[o];return Ne(r)&&Ne(s)?n[o]=Zn(r,s):n[o]=r,n},{...t})}function $f({contentSettings:e,sectionType:t}){const n=us(t);return Zn(e,n)}function Df({designSettings:e,sectionType:t}){const n=ls(t);return Zn(e,n)}async function se(e){return(await import(mo(e).href+`?t=${Date.now()}`)).default}function Bn(e){if(e!==void 0)return e.startsWith("global.")?{type:"GLOBAL_FONT",font:e}:{type:"PRESET_FONT",font:e}}function de(e){if(e===void 0)return;if(e.startsWith("global."))return{type:"GLOBAL_COLOR",raw:e};const t=Si(e);return{type:"STRUCTURED_COLOR",raw:e,hex:t.toHex8String(),hsl:t.toHsl(),rgba:t.toRgb(),auto:!1}}function _s(e){if(e!==void 0)return typeof e=="string"&&e.startsWith("global.")?{type:"GLOBAL_TEXT_SIZE",size:e}:{type:"NUMERIC_TEXT_SIZE",size:Number(e)}}function Lf(e){if(e!==void 0)return{...e,color:de(e.color)}}function st(e){return Object.fromEntries(Object.entries(e).filter(([t,n])=>n!==void 0))}function kf(e){if(e!==void 0)switch(e){case cn.COLOR:return"solid";case cn.GRADIENT:return"gradient";default:throw new Error(`Unknown background type: ${e}. Right options: ${Object.keys(cn)}`)}}function Pf({style:e,color:t}){const n=Array.isArray(t)?t:[t,t];return{background:{type:kf(e),solid:{color:de(n.at(0))},gradient:{fromColor:de(n.at(0)),toColor:de(n.at(1))}}}}function zf(e){if(e!==void 0)switch(e){case"SOLID":return"solid-button";case"OUTLINE":return"outline-button";case"TEXT":return"text-link";default:throw new Error(`Unknown button appearance: ${e}. Right options: ${Object.keys(hi)}`)}}function jf(e){if(e!==void 0)switch(e){case"SMALL":return"small";case"MEDIUM":return"medium";case"LARGE":return"large";default:throw new Error(`Unknown button size: ${e}. Right options: ${Object.keys(mi)}`)}}function Uf(e){if(e!==void 0)switch(e){case"ROUND_CORNER":return"round-corner";case"RECTANGLE":return"rectangle";case"PILL":return"pill";default:throw new Error(`Unknown button shape: ${e}. Right options: ${Object.keys(Ei)}`)}}function Mf(e){const t=zf(e.appearance),n=jf(e.size),o=Uf(e.shape),r=Bn(e.font),s=de(e.color),i=e.visible;return st({appearance:t,size:n,style:o,font:r,color:s,visible:i})}function Ff(e){const t=de(e.color);return st({color:t})}function xf(e){if(e!==void 0)switch(e){case mt.COLOR:return"solid";case mt.GRADIENT:return"gradient";case mt.NONE:return"none";default:throw new Error(`Unknown image overlay type: ${e}. Right options: ${Object.keys(mt)}`)}}function Gf(e){const t=e.color,n=Array.isArray(t)?t:[t,t];return{overlay:{type:xf(e.overlay),solid:{color:de(n.at(0))},gradient:{fromColor:de(n.at(0)),toColor:de(n.at(1))}}}}function Zf(e){const t=Bn(e.font),n=de(e.color),o=_s(e.size),r=e.bold,s=e.italic,i=e.spacing,a=e.capitalization;return{font:t,color:n,size:o,frame:Lf(e.frame),bold:r,italic:s,spacing:i,capitalization:a}}function Bf(e){const t=e.value;return st({value:t})}function Hf(e){const t=Bn(e.font),n=de(e.color),o=_s(e.size),r=e.bold,s=e.italic;return st({font:t,color:n,size:o,bold:r,italic:s})}function Vf(e){const t=e.enabled;return st({enabled:t})}function Hn(e,t){if(t.defaults===void 0)return;let n={};switch(e){case Q.TEXT:{n=Hf(t.defaults);break}case Q.BUTTON:{n=Mf(t.defaults);break}case Q.IMAGE:{n=Gf(t.defaults);break}case Q.BACKGROUND:{n=Pf(t.defaults);break}case Q.COLOR_PICKER:{n=Ff(t.defaults);break}case Q.LOGO:{n=Zf(t.defaults);break}case Q.SELECTBOX:{n=Bf(t.defaults);break}case Q.TOGGLE:{n=Vf(t.defaults);break}case Q.DIVIDER:case Q.INFO:break;case Q.ACCORDION:return t.defaults;default:throw new Error(`Unknown design editor type: ${e}`)}return n}function ys(e){const t={};return Object.keys(e).forEach(n=>{const o=e[n],r=o.type;if(r===Q.ACCORDION){const i=Object.fromEntries(Object.entries(o.items).map(([a,c])=>[a,{...c,editors:ys(c.editors)}]));t[n]={...o,items:i};return}const s=Hn(r,o);s&&o.defaults?t[n]={...o,defaults:s}:t[n]=o}),t}function Wf(e){return e===void 0?e:e.map(t=>{if(t.type!==void 0&&t.defaults!==void 0&&t.fieldName!==void 0){const n={...Hn(t.type,t)??t.defaults,type:t.defaults.type??t.type};return{type:t.type,fieldName:t.fieldName,defaults:n}}return t})}function Vn(e){if(e===void 0)return;const t={};return Object.keys(e).forEach(n=>{const o=e[n],r=o.type;if(r===Q.ACCORDION){const i=Object.fromEntries(Object.entries(o.items).map(([a,c])=>[a,{...c,editors:Vn(c.editors)??c.editors}]));t[n]={type:o.type,items:i};return}const s=Hn(r,{defaults:o});s!==void 0?t[n]={...o,...s,type:o.type}:t[n]=o}),t}function Yf(e,t){if(!t)return;const n=e[t];return n===void 0?{en:t}:n}function Kf(e){const t={};for(const n in e){const o=e[n];for(const r in o){const s=t[r],i=o[r];if(s===void 0){const a={};a[n]=i,t[r]=a}else s[n]=i}}return t}function Jf(e){return e.every(t=>t==null||typeof t=="string"||typeof t=="number"||typeof t=="boolean")}function Be(e,t){if(e==null||typeof e!="object")return e;if(Array.isArray(e))return Jf(e)?e:e.map(r=>Be(r,t));const n=e,o={};for(const r in n){const s=n[r];typeof s=="string"&&s.startsWith("$")?o[r]=Yf(t,s):typeof s=="object"&&s!==null?o[r]=Be(s,t):o[r]=s}return o}async function it(e){return e?Kf(e):{}}async function Xf(e,t=he){const n=S(process.cwd(),`${t}/${e}/js/settings/translations.mjs`);return await se(n)}async function Vt(e,t=he){const n=S(process.cwd(),`${t}/${e}/js/showcases/translations.mjs`);return await se(n)}async function Qf(e,t){const n=S(process.cwd(),`${X}/${t}/${e}/js/settings/translations.mjs`);if(H(n))return await se(n)}async function Wn(e,t,n){const o=n?$f({contentSettings:e,sectionType:n}):e;return Be(o,t)}async function qf(e,t=he){try{const n=S(M.cwd(),`${t}/${e}/js/settings/content.mjs`),o=await se(n);return ke(o)}catch{throw new Error(`Content descriptor for section [${e}] is either invalid or undefined`)}}async function Yn(e,t,n){const o=n?Df({designSettings:e,sectionType:n}):e,r=ys(o);return Be(r,t)}async function eh(e,t=he){try{const n=S(M.cwd(),`${t}/${e}/js/settings/design.mjs`),o=await se(n);return ke(o)}catch(n){const o=n;throw new Error(`Design settings is invalid or undefined. Error ${o.stack}`)}}async function th(e,t){return Promise.all(e.map(async n=>{const o=n.design?Vn(n.design):void 0,r={...n,design:o??n.design};return Be(r,t)}))}async function nh(e,t=he){try{const n=await I("*.mjs",{cwd:S(M.cwd(),`${t}/${e}/js/showcases/`),ignore:"**/translations.mjs"});return Promise.all(n.map(async o=>{const r=S(M.cwd(),`${t}/${e}/js/showcases/${o}`);return await se(r)}))}catch(n){throw new Error(`Showcases is invalid or undefined. Error ${n}`)}}async function Ss(e){return e?.map(t=>({...t,selectedDesignSettings:Wf(t.selectedDesignSettings)??t.selectedDesignSettings}))??[]}async function oh(e,t=he){try{const n=S(M.cwd(),`${t}/${e}/js/settings/layout.mjs`);return H(n)?await se(n):[]}catch{throw new Error(`Layout descriptor for section [${e}] is either invalid or undefined`)}}function rh(e){let t={};const n=S(M.cwd(),`${Es}/shared/analytics.json`);if(!H(n))return 0;try{const o=on(n,"utf-8");t=JSON.parse(o)}catch(o){console.warn("Error processing analytics.json file",o)}return t[e]||0}const He={Server:0,Client:1,SectionAsset:4,PageTemplateDescriptor:6,TemplateAsset:7,SharedTranslation:13},Kn="https://blockbuster.ecwid.com",sh="/api/v1/custom-apps/resources/sections/upload",ih="/api/v1/custom-apps/resources/templates/upload",ah="/api/v1/custom-apps/manifests/sections",ch="/api/v1/custom-apps/manifests/templates",uh=5,lh=3,dh=[C.Server,C.Client,C.ClientChunks,C.ClientAsset,C.Asset],ph=[C.LayoutClient,C.LayoutAsset],fh=[C.SlotServer,C.SlotClient,C.SlotClientChunks,C.SlotClientAsset],hh=[C.Dependency,C.TemplateAsset,C.SourceCode,C.CollectionAsset],Ve={DEFAULT:"Error while deploying:",ASSET_FILES_UPLOAD:"Error while uploading asset files:",MANIFEST_DEPLOYMENT:"Error while deploying manifest file:",DEPRECATED_VERSION_DEPLOYMENT:"You are using a non-supported version of crane. Please update to the latest crane version to continue.",INCORRECT_DISTRIBUTION_FOLDER:e=>`Distribution folder [${e}] is not found or has incorrect structure, please execute the build command first.`},Ts={catalog:"products",category:"category",product:"product"},Os=e=>Ts[e],Is=e=>e in Ts;function mh(e){return e.replace(/\\/g,"/")}function Eh(e){return e.replace(/^dist\/layouts\//,"").replace(/^layouts\//,"")}function Wt(e){return Eh(mh(e))}function gh(e){const t=Wt(e).split("/");if(t.length<2)throw new Error(`Invalid layout path: ${e}. Expected format: [dist/]layouts/{sectionId}/{layoutId}/[...path]`);const[n,o]=t;if(!Is(n))throw new Error(`Layout cannot be placed in a non-storefront section: ${n}`);const r=Os(n);return{id:o,sectionId:n,pageId:r}}async function _h(e){return Promise.all(e.map(async t=>{const n=t.sectionId,o=Os(n),r=await it(t.translationsSettings),s=await Wn(t.content??{},r),i=await Yn(t.design??{},r),a=await Ss(t.layouts);return{id:t.id,sectionId:n,pageId:o,contentEditors:s,designEditors:i,layouts:a}}))}function We(e,t,...n){if(!e||!t)throw new Error(`Cannot build layout path. Invalid parameters - sectionId: "${e}", layoutId: "${t}"`);return`${X}/${e}/${t}/${n.join("/")}`}const at=(e=ge.SECTION)=>x[e].dist,ct={[C.Server]:{type:"server_js_compressed",fileName:"server.js.gz",isSingleton:!0,toPath:({sectionId:e,sectionType:t})=>`${at(t)}/${e}/js/main/server/`},[C.Client]:{type:"client_js",fileName:"client.js",isSingleton:!1,toPath:({sectionId:e,sectionType:t})=>`${at(t)}/${e}/js/main/client/`},[C.ClientChunks]:{type:"client_js_chunks",isSingleton:!1,toPath:({sectionId:e,sectionType:t})=>`${at(t)}/${e}/js/main/client/chunks/`,fileName:"*"},[C.ClientAsset]:{type:"assets",fileName:"*",isSingleton:!1,toPath:({sectionId:e,sectionType:t})=>`${at(t)}/${e}/js/main/client/assets/`},[C.Asset]:{type:"assets",fileName:"*",isSingleton:!1,toPath:({sectionId:e,sectionType:t})=>`${at(t)}/${e}/assets/`},[C.TemplateAsset]:{type:"template_assets",fileName:"*",isSingleton:!1,toPath:()=>`${Se}/assets/`},[C.Dependency]:{type:"dependencies",fileName:"package.json",isSingleton:!0,toPath:()=>{}},[C.SourceCode]:{type:"source_code",fileName:"source-code.zip",isSingleton:!0,toPath:()=>{}},[C.LayoutClient]:{type:"layout_client_js",fileName:"index.mjs",isSingleton:!0,toPath:({sectionId:e,layoutId:t})=>We(e,t,"")},[C.LayoutAsset]:{type:"layout_assets",fileName:"*",isSingleton:!1,toPath:({sectionId:e,layoutId:t})=>We(e,t,"assets/")},[C.SlotServer]:{type:"slot_server_js",fileName:"server.js.gz",isSingleton:!0,toPath:({sectionId:e,layoutId:t,slotId:n})=>We(e,t,"slots",n,"js/main/server/")},[C.SlotClient]:{type:"slot_client_js",fileName:"client.js",isSingleton:!1,toPath:({sectionId:e,layoutId:t,slotId:n})=>We(e,t,"slots",n,"js/main/client/")},[C.SlotClientChunks]:{type:"slot_client_js_chunks",fileName:"*",isSingleton:!1,toPath:({sectionId:e,layoutId:t,slotId:n})=>We(e,t,"slots",n,"js/main/client/chunks/")},[C.SlotClientAsset]:{type:"slot_client_assets",fileName:"*",isSingleton:!1,toPath:({sectionId:e,layoutId:t,slotId:n})=>We(e,t,"slots",n,"js/main/client/assets/")},[C.CollectionAsset]:{type:"template_assets",fileName:"*",isSingleton:!1,toPath:()=>`${rt}/assets/`}};function yh(e){return typeof e=="object"&&e!==null&&"version"in e&&typeof e.version=="string"}async function Jn(){const e=S(Et.cwd(),"package.json"),t=await un(e),n=JSON.parse(t.toString());if(yh(n))return n;throw new Error(`Package file located at path: ${e} does not contain a version field`)}const Sh={layout:e=>e.layoutId,showcase:e=>e.showcaseId,templates:e=>{const t=e.id;return t?.includes("_")?t.substring(t.indexOf("_")+1):t}};function Th(e,t){const n=Sh[e];return n?n(t):t.id}const Oh=new Set(["content","design"]);function Yt(e,t,n=0,o=[]){if(n>=t.length)return o;const r=t[n],s=t[n+1];if(typeof r=="string"&&typeof s=="number"&&Ne(e)){const i=e[r],a=Array.isArray(i)?i[s]:void 0;if(Ne(a)){const c=Th(r,a);return o.push(`${r}[${c||s}]`),Yt(a,t,n+2,o)}}if(typeof r=="string"&&typeof s=="string"&&Oh.has(r)){o.push(`${r}[${s}]`);const i=Ne(e)&&!Array.isArray(e)?e[r]:void 0,a=Ne(i)&&!Array.isArray(i)?i[s]:void 0;return Yt(a,t,n+2,o)}return o.push(r),Yt(Ne(e)?e[r]:void 0,t,n+1,o)}function Ih(e){const t=e.errors.map(o=>Yt(e.manifest,o.path).join(".")),n={path:Math.max(...t.map(o=>o.length),0),message:Math.max(...e.errors.map(o=>o.message.length),0)};e.errors.map((o,r)=>{const s=o.params?.errorMessageKey||"GENERAL_ISSUE";return`${t[r].padEnd(n.path," ")} | ${o.message.padEnd(n.message," ")} | ${s}`}).forEach(o=>f.error(o))}async function wh(e){const t=Sf.safeParse(e);return{manifest:e,errors:t.success?[]:t.error.issues}}const vh=`Build successful:
38
45
  For preview run: npx @lightspeed/crane@latest preview
39
- For deploy run: npx @lightspeed/crane@latest deploy`):(N.error("Invalid configuration detected:"),zm(a))}catch(n){N.error(`Error while building: ${n.message}`),e||process.exit(1)}}async function Ze({entryPoints:e,configType:t,name:n,sectionType:r,sectionId:o,layoutId:i}){if(e.length!==0){const s=nn(zi({name:n,entryPoints:e,configType:t,sectionType:r,sectionId:o,layoutId:i}));await ot({configFile:!1,...s})}}function cg(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ur={},Wi;function Mr(){return Wi||(Wi=1,(function(e){e.isInteger=t=>typeof t=="number"?Number.isInteger(t):typeof t=="string"&&t.trim()!==""?Number.isInteger(Number(t)):!1,e.find=(t,n)=>t.nodes.find(r=>r.type===n),e.exceedsLimit=(t,n,r=1,o)=>o===!1||!e.isInteger(t)||!e.isInteger(n)?!1:(Number(n)-Number(t))/Number(r)>=o,e.escapeNode=(t,n=0,r)=>{const o=t.nodes[n];o&&(r&&o.type===r||o.type==="open"||o.type==="close")&&o.escaped!==!0&&(o.value="\\"+o.value,o.escaped=!0)},e.encloseBrace=t=>t.type!=="brace"?!1:t.commas>>0+t.ranges>>0===0?(t.invalid=!0,!0):!1,e.isInvalidBrace=t=>t.type!=="brace"?!1:t.invalid===!0||t.dollar?!0:t.commas>>0+t.ranges>>0===0||t.open!==!0||t.close!==!0?(t.invalid=!0,!0):!1,e.isOpenOrClose=t=>t.type==="open"||t.type==="close"?!0:t.open===!0||t.close===!0,e.reduce=t=>t.reduce((n,r)=>(r.type==="text"&&n.push(r.value),r.type==="range"&&(r.type="text"),n),[]),e.flatten=(...t)=>{const n=[],r=o=>{for(let i=0;i<o.length;i++){const s=o[i];if(Array.isArray(s)){r(s);continue}s!==void 0&&n.push(s)}return n};return r(t),n}})(Ur)),Ur}var Fr,Ki;function zr(){if(Ki)return Fr;Ki=1;const e=Mr();return Fr=(t,n={})=>{const r=(o,i={})=>{const s=n.escapeInvalid&&e.isInvalidBrace(i),a=o.invalid===!0&&n.escapeInvalid===!0;let c="";if(o.value)return(s||a)&&e.isOpenOrClose(o)?"\\"+o.value:o.value;if(o.value)return o.value;if(o.nodes)for(const u of o.nodes)c+=r(u);return c};return r(t)},Fr}/*!
40
- * is-number <https://github.com/jonschlinkert/is-number>
41
- *
42
- * Copyright (c) 2014-present, Jon Schlinkert.
43
- * Released under the MIT License.
44
- */var Gr,Yi;function ug(){return Yi||(Yi=1,Gr=function(e){return typeof e=="number"?e-e===0:typeof e=="string"&&e.trim()!==""?Number.isFinite?Number.isFinite(+e):isFinite(+e):!1}),Gr}/*!
45
- * to-regex-range <https://github.com/micromatch/to-regex-range>
46
- *
47
- * Copyright (c) 2015-present, Jon Schlinkert.
48
- * Released under the MIT License.
49
- */var Hr,Xi;function lg(){if(Xi)return Hr;Xi=1;const e=ug(),t=(C,T,k)=>{if(e(C)===!1)throw new TypeError("toRegexRange: expected the first argument to be a number");if(T===void 0||C===T)return String(C);if(e(T)===!1)throw new TypeError("toRegexRange: expected the second argument to be a number.");let p={relaxZeros:!0,...k};typeof p.strictZeros=="boolean"&&(p.relaxZeros=p.strictZeros===!1);let S=String(p.relaxZeros),m=String(p.shorthand),v=String(p.capture),y=String(p.wrap),D=C+":"+T+"="+S+m+v+y;if(t.cache.hasOwnProperty(D))return t.cache[D].result;let P=Math.min(C,T),G=Math.max(C,T);if(Math.abs(P-G)===1){let V=C+"|"+T;return p.capture?`(${V})`:p.wrap===!1?V:`(?:${V})`}let Y=A(C)||A(T),H={min:C,max:T,a:P,b:G},I=[],J=[];if(Y&&(H.isPadded=Y,H.maxLen=String(H.max).length),P<0){let V=G<0?Math.abs(G):1;J=i(V,Math.abs(P),H,p),P=H.a=0}return G>=0&&(I=i(P,G,H,p)),H.negatives=J,H.positives=I,H.result=n(J,I),p.capture===!0?H.result=`(${H.result})`:p.wrap!==!1&&I.length+J.length>1&&(H.result=`(?:${H.result})`),t.cache[D]=H,H.result};function n(C,T,k){let p=s(C,T,"-",!1)||[],S=s(T,C,"",!1)||[],m=s(C,T,"-?",!0)||[];return p.concat(m).concat(S).join("|")}function r(C,T){let k=1,p=1,S=l(C,k),m=new Set([T]);for(;C<=S&&S<=T;)m.add(S),k+=1,S=l(C,k);for(S=h(T+1,p)-1;C<S&&S<=T;)m.add(S),p+=1,S=h(T+1,p)-1;return m=[...m],m.sort(c),m}function o(C,T,k){if(C===T)return{pattern:C,count:[],digits:0};let p=a(C,T),S=p.length,m="",v=0;for(let y=0;y<S;y++){let[D,P]=p[y];D===P?m+=D:D!=="0"||P!=="9"?m+=b(D,P):v++}return v&&(m+=k.shorthand===!0?"\\d":"[0-9]"),{pattern:m,count:[v],digits:S}}function i(C,T,k,p){let S=r(C,T),m=[],v=C,y;for(let D=0;D<S.length;D++){let P=S[D],G=o(String(v),String(P),p),Y="";if(!k.isPadded&&y&&y.pattern===G.pattern){y.count.length>1&&y.count.pop(),y.count.push(G.count[0]),y.string=y.pattern+d(y.count),v=P+1;continue}k.isPadded&&(Y=Z(P,k,p)),G.string=Y+G.pattern+d(G.count),m.push(G),v=P+1,y=G}return m}function s(C,T,k,p,S){let m=[];for(let v of C){let{string:y}=v;!p&&!u(T,"string",y)&&m.push(k+y),p&&u(T,"string",y)&&m.push(k+y)}return m}function a(C,T){let k=[];for(let p=0;p<C.length;p++)k.push([C[p],T[p]]);return k}function c(C,T){return C>T?1:T>C?-1:0}function u(C,T,k){return C.some(p=>p[T]===k)}function l(C,T){return Number(String(C).slice(0,-T)+"9".repeat(T))}function h(C,T){return C-C%Math.pow(10,T)}function d(C){let[T=0,k=""]=C;return k||T>1?`{${T+(k?","+k:"")}}`:""}function b(C,T,k){return`[${C}${T-C===1?"":"-"}${T}]`}function A(C){return/^-?(0+)\d/.test(C)}function Z(C,T,k){if(!T.isPadded)return C;let p=Math.abs(T.maxLen-String(C).length),S=k.relaxZeros!==!1;switch(p){case 0:return"";case 1:return S?"0?":"0";case 2:return S?"0{0,2}":"00";default:return S?`0{0,${p}}`:`0{${p}}`}}return t.cache={},t.clearCache=()=>t.cache={},Hr=t,Hr}/*!
50
- * fill-range <https://github.com/jonschlinkert/fill-range>
51
- *
52
- * Copyright (c) 2014-present, Jon Schlinkert.
53
- * Licensed under the MIT License.
54
- */var jr,Qi;function qi(){if(Qi)return jr;Qi=1;const e=Ro,t=lg(),n=p=>p!==null&&typeof p=="object"&&!Array.isArray(p),r=p=>S=>p===!0?Number(S):String(S),o=p=>typeof p=="number"||typeof p=="string"&&p!=="",i=p=>Number.isInteger(+p),s=p=>{let S=`${p}`,m=-1;if(S[0]==="-"&&(S=S.slice(1)),S==="0")return!1;for(;S[++m]==="0";);return m>0},a=(p,S,m)=>typeof p=="string"||typeof S=="string"?!0:m.stringify===!0,c=(p,S,m)=>{if(S>0){let v=p[0]==="-"?"-":"";v&&(p=p.slice(1)),p=v+p.padStart(v?S-1:S,"0")}return m===!1?String(p):p},u=(p,S)=>{let m=p[0]==="-"?"-":"";for(m&&(p=p.slice(1),S--);p.length<S;)p="0"+p;return m?"-"+p:p},l=(p,S,m)=>{p.negatives.sort((G,Y)=>G<Y?-1:G>Y?1:0),p.positives.sort((G,Y)=>G<Y?-1:G>Y?1:0);let v=S.capture?"":"?:",y="",D="",P;return p.positives.length&&(y=p.positives.map(G=>u(String(G),m)).join("|")),p.negatives.length&&(D=`-(${v}${p.negatives.map(G=>u(String(G),m)).join("|")})`),y&&D?P=`${y}|${D}`:P=y||D,S.wrap?`(${v}${P})`:P},h=(p,S,m,v)=>{if(m)return t(p,S,{wrap:!1,...v});let y=String.fromCharCode(p);if(p===S)return y;let D=String.fromCharCode(S);return`[${y}-${D}]`},d=(p,S,m)=>{if(Array.isArray(p)){let v=m.wrap===!0,y=m.capture?"":"?:";return v?`(${y}${p.join("|")})`:p.join("|")}return t(p,S,m)},b=(...p)=>new RangeError("Invalid range arguments: "+e.inspect(...p)),A=(p,S,m)=>{if(m.strictRanges===!0)throw b([p,S]);return[]},Z=(p,S)=>{if(S.strictRanges===!0)throw new TypeError(`Expected step "${p}" to be a number`);return[]},C=(p,S,m=1,v={})=>{let y=Number(p),D=Number(S);if(!Number.isInteger(y)||!Number.isInteger(D)){if(v.strictRanges===!0)throw b([p,S]);return[]}y===0&&(y=0),D===0&&(D=0);let P=y>D,G=String(p),Y=String(S),H=String(m);m=Math.max(Math.abs(m),1);let I=s(G)||s(Y)||s(H),J=I?Math.max(G.length,Y.length,H.length):0,V=I===!1&&a(p,S,v)===!1,X=v.transform||r(V);if(v.toRegex&&m===1)return h(u(p,J),u(S,J),!0,v);let j={negatives:[],positives:[]},ce=g=>j[g<0?"negatives":"positives"].push(Math.abs(g)),ze=[],_e=0;for(;P?y>=D:y<=D;)v.toRegex===!0&&m>1?ce(y):ze.push(c(X(y,_e),J,V)),y=P?y-m:y+m,_e++;return v.toRegex===!0?m>1?l(j,v,J):d(ze,null,{wrap:!1,...v}):ze},T=(p,S,m=1,v={})=>{if(!i(p)&&p.length>1||!i(S)&&S.length>1)return A(p,S,v);let y=v.transform||(V=>String.fromCharCode(V)),D=`${p}`.charCodeAt(0),P=`${S}`.charCodeAt(0),G=D>P,Y=Math.min(D,P),H=Math.max(D,P);if(v.toRegex&&m===1)return h(Y,H,!1,v);let I=[],J=0;for(;G?D>=P:D<=P;)I.push(y(D,J)),D=G?D-m:D+m,J++;return v.toRegex===!0?d(I,null,{wrap:!1,options:v}):I},k=(p,S,m,v={})=>{if(S==null&&o(p))return[p];if(!o(p)||!o(S))return A(p,S,v);if(typeof m=="function")return k(p,S,1,{transform:m});if(n(m))return k(p,S,0,m);let y={...v};return y.capture===!0&&(y.wrap=!0),m=m||y.step||1,i(m)?i(p)&&i(S)?C(p,S,m,y):T(p,S,Math.max(Math.abs(m),1),y):m!=null&&!n(m)?Z(m,y):k(p,S,1,m)};return jr=k,jr}var Br,Ji;function pg(){if(Ji)return Br;Ji=1;const e=qi(),t=Mr();return Br=(r,o={})=>{const i=(s,a={})=>{const c=t.isInvalidBrace(a),u=s.invalid===!0&&o.escapeInvalid===!0,l=c===!0||u===!0,h=o.escapeInvalid===!0?"\\":"";let d="";if(s.isOpen===!0)return h+s.value;if(s.isClose===!0)return console.log("node.isClose",h,s.value),h+s.value;if(s.type==="open")return l?h+s.value:"(";if(s.type==="close")return l?h+s.value:")";if(s.type==="comma")return s.prev.type==="comma"?"":l?s.value:"|";if(s.value)return s.value;if(s.nodes&&s.ranges>0){const b=t.reduce(s.nodes),A=e(...b,{...o,wrap:!1,toRegex:!0,strictZeros:!0});if(A.length!==0)return b.length>1&&A.length>1?`(${A})`:A}if(s.nodes)for(const b of s.nodes)d+=i(b,s);return d};return i(r)},Br}var Zr,ea;function dg(){if(ea)return Zr;ea=1;const e=qi(),t=zr(),n=Mr(),r=(i="",s="",a=!1)=>{const c=[];if(i=[].concat(i),s=[].concat(s),!s.length)return i;if(!i.length)return a?n.flatten(s).map(u=>`{${u}}`):s;for(const u of i)if(Array.isArray(u))for(const l of u)c.push(r(l,s,a));else for(let l of s)a===!0&&typeof l=="string"&&(l=`{${l}}`),c.push(Array.isArray(l)?r(u,l,a):u+l);return n.flatten(c)};return Zr=(i,s={})=>{const a=s.rangeLimit===void 0?1e3:s.rangeLimit,c=(u,l={})=>{u.queue=[];let h=l,d=l.queue;for(;h.type!=="brace"&&h.type!=="root"&&h.parent;)h=h.parent,d=h.queue;if(u.invalid||u.dollar){d.push(r(d.pop(),t(u,s)));return}if(u.type==="brace"&&u.invalid!==!0&&u.nodes.length===2){d.push(r(d.pop(),["{}"]));return}if(u.nodes&&u.ranges>0){const C=n.reduce(u.nodes);if(n.exceedsLimit(...C,s.step,a))throw new RangeError("expanded array length exceeds range limit. Use options.rangeLimit to increase or disable the limit.");let T=e(...C,s);T.length===0&&(T=t(u,s)),d.push(r(d.pop(),T)),u.nodes=[];return}const b=n.encloseBrace(u);let A=u.queue,Z=u;for(;Z.type!=="brace"&&Z.type!=="root"&&Z.parent;)Z=Z.parent,A=Z.queue;for(let C=0;C<u.nodes.length;C++){const T=u.nodes[C];if(T.type==="comma"&&u.type==="brace"){C===1&&A.push(""),A.push("");continue}if(T.type==="close"){d.push(r(d.pop(),A,b));continue}if(T.value&&T.type!=="open"){A.push(r(A.pop(),T.value));continue}T.nodes&&c(T,u)}return A};return n.flatten(c(i))},Zr}var Vr,ta;function fg(){return ta||(ta=1,Vr={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:`
55
- `,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"}),Vr}var Wr,na;function hg(){if(na)return Wr;na=1;const e=zr(),{MAX_LENGTH:t,CHAR_BACKSLASH:n,CHAR_BACKTICK:r,CHAR_COMMA:o,CHAR_DOT:i,CHAR_LEFT_PARENTHESES:s,CHAR_RIGHT_PARENTHESES:a,CHAR_LEFT_CURLY_BRACE:c,CHAR_RIGHT_CURLY_BRACE:u,CHAR_LEFT_SQUARE_BRACKET:l,CHAR_RIGHT_SQUARE_BRACKET:h,CHAR_DOUBLE_QUOTE:d,CHAR_SINGLE_QUOTE:b,CHAR_NO_BREAK_SPACE:A,CHAR_ZERO_WIDTH_NOBREAK_SPACE:Z}=fg();return Wr=(T,k={})=>{if(typeof T!="string")throw new TypeError("Expected a string");const p=k||{},S=typeof p.maxLength=="number"?Math.min(t,p.maxLength):t;if(T.length>S)throw new SyntaxError(`Input length (${T.length}), exceeds max characters (${S})`);const m={type:"root",input:T,nodes:[]},v=[m];let y=m,D=m,P=0;const G=T.length;let Y=0,H=0,I;const J=()=>T[Y++],V=X=>{if(X.type==="text"&&D.type==="dot"&&(D.type="text"),D&&D.type==="text"&&X.type==="text"){D.value+=X.value;return}return y.nodes.push(X),X.parent=y,X.prev=D,D=X,X};for(V({type:"bos"});Y<G;)if(y=v[v.length-1],I=J(),!(I===Z||I===A)){if(I===n){V({type:"text",value:(k.keepEscaping?I:"")+J()});continue}if(I===h){V({type:"text",value:"\\"+I});continue}if(I===l){P++;let X;for(;Y<G&&(X=J());){if(I+=X,X===l){P++;continue}if(X===n){I+=J();continue}if(X===h&&(P--,P===0))break}V({type:"text",value:I});continue}if(I===s){y=V({type:"paren",nodes:[]}),v.push(y),V({type:"text",value:I});continue}if(I===a){if(y.type!=="paren"){V({type:"text",value:I});continue}y=v.pop(),V({type:"text",value:I}),y=v[v.length-1];continue}if(I===d||I===b||I===r){const X=I;let j;for(k.keepQuotes!==!0&&(I="");Y<G&&(j=J());){if(j===n){I+=j+J();continue}if(j===X){k.keepQuotes===!0&&(I+=j);break}I+=j}V({type:"text",value:I});continue}if(I===c){H++;const j={type:"brace",open:!0,close:!1,dollar:D.value&&D.value.slice(-1)==="$"||y.dollar===!0,depth:H,commas:0,ranges:0,nodes:[]};y=V(j),v.push(y),V({type:"open",value:I});continue}if(I===u){if(y.type!=="brace"){V({type:"text",value:I});continue}const X="close";y=v.pop(),y.close=!0,V({type:X,value:I}),H--,y=v[v.length-1];continue}if(I===o&&H>0){if(y.ranges>0){y.ranges=0;const X=y.nodes.shift();y.nodes=[X,{type:"text",value:e(y)}]}V({type:"comma",value:I}),y.commas++;continue}if(I===i&&H>0&&y.commas===0){const X=y.nodes;if(H===0||X.length===0){V({type:"text",value:I});continue}if(D.type==="dot"){if(y.range=[],D.value+=I,D.type="range",y.nodes.length!==3&&y.nodes.length!==5){y.invalid=!0,y.ranges=0,D.type="text";continue}y.ranges++,y.args=[];continue}if(D.type==="range"){X.pop();const j=X[X.length-1];j.value+=D.value+I,D=j,y.ranges--;continue}V({type:"dot",value:I});continue}V({type:"text",value:I})}do if(y=v.pop(),y.type!=="root"){y.nodes.forEach(ce=>{ce.nodes||(ce.type==="open"&&(ce.isOpen=!0),ce.type==="close"&&(ce.isClose=!0),ce.nodes||(ce.type="text"),ce.invalid=!0)});const X=v[v.length-1],j=X.nodes.indexOf(y);X.nodes.splice(j,1,...y.nodes)}while(v.length>0);return V({type:"eos"}),m},Wr}var Kr,ra;function mg(){if(ra)return Kr;ra=1;const e=zr(),t=pg(),n=dg(),r=hg(),o=(i,s={})=>{let a=[];if(Array.isArray(i))for(const c of i){const u=o.create(c,s);Array.isArray(u)?a.push(...u):a.push(u)}else a=[].concat(o.create(i,s));return s&&s.expand===!0&&s.nodupes===!0&&(a=[...new Set(a)]),a};return o.parse=(i,s={})=>r(i,s),o.stringify=(i,s={})=>e(typeof i=="string"?o.parse(i,s):i,s),o.compile=(i,s={})=>(typeof i=="string"&&(i=o.parse(i,s)),t(i,s)),o.expand=(i,s={})=>{typeof i=="string"&&(i=o.parse(i,s));let a=n(i,s);return s.noempty===!0&&(a=a.filter(Boolean)),s.nodupes===!0&&(a=[...new Set(a)]),a},o.create=(i,s={})=>i===""||i.length<3?[i]:s.expand!==!0?o.compile(i,s):o.expand(i,s),Kr=o,Kr}var Yr={},Xr,oa;function Gn(){if(oa)return Xr;oa=1;const e=ue,t="\\\\/",n=`[^${t}]`,r="\\.",o="\\+",i="\\?",s="\\/",a="(?=.)",c="[^/]",u=`(?:${s}|$)`,l=`(?:^|${s})`,h=`${r}{1,2}${u}`,d=`(?!${r})`,b=`(?!${l}${h})`,A=`(?!${r}{0,1}${u})`,Z=`(?!${h})`,C=`[^.${s}]`,T=`${c}*?`,k={DOT_LITERAL:r,PLUS_LITERAL:o,QMARK_LITERAL:i,SLASH_LITERAL:s,ONE_CHAR:a,QMARK:c,END_ANCHOR:u,DOTS_SLASH:h,NO_DOT:d,NO_DOTS:b,NO_DOT_SLASH:A,NO_DOTS_SLASH:Z,QMARK_NO_DOT:C,STAR:T,START_ANCHOR:l},p={...k,SLASH_LITERAL:`[${t}]`,QMARK:n,STAR:`${n}*?`,DOTS_SLASH:`${r}{1,2}(?:[${t}]|$)`,NO_DOT:`(?!${r})`,NO_DOTS:`(?!(?:^|[${t}])${r}{1,2}(?:[${t}]|$))`,NO_DOT_SLASH:`(?!${r}{0,1}(?:[${t}]|$))`,NO_DOTS_SLASH:`(?!${r}{1,2}(?:[${t}]|$))`,QMARK_NO_DOT:`[^.${t}]`,START_ANCHOR:`(?:^|[${t}])`,END_ANCHOR:`(?:[${t}]|$)`},S={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"};return Xr={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:S,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:e.sep,extglobChars(m){return{"!":{type:"negate",open:"(?:(?!(?:",close:`))${m.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}},globChars(m){return m===!0?p:k}},Xr}var sa;function Hn(){return sa||(sa=1,(function(e){const t=ue,n=process.platform==="win32",{REGEX_BACKSLASH:r,REGEX_REMOVE_BACKSLASH:o,REGEX_SPECIAL_CHARS:i,REGEX_SPECIAL_CHARS_GLOBAL:s}=Gn();e.isObject=a=>a!==null&&typeof a=="object"&&!Array.isArray(a),e.hasRegexChars=a=>i.test(a),e.isRegexChar=a=>a.length===1&&e.hasRegexChars(a),e.escapeRegex=a=>a.replace(s,"\\$1"),e.toPosixSlashes=a=>a.replace(r,"/"),e.removeBackslashes=a=>a.replace(o,c=>c==="\\"?"":c),e.supportsLookbehinds=()=>{const a=process.version.slice(1).split(".").map(Number);return a.length===3&&a[0]>=9||a[0]===8&&a[1]>=10},e.isWindows=a=>a&&typeof a.windows=="boolean"?a.windows:n===!0||t.sep==="\\",e.escapeLast=(a,c,u)=>{const l=a.lastIndexOf(c,u);return l===-1?a:a[l-1]==="\\"?e.escapeLast(a,c,l-1):`${a.slice(0,l)}\\${a.slice(l)}`},e.removePrefix=(a,c={})=>{let u=a;return u.startsWith("./")&&(u=u.slice(2),c.prefix="./"),u},e.wrapOutput=(a,c={},u={})=>{const l=u.contains?"":"^",h=u.contains?"":"$";let d=`${l}(?:${a})${h}`;return c.negated===!0&&(d=`(?:^(?!${d}).*$)`),d}})(Yr)),Yr}var Qr,ia;function Eg(){if(ia)return Qr;ia=1;const e=Hn(),{CHAR_ASTERISK:t,CHAR_AT:n,CHAR_BACKWARD_SLASH:r,CHAR_COMMA:o,CHAR_DOT:i,CHAR_EXCLAMATION_MARK:s,CHAR_FORWARD_SLASH:a,CHAR_LEFT_CURLY_BRACE:c,CHAR_LEFT_PARENTHESES:u,CHAR_LEFT_SQUARE_BRACKET:l,CHAR_PLUS:h,CHAR_QUESTION_MARK:d,CHAR_RIGHT_CURLY_BRACE:b,CHAR_RIGHT_PARENTHESES:A,CHAR_RIGHT_SQUARE_BRACKET:Z}=Gn(),C=p=>p===a||p===r,T=p=>{p.isPrefix!==!0&&(p.depth=p.isGlobstar?1/0:1)};return Qr=(p,S)=>{const m=S||{},v=p.length-1,y=m.parts===!0||m.scanToEnd===!0,D=[],P=[],G=[];let Y=p,H=-1,I=0,J=0,V=!1,X=!1,j=!1,ce=!1,ze=!1,_e=!1,g=!1,be=!1,Ve=!1,ve=!1,E=0,_,W,B={value:"",depth:0,isGlob:!1};const xe=()=>H>=v,nt=()=>Y.charCodeAt(H+1),ye=()=>(_=W,Y.charCodeAt(++H));for(;H<v;){W=ye();let M;if(W===r){g=B.backslashes=!0,W=ye(),W===c&&(_e=!0);continue}if(_e===!0||W===c){for(E++;xe()!==!0&&(W=ye());){if(W===r){g=B.backslashes=!0,ye();continue}if(W===c){E++;continue}if(_e!==!0&&W===i&&(W=ye())===i){if(V=B.isBrace=!0,j=B.isGlob=!0,ve=!0,y===!0)continue;break}if(_e!==!0&&W===o){if(V=B.isBrace=!0,j=B.isGlob=!0,ve=!0,y===!0)continue;break}if(W===b&&(E--,E===0)){_e=!1,V=B.isBrace=!0,ve=!0;break}}if(y===!0)continue;break}if(W===a){if(D.push(H),P.push(B),B={value:"",depth:0,isGlob:!1},ve===!0)continue;if(_===i&&H===I+1){I+=2;continue}J=H+1;continue}if(m.noext!==!0&&(W===h||W===n||W===t||W===d||W===s)===!0&&nt()===u){if(j=B.isGlob=!0,ce=B.isExtglob=!0,ve=!0,W===s&&H===I&&(Ve=!0),y===!0){for(;xe()!==!0&&(W=ye());){if(W===r){g=B.backslashes=!0,W=ye();continue}if(W===A){j=B.isGlob=!0,ve=!0;break}}continue}break}if(W===t){if(_===t&&(ze=B.isGlobstar=!0),j=B.isGlob=!0,ve=!0,y===!0)continue;break}if(W===d){if(j=B.isGlob=!0,ve=!0,y===!0)continue;break}if(W===l){for(;xe()!==!0&&(M=ye());){if(M===r){g=B.backslashes=!0,ye();continue}if(M===Z){X=B.isBracket=!0,j=B.isGlob=!0,ve=!0;break}}if(y===!0)continue;break}if(m.nonegate!==!0&&W===s&&H===I){be=B.negated=!0,I++;continue}if(m.noparen!==!0&&W===u){if(j=B.isGlob=!0,y===!0){for(;xe()!==!0&&(W=ye());){if(W===u){g=B.backslashes=!0,W=ye();continue}if(W===A){ve=!0;break}}continue}break}if(j===!0){if(ve=!0,y===!0)continue;break}}m.noext===!0&&(ce=!1,j=!1);let Se=Y,Ft="",We="";I>0&&(Ft=Y.slice(0,I),Y=Y.slice(I),J-=I),Se&&j===!0&&J>0?(Se=Y.slice(0,J),We=Y.slice(J)):j===!0?(Se="",We=Y):Se=Y,Se&&Se!==""&&Se!=="/"&&Se!==Y&&C(Se.charCodeAt(Se.length-1))&&(Se=Se.slice(0,-1)),m.unescape===!0&&(We&&(We=e.removeBackslashes(We)),Se&&g===!0&&(Se=e.removeBackslashes(Se)));const $e={prefix:Ft,input:p,start:I,base:Se,glob:We,isBrace:V,isBracket:X,isGlob:j,isExtglob:ce,isGlobstar:ze,negated:be,negatedExtglob:Ve};if(m.tokens===!0&&($e.maxDepth=0,C(W)||P.push(B),$e.tokens=P),m.parts===!0||m.tokens===!0){let M;for(let Re=0;Re<D.length;Re++){const Vn=M?M+1:I,$=D[Re],ne=p.slice(Vn,$);m.tokens&&(Re===0&&I!==0?(P[Re].isPrefix=!0,P[Re].value=Ft):P[Re].value=ne,T(P[Re]),$e.maxDepth+=P[Re].depth),(Re!==0||ne!=="")&&G.push(ne),M=$}if(M&&M+1<p.length){const Re=p.slice(M+1);G.push(Re),m.tokens&&(P[P.length-1].value=Re,T(P[P.length-1]),$e.maxDepth+=P[P.length-1].depth)}$e.slashes=D,$e.parts=G}return $e},Qr}var qr,aa;function gg(){if(aa)return qr;aa=1;const e=Gn(),t=Hn(),{MAX_LENGTH:n,POSIX_REGEX_SOURCE:r,REGEX_NON_SPECIAL_CHARS:o,REGEX_SPECIAL_CHARS_BACKREF:i,REPLACEMENTS:s}=e,a=(l,h)=>{if(typeof h.expandRange=="function")return h.expandRange(...l,h);l.sort();const d=`[${l.join("-")}]`;try{new RegExp(d)}catch{return l.map(A=>t.escapeRegex(A)).join("..")}return d},c=(l,h)=>`Missing ${l}: "${h}" - use "\\\\${h}" to match literal characters`,u=(l,h)=>{if(typeof l!="string")throw new TypeError("Expected a string");l=s[l]||l;const d={...h},b=typeof d.maxLength=="number"?Math.min(n,d.maxLength):n;let A=l.length;if(A>b)throw new SyntaxError(`Input length: ${A}, exceeds maximum allowed length: ${b}`);const Z={type:"bos",value:"",output:d.prepend||""},C=[Z],T=d.capture?"":"?:",k=t.isWindows(h),p=e.globChars(k),S=e.extglobChars(p),{DOT_LITERAL:m,PLUS_LITERAL:v,SLASH_LITERAL:y,ONE_CHAR:D,DOTS_SLASH:P,NO_DOT:G,NO_DOT_SLASH:Y,NO_DOTS_SLASH:H,QMARK:I,QMARK_NO_DOT:J,STAR:V,START_ANCHOR:X}=p,j=$=>`(${T}(?:(?!${X}${$.dot?P:m}).)*?)`,ce=d.dot?"":G,ze=d.dot?I:J;let _e=d.bash===!0?j(d):V;d.capture&&(_e=`(${_e})`),typeof d.noext=="boolean"&&(d.noextglob=d.noext);const g={input:l,index:-1,start:0,dot:d.dot===!0,consumed:"",output:"",prefix:"",backtrack:!1,negated:!1,brackets:0,braces:0,parens:0,quotes:0,globstar:!1,tokens:C};l=t.removePrefix(l,g),A=l.length;const be=[],Ve=[],ve=[];let E=Z,_;const W=()=>g.index===A-1,B=g.peek=($=1)=>l[g.index+$],xe=g.advance=()=>l[++g.index]||"",nt=()=>l.slice(g.index+1),ye=($="",ne=0)=>{g.consumed+=$,g.index+=ne},Se=$=>{g.output+=$.output!=null?$.output:$.value,ye($.value)},Ft=()=>{let $=1;for(;B()==="!"&&(B(2)!=="("||B(3)==="?");)xe(),g.start++,$++;return $%2===0?!1:(g.negated=!0,g.start++,!0)},We=$=>{g[$]++,ve.push($)},$e=$=>{g[$]--,ve.pop()},M=$=>{if(E.type==="globstar"){const ne=g.braces>0&&($.type==="comma"||$.type==="brace"),O=$.extglob===!0||be.length&&($.type==="pipe"||$.type==="paren");$.type!=="slash"&&$.type!=="paren"&&!ne&&!O&&(g.output=g.output.slice(0,-E.output.length),E.type="star",E.value="*",E.output=_e,g.output+=E.output)}if(be.length&&$.type!=="paren"&&(be[be.length-1].inner+=$.value),($.value||$.output)&&Se($),E&&E.type==="text"&&$.type==="text"){E.value+=$.value,E.output=(E.output||"")+$.value;return}$.prev=E,C.push($),E=$},Re=($,ne)=>{const O={...S[ne],conditions:1,inner:""};O.prev=E,O.parens=g.parens,O.output=g.output;const Q=(d.capture?"(":"")+O.open;We("parens"),M({type:$,value:ne,output:g.output?"":D}),M({type:"paren",extglob:!0,value:xe(),output:Q}),be.push(O)},Vn=$=>{let ne=$.close+(d.capture?")":""),O;if($.type==="negate"){let Q=_e;if($.inner&&$.inner.length>1&&$.inner.includes("/")&&(Q=j(d)),(Q!==_e||W()||/^\)+$/.test(nt()))&&(ne=$.close=`)$))${Q}`),$.inner.includes("*")&&(O=nt())&&/^\.[^\\/.]+$/.test(O)){const de=u(O,{...h,fastpaths:!1}).output;ne=$.close=`)${de})${Q})`}$.prev.type==="bos"&&(g.negatedExtglob=!0)}M({type:"paren",extglob:!0,value:_,output:ne}),$e("parens")};if(d.fastpaths!==!1&&!/(^[*!]|[/()[\]{}"])/.test(l)){let $=!1,ne=l.replace(i,(O,Q,de,Ne,Ce,Wn)=>Ne==="\\"?($=!0,O):Ne==="?"?Q?Q+Ne+(Ce?I.repeat(Ce.length):""):Wn===0?ze+(Ce?I.repeat(Ce.length):""):I.repeat(de.length):Ne==="."?m.repeat(de.length):Ne==="*"?Q?Q+Ne+(Ce?_e:""):_e:Q?O:`\\${O}`);return $===!0&&(d.unescape===!0?ne=ne.replace(/\\/g,""):ne=ne.replace(/\\+/g,O=>O.length%2===0?"\\\\":O?"\\":"")),ne===l&&d.contains===!0?(g.output=l,g):(g.output=t.wrapOutput(ne,g,h),g)}for(;!W();){if(_=xe(),_==="\0")continue;if(_==="\\"){const O=B();if(O==="/"&&d.bash!==!0||O==="."||O===";")continue;if(!O){_+="\\",M({type:"text",value:_});continue}const Q=/^\\+/.exec(nt());let de=0;if(Q&&Q[0].length>2&&(de=Q[0].length,g.index+=de,de%2!==0&&(_+="\\")),d.unescape===!0?_=xe():_+=xe(),g.brackets===0){M({type:"text",value:_});continue}}if(g.brackets>0&&(_!=="]"||E.value==="["||E.value==="[^")){if(d.posix!==!1&&_===":"){const O=E.value.slice(1);if(O.includes("[")&&(E.posix=!0,O.includes(":"))){const Q=E.value.lastIndexOf("["),de=E.value.slice(0,Q),Ne=E.value.slice(Q+2),Ce=r[Ne];if(Ce){E.value=de+Ce,g.backtrack=!0,xe(),!Z.output&&C.indexOf(E)===1&&(Z.output=D);continue}}}(_==="["&&B()!==":"||_==="-"&&B()==="]")&&(_=`\\${_}`),_==="]"&&(E.value==="["||E.value==="[^")&&(_=`\\${_}`),d.posix===!0&&_==="!"&&E.value==="["&&(_="^"),E.value+=_,Se({value:_});continue}if(g.quotes===1&&_!=='"'){_=t.escapeRegex(_),E.value+=_,Se({value:_});continue}if(_==='"'){g.quotes=g.quotes===1?0:1,d.keepQuotes===!0&&M({type:"text",value:_});continue}if(_==="("){We("parens"),M({type:"paren",value:_});continue}if(_===")"){if(g.parens===0&&d.strictBrackets===!0)throw new SyntaxError(c("opening","("));const O=be[be.length-1];if(O&&g.parens===O.parens+1){Vn(be.pop());continue}M({type:"paren",value:_,output:g.parens?")":"\\)"}),$e("parens");continue}if(_==="["){if(d.nobracket===!0||!nt().includes("]")){if(d.nobracket!==!0&&d.strictBrackets===!0)throw new SyntaxError(c("closing","]"));_=`\\${_}`}else We("brackets");M({type:"bracket",value:_});continue}if(_==="]"){if(d.nobracket===!0||E&&E.type==="bracket"&&E.value.length===1){M({type:"text",value:_,output:`\\${_}`});continue}if(g.brackets===0){if(d.strictBrackets===!0)throw new SyntaxError(c("opening","["));M({type:"text",value:_,output:`\\${_}`});continue}$e("brackets");const O=E.value.slice(1);if(E.posix!==!0&&O[0]==="^"&&!O.includes("/")&&(_=`/${_}`),E.value+=_,Se({value:_}),d.literalBrackets===!1||t.hasRegexChars(O))continue;const Q=t.escapeRegex(E.value);if(g.output=g.output.slice(0,-E.value.length),d.literalBrackets===!0){g.output+=Q,E.value=Q;continue}E.value=`(${T}${Q}|${E.value})`,g.output+=E.value;continue}if(_==="{"&&d.nobrace!==!0){We("braces");const O={type:"brace",value:_,output:"(",outputIndex:g.output.length,tokensIndex:g.tokens.length};Ve.push(O),M(O);continue}if(_==="}"){const O=Ve[Ve.length-1];if(d.nobrace===!0||!O){M({type:"text",value:_,output:_});continue}let Q=")";if(O.dots===!0){const de=C.slice(),Ne=[];for(let Ce=de.length-1;Ce>=0&&(C.pop(),de[Ce].type!=="brace");Ce--)de[Ce].type!=="dots"&&Ne.unshift(de[Ce].value);Q=a(Ne,d),g.backtrack=!0}if(O.comma!==!0&&O.dots!==!0){const de=g.output.slice(0,O.outputIndex),Ne=g.tokens.slice(O.tokensIndex);O.value=O.output="\\{",_=Q="\\}",g.output=de;for(const Ce of Ne)g.output+=Ce.output||Ce.value}M({type:"brace",value:_,output:Q}),$e("braces"),Ve.pop();continue}if(_==="|"){be.length>0&&be[be.length-1].conditions++,M({type:"text",value:_});continue}if(_===","){let O=_;const Q=Ve[Ve.length-1];Q&&ve[ve.length-1]==="braces"&&(Q.comma=!0,O="|"),M({type:"comma",value:_,output:O});continue}if(_==="/"){if(E.type==="dot"&&g.index===g.start+1){g.start=g.index+1,g.consumed="",g.output="",C.pop(),E=Z;continue}M({type:"slash",value:_,output:y});continue}if(_==="."){if(g.braces>0&&E.type==="dot"){E.value==="."&&(E.output=m);const O=Ve[Ve.length-1];E.type="dots",E.output+=_,E.value+=_,O.dots=!0;continue}if(g.braces+g.parens===0&&E.type!=="bos"&&E.type!=="slash"){M({type:"text",value:_,output:m});continue}M({type:"dot",value:_,output:m});continue}if(_==="?"){if(!(E&&E.value==="(")&&d.noextglob!==!0&&B()==="("&&B(2)!=="?"){Re("qmark",_);continue}if(E&&E.type==="paren"){const Q=B();let de=_;if(Q==="<"&&!t.supportsLookbehinds())throw new Error("Node.js v10 or higher is required for regex lookbehinds");(E.value==="("&&!/[!=<:]/.test(Q)||Q==="<"&&!/<([!=]|\w+>)/.test(nt()))&&(de=`\\${_}`),M({type:"text",value:_,output:de});continue}if(d.dot!==!0&&(E.type==="slash"||E.type==="bos")){M({type:"qmark",value:_,output:J});continue}M({type:"qmark",value:_,output:I});continue}if(_==="!"){if(d.noextglob!==!0&&B()==="("&&(B(2)!=="?"||!/[!=<:]/.test(B(3)))){Re("negate",_);continue}if(d.nonegate!==!0&&g.index===0){Ft();continue}}if(_==="+"){if(d.noextglob!==!0&&B()==="("&&B(2)!=="?"){Re("plus",_);continue}if(E&&E.value==="("||d.regex===!1){M({type:"plus",value:_,output:v});continue}if(E&&(E.type==="bracket"||E.type==="paren"||E.type==="brace")||g.parens>0){M({type:"plus",value:_});continue}M({type:"plus",value:v});continue}if(_==="@"){if(d.noextglob!==!0&&B()==="("&&B(2)!=="?"){M({type:"at",extglob:!0,value:_,output:""});continue}M({type:"text",value:_});continue}if(_!=="*"){(_==="$"||_==="^")&&(_=`\\${_}`);const O=o.exec(nt());O&&(_+=O[0],g.index+=O[0].length),M({type:"text",value:_});continue}if(E&&(E.type==="globstar"||E.star===!0)){E.type="star",E.star=!0,E.value+=_,E.output=_e,g.backtrack=!0,g.globstar=!0,ye(_);continue}let $=nt();if(d.noextglob!==!0&&/^\([^?]/.test($)){Re("star",_);continue}if(E.type==="star"){if(d.noglobstar===!0){ye(_);continue}const O=E.prev,Q=O.prev,de=O.type==="slash"||O.type==="bos",Ne=Q&&(Q.type==="star"||Q.type==="globstar");if(d.bash===!0&&(!de||$[0]&&$[0]!=="/")){M({type:"star",value:_,output:""});continue}const Ce=g.braces>0&&(O.type==="comma"||O.type==="brace"),Wn=be.length&&(O.type==="pipe"||O.type==="paren");if(!de&&O.type!=="paren"&&!Ce&&!Wn){M({type:"star",value:_,output:""});continue}for(;$.slice(0,3)==="/**";){const en=l[g.index+4];if(en&&en!=="/")break;$=$.slice(3),ye("/**",3)}if(O.type==="bos"&&W()){E.type="globstar",E.value+=_,E.output=j(d),g.output=E.output,g.globstar=!0,ye(_);continue}if(O.type==="slash"&&O.prev.type!=="bos"&&!Ne&&W()){g.output=g.output.slice(0,-(O.output+E.output).length),O.output=`(?:${O.output}`,E.type="globstar",E.output=j(d)+(d.strictSlashes?")":"|$)"),E.value+=_,g.globstar=!0,g.output+=O.output+E.output,ye(_);continue}if(O.type==="slash"&&O.prev.type!=="bos"&&$[0]==="/"){const en=$[1]!==void 0?"|$":"";g.output=g.output.slice(0,-(O.output+E.output).length),O.output=`(?:${O.output}`,E.type="globstar",E.output=`${j(d)}${y}|${y}${en})`,E.value+=_,g.output+=O.output+E.output,g.globstar=!0,ye(_+xe()),M({type:"slash",value:"/",output:""});continue}if(O.type==="bos"&&$[0]==="/"){E.type="globstar",E.value+=_,E.output=`(?:^|${y}|${j(d)}${y})`,g.output=E.output,g.globstar=!0,ye(_+xe()),M({type:"slash",value:"/",output:""});continue}g.output=g.output.slice(0,-E.output.length),E.type="globstar",E.output=j(d),E.value+=_,g.output+=E.output,g.globstar=!0,ye(_);continue}const ne={type:"star",value:_,output:_e};if(d.bash===!0){ne.output=".*?",(E.type==="bos"||E.type==="slash")&&(ne.output=ce+ne.output),M(ne);continue}if(E&&(E.type==="bracket"||E.type==="paren")&&d.regex===!0){ne.output=_,M(ne);continue}(g.index===g.start||E.type==="slash"||E.type==="dot")&&(E.type==="dot"?(g.output+=Y,E.output+=Y):d.dot===!0?(g.output+=H,E.output+=H):(g.output+=ce,E.output+=ce),B()!=="*"&&(g.output+=D,E.output+=D)),M(ne)}for(;g.brackets>0;){if(d.strictBrackets===!0)throw new SyntaxError(c("closing","]"));g.output=t.escapeLast(g.output,"["),$e("brackets")}for(;g.parens>0;){if(d.strictBrackets===!0)throw new SyntaxError(c("closing",")"));g.output=t.escapeLast(g.output,"("),$e("parens")}for(;g.braces>0;){if(d.strictBrackets===!0)throw new SyntaxError(c("closing","}"));g.output=t.escapeLast(g.output,"{"),$e("braces")}if(d.strictSlashes!==!0&&(E.type==="star"||E.type==="bracket")&&M({type:"maybe_slash",value:"",output:`${y}?`}),g.backtrack===!0){g.output="";for(const $ of g.tokens)g.output+=$.output!=null?$.output:$.value,$.suffix&&(g.output+=$.suffix)}return g};return u.fastpaths=(l,h)=>{const d={...h},b=typeof d.maxLength=="number"?Math.min(n,d.maxLength):n,A=l.length;if(A>b)throw new SyntaxError(`Input length: ${A}, exceeds maximum allowed length: ${b}`);l=s[l]||l;const Z=t.isWindows(h),{DOT_LITERAL:C,SLASH_LITERAL:T,ONE_CHAR:k,DOTS_SLASH:p,NO_DOT:S,NO_DOTS:m,NO_DOTS_SLASH:v,STAR:y,START_ANCHOR:D}=e.globChars(Z),P=d.dot?m:S,G=d.dot?v:S,Y=d.capture?"":"?:",H={negated:!1,prefix:""};let I=d.bash===!0?".*?":y;d.capture&&(I=`(${I})`);const J=ce=>ce.noglobstar===!0?I:`(${Y}(?:(?!${D}${ce.dot?p:C}).)*?)`,V=ce=>{switch(ce){case"*":return`${P}${k}${I}`;case".*":return`${C}${k}${I}`;case"*.*":return`${P}${I}${C}${k}${I}`;case"*/*":return`${P}${I}${T}${k}${G}${I}`;case"**":return P+J(d);case"**/*":return`(?:${P}${J(d)}${T})?${G}${k}${I}`;case"**/*.*":return`(?:${P}${J(d)}${T})?${G}${I}${C}${k}${I}`;case"**/.*":return`(?:${P}${J(d)}${T})?${C}${k}${I}`;default:{const ze=/^(.*?)\.(\w+)$/.exec(ce);if(!ze)return;const _e=V(ze[1]);return _e?_e+C+ze[2]:void 0}}},X=t.removePrefix(l,H);let j=V(X);return j&&d.strictSlashes!==!0&&(j+=`${T}?`),j},qr=u,qr}var Jr,ca;function _g(){if(ca)return Jr;ca=1;const e=ue,t=Eg(),n=gg(),r=Hn(),o=Gn(),i=a=>a&&typeof a=="object"&&!Array.isArray(a),s=(a,c,u=!1)=>{if(Array.isArray(a)){const T=a.map(p=>s(p,c,u));return p=>{for(const S of T){const m=S(p);if(m)return m}return!1}}const l=i(a)&&a.tokens&&a.input;if(a===""||typeof a!="string"&&!l)throw new TypeError("Expected pattern to be a non-empty string");const h=c||{},d=r.isWindows(c),b=l?s.compileRe(a,c):s.makeRe(a,c,!1,!0),A=b.state;delete b.state;let Z=()=>!1;if(h.ignore){const T={...c,ignore:null,onMatch:null,onResult:null};Z=s(h.ignore,T,u)}const C=(T,k=!1)=>{const{isMatch:p,match:S,output:m}=s.test(T,b,c,{glob:a,posix:d}),v={glob:a,state:A,regex:b,posix:d,input:T,output:m,match:S,isMatch:p};return typeof h.onResult=="function"&&h.onResult(v),p===!1?(v.isMatch=!1,k?v:!1):Z(T)?(typeof h.onIgnore=="function"&&h.onIgnore(v),v.isMatch=!1,k?v:!1):(typeof h.onMatch=="function"&&h.onMatch(v),k?v:!0)};return u&&(C.state=A),C};return s.test=(a,c,u,{glob:l,posix:h}={})=>{if(typeof a!="string")throw new TypeError("Expected input to be a string");if(a==="")return{isMatch:!1,output:""};const d=u||{},b=d.format||(h?r.toPosixSlashes:null);let A=a===l,Z=A&&b?b(a):a;return A===!1&&(Z=b?b(a):a,A=Z===l),(A===!1||d.capture===!0)&&(d.matchBase===!0||d.basename===!0?A=s.matchBase(a,c,u,h):A=c.exec(Z)),{isMatch:!!A,match:A,output:Z}},s.matchBase=(a,c,u,l=r.isWindows(u))=>(c instanceof RegExp?c:s.makeRe(c,u)).test(e.basename(a)),s.isMatch=(a,c,u)=>s(c,u)(a),s.parse=(a,c)=>Array.isArray(a)?a.map(u=>s.parse(u,c)):n(a,{...c,fastpaths:!1}),s.scan=(a,c)=>t(a,c),s.compileRe=(a,c,u=!1,l=!1)=>{if(u===!0)return a.output;const h=c||{},d=h.contains?"":"^",b=h.contains?"":"$";let A=`${d}(?:${a.output})${b}`;a&&a.negated===!0&&(A=`^(?!${A}).*$`);const Z=s.toRegex(A,c);return l===!0&&(Z.state=a),Z},s.makeRe=(a,c={},u=!1,l=!1)=>{if(!a||typeof a!="string")throw new TypeError("Expected a non-empty string");let h={negated:!1,fastpaths:!0};return c.fastpaths!==!1&&(a[0]==="."||a[0]==="*")&&(h.output=n.fastpaths(a,c)),h.output||(h=n(a,c)),s.compileRe(h,c,u,l)},s.toRegex=(a,c)=>{try{const u=c||{};return new RegExp(a,u.flags||(u.nocase?"i":""))}catch(u){if(c&&c.debug===!0)throw u;return/$^/}},s.constants=o,Jr=s,Jr}var eo,ua;function yg(){return ua||(ua=1,eo=_g()),eo}var to,la;function Sg(){if(la)return to;la=1;const e=Ro,t=mg(),n=yg(),r=Hn(),o=a=>a===""||a==="./",i=a=>{const c=a.indexOf("{");return c>-1&&a.indexOf("}",c)>-1},s=(a,c,u)=>{c=[].concat(c),a=[].concat(a);let l=new Set,h=new Set,d=new Set,b=0,A=T=>{d.add(T.output),u&&u.onResult&&u.onResult(T)};for(let T=0;T<c.length;T++){let k=n(String(c[T]),{...u,onResult:A},!0),p=k.state.negated||k.state.negatedExtglob;p&&b++;for(let S of a){let m=k(S,!0);(p?!m.isMatch:m.isMatch)&&(p?l.add(m.output):(l.delete(m.output),h.add(m.output)))}}let C=(b===c.length?[...d]:[...h]).filter(T=>!l.has(T));if(u&&C.length===0){if(u.failglob===!0)throw new Error(`No matches found for "${c.join(", ")}"`);if(u.nonull===!0||u.nullglob===!0)return u.unescape?c.map(T=>T.replace(/\\/g,"")):c}return C};return s.match=s,s.matcher=(a,c)=>n(a,c),s.isMatch=(a,c,u)=>n(c,u)(a),s.any=s.isMatch,s.not=(a,c,u={})=>{c=[].concat(c).map(String);let l=new Set,h=[],d=A=>{u.onResult&&u.onResult(A),h.push(A.output)},b=new Set(s(a,c,{...u,onResult:d}));for(let A of h)b.has(A)||l.add(A);return[...l]},s.contains=(a,c,u)=>{if(typeof a!="string")throw new TypeError(`Expected a string: "${e.inspect(a)}"`);if(Array.isArray(c))return c.some(l=>s.contains(a,l,u));if(typeof c=="string"){if(o(a)||o(c))return!1;if(a.includes(c)||a.startsWith("./")&&a.slice(2).includes(c))return!0}return s.isMatch(a,c,{...u,contains:!0})},s.matchKeys=(a,c,u)=>{if(!r.isObject(a))throw new TypeError("Expected the first argument to be an object");let l=s(Object.keys(a),c,u),h={};for(let d of l)h[d]=a[d];return h},s.some=(a,c,u)=>{let l=[].concat(a);for(let h of[].concat(c)){let d=n(String(h),u);if(l.some(b=>d(b)))return!0}return!1},s.every=(a,c,u)=>{let l=[].concat(a);for(let h of[].concat(c)){let d=n(String(h),u);if(!l.every(b=>d(b)))return!1}return!0},s.all=(a,c,u)=>{if(typeof a!="string")throw new TypeError(`Expected a string: "${e.inspect(a)}"`);return[].concat(c).every(l=>n(l,u)(a))},s.capture=(a,c,u)=>{let l=r.isWindows(u),d=n.makeRe(String(a),{...u,capture:!0}).exec(l?r.toPosixSlashes(c):c);if(d)return d.slice(1).map(b=>b===void 0?"":b)},s.makeRe=(...a)=>n.makeRe(...a),s.scan=(...a)=>n.scan(...a),s.parse=(a,c)=>{let u=[];for(let l of[].concat(a||[]))for(let h of t(String(l),c))u.push(n.parse(h,c));return u},s.braces=(a,c)=>{if(typeof a!="string")throw new TypeError("Expected a string");return c&&c.nobrace===!0||!i(a)?[a]:t(a,c)},s.braceExpand=(a,c)=>{if(typeof a!="string")throw new TypeError("Expected a string");return s.braces(a,{...c,expand:!0})},s.hasBraces=i,to=s,to}var Tg=Sg();const Rg=cg(Tg);function pa(e,t,n){tn.statSync(e).isDirectory()?(tn.mkdirSync(t,{recursive:!0}),tn.readdirSync(e).forEach(r=>{const o=rt.resolve(e,r),i=rt.resolve(t,r);pa(o,i,n)})):Rg.isMatch(e,n)||tn.copyFileSync(e,t)}function at(e,t,n,r,o=[]){const i=rt.join(e,r?.[n]??n);pa(rt.join(t,n),i,o)}function Cg(e){return{renameFiles:{"example-template":`${e}`},targetPath:e,sourcePath:"template/page-templates",onTemplateCreated:()=>N.info(`Template [${e}] with pages structure named has been created`)}}function tt(e){return Le.resolve(Ma(import.meta.url),"../..",e)}function Ig(){const e=tt("package.json");return e!==""?JSON.parse(fe.readFileSync(e,"utf8")):{}}async function wg(e){try{const t=e,n=Te.cwd(),r=Le.join(n,t),o=["templates","headers","preview","footers","reference","page-templates","layouts","collections","blank"],i={_gitignore:".gitignore"};fe.existsSync(r)?(N.error(`App with the name: ${e} already exists. If you'd like to override it, delete previous version first`),Te.exit(1)):fe.mkdirSync(r);const s=tt("template");fe.readdirSync(s).filter(l=>l!=="package.json").filter(l=>!o.includes(l)).forEach(async l=>at(r,s,l,i));const a=JSON.parse(fe.readFileSync(Le.join(s,"package.json"),"utf-8"));a.name=e;const c=Ig();c.version&&(a.dependencies["@lightspeed/crane-api"]=c.dependencies["@lightspeed/crane-api"]),c.dependencies["@lightspeed/eslint-config-crane"]&&(a.dependencies["@lightspeed/eslint-config-crane"]=c.dependencies["@lightspeed/eslint-config-crane"]);const u=Le.join(r,"package.json");fe.writeFileSync(u,`${JSON.stringify(a,null,2)}
56
- `),N.info(`App ${e} created`)}catch(t){N.error(`Error while creating app: ${t.message}`),Te.exit(1)}}function no(e,t,n,r){try{const o=Te.cwd(),i=ue.join(o,t);re.existsSync(i)||re.mkdirSync(i);const s=ue.join(o,t,n);re.existsSync(s)?(N.error(`${r} with the name: ${n} already exists. If you'd like to override it, delete previous version first`),Te.exit(1)):re.mkdirSync(s);const a=tt(e);re.readdirSync(a).forEach(async c=>at(s,a,c)),N.info(`${r} ${n} created`)}catch(o){N.error(`Error while creating ${r}: ${o.message}`),Te.exit(1)}}function ro(e){const t=Te.cwd(),n=tt(`template/${e}`),r=ue.join(t,e);re.existsSync(r)||(re.mkdirSync(r),re.readdirSync(n).forEach(async o=>at(r,n,o)))}async function Og(e,t,n,r){if(!re.existsSync(n)){re.copyFileSync(t,n);return}const o=re.readFileSync(t),i=re.readFileSync(n);o.equals(i)||(r?(await Gt({type:"select",name:"value",message:`File "${e.name}" exists but differs from template. What would you like to do?`,choices:[{title:"Keep existing file",value:"keep"},{title:"Replace with template version",value:"replace"}],initial:0})).value==="replace"?(re.copyFileSync(t,n),N.info(`Replaced "${e.name}" with template version.`)):N.info(`Kept existing "${e.name}".`):N.warn(`File "${e.name}" exists but differs from template. File will be skipped, this may lead to issues.`))}async function jn(e,t,n=!1){async function r(i,s,a){const c=ue.join(s,i.name),u=ue.join(a,i.name);i.isDirectory()?await jn(c,u,n):await Og(i,c,u,n)}const o=re.readdirSync(e,{withFileTypes:!0});re.existsSync(t)||re.mkdirSync(t,{recursive:!0}),await o.reduce(async(i,s)=>(await i,r(s,e,t)),Promise.resolve())}async function oo(e=!1){try{const t=Te.cwd(),n=ue.join(t,"shared"),r=tt("template/shared");if(!re.existsSync(r))return;await jn(r,n,e)}catch(t){N.error(`Error while processing shared folder: ${t.message}`),Te.exit(1)}}async function vg(e,t){await oo(),no(`${`template${t?"/blank":""}`}/sections/${`${t?"blank-section":"example-section"}`}`,"sections",e,"Section")}function Ag(e){return{renameFiles:{"example-collection":`${e}`},targetPath:e,sourcePath:"template/collections",onCollectionCreated:()=>N.info(`Collection [${e}] has been created`)}}async function bg(e){const{targetPath:t,renameFiles:n,sourcePath:r,onCollectionCreated:o}=Ag(e);try{const i=Te.cwd(),s=Le.join(i,"collections"),a=tt(r),c=fe.readdirSync(a);fe.existsSync(s)?fe.existsSync(Le.join(s,t))&&(N.error(`Collection with the name: ${e} already exists. If you'd like to override it, delete previous version first`),Te.exit(1)):fe.mkdirSync(s),c.forEach(u=>at(s,a,u,n)),o()}catch(i){N.error(`Error while creating collection: ${i.message}`),Te.exit(1)}}async function $g(e){await oo(),no("template/footers/example-footer","footers",e,"Footer")}async function Ng(e){await oo(),no("template/headers/example-header","headers",e,"Header")}async function Lg(e,t){try{const n=Te.cwd(),r=Le.join(n,"templates"),o=tt("template/page-templates/example-template/pages");fe.existsSync(Le.join(r,e))||(N.error(`Template with the name: [${e}] doesn't exists. Please create a template first.`),Te.exit(1)),fe.existsSync(Le.join(r,e,"pages",`${t}.ts`))&&(N.error(`Page with the name: [${t}.ts] already exists. If you'd like to override it, delete previous version first`),Te.exit(1));const i=fe.readFileSync(Le.join(o,"custom.ts"),"utf-8").replace(/title\s*:\s*'Custom Page'/,`title: '${ic(t)}'`),s=Le.join(r,e,"pages",`${t}.ts`);fe.writeFileSync(s,i),N.info(`Page [${t}.ts] created for template ${e}`)}catch(n){N.error(`Error while creating page: ${n.message}`),Te.exit(1)}}async function Dg(){try{const e=Te.cwd(),t=tt("template/reference"),n=fe.readdirSync(t);let r=!1;for(const o of n){const i=Le.join(t,o),s=Le.join(e,o);fe.existsSync(s)||fe.mkdirSync(s,{recursive:!0});const a=fe.readdirSync(i),c=fe.readdirSync(s);if(o==="shared"){a.forEach(u=>{at(s,i,u)});continue}for(const u of a){if(u==="assets"){at(s,i,u);continue}if(c.includes(u)){const{name:l}=await Gt({type:"text",name:"name",message:`The "${u}" already exists in ${o} directory: provide a new name to keep both or press Esc to skip this one.`});l?(at(s,i,u,{[u]:l}),r=!0):N.info(`Skipped: ${u}`)}else at(s,i,u)}}N.info("Reference templates have been added to the app"),r&&N.warn("Some files or folders were renamed to avoid conflicts. Template files may need to be updated to reflect these changes.")}catch(e){N.error(`Error while creating template descriptors: ${e.message}`),Te.exit(1)}}const kg=["**/example-template/pages/custom.ts"];async function Pg(e){const{targetPath:t,renameFiles:n,sourcePath:r,onTemplateCreated:o}=Cg(e);try{const i=Te.cwd(),s=Le.join(i,"templates"),a=tt(r),c=fe.readdirSync(a);fe.existsSync(s)?fe.existsSync(Le.join(s,t))&&(N.error(`Template with the name: ${e} already exists. If you'd like to override it, delete previous version first`),Te.exit(1)):fe.mkdirSync(s),c.forEach(u=>at(s,a,u,n,kg)),ro("headers"),ro("footers"),ro("layouts"),o()}catch(i){N.error(`Error while creating template descriptors: ${i.message}`),Te.exit(1)}}function xg(){process.env.CRANE_DEBUG_ENABLED="true"}function Ug(){return process.env.CRANE_DEBUG_ENABLED==="true"}function Mg(e,...t){Ug()&&console.debug(Ta(`[DEBUG] ${e}`),...t)}function Fg(e){const t=U(process.cwd(),`${Ae}/${e}`);if(Ie(t))return we.SECTION;const n=U(process.cwd(),`${Ht}/${e}`);if(Ie(n))return we.HEADER;const r=U(process.cwd(),`${jt}/${e}`);return Ie(r)?we.FOOTER:we.SECTION}function zg(){return{name:"app-block-api",configureServer(e){e.middlewares.use(async(t,n,r)=>{e.moduleGraph.invalidateAll();const o=new va(t.url||"",`http://${t.headers.host}`);if(o.pathname==="/api/v1/block-config"&&t.method==="GET"){const i=o.searchParams.get("section"),s=o.searchParams.get("type");if(!i){n.statusCode=400,n.setHeader("Content-Type","application/json"),n.end(JSON.stringify({error:"Missing blockId parameter"}));return}const a=s&&we[s]||Fg(i);try{const c=await Pn(i,a);n.statusCode=200,n.setHeader("Content-Type","application/json"),n.end(JSON.stringify(c))}catch(c){n.statusCode=500,n.setHeader("Content-Type","application/json"),n.end(JSON.stringify({error:c.message}))}return}r()})}}}let yt=null;function Gg(){yt&&yt.clients.forEach(e=>{e.readyState===za.OPEN&&e.send(JSON.stringify({type:"full-reload"}))})}async function Hg(e,t){const n=U(`${e}/ssr-server.ts`),r=U(t);await ot({build:{lib:{entry:n,formats:["es"],fileName:()=>"ssr-server.mjs"},outDir:r,emptyOutDir:!1,minify:!1,rollupOptions:{external:["http","fs","@swc/core","module-from-string","linkedom"],output:{entryFileNames:"ssr-server.mjs"}},target:"esnext"}})}async function jg(e,t){const n=U(`${e}/shared/preview.ts`),r=U(`${e}/shared/utils.ts`),o=U(`${e}/shared/api-routes.ts`),i=U(t);await ot({build:{lib:{entry:n,formats:["es"],fileName:()=>"preview.js"},outDir:i,emptyOutDir:!1,minify:!1,rollupOptions:{output:{entryFileNames:"preview.js"}},target:"esnext"}}),await ot({build:{lib:{entry:r,formats:["es"],fileName:()=>"utils.js"},outDir:i,emptyOutDir:!1,minify:!1,rollupOptions:{output:{entryFileNames:"utils.js"}},target:"esnext"}}),await ot({build:{lib:{entry:o,formats:["es"],fileName:()=>"api-routes.js"},outDir:i,emptyOutDir:!1,minify:!1,rollupOptions:{external:["path","fs","http","https","url","stream","util","events","buffer"],output:{entryFileNames:"api-routes.js"}},target:"esnext"}})}async function Bg(){const e="preview",t=`${e}/shared`,n="vite.config.js",r=`${e}/sections`,o=`${r}/preview.html`;[e,r].forEach(s=>{re.existsSync(s)||re.mkdirSync(s,{recursive:!0})});const i=tt("template/preview");re.copyFileSync(`${i}/${n}`,`${e}/${n}`),await Hg(i,e),re.copyFileSync(`${i}/sections/preview.html`,o),re.existsSync(t)||re.mkdirSync(t),await jg(i,t)}function Zg(e){const t=e.replace(/\\/g,"/").match(/(?:sections|headers|footers)\/([^/]+)/);return t?t[1]:null}function Vg(e){const t=e.replace(/\\/g,"/");return t.includes("shared")&&!t.includes("sections")&&!t.includes("headers")&&!t.includes("footers")}async function Wg(e){const t=(await Vi()).find(r=>r.name===e);if(!t){console.warn(`Block ${e} not found, falling back to full build`),await zn(!0);return}const n=Bi(t);await ji([n]),console.log(`Block ${e} rebuilt successfully`)}var Kg=(e=>(e.FULL="full",e.INCREMENTAL="incremental",e))(Kg||{});function Yg(){return{timeout:null,inProgress:!1,pendingBuild:null}}function Xg(e,t){const n=async r=>{e.inProgress=!0;try{r.type==="incremental"&&r.blockName?await Wg(r.blockName):await zn(!0),t.ws.send({type:"full-reload",path:"*"}),Gg()}catch(o){console.error("Build error:",o)}finally{if(e.inProgress=!1,e.pendingBuild){const o=e.pendingBuild;e.pendingBuild=null,setTimeout(()=>n(o),0)}}};return async r=>{if(e.inProgress){r.type==="full"||e.pendingBuild?.type==="full"?e.pendingBuild={type:"full"}:e.pendingBuild=r;return}await n(r)}}function Qg(e){const t=e.replace(/\\/g,"/"),n=t.match(/sections\/([^/]+)/),r=t.match(/headers\/([^/]+)/),o=t.match(/footers\/([^/]+)/),i=t.match(/shared\//);return!!(n||r||o||i)}function qg(e,t){return async n=>{if(!Qg(n))return;e.timeout&&clearTimeout(e.timeout);const r=Zg(n),o=Vg(n);e.timeout=setTimeout(async()=>{o?await t({type:"full"}):r&&await t({type:"incremental",blockName:r})},1e3)}}function Jg(e,t){const n=Yg(),r=Xg(n,e),o=qg(n,r);e.watcher.add(t),e.watcher.on("add",o),e.watcher.on("change",o),e.watcher.on("unlink",o)}async function e_(){const e=ue.resolve(process.cwd(),"preview/ssr-server.mjs");if(!re.existsSync(e))throw console.warn(`\u26A0\uFE0F SSR server not found at ${e}`),new Error(`SSR server not found at ${e}`);process.env.PREVIEW_SSR_PORT="0";let t=e;process.platform==="win32"&&(t=Eo(e).href);const n=await import(t),{server:r,port:o}=await n.startServer();return{server:r,port:o}}function t_(){yt=new Fa({port:0}),yt.on("listening",()=>{const e=yt?.address();if(e&&typeof e=="object"){const t=e.port;process.env.CRANE_WEBSOCKET_PORT=String(t)}})}async function n_(){const e=ue.resolve(process.cwd(),"preview/vite.config.js"),t=ue.resolve(process.cwd(),"sections/**/*"),n=ue.resolve(process.cwd(),"headers/**/*"),r=ue.resolve(process.cwd(),"footers/**/*"),o=ue.resolve(process.cwd(),"shared/**/*"),i=await Ca({configFile:e,root:process.cwd(),plugins:[zg()]});return await i.listen(),Jg(i,[t,n,r,o]),i}async function r_(){await zn(),await Bg(),console.log(`
46
+ For deploy run: npx @lightspeed/crane@latest deploy`;function Ch(e,t){if(e.errors.length===0){f.info(vh);return}f.error("Invalid configuration detected:"),Ih(e),t||process.exit(1)}const ws={"process.env":{NODE_ENV:"production"}},Rh=[...go,...go.map(e=>`node:${e}`)],bh=[/@vue\/compiler-dom/,/@vue\/runtime-dom/,/@vue\/server-renderer/,/@vue\/compiler-ssr/,/@vue\/shared/],vs=e=>({pluginType:te.Server,define:ws,ssr:!0,ssrOptions:{noExternal:!0},entryFileNames:"server.js",externalOption:[...Rh,...bh],inlineDynamicImports:!0,...e,outDir:e.outDir}),Cs=e=>({pluginType:te.Client,define:ws,ssr:!1,entryFileNames:"client.js",assetFileNames:"assets/[name].[ext]",chunkFileNames:"chunks/[name].js",inlineDynamicImports:!1,...e,outDir:e.outDir}),Ye=e=>({pluginType:te.Misc,ssr:!1,...e,entryFileNames:e.entryFileNames,outDir:e.outDir}),Ah=e=>({pluginType:te.Layout,ssr:!1,entryFileNames:"index.mjs",...e,outDir:e.outDir}),Kt=e=>({pluginType:te.Asset,ssr:!1,assetFileNames:"[name].[ext]",...e,outDir:e.outDir});let Jt=!1;function Nh(e){Jt=e}function Xn(){return Jt}const Rs=["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"],$h=80,Dh="\x1B[?25l",Lh="\x1B[?25h",kh="\x1B[2K\r",Ph=44;let zh=class{frameIndex=0;timer=null;realWrite=null;buffer=[];start(){Jt||(this.frameIndex=0,this.buffer=[],this.realWrite=process.stdout.write.bind(process.stdout),process.stdout.write=((t,n,o)=>(this.buffer.push(typeof t=="string"?t:String(t)),typeof n=="function"&&(o=n),o&&o(),!0)),this.realWrite(Dh),this.render(),this.timer=setInterval(()=>this.render(),$h))}render(){if(!this.realWrite)return;const t=" Build is in progress...".padEnd(Ph-1," "),n=ue(Rs[this.frameIndex]+t);this.realWrite(`\r${n}`),this.frameIndex=(this.frameIndex+1)%Rs.length}stop(){if(!Jt&&(this.timer&&(clearInterval(this.timer),this.timer=null),this.realWrite)){process.stdout.write=this.realWrite,this.realWrite(`${kh}${Lh}`);for(const t of this.buffer)this.realWrite(t);this.buffer=[],this.realWrite=null}}};const bs=new zh,jh=()=>Ti({ext:".gz",algorithm:"gzip",verbose:Xn()}),Uh="/* EXTERNAL_IMPORTS_START */",Mh="/* EXTERNAL_IMPORTS_END */",Fh=()=>({name:"external-imports-wrapper-plugin",enforce:"post",apply:"build",generateBundle(e,t){for(const n of Object.keys(t)){const o=t[n];if(o.type==="chunk"){const r=/import.*\?commonjs-external["'];/g,s=o.code.match(r);if(s!==null){const i=s.join(""),a=Uh+i+Mh,c=o.code.replace(r,"");o.code=a+c}}}}}),xh=()=>({name:"disable-json-plugin",enforce:"pre",apply:"build",configResolved(e){const t=e.plugins?.findIndex(n=>n?.name==="vite:json");t!==-1&&(e.plugins[t]={name:"vite:json",load:()=>null,transform:()=>null})}}),Gh=()=>{const e=process.env.npm_lifecycle_event;return wi({typescript:!1,vueTsc:!1,eslint:e?.startsWith("test")?!1:{lintCommand:`eslint --max-warnings=0 "./sections/**/*.{js,ts,vue}" --cache --cache-location "./build/eslintcache/${e}.json"`}})},pe={vue:()=>Oi(),tsconfigPaths:()=>Ii(),checker:()=>Gh()};class nn{constructor(t){this.bits=t instanceof nn?t.bits.slice():[]}add(t){this.bits[t>>5]|=1<<(t&31)}has(t){return!!(this.bits[t>>5]&1<<(t&31))}}class lt{constructor(t,n,o){this.start=t,this.end=n,this.original=o,this.intro="",this.outro="",this.content=o,this.storeName=!1,this.edited=!1,this.previous=null,this.next=null}appendLeft(t){this.outro+=t}appendRight(t){this.intro=this.intro+t}clone(){const t=new lt(this.start,this.end,this.original);return t.intro=this.intro,t.outro=this.outro,t.content=this.content,t.storeName=this.storeName,t.edited=this.edited,t}contains(t){return this.start<t&&t<this.end}eachNext(t){let n=this;for(;n;)t(n),n=n.next}eachPrevious(t){let n=this;for(;n;)t(n),n=n.previous}edit(t,n,o){return this.content=t,o||(this.intro="",this.outro=""),this.storeName=n,this.edited=!0,this}prependLeft(t){this.outro=t+this.outro}prependRight(t){this.intro=t+this.intro}reset(){this.intro="",this.outro="",this.edited&&(this.content=this.original,this.storeName=!1,this.edited=!1)}split(t){const n=t-this.start,o=this.original.slice(0,n),r=this.original.slice(n);this.original=o;const s=new lt(t,this.end,r);return s.outro=this.outro,this.outro="",this.end=t,this.edited?(s.edit("",!1),this.content=""):this.content=o,s.next=this.next,s.next&&(s.next.previous=s),s.previous=this,this.next=s,s}toString(){return this.intro+this.content+this.outro}trimEnd(t){if(this.outro=this.outro.replace(t,""),this.outro.length)return!0;const n=this.content.replace(t,"");if(n.length)return n!==this.content&&(this.split(this.start+n.length).edit("",void 0,!0),this.edited&&this.edit(n,this.storeName,!0)),!0;if(this.edit("",void 0,!0),this.intro=this.intro.replace(t,""),this.intro.length)return!0}trimStart(t){if(this.intro=this.intro.replace(t,""),this.intro.length)return!0;const n=this.content.replace(t,"");if(n.length){if(n!==this.content){const o=this.split(this.end-n.length);this.edited&&o.edit(n,this.storeName,!0),this.edit("",void 0,!0)}return!0}else if(this.edit("",void 0,!0),this.outro=this.outro.replace(t,""),this.outro.length)return!0}}function Zh(){return typeof globalThis<"u"&&typeof globalThis.btoa=="function"?e=>globalThis.btoa(unescape(encodeURIComponent(e))):typeof Buffer=="function"?e=>Buffer.from(e,"utf-8").toString("base64"):()=>{throw new Error("Unsupported environment: `window.btoa` or `Buffer` should be supported.")}}const Bh=Zh();class Hh{constructor(t){this.version=3,this.file=t.file,this.sources=t.sources,this.sourcesContent=t.sourcesContent,this.names=t.names,this.mappings=vi(t.mappings),typeof t.x_google_ignoreList<"u"&&(this.x_google_ignoreList=t.x_google_ignoreList)}toString(){return JSON.stringify(this)}toUrl(){return"data:application/json;charset=utf-8;base64,"+Bh(this.toString())}}function Vh(e){const t=e.split(`
47
+ `),n=t.filter(s=>/^\t+/.test(s)),o=t.filter(s=>/^ {2,}/.test(s));if(n.length===0&&o.length===0)return null;if(n.length>=o.length)return" ";const r=o.reduce((s,i)=>{const a=/^ +/.exec(i)[0].length;return Math.min(a,s)},1/0);return new Array(r+1).join(" ")}function Wh(e,t){const n=e.split(/[/\\]/),o=t.split(/[/\\]/);for(n.pop();n[0]===o[0];)n.shift(),o.shift();if(n.length){let r=n.length;for(;r--;)n[r]=".."}return n.concat(o).join("/")}const Yh=Object.prototype.toString;function Kh(e){return Yh.call(e)==="[object Object]"}function As(e){const t=e.split(`
48
+ `),n=[];for(let o=0,r=0;o<t.length;o++)n.push(r),r+=t[o].length+1;return function(r){let s=0,i=n.length;for(;s<i;){const u=s+i>>1;r<n[u]?i=u:s=u+1}const a=s-1,c=r-n[a];return{line:a,column:c}}}const Jh=/\w/;class Xh{constructor(t){this.hires=t,this.generatedCodeLine=0,this.generatedCodeColumn=0,this.raw=[],this.rawSegments=this.raw[this.generatedCodeLine]=[],this.pending=null}addEdit(t,n,o,r){if(n.length){const s=n.length-1;let i=n.indexOf(`
49
+ `,0),a=-1;for(;i>=0&&s>i;){const u=[this.generatedCodeColumn,t,o.line,o.column];r>=0&&u.push(r),this.rawSegments.push(u),this.generatedCodeLine+=1,this.raw[this.generatedCodeLine]=this.rawSegments=[],this.generatedCodeColumn=0,a=i,i=n.indexOf(`
50
+ `,i+1)}const c=[this.generatedCodeColumn,t,o.line,o.column];r>=0&&c.push(r),this.rawSegments.push(c),this.advance(n.slice(a+1))}else this.pending&&(this.rawSegments.push(this.pending),this.advance(n));this.pending=null}addUneditedChunk(t,n,o,r,s){let i=n.start,a=!0,c=!1;for(;i<n.end;){if(this.hires||a||s.has(i)){const u=[this.generatedCodeColumn,t,r.line,r.column];this.hires==="boundary"?Jh.test(o[i])?c||(this.rawSegments.push(u),c=!0):(this.rawSegments.push(u),c=!1):this.rawSegments.push(u)}o[i]===`
51
+ `?(r.line+=1,r.column=0,this.generatedCodeLine+=1,this.raw[this.generatedCodeLine]=this.rawSegments=[],this.generatedCodeColumn=0,a=!0):(r.column+=1,this.generatedCodeColumn+=1,a=!1),i+=1}this.pending=null}advance(t){if(!t)return;const n=t.split(`
52
+ `);if(n.length>1){for(let o=0;o<n.length-1;o++)this.generatedCodeLine++,this.raw[this.generatedCodeLine]=this.rawSegments=[];this.generatedCodeColumn=0}this.generatedCodeColumn+=n[n.length-1].length}}const ut=`
53
+ `,Ke={insertLeft:!1,insertRight:!1,storeName:!1};class ao{constructor(t,n={}){const o=new lt(0,t.length,t);Object.defineProperties(this,{original:{writable:!0,value:t},outro:{writable:!0,value:""},intro:{writable:!0,value:""},firstChunk:{writable:!0,value:o},lastChunk:{writable:!0,value:o},lastSearchedChunk:{writable:!0,value:o},byStart:{writable:!0,value:{}},byEnd:{writable:!0,value:{}},filename:{writable:!0,value:n.filename},indentExclusionRanges:{writable:!0,value:n.indentExclusionRanges},sourcemapLocations:{writable:!0,value:new nn},storedNames:{writable:!0,value:{}},indentStr:{writable:!0,value:void 0},ignoreList:{writable:!0,value:n.ignoreList}}),this.byStart[0]=o,this.byEnd[t.length]=o}addSourcemapLocation(t){this.sourcemapLocations.add(t)}append(t){if(typeof t!="string")throw new TypeError("outro content must be a string");return this.outro+=t,this}appendLeft(t,n){if(typeof n!="string")throw new TypeError("inserted content must be a string");this._split(t);const o=this.byEnd[t];return o?o.appendLeft(n):this.intro+=n,this}appendRight(t,n){if(typeof n!="string")throw new TypeError("inserted content must be a string");this._split(t);const o=this.byStart[t];return o?o.appendRight(n):this.outro+=n,this}clone(){const t=new ao(this.original,{filename:this.filename});let n=this.firstChunk,o=t.firstChunk=t.lastSearchedChunk=n.clone();for(;n;){t.byStart[o.start]=o,t.byEnd[o.end]=o;const r=n.next,s=r&&r.clone();s&&(o.next=s,s.previous=o,o=s),n=r}return t.lastChunk=o,this.indentExclusionRanges&&(t.indentExclusionRanges=this.indentExclusionRanges.slice()),t.sourcemapLocations=new nn(this.sourcemapLocations),t.intro=this.intro,t.outro=this.outro,t}generateDecodedMap(t){t=t||{};const n=0,o=Object.keys(this.storedNames),r=new Xh(t.hires),s=As(this.original);return this.intro&&r.advance(this.intro),this.firstChunk.eachNext(i=>{const a=s(i.start);i.intro.length&&r.advance(i.intro),i.edited?r.addEdit(n,i.content,a,i.storeName?o.indexOf(i.original):-1):r.addUneditedChunk(n,i,this.original,a,this.sourcemapLocations),i.outro.length&&r.advance(i.outro)}),{file:t.file?t.file.split(/[/\\]/).pop():void 0,sources:[t.source?Wh(t.file||"",t.source):t.file||""],sourcesContent:t.includeContent?[this.original]:void 0,names:o,mappings:r.raw,x_google_ignoreList:this.ignoreList?[n]:void 0}}generateMap(t){return new Hh(this.generateDecodedMap(t))}_ensureindentStr(){this.indentStr===void 0&&(this.indentStr=Vh(this.original))}_getRawIndentString(){return this._ensureindentStr(),this.indentStr}getIndentString(){return this._ensureindentStr(),this.indentStr===null?" ":this.indentStr}indent(t,n){const o=/^[^\r\n]/gm;if(Kh(t)&&(n=t,t=void 0),t===void 0&&(this._ensureindentStr(),t=this.indentStr||" "),t==="")return this;n=n||{};const r={};n.exclude&&(typeof n.exclude[0]=="number"?[n.exclude]:n.exclude).forEach(d=>{for(let m=d[0];m<d[1];m+=1)r[m]=!0});let s=n.indentStart!==!1;const i=u=>s?`${t}${u}`:(s=!0,u);this.intro=this.intro.replace(o,i);let a=0,c=this.firstChunk;for(;c;){const u=c.end;if(c.edited)r[a]||(c.content=c.content.replace(o,i),c.content.length&&(s=c.content[c.content.length-1]===`
54
+ `));else for(a=c.start;a<u;){if(!r[a]){const d=this.original[a];d===`
55
+ `?s=!0:d!=="\r"&&s&&(s=!1,a===c.start||(this._splitChunk(c,a),c=c.next),c.prependRight(t))}a+=1}a=c.end,c=c.next}return this.outro=this.outro.replace(o,i),this}insert(){throw new Error("magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)")}insertLeft(t,n){return Ke.insertLeft||(console.warn("magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead"),Ke.insertLeft=!0),this.appendLeft(t,n)}insertRight(t,n){return Ke.insertRight||(console.warn("magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead"),Ke.insertRight=!0),this.prependRight(t,n)}move(t,n,o){if(o>=t&&o<=n)throw new Error("Cannot move a selection inside itself");this._split(t),this._split(n),this._split(o);const r=this.byStart[t],s=this.byEnd[n],i=r.previous,a=s.next,c=this.byStart[o];if(!c&&s===this.lastChunk)return this;const u=c?c.previous:this.lastChunk;return i&&(i.next=a),a&&(a.previous=i),u&&(u.next=r),c&&(c.previous=s),r.previous||(this.firstChunk=s.next),s.next||(this.lastChunk=r.previous,this.lastChunk.next=null),r.previous=u,s.next=c||null,u||(this.firstChunk=r),c||(this.lastChunk=s),this}overwrite(t,n,o,r){return r=r||{},this.update(t,n,o,{...r,overwrite:!r.contentOnly})}update(t,n,o,r){if(typeof o!="string")throw new TypeError("replacement content must be a string");for(;t<0;)t+=this.original.length;for(;n<0;)n+=this.original.length;if(n>this.original.length)throw new Error("end is out of bounds");if(t===n)throw new Error("Cannot overwrite a zero-length range \u2013 use appendLeft or prependRight instead");this._split(t),this._split(n),r===!0&&(Ke.storeName||(console.warn("The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string"),Ke.storeName=!0),r={storeName:!0});const s=r!==void 0?r.storeName:!1,i=r!==void 0?r.overwrite:!1;if(s){const u=this.original.slice(t,n);Object.defineProperty(this.storedNames,u,{writable:!0,value:!0,enumerable:!0})}const a=this.byStart[t],c=this.byEnd[n];if(a){let u=a;for(;u!==c;){if(u.next!==this.byStart[u.end])throw new Error("Cannot overwrite across a split point");u=u.next,u.edit("",!1)}a.edit(o,s,!i)}else{const u=new lt(t,n,"").edit(o,s);c.next=u,u.previous=c}return this}prepend(t){if(typeof t!="string")throw new TypeError("outro content must be a string");return this.intro=t+this.intro,this}prependLeft(t,n){if(typeof n!="string")throw new TypeError("inserted content must be a string");this._split(t);const o=this.byEnd[t];return o?o.prependLeft(n):this.intro=n+this.intro,this}prependRight(t,n){if(typeof n!="string")throw new TypeError("inserted content must be a string");this._split(t);const o=this.byStart[t];return o?o.prependRight(n):this.outro=n+this.outro,this}remove(t,n){for(;t<0;)t+=this.original.length;for(;n<0;)n+=this.original.length;if(t===n)return this;if(t<0||n>this.original.length)throw new Error("Character is out of bounds");if(t>n)throw new Error("end must be greater than start");this._split(t),this._split(n);let o=this.byStart[t];for(;o;)o.intro="",o.outro="",o.edit(""),o=n>o.end?this.byStart[o.end]:null;return this}reset(t,n){for(;t<0;)t+=this.original.length;for(;n<0;)n+=this.original.length;if(t===n)return this;if(t<0||n>this.original.length)throw new Error("Character is out of bounds");if(t>n)throw new Error("end must be greater than start");this._split(t),this._split(n);let o=this.byStart[t];for(;o;)o.reset(),o=n>o.end?this.byStart[o.end]:null;return this}lastChar(){if(this.outro.length)return this.outro[this.outro.length-1];let t=this.lastChunk;do{if(t.outro.length)return t.outro[t.outro.length-1];if(t.content.length)return t.content[t.content.length-1];if(t.intro.length)return t.intro[t.intro.length-1]}while(t=t.previous);return this.intro.length?this.intro[this.intro.length-1]:""}lastLine(){let t=this.outro.lastIndexOf(ut);if(t!==-1)return this.outro.substr(t+1);let n=this.outro,o=this.lastChunk;do{if(o.outro.length>0){if(t=o.outro.lastIndexOf(ut),t!==-1)return o.outro.substr(t+1)+n;n=o.outro+n}if(o.content.length>0){if(t=o.content.lastIndexOf(ut),t!==-1)return o.content.substr(t+1)+n;n=o.content+n}if(o.intro.length>0){if(t=o.intro.lastIndexOf(ut),t!==-1)return o.intro.substr(t+1)+n;n=o.intro+n}}while(o=o.previous);return t=this.intro.lastIndexOf(ut),t!==-1?this.intro.substr(t+1)+n:this.intro+n}slice(t=0,n=this.original.length){for(;t<0;)t+=this.original.length;for(;n<0;)n+=this.original.length;let o="",r=this.firstChunk;for(;r&&(r.start>t||r.end<=t);){if(r.start<n&&r.end>=n)return o;r=r.next}if(r&&r.edited&&r.start!==t)throw new Error(`Cannot use replaced character ${t} as slice start anchor.`);const s=r;for(;r;){r.intro&&(s!==r||r.start===t)&&(o+=r.intro);const i=r.start<n&&r.end>=n;if(i&&r.edited&&r.end!==n)throw new Error(`Cannot use replaced character ${n} as slice end anchor.`);const a=s===r?t-r.start:0,c=i?r.content.length+n-r.end:r.content.length;if(o+=r.content.slice(a,c),r.outro&&(!i||r.end===n)&&(o+=r.outro),i)break;r=r.next}return o}snip(t,n){const o=this.clone();return o.remove(0,t),o.remove(n,o.original.length),o}_split(t){if(this.byStart[t]||this.byEnd[t])return;let n=this.lastSearchedChunk;const o=t>n.end;for(;n;){if(n.contains(t))return this._splitChunk(n,t);n=o?this.byStart[n.end]:this.byEnd[n.start]}}_splitChunk(t,n){if(t.edited&&t.content.length){const r=As(this.original)(n);throw new Error(`Cannot split a chunk that has already been edited (${r.line}:${r.column} \u2013 "${t.original}")`)}const o=t.split(n);return this.byEnd[n]=t,this.byStart[n]=o,this.byEnd[o.end]=o,t===this.lastChunk&&(this.lastChunk=o),this.lastSearchedChunk=t,!0}toString(){let t=this.intro,n=this.firstChunk;for(;n;)t+=n.toString(),n=n.next;return t+this.outro}isEmpty(){let t=this.firstChunk;do if(t.intro.length&&t.intro.trim()||t.content.length&&t.content.trim()||t.outro.length&&t.outro.trim())return!1;while(t=t.next);return!0}length(){let t=this.firstChunk,n=0;do n+=t.intro.length+t.content.length+t.outro.length;while(t=t.next);return n}trimLines(){return this.trim("[\\r\\n]")}trim(t){return this.trimStart(t).trimEnd(t)}trimEndAborted(t){const n=new RegExp((t||"\\s")+"+$");if(this.outro=this.outro.replace(n,""),this.outro.length)return!0;let o=this.lastChunk;do{const r=o.end,s=o.trimEnd(n);if(o.end!==r&&(this.lastChunk===o&&(this.lastChunk=o.next),this.byEnd[o.end]=o,this.byStart[o.next.start]=o.next,this.byEnd[o.next.end]=o.next),s)return!0;o=o.previous}while(o);return!1}trimEnd(t){return this.trimEndAborted(t),this}trimStartAborted(t){const n=new RegExp("^"+(t||"\\s")+"+");if(this.intro=this.intro.replace(n,""),this.intro.length)return!0;let o=this.firstChunk;do{const r=o.end,s=o.trimStart(n);if(o.end!==r&&(o===this.lastChunk&&(this.lastChunk=o.next),this.byEnd[o.end]=o,this.byStart[o.next.start]=o.next,this.byEnd[o.next.end]=o.next),s)return!0;o=o.next}while(o);return!1}trimStart(t){return this.trimStartAborted(t),this}hasChanged(){return this.original!==this.toString()}_replaceRegexp(t,n){function o(s,i){return typeof n=="string"?n.replace(/\$(\$|&|\d+)/g,(a,c)=>c==="$"?"$":c==="&"?s[0]:+c<s.length?s[+c]:`$${c}`):n(...s,s.index,i,s.groups)}function r(s,i){let a;const c=[];for(;a=s.exec(i);)c.push(a);return c}if(t.global)r(t,this.original).forEach(i=>{if(i.index!=null){const a=o(i,this.original);a!==i[0]&&this.overwrite(i.index,i.index+i[0].length,a)}});else{const s=this.original.match(t);if(s&&s.index!=null){const i=o(s,this.original);i!==s[0]&&this.overwrite(s.index,s.index+s[0].length,i)}}return this}_replaceString(t,n){const{original:o}=this,r=o.indexOf(t);return r!==-1&&this.overwrite(r,r+t.length,n),this}replace(t,n){return typeof t=="string"?this._replaceString(t,n):this._replaceRegexp(t,n)}_replaceAllString(t,n){const{original:o}=this,r=t.length;for(let s=o.indexOf(t);s!==-1;s=o.indexOf(t,s+r))o.slice(s,s+r)!==n&&this.overwrite(s,s+r,n);return this}replaceAll(t,n){if(typeof t=="string")return this._replaceAllString(t,n);if(!t.global)throw new TypeError("MagicString.prototype.replaceAll called with a non-global RegExp argument");return this._replaceRegexp(t,n)}}const Ns=S(process.cwd(),"shared/translation.ts"),$s="globalThis.craneSharedTranslation = translation",Qh=e=>`import translation from '${e}';
56
+ ${$s};
57
+ `,qh=(e,t)=>{const n=e.split("?")[0],o=ai(n);return(o==="server.ts"||o==="client.ts")&&!t.includes($s)},Ds=()=>{let e=!1;return{name:"static-translation-plugin",enforce:"pre",apply:"build",buildStart(){e=H(Ns)},transform(t,n){if(!e||!qh(n,t))return null;const o=n.split("?")[0],r=uo(o),s=pi(lo(r,Ns)),i=Qh(s),a=new ao(t);return a.prepend(i),{code:a.toString()}}}},Ls={[te.Server]:()=>[pe.vue(),pe.tsconfigPaths(),Fh(),jh(),Ds()],[te.Client]:()=>[pe.vue(),pe.tsconfigPaths(),_o({vue:"EcVue"}),Ds()],[te.Misc]:()=>[pe.tsconfigPaths()],[te.Layout]:()=>[pe.vue(),pe.tsconfigPaths(),_o({vue:["EcExternals","Vue"]})],[te.Asset]:()=>[xh()],[te.SharedFiles]:()=>[pe.tsconfigPaths()]},ks={[N.Server]:vs({outDir:({name:e,sectionType:t})=>`./${x[t].dist}/${e}/js/main/server`}),[N.Client]:Cs({outDir:({name:e,sectionType:t})=>`./${x[t].dist}/${e}/js/main/client`}),[N.SectionSetting]:Ye({entryFileNames:"[name].mjs",outDir:({name:e,sectionType:t})=>`./${x[t].dist}/${e}/js/settings`}),[N.SectionShowcase]:Ye({entryFileNames:"[name].mjs",outDir:({name:e,sectionType:t})=>`./${x[t].dist}/${e}/js/showcases`}),[N.SectionAsset]:Kt({outDir:({name:e,sectionType:t})=>`./${x[t].dist}/${e}/assets`}),[N.TemplateDescriptor]:Ye({entryFileNames:"[name].mjs",outDir:()=>`./${Se}/js`}),[N.PageTemplateDescriptor]:Ye({entryFileNames:"[name].mjs",outDir:({name:e})=>`./${Se}/${e}`}),[N.TemplateAsset]:Kt({outDir:()=>`./${Se}/assets`}),[N.Layout]:Ah({outDir:({name:e,sectionId:t})=>`./${X}/${t}/${e}`}),[N.LayoutSettings]:Ye({entryFileNames:"[name].mjs",outDir:({name:e,sectionId:t})=>`./${X}/${t}/${e}/js/settings`}),[N.LayoutAsset]:Kt({outDir:({name:e,sectionId:t})=>`./${X}/${t}/${e}/assets`}),[N.SlotServer]:vs({outDir:({name:e,layoutId:t,sectionId:n})=>`./${X}/${n}/${t}/slots/${e}/js/main/server`}),[N.SlotClient]:Cs({outDir:({name:e,layoutId:t,sectionId:n})=>`./${X}/${n}/${t}/slots/${e}/js/main/client`}),[N.CollectionDescriptor]:Ye({entryFileNames:"[name].mjs",outDir:({name:e})=>`./${rt}/${e}`}),[N.CollectionAsset]:Kt({outDir:()=>`./${rt}/assets`}),[N.SharedTranslation]:{pluginType:te.SharedFiles,ssr:!1,inlineDynamicImports:!0,entryFileNames:"translation.mjs",outDir:()=>"./dist/shared"}};function em(e){switch(typeof e){case"string":return[S(process.cwd(),e)];case"object":return e.map(t=>S(process.cwd(),t));default:return[]}}function Ps({name:e,entryPoints:t,configType:n,layoutId:o,sectionId:r,sectionType:s=ge.SECTION}){const i=ks[n],a=i.define,c=i.ssrOptions,u=i.entryFileNames,d=i.chunkFileNames,m=i.assetFileNames,y=i.inlineDynamicImports,T=i.externalOption;return{logLevel:Xn()?void 0:"silent",plugins:Ls[i.pluginType](),ssr:c,define:a,resolve:{alias:{"@":"/src"}},build:{ssr:i.ssr,outDir:i.outDir({name:e,sectionType:s,layoutId:o,sectionId:r}),emptyOutDir:!0,minify:i.ssr?"terser":"esbuild",...i.ssr&&{terserOptions:{mangle:{reserved:["gc"]}}},rollupOptions:{external:T,preserveEntrySignatures:"strict",input:em(t),treeshake:{moduleSideEffects:!1},output:{validate:!0,inlineDynamicImports:y,entryFileNames:u,chunkFileNames:d,assetFileNames:m}}},assetsInclude:["**/*.json"]}}const tm=Object.values(x).map(e=>e.source).join("|");function zs(e,t,n){if(!e)return`${t}.mjs`;const o=lo(process.cwd(),e).replace(/\\/g,"/").match(`^(${tm})/([^/]+)/${n}/([^/.]+)`);return o?`${o[1]}/${o[2]}/js/${n}/${o[3]}.mjs`:`${t}.mjs`}function js(e,t){const n=ks[N.SectionSetting];return{logLevel:Xn()?void 0:"silent",plugins:Ls[n.pluginType](),define:n.define,resolve:{alias:{"@":"/src"}},css:{preprocessorOptions:{scss:{api:"modern-compiler"}}},build:{ssr:n.ssr,outDir:"./dist",emptyOutDir:!1,minify:"esbuild",rollupOptions:{external:n.externalOption,preserveEntrySignatures:"strict",input:e.map(o=>S(process.cwd(),o)),treeshake:{moduleSideEffects:!1},output:{validate:!0,inlineDynamicImports:n.inlineDynamicImports,entryFileNames:t,chunkFileNames:"chunks/[name]-[hash].js",assetFileNames:n.assetFileNames}}},assetsInclude:["**/*.json"]}}function nm(e){return js(e,t=>zs(t.facadeModuleId??void 0,t.name,"settings"))}function om(e){return js(e,t=>zs(t.facadeModuleId??void 0,t.name,"showcases"))}async function rm(){const e={ignore:["node_modules/**","dist/**"]},t=await I(`./${Ze}/{product,category,catalog}/*/client.{js,ts}`,e);return await Promise.all(t.map(async n=>{const{id:o,sectionId:r,pageId:s}=gh(n),[i,a]=await Promise.all([I(`./${Ze}/${r}/${o}/settings/{content,design,translations,layout}.{js,ts}`,e),I(`./${Ze}/${r}/${o}/assets/*`,e)]);return{name:o,sectionId:r,pageId:s,clientEntrypoint:n,settingsEntryPoints:i,assetsEntrypoints:a}}))}async function sm(e){await ie({entryPoints:[e.clientEntrypoint],configType:N.Layout,name:e.name,sectionId:e.sectionId}),await Promise.all([ie({entryPoints:e.settingsEntryPoints,configType:N.LayoutSettings,name:e.name,sectionId:e.sectionId}),ie({entryPoints:e.assetsEntrypoints,configType:N.LayoutAsset,name:e.name,sectionId:e.sectionId})])}async function im(e){e===void 0||e.length===0||await Promise.all(e.map(t=>sm(t)))}async function am(e){const t=e.flatMap(o=>o.settingsEntryPoints),n=e.flatMap(o=>o.showcaseEntryPoints);t.length>0&&await Ee({configFile:!1,...ht(nm(t))}),n.length>0&&await Ee({configFile:!1,...ht(om(n))})}async function cm(e){await Promise.all([Ee({configFile:!1,...ht(Ps({name:e.name,entryPoints:e.serverEntrypoint,configType:He.Server,sectionType:e.type}))}),ie({entryPoints:e.clientEntrypoint,configType:He.Client,name:e.name,sectionType:e.type}),ie({entryPoints:e.assetEntryPoints,configType:He.SectionAsset,name:e.name,sectionType:e.type})])}async function um(){const e=S(process.cwd(),"shared/translation.ts");H(e)&&await ie({entryPoints:["shared/translation.ts"],configType:He.SharedTranslation})}async function Us(e){await Promise.all([am(e),...e.map(cm)])}function lm(e){const t=Wt(e).split("/");if(t.length<4||t[2]!=="slots")throw new Error(`Invalid slot path: ${e}. Expected format: [dist/]layouts/{sectionId}/{layoutId}/slots/{slotId}/[...path]`);const[n,o,,r]=t;if(!Is(n))throw new Error(`Slot cannot be placed in a non-storefront section: ${n}`);return{id:r,sectionId:n,layoutId:o}}async function dm(e,t){return Promise.all(e.map(async n=>{const o=t.find(a=>a.id===n.layoutId&&a.sectionId===n.sectionId),r=await it(o?.translationsSettings),s=await Wn(o?.content??{},r),i=await Yn(o?.design??{},r);return{id:n.id,sectionId:n.sectionId,layoutId:n.layoutId,contentEditors:s,designEditors:i}}))}async function pm(){const e={ignore:["node_modules/**","dist/**"]},t=await I(`${Ze}/{product,category,catalog}/*/slots/*/server.ts`,e);return Promise.all(t.map(async n=>{const{id:o,sectionId:r,layoutId:s}=lm(n),i=(await I(`${Ze}/${r}/${s}/slots/${o}/client.{js,ts}`,e))[0];if(i===void 0)throw new Error(`Cannot find client entrypoint file for slot ${o} of section ${r}`);return{id:o,sectionId:r,layoutId:s,serverEntrypoint:n,clientEntrypoint:i}}))}async function fm(e){const t={name:e.id,layoutId:e.layoutId,sectionId:e.sectionId};await Promise.all([ie({entryPoints:[e.serverEntrypoint],configType:N.SlotServer,...t}),ie({entryPoints:[e.clientEntrypoint],configType:N.SlotClient,...t})])}async function hm(e){e?.length&&await Promise.all(e.map(fm))}async function mm(e){return(await I(`**/${e}/pages/*.{js,ts}`,{ignore:["node_modules/**","dist/**"]})).filter(t=>{const n=po(t).name.toLowerCase();return!Object.values(Or).includes(n)})}async function Em(){const e=await I("./templates/*",{ignore:["templates/assets/**","templates/**.{js,ts}","node_modules/**","dist/**"]}).catch(t=>(f.error(`Error while getting page template entry points: ${t}`),[]));return Promise.all(e.map(async t=>{const n=t.split(an),o=n.pop()??"default";if(n.pop()===void 0)throw new Error("Cannot determine template with custom pages, outer directory is undefined");const r=await I(`**/templates/${o}/configuration.{js,ts}`,{ignore:["node_modules/**","dist/**"]}),s=await I(`**/templates/${o}/pages/home.{js,ts}`,{ignore:["node_modules/**","dist/**"]}),i=await I(`**/templates/${o}/pages/category.{js,ts}`,{ignore:["node_modules/**","dist/**"]}),a=await I(`**/templates/${o}/pages/catalog.{js,ts}`,{ignore:["node_modules/**","dist/**"]}),c=await I(`**/templates/${o}/pages/product.{js,ts}`,{ignore:["node_modules/**","dist/**"]}),u=await mm(o);return{name:o,configurationEntrypoint:r.at(0),homeEntrypoint:s.at(0),categoryEntrypoint:i.at(0),catalogEntrypoint:a.at(0),productEntrypoint:c.at(0),customEntrypoint:u.length>0?u:void 0}}))}async function gm(){const e=await I("./templates/**.{js,ts}",{ignore:["node_modules/**","dist/**"]}),t=await I("./templates/assets/*",{ignore:["node_modules/**","dist/**"]});return{pageTemplates:await Em(),templates:e,assets:t}}async function _m({templateBuildConfig:e}){await Promise.all([ie({entryPoints:e.assets,configType:He.TemplateAsset}),...e.pageTemplates?.map(async t=>{const n=[t.configurationEntrypoint,t.homeEntrypoint,t.categoryEntrypoint,t.catalogEntrypoint,t.productEntrypoint,...t.customEntrypoint??[]].filter(Bt);if(n.length===0)throw new Error("No entry points provided for page template");await ie({entryPoints:n,configType:He.PageTemplateDescriptor,name:t.name})})||[]])}async function ym(){const e=await gm();await _m({templateBuildConfig:e})}async function Sm(){const e=await I("./collections/*",{ignore:["collections/assets/**","collections/**.{js,ts}","node_modules/**","dist/**"]}).catch(n=>(f.error(`Error while getting collection entry points: ${n}`),[])),t=await I("./collections/assets/*",{ignore:["node_modules/**","dist/**"]});return Promise.all(e.map(async n=>{const o=n.split(an),r=o.pop()??"default";if(o.pop()===void 0)throw new Error("Cannot determine collection, outer directory is undefined");const s=await I(`**/collections/${r}/configuration.{js,ts}`,{ignore:["node_modules/**","dist/**"]});return{name:r,configurationEntrypoint:s.at(0),assetsEntrypoints:t}}))}async function Tm(){const e=await Sm();e.length!==0&&await Promise.all(e.flatMap(t=>[ie({entryPoints:t.assetsEntrypoints,configType:N.CollectionAsset,name:t.name}),ie({entryPoints:t.configurationEntrypoint?[t.configurationEntrypoint]:[],configType:N.CollectionDescriptor,name:t.name})]))}function Ms(e){return{name:e.name,type:e.type,serverEntrypoint:e.serverEntrypoint,clientEntrypoint:[e.clientEntrypoint].filter(Bt).flat(),settingsEntryPoints:[e.contentSettingsEntrypoint,e.designSettingsEntrypoint,e.layoutSettingsEntrypoint,e.settingsTranslationsEntrypoint].filter(Bt),showcaseEntryPoints:[...e.showcasesEntrypoints??[],e.showcasesTranslationsEntrypoint].filter(Bt),assetEntryPoints:e.assetsEntrypoints??[]}}function Fs(e){return e.map(t=>({...t,selectedDesignSettings:t.selectedDesignSettings.map(n=>{const o=n.defaults;return o&&typeof o=="object"&&!("type"in o)?{...n,defaults:{type:n.type,...o}}:n})}))}async function Om(e,t=he){const n=S(process.cwd(),`${t}/${e}/js/main/server/server.js.gz`),o=yo(So.gunzip),r=await b.promises.readFile(n);return{size:(await o(r)).length}}async function Im(e,t=he){try{const n=S(process.cwd(),`${t}/${e}/assets/`);return(await I("*",{cwd:n})).map(o=>{const r=S(n,o);return{path:o,size:Xe(r).size}})}catch{throw new Error(`Asset files for section [${e}] is either invalid or undefined`)}}async function Qn(e,t){const n=await Xf(e,x[t].dist),o=await Vt(e,x[t].dist),r=await qf(e,x[t].dist),s=await eh(e,x[t].dist),i=await nh(e,x[t].dist),a=await oh(e,x[t].dist),c=Fs(a),u=await Im(e,x[t].dist),d=await Om(e,x[t].dist),m=rh(e);return{id:e,type:t,name:e,content:r,design:s,layout:c,showcase:i,translationsSettings:n,translationsShowcases:o,assets:u,server:d,previewCount:m}}async function wm(){const e=await I("*/",{cwd:S(process.cwd(),`${he}/`)}),t=await I("*/",{cwd:S(process.cwd(),`${xn}/`)}),n=await I("*/",{cwd:S(process.cwd(),`${Gn}/`)});return Promise.all([...e.map(async o=>Qn(o,Ge.SECTION)),...t.map(async o=>Qn(o,Ge.HEADER)),...n.map(async o=>Qn(o,Ge.FOOTER))])}async function vm(e){try{const t=S(process.cwd(),`${e}/assets/`);return(await I("*",{cwd:t})).map(n=>{const o=S(t,n);return{path:n,size:Xe(o).size}})}catch{throw new Error("Asset files for layouts are either invalid or undefined")}}async function Cm(e){const t=Wt(e).split("/");if(t.length<2)throw new Error(`Invalid layout path: ${e}. Expected format: [dist/]layouts/{sectionId}/{layoutId}/[...path]`);const[n,o]=t,[r,s,i,a,c]=await Promise.all([bm(o,n),Am(o,n),Qf(o,n),vm(e),Nm(o,n)]);return{id:o,sectionId:n,content:r,design:s,translationsSettings:i,assets:a,layouts:c}}async function Rm(){const e=`${X}/{product,catalog,category}/*`,t=await I(e,{ignore:["node_modules/**"]});return Promise.all(t.map(Cm))}async function bm(e,t){try{const n=S(process.cwd(),`${X}/${t}/${e}/js/settings/content.mjs`),o=await se(n);return ke(o)}catch(n){throw new Error(`Content descriptor for layout [${e}] is either invalid or undefined: ${n}`)}}async function Am(e,t){try{const n=S(process.cwd(),`${X}/${t}/${e}/js/settings/design.mjs`),o=await se(n);return ke(o)}catch(n){throw new Error(`Design descriptor for layout [${e}] is either invalid or undefined: ${n}`)}}async function Nm(e,t){try{const n=S(process.cwd(),`${X}/${t}/${e}/js/settings/layout.mjs`);if(!b.existsSync(n))return[];const o=await se(n);return Fs(o)}catch(n){throw new Error(`Layout settings descriptor for layout [${e}] in section [${t}] is either invalid or undefined: ${n}`)}}async function $m(e,t,n){const o=S(process.cwd(),`${X}/${n}/${t}/slots/${e}/js/main/server/server.js.gz`),r=yo(So.gunzip),s=await b.promises.readFile(o);return{size:(await r(s)).length}}async function Dm(e){const t=Wt(e).split("/");if(t.length<4||t[2]!=="slots")throw new Error(`Invalid slot path: ${e}. Expected format: [dist/]layouts/{sectionId}/{layoutId}/slots/{slotId}/[...path]`);const[n,o,,r]=t,s=await $m(r,o,n);return{id:r,sectionId:n,layoutId:o,server:s}}async function Lm(){const e=`${X}/{product,catalog,category}/*/slots/*`,t=await I(e,{ignore:["node_modules/**"]});return await Promise.all(t.map(Dm))}async function km(){try{const e=S(process.cwd(),`${Se}/assets/`);return(await I("*",{cwd:e})).map(t=>{const n=S(e,t);return{path:t,size:Xe(n).size}})}catch{throw new Error("Asset files for templates are either invalid or undefined")}}function Pm(e){return e in be?be[e]:be.CUSTOM}async function zm(e){const t=await I(`${Se}/${e}/*.mjs`,{ignore:[`${Se}/${e}/configuration*.mjs`]});return Promise.all(t.map(async n=>{const{sections:o,metadata:r}=await qn(n),s=Rf(n);return{type:Pm(s.toUpperCase()),id:s,metadata:r,sections:o}}))}async function qn(e){try{return await se(S(process.cwd(),e))}catch{throw new Error(`Template file [${e}] is either invalid or undefined`)}}async function jm(e){const t=await I(`${Se}/**/configuration*.mjs`,{});return Promise.all(t.map(async n=>{const o=j.basename(j.dirname(n));return{id:`${e}_${o}`,assets:await km(),configuration:await qn(n),pages:await zm(o)}}))}async function Um(e){return await jm(e)}async function Mm(){const e=S(process.cwd(),`${Of}/translation.mjs`);return await se(e)}async function Fm(){return{translations:await Mm()}}async function xm(e){const t=await I(`${rt}/*/configuration*.mjs`,{ignore:["node_modules/**",`${rt}/assets/**`]});return Promise.all(t.map(async n=>{const o=j.basename(j.dirname(n)),r=await qn(n);return{id:`${e}_${o}`,descriptor:r}}))}async function Gm(){const e=await Ht(),[t,n,o,r,s,i,a]=await Promise.all([Jn(),Fm(),wm(),Rm(),Lm(),Um(e.appClientId),xm(e.appClientId)]);return{version:t.version,name:"Custom Block App",shared:n,sections:o,templates:i,layouts:r,slots:s,collections:a,compressionEnabled:!0,externalizationEnabled:!0,vueVersion:t.dependencies.vue,openSource:t.openSource}}function eo(e){return H(`${xn}/${e}`)?ge.HEADER:H(`${Gn}/${e}`)?ge.FOOTER:ge.SECTION}async function to(e,t){const n=e.design?Vn(e.design):void 0,o={...e,design:n??e.design},r=await it(t);return Be(o,r)}function no(e){return e.type==="custom"&&e.id!==void 0&&e.showcase_overrides!==void 0}async function xs(e){if(no(e)){const t=await Vt(e.id,x[eo(e.id)].dist);return{...e,showcase_overrides:await to(e.showcase_overrides,t)}}return e}async function Zm(e){const t=no(e.header)?{...e.header,showcase_overrides:await to(e.header.showcase_overrides,await Vt(e.header.id,x[eo(e.header.id)].dist))}:e.header,n=no(e.footer)?{...e.footer,showcase_overrides:await to(e.footer.showcase_overrides,await Vt(e.footer.id,x[eo(e.footer.id)].dist))}:e.footer;return{...e,header:t,footer:n}}async function Bm(e){const t=await Promise.all(e.pages.map(async o=>({...o,sections:await Promise.all(o.sections.map(r=>xs(r)))}))),n=await Zm(e.configuration);return{id:e.id,descriptor:{...n,pages:t}}}async function Hm(e){return Promise.all(e.map(t=>Bm(t)))}async function Vm(e){const t=new Map;return await Promise.all(e.map(async n=>{const[o,r]=await Promise.all([it(n.translationsSettings),it(n.translationsShowcases)]);t.set(n.id,{settings:o,showcases:r})})),t}async function Wm(e,t,n){const[o,r,s,i]=await Promise.all([Wn(e.content,t,e.type),Yn(e.design,t,e.type),th(e.showcase,n),Ss(e.layout)]);return{id:e.id,type:e.type,name:{en:e.name},contentEditors:o,designEditors:r,layouts:i,showcases:s,previewCount:e.previewCount}}async function Ym(e,t){return Promise.all(e.map(async n=>{const o=t.get(n.id)??{settings:{},showcases:{}};return Wm(n,o.settings,o.showcases)}))}async function Km(e){return Promise.all(e.map(async t=>{const n=await Promise.all(t.descriptor.sections.map(o=>xs(o)));return{...t,descriptor:{...t.descriptor,sections:n}}}))}async function Jm(e){const t=await Vm(e.sections),[n,o,r,s,i]=await Promise.all([Ym(e.sections,t),_h(e.layouts),dm(e.slots,e.layouts),Hm(e.templates),Km(e.collections)]);return{version:e.version,name:e.name,blocks:n,templates:s,layouts:o,slots:r,compressionEnabled:e.compressionEnabled,externalizationEnabled:e.externalizationEnabled,vueVersion:e.vueVersion,collections:i,openSource:e.openSource}}async function Xm(e){const t=S(Et.cwd(),gs);return _i(t,JSON.stringify(e))}function Qm(e){return Object.entries(x).find(t=>t[1].source===e)?.[0]}async function Gs(){const e=await I("**/server.{js,ts}",{ignore:["node_modules/**","dist/**","templates/**","layouts/**","collections/**"]});return Promise.all(e.map(async t=>{const n=uo(t).split(an),o=n.pop()??"default",r=n.pop();if(r===void 0)throw new Error("Cannot determine type of section, outer directory is undefined");const s=["node_modules/**","dist/**"],[i,a,c,u,d,m,y,T]=await Promise.all([I(`**/${o}/client.{js,ts}`,{ignore:s}),I(`**/${o}/settings/content.{js,ts}`,{ignore:s}),I(`**/${o}/settings/design.{js,ts}`,{ignore:s}),I(`**/${o}/settings/layout.{js,ts}`,{ignore:s}),I(`**/${o}/settings/translations.{js,ts}`,{ignore:s}),I(`**/${o}/showcases/*.{js,ts}`,{ignore:[...s,`**/${o}/showcases/translations.{js,ts}`]}),I(`**/${o}/showcases/translations.{js,ts}`,{ignore:s}),I(`**/${o}/assets/*`,{ignore:s})]);return{name:o,type:Qm(r),serverEntrypoint:t,clientEntrypoint:i.at(0),contentSettingsEntrypoint:a.at(0),designSettingsEntrypoint:c.at(0),layoutSettingsEntrypoint:u.at(0),settingsTranslationsEntrypoint:d.at(0),showcasesEntrypoints:m,showcasesTranslationsEntrypoint:y.at(0),assetsEntrypoints:T}}))}const qm=["/settings/","/showcases/"];function eE(e){return qm.some(t=>e.includes(t))}function tE(){const e=le.findConfigFile(process.cwd(),le.sys.fileExists,"tsconfig.json");if(!e)return;const t=le.readConfigFile(e,le.sys.readFile),n=le.parseJsonConfigFileContent(t.config,le.sys,process.cwd()),o=le.createProgram(n.fileNames,n.options),r=le.getPreEmitDiagnostics(o).filter(s=>!s.file||!eE(s.file.fileName));if(r.length>0){const s={getCanonicalFileName:i=>i,getCurrentDirectory:le.sys.getCurrentDirectory,getNewLine:()=>le.sys.newLine};throw console.error(le.formatDiagnosticsWithColorAndContext(r,s)),new Error(`TypeScript found ${r.length} error(s)`)}}async function nE(e){tE(),await Ee({configFile:!1,logLevel:"error",plugins:[pe.vue(),pe.tsconfigPaths(),pe.checker()],build:{write:!1,rollupOptions:{input:S(process.cwd(),e)}}})}function oE(){return Promise.all([rn.rm("dist",{recursive:!0,force:!0}),rn.rm("source-code",{recursive:!0,force:!0}),rn.rm("source-code.zip",{force:!0})])}async function rE(){const e=new fo,t=["node_modules/**/*","dist/**/*","build/**/*",".git/**/*","**/assets/**/*","crane.config.json"];(await Jn()).openSource===!0&&t.splice(t.indexOf("**/assets/**/*"),1);const n=await I("**/*",{cwd:S(process.cwd()),ignore:t,dot:!0,nodir:!0});try{n.forEach(s=>{const i=S(process.cwd(),s);e.addLocalFile(i,po(s).dir)});const o=ct[C.SourceCode].fileName,r=S(process.cwd(),o);await e.writeZipPromise(r)}catch(o){throw f.error("Error while zipping source files"),o}}async function Xt(e=!1,t=!1){Nh(t),bs.start(),await oE();try{const[n,o,r]=await Promise.all([rm(),Gs(),pm()]),s=o.map(Ms);o.length>0&&await nE(o[0].serverEntrypoint);try{await Promise.all([um(),Us(s),ym(),Tm(),im(n),hm(r),rE()])}finally{bs.stop()}const i=await Gm(),a=await wh(i);Ch(a,e);const c=await Jm(i);await Xm(c)}catch(n){f.error(`Error while building: ${n.message}`),e||process.exit(1)}}async function ie({entryPoints:e,configType:t,name:n,sectionType:o,sectionId:r,layoutId:s}){if(e.length!==0){const i=ht(Ps({name:n,entryPoints:e,configType:t,sectionType:o,sectionId:r,layoutId:s}));await Ee({configFile:!1,...i})}}function Zs(e,t,n){pt.statSync(e).isDirectory()?(pt.mkdirSync(t,{recursive:!0}),pt.readdirSync(e).forEach(o=>{const r=ft.resolve(e,o),s=ft.resolve(t,o);Zs(r,s,n)})):Ci.isMatch(e,n,{dot:!0})||pt.copyFileSync(e,t)}function Te(e,t,n,o,r=[]){const s=ft.join(e,o?.[n]??n);Zs(ft.join(t,n),s,r)}function sE(e){return{renameFiles:{"example-template":`${e}`},targetPath:e,sourcePath:"template/page-templates",onTemplateCreated:()=>f.info(`Template [${e}] with pages structure named has been created`)}}function me(e){return V.resolve(Ri(import.meta.url),"../..",e)}function iE(){const e=me("package.json");return e!==""?JSON.parse(D.readFileSync(e,"utf8")):{}}async function aE(e){try{const t=e,n=U.cwd(),o=V.join(n,t),r=["templates","headers","preview","footers","reference","page-templates","layouts","collections","blank"],s={_gitignore:".gitignore"};D.existsSync(o)?(f.error(`App with the name: ${e} already exists. If you'd like to override it, delete previous version first`),U.exit(1)):D.mkdirSync(o);const i=me("template");D.readdirSync(i).filter(d=>d!=="package.json").filter(d=>!r.includes(d)).forEach(async d=>Te(o,i,d,s));const a=JSON.parse(D.readFileSync(V.join(i,"package.json"),"utf-8"));a.name=e;const c=iE();c.version&&(a.dependencies["@lightspeed/crane-api"]=c.dependencies["@lightspeed/crane-api"]),c.dependencies["@lightspeed/eslint-config-crane"]&&(a.dependencies["@lightspeed/eslint-config-crane"]=c.dependencies["@lightspeed/eslint-config-crane"]);const u=V.join(o,"package.json");D.writeFileSync(u,`${JSON.stringify(a,null,2)}
58
+ `),f.info(`App ${e} created`)}catch(t){f.error(`Error while creating app: ${t.message}`),U.exit(1)}}function oo(e,t,n,o){try{const r=U.cwd(),s=j.join(r,t);b.existsSync(s)||b.mkdirSync(s);const i=j.join(r,t,n);b.existsSync(i)?(f.error(`${o} with the name: ${n} already exists. If you'd like to override it, delete previous version first`),U.exit(1)):b.mkdirSync(i);const a=me(e);b.readdirSync(a).forEach(async c=>Te(i,a,c)),f.info(`${o} ${n} created`)}catch(r){f.error(`Error while creating ${o}: ${r.message}`),U.exit(1)}}function ro(e){const t=U.cwd(),n=me(`template/${e}`),o=j.join(t,e);b.existsSync(o)||(b.mkdirSync(o),b.readdirSync(n).forEach(async r=>Te(o,n,r)))}async function cE(e,t,n,o){if(!b.existsSync(n)){b.copyFileSync(t,n);return}const r=b.readFileSync(t),s=b.readFileSync(n);r.equals(s)||(o?(await Le({type:"select",name:"value",message:`File "${e.name}" exists but differs from template. What would you like to do?`,choices:[{title:"Keep existing file",value:"keep"},{title:"Replace with template version",value:"replace"}],initial:0})).value==="replace"?(b.copyFileSync(t,n),f.info(`Replaced "${e.name}" with template version.`)):f.info(`Kept existing "${e.name}".`):f.warn(`File "${e.name}" exists but differs from template. File will be skipped, this may lead to issues.`))}async function Qt(e,t,n=!1){async function o(s,i,a){const c=j.join(i,s.name),u=j.join(a,s.name);s.isDirectory()?await Qt(c,u,n):await cE(s,c,u,n)}const r=b.readdirSync(e,{withFileTypes:!0});b.existsSync(t)||b.mkdirSync(t,{recursive:!0}),await r.reduce(async(s,i)=>(await s,o(i,e,t)),Promise.resolve())}async function so(e=!1){try{const t=U.cwd(),n=j.join(t,"shared"),o=me("template/shared");if(!b.existsSync(o))return;await Qt(o,n,e)}catch(t){f.error(`Error while processing shared folder: ${t.message}`),U.exit(1)}}async function uE(e,t){await so(),oo(`${`template${t?"/blank":""}`}/sections/${`${t?"blank-section":"example-section"}`}`,"sections",e,"Section")}function lE(e){return{renameFiles:{"example-collection":`${e}`},targetPath:e,sourcePath:"template/collections",onCollectionCreated:()=>f.info(`Collection [${e}] has been created`)}}async function dE(e){const{targetPath:t,renameFiles:n,sourcePath:o,onCollectionCreated:r}=lE(e);try{const s=U.cwd(),i=V.join(s,"collections"),a=me(o),c=D.readdirSync(a);D.existsSync(i)?D.existsSync(V.join(i,t))&&(f.error(`Collection with the name: ${e} already exists. If you'd like to override it, delete previous version first`),U.exit(1)):D.mkdirSync(i),c.forEach(u=>Te(i,a,u,n)),r()}catch(s){f.error(`Error while creating collection: ${s.message}`),U.exit(1)}}async function pE(e){await so(),oo("template/footers/example-footer","footers",e,"Footer")}async function fE(e){await so(),oo("template/headers/example-header","headers",e,"Header")}async function hE(e,t){try{const n=U.cwd(),o=V.join(n,"templates"),r=me("template/page-templates/example-template/pages");D.existsSync(V.join(o,e))||(f.error(`Template with the name: [${e}] doesn't exists. Please create a template first.`),U.exit(1)),D.existsSync(V.join(o,e,"pages",`${t}.ts`))&&(f.error(`Page with the name: [${t}.ts] already exists. If you'd like to override it, delete previous version first`),U.exit(1));const s=D.readFileSync(V.join(r,"custom.ts"),"utf-8").replace(/title\s*:\s*'Custom Page'/,`title: '${bf(t)}'`),i=V.join(o,e,"pages",`${t}.ts`);D.writeFileSync(i,s),f.info(`Page [${t}.ts] created for template ${e}`)}catch(n){f.error(`Error while creating page: ${n.message}`),U.exit(1)}}async function mE(){try{const e=U.cwd(),t=me("template/reference"),n=D.readdirSync(t);let o=!1;for(const r of n){const s=V.join(t,r),i=V.join(e,r);D.existsSync(i)||D.mkdirSync(i,{recursive:!0});const a=D.readdirSync(s),c=D.readdirSync(i);if(r==="shared"){a.forEach(u=>{Te(i,s,u)});continue}for(const u of a){if(u==="assets"){Te(i,s,u);continue}if(c.includes(u)){const{name:d}=await Le({type:"text",name:"name",message:`The "${u}" already exists in ${r} directory: provide a new name to keep both or press Esc to skip this one.`});d?(Te(i,s,u,{[u]:d}),o=!0):f.info(`Skipped: ${u}`)}else Te(i,s,u)}}f.info("Reference templates have been added to the app"),o&&f.warn("Some files or folders were renamed to avoid conflicts. Template files may need to be updated to reflect these changes.")}catch(e){f.error(`Error while creating template descriptors: ${e.message}`),U.exit(1)}}const EE=["**/example-template/pages/custom.ts"];async function gE(e){const{targetPath:t,renameFiles:n,sourcePath:o,onTemplateCreated:r}=sE(e);try{const s=U.cwd(),i=V.join(s,"templates"),a=me(o),c=D.readdirSync(a);D.existsSync(i)?D.existsSync(V.join(i,t))&&(f.error(`Template with the name: ${e} already exists. If you'd like to override it, delete previous version first`),U.exit(1)):D.mkdirSync(i),c.forEach(u=>Te(i,a,u,n,EE)),ro("headers"),ro("footers"),ro("layouts"),r()}catch(s){f.error(`Error while creating template descriptors: ${s.message}`),U.exit(1)}}function _E(){try{const e=S(Et.cwd(),`${Es}/shared/analytics.json`);H(e)&&sn(e,JSON.stringify({},null,2),"utf-8")}catch(e){console.warn("Can not clean up preview analytics.json file",e)}}function qt({deploymentContext:e,sectionType:t=ge.SECTION}){const n=e.pathContext,o=n.toPath({sectionId:e.currentSection,sectionType:t,layoutId:e.layoutId,slotId:e.slotId}),r=o===void 0?ho(n.fileName):ho(n.fileName,{cwd:S(process.cwd(),o),ignore:n.ignore});return(n.isSingleton?r.splice(0):r).map(s=>({url:s,sectionType:t,context:e}))}const yE=e=>e.app.manifest.blocks.flatMap(t=>dh.flatMap(n=>{const o={config:e,currentSection:t.id,pathContext:ct[n]};return qt({deploymentContext:o,sectionType:t.type})})),SE=e=>hh.flatMap(t=>{const n={config:e,pathContext:ct[t]};return qt({deploymentContext:n})}),TE=e=>e.app.manifest.layouts.flatMap(t=>ph.flatMap(n=>{const o={config:e,pathContext:ct[n],currentSection:t.sectionId,layoutId:t.id};return qt({deploymentContext:o})})),OE=e=>e.app.manifest.slots.flatMap(t=>fh.flatMap(n=>{const o={config:e,pathContext:ct[n],currentSection:t.sectionId,layoutId:t.layoutId,slotId:t.id};return qt({deploymentContext:o})})),IE=e=>`\x1B[32m${e}\x1B[0m`,wE=(e,t,n,o,r)=>{if(!e.total)return;const{loaded:s}=e,i=(Date.now()-r)/1e3;n.value+=s-o.value,o.value=s,t.update({speed:`${ye(n.value/i,2)}/s`})},vE=()=>new Ni.SingleBar({format:`|${IE("{bar}")}| {status} || {percentage}% || {value}/{total} Files || Speed: {speed}`,barCompleteChar:"\u2588",barIncompleteChar:"\u2591"});async function Bs(e){await new Promise(t=>setTimeout(t,e))}const Hs="Please ensure you have built your application before deploying.";async function Vs(){try{const e=await un(S(Et.cwd(),gs));return JSON.parse(e.toString())}catch(e){throw e.code==="ENOENT"?new Error(`Manifest file not found. ${Hs}`):e instanceof SyntaxError?new Error(`Manifest file is not valid. ${Hs}`):e}}const CE={value:0},ae=vE();let Ws=Date.now();const Ys=e=>2**e*500;async function RE(e){const t=Ai(e.version,"patch");if(t===null)throw Error("Error while incrementing app version");e.version=t,sn(S(M.cwd(),"package.json"),`${JSON.stringify(e,null,2)}
59
+ `)}function bE(e){return e instanceof Eo&&(e.code==="ECONNRESET"||e.response?.status!==void 0&&e.response?.status>=500&&e.response?.status<600)}function Ks(e,t){return e<lh&&bE(t)}async function Js(e,t,n,o){const r={value:0},s=e.config.app.manifest.templates.length>0||e.config.app.manifest.collections.length>0?ih:sh;return e.config.axios.post(s,{file:ri(S(M.cwd(),n!==void 0?n+t:t))},{params:{appClientId:e.config.app.crane.appClientId,type:e.pathContext.type,version:e.config.app.packageJson.version,...e.currentSection!==void 0&&{block:e.currentSection},...e.layoutId!==void 0&&{layoutId:e.layoutId},...e.slotId!==void 0&&{slotId:e.slotId},...!["dependencies","source_code"].includes(e.pathContext.type)&&{fileName:t}},headers:{"Content-Type":"multipart/form-data",Authorization:`Bearer ${e.config.app.crane.appSecretKey}`},onUploadProgress:i=>wE(i,ae,CE,r,Ws)}).then(i=>(ae.increment(),i)).catch(async i=>{if(Ks(o,i))return await Bs(Ys(o)),Js(e,t,n,o+1);throw ae.increment(),i})}function AE(e){return ae.start(e.length+1,0,{speed:"N/A",status:"Deployment in progress"}),e.map(t=>{const n=t.context,o=n.pathContext.toPath({sectionId:n.currentSection,sectionType:t.sectionType,layoutId:n.layoutId,slotId:n.slotId});return Js(n,t.url,o,0)})}function NE(e){const t=[...yE(e),...SE(e),...TE(e),...OE(e)];return AE(t)}async function Xs(e,t=0){const n=e.app.manifest.templates.length>0||e.app.manifest.collections.length>0?ch:ah;return e.axios.post(n,e.app.manifest,{params:{appClientId:e.app.crane.appClientId},headers:{Authorization:`Bearer ${e.app.crane.appSecretKey}`}}).catch(async o=>{if(Ks(t,o))return await Bs(Ys(t)),Xs(e,t+1);throw o})}async function $E(e){try{if(!If.some(i=>H(S(M.cwd(),i))))throw new Error(Ve.INCORRECT_DISTRIBUTION_FOLDER(Tf));const t=e??Kn;f.info("Custom application deployment :: Started");const n=ln.create({baseURL:t});bi(n,uh),f.info("Loading configuration files ...");const o=await Promise.all([Ht(),Jn(),Vs()]).then(([i,a,c])=>({axios:n,app:{crane:i,packageJson:a,manifest:c}}));f.info("Uploading files ..."),Ws=Date.now(),await Promise.all(NE(o)).catch(i=>{ae.stop(),i.response?.status===404?f.error($e(i,Ve.DEPRECATED_VERSION_DEPLOYMENT)):f.error($e(i,Ve.ASSET_FILES_UPLOAD)),M.exit(1)}).finally(()=>{ae.increment(),ae.stop()}),ae.update({speed:"N/A",status:"Finalising deployment"}),await Xs(o).catch(i=>{ae.stop(),i.response?.status===404?f.error($e(i,Ve.DEPRECATED_VERSION_DEPLOYMENT)):f.error($e(i,Ve.MANIFEST_DEPLOYMENT)),M.exit(1)}).finally(()=>{ae.increment(),ae.stop()});const r=o.app.manifest.blocks.map(i=>i.id),s=o.app.packageJson.version;f.info("Custom application deployment :: Successful"),f.info(`Current app version: ${s}`),f.info(`Deployed sections: ${r.sort().join(", ")}`),await RE(o.app.packageJson),o.app.manifest.templates.length>0&&f.info(`Deployed templates: ${o.app.manifest.templates.map(i=>i.id).sort().join(", ")}`),o.app.manifest.slots.length>0&&f.info(`Deployed slots: ${o.app.manifest.slots.map(i=>i.id).sort().join(", ")}`),o.app.manifest.collections.length>0&&f.info(`Deployed collections: ${o.app.manifest.collections.map(i=>i.id).sort().join(", ")}`)}catch(t){ae.stop(),f.error($e(t,Ve.DEFAULT)),M.exit(1)}finally{_E()}}function DE(){process.env.CRANE_DEBUG_ENABLED="true"}function LE(){return process.env.CRANE_DEBUG_ENABLED==="true"}function kE(e,...t){LE()&&console.debug(di(`[DEBUG] ${e}`),...t)}function PE(){return{name:"app-block-api",configureServer(e){e.middlewares.use(async(t,n,o)=>{e.moduleGraph.invalidateAll();const r=new yi(t.url||"",`http://${t.headers.host}`);if(r.pathname==="/api/v1/block-config"&&t.method==="GET"){const s=r.searchParams.get("section");if(!s){n.statusCode=400,n.setHeader("Content-Type","application/json"),n.end(JSON.stringify({error:"Missing blockId parameter"}));return}try{const i=(await Vs()).blocks.find(a=>a.id===s);n.statusCode=200,n.setHeader("Content-Type","application/json"),n.end(JSON.stringify(i))}catch(i){n.statusCode=500,n.setHeader("Content-Type","application/json"),n.end(JSON.stringify({error:i.message}))}return}o()})}}}let De=null;function zE(){De&&De.clients.forEach(e=>{e.readyState===Di.OPEN&&e.send(JSON.stringify({type:"full-reload"}))})}async function jE(e,t){const n=S(`${e}/ssr-server.ts`),o=S(t);await Ee({build:{lib:{entry:n,formats:["es"],fileName:()=>"ssr-server.mjs"},outDir:o,emptyOutDir:!1,minify:!1,rollupOptions:{external:["http","fs","@swc/core","module-from-string","linkedom"],output:{entryFileNames:"ssr-server.mjs"}},target:"esnext"}})}async function UE(e,t){const n=S(`${e}/shared/preview.ts`),o=S(`${e}/shared/utils.ts`),r=S(`${e}/shared/api-routes.ts`),s=S(t);await Ee({build:{lib:{entry:n,formats:["es"],fileName:()=>"preview.js"},outDir:s,emptyOutDir:!1,minify:!1,rollupOptions:{output:{entryFileNames:"preview.js"}},target:"esnext"}}),await Ee({build:{lib:{entry:o,formats:["es"],fileName:()=>"utils.js"},outDir:s,emptyOutDir:!1,minify:!1,rollupOptions:{output:{entryFileNames:"utils.js"}},target:"esnext"}}),await Ee({build:{lib:{entry:r,formats:["es"],fileName:()=>"api-routes.js"},outDir:s,emptyOutDir:!1,minify:!1,rollupOptions:{external:["path","fs","http","https","url","stream","util","events","buffer"],output:{entryFileNames:"api-routes.js"}},target:"esnext"}})}async function ME(){const e="preview",t=`${e}/shared`,n="vite.config.js",o=`${e}/sections`,r=`${o}/preview.html`;[e,o].forEach(i=>{b.existsSync(i)||b.mkdirSync(i,{recursive:!0})});const s=me("template/preview");b.copyFileSync(`${s}/${n}`,`${e}/${n}`),await jE(s,e),b.copyFileSync(`${s}/sections/preview.html`,r),b.existsSync(t)||b.mkdirSync(t),await UE(s,t)}function FE(e){const t=e.replace(/\\/g,"/").match(/(?:sections|headers|footers)\/([^/]+)/);return t?t[1]:null}function xE(e){const t=e.replace(/\\/g,"/");return t.includes("shared")&&!t.includes("sections")&&!t.includes("headers")&&!t.includes("footers")}async function GE(e){const t=(await Gs()).find(o=>o.name===e);if(!t){console.warn(`Block ${e} not found, falling back to full build`),await Xt(!0);return}const n=Ms(t);await Us([n]),console.log(`Block ${e} rebuilt successfully`)}var ZE=(e=>(e.FULL="full",e.INCREMENTAL="incremental",e))(ZE||{});function BE(){return{timeout:null,inProgress:!1,pendingBuild:null}}function HE(e,t){const n=async o=>{e.inProgress=!0;try{o.type==="incremental"&&o.blockName?await GE(o.blockName):await Xt(!0),t.ws.send({type:"full-reload",path:"*"}),zE()}catch(r){console.error("Build error:",r)}finally{if(e.inProgress=!1,e.pendingBuild){const r=e.pendingBuild;e.pendingBuild=null,setTimeout(()=>n(r),0)}}};return async o=>{if(e.inProgress){o.type==="full"||e.pendingBuild?.type==="full"?e.pendingBuild={type:"full"}:e.pendingBuild=o;return}await n(o)}}function VE(e){const t=e.replace(/\\/g,"/"),n=t.match(/sections\/([^/]+)/),o=t.match(/headers\/([^/]+)/),r=t.match(/footers\/([^/]+)/),s=t.match(/shared\//);return!!(n||o||r||s)}function WE(e,t){return async n=>{if(!VE(n))return;e.timeout&&clearTimeout(e.timeout);const o=FE(n),r=xE(n);e.timeout=setTimeout(async()=>{r?await t({type:"full"}):o&&await t({type:"incremental",blockName:o})},1e3)}}function YE(e,t){const n=BE(),o=HE(n,e),r=WE(n,o);e.watcher.add(t),e.watcher.on("add",r),e.watcher.on("change",r),e.watcher.on("unlink",r)}async function KE(){const e=j.resolve(process.cwd(),"preview/ssr-server.mjs");if(!b.existsSync(e))throw console.warn(`\u26A0\uFE0F SSR server not found at ${e}`),new Error(`SSR server not found at ${e}`);process.env.PREVIEW_SSR_PORT="0";let t=e;process.platform==="win32"&&(t=mo(e).href);const n=await import(t),{server:o,port:r}=await n.startServer();return{server:o,port:r}}function JE(){De=new $i({port:0}),De.on("listening",()=>{const e=De?.address();if(e&&typeof e=="object"){const t=e.port;process.env.CRANE_WEBSOCKET_PORT=String(t)}})}async function XE(){const e=j.resolve(process.cwd(),"preview/vite.config.js"),t=j.resolve(process.cwd(),"sections/**/*"),n=j.resolve(process.cwd(),"headers/**/*"),o=j.resolve(process.cwd(),"footers/**/*"),r=j.resolve(process.cwd(),"shared/**/*"),s=await fi({configFile:e,root:process.cwd(),plugins:[PE()]});return await s.listen(),YE(s,[t,n,o,r]),s}async function QE(){await Xt(),await ME(),console.log(`
57
60
  \u{1F4E6} Starting preview servers...
58
- `);let e=null,t=null;Mg("Starting SSR server");const n=await e_();e=n.server,t=n.port,process.env.PREVIEW_SSR_PORT=String(t),t_();const r=await n_(),o=()=>{e&&e.close(),yt&&yt.close(),r.close(),process.exit(0)};return process.on("SIGINT",o),process.on("SIGTERM",o),r}async function o_(e,t,n){const r=t.split("_").pop()??t,o=dt(e,"sections",r),i=dt(e,r);let s=null;if(Ie(o)&&zt(o).isDirectory()?s=o:Ie(i)&&zt(i).isDirectory()&&(s=i),s){const a=dt(n,r);Ie(a)&&((await Gt({type:"confirm",name:"value",message:`Section directory [sections/${r}/] already exists. Do you want to overwrite it?`,initial:!1})).value||(N.error("Operation cancelled. Section directory already exists."),ae.exit(1)),N.info(`Deleting existing section directory [sections/${r}/]...`),co(a,{recursive:!0,force:!0})),N.info(`Copying section [sections/${r}/]...`),await jn(s,a,!1)}else N.error(`Section directory [sections/${r}/] not found in source code.`),ae.exit(1)}async function s_(e,t,n){const r=ma(dt(Ga.tmpdir(),"crane-source-"));new fo(Buffer.from(e)).extractAllTo(r,!0);try{const o=ae.cwd(),i=dt(o,"sections");Ie(i)||Ea(i,{recursive:!0}),await o_(r,t,i);const s=dt(r,"shared");if(Ie(s)){const a=dt(o,"shared");N.info("Copying shared folder..."),await jn(s,a,!0)}N.info(`Source code for section [${n}] has been copied.`)}finally{co(r,{recursive:!0,force:!0})}}async function da(e){const t=e??qn,n=Qn.create({baseURL:t}),r=await an();return[...(await n.get("/api/v1/custom-apps/manifests/collections/sections",{params:{appClientId:r.appClientId},headers:{Authorization:`Bearer ${r.appSecretKey}`}})).data.sections]}async function i_(e,t){const n=(await da(t)).find(r=>r.sectionId===e);return n||(N.error(`Section [${e}] not found in collection sections list.`),ae.exit(1)),n}async function a_(e,t,n){const r=n??qn,o=Qn.create({baseURL:r}),i=await an();N.info(`Downloading source code for section [${e}]...`);const s=await o.get(`/api/v1/custom-apps/manifests/collections/sections/${e}/source-code`,{params:{appClientId:i.appClientId},headers:{Authorization:`Bearer ${i.appSecretKey}`},responseType:"arraybuffer"});await s_(s.data,t,e)}async function c_(e){try{N.info("Fetching sections list...");const t=await da(e);N.info("Sections list retrieved successfully:");const n=t.map(r=>({sectionId:r.sectionId,openSource:r.openSource,type:r.type}));console.log(JSON.stringify({sections:n},null,2))}catch(t){N.error(ht(t,"Error while fetching sections list")),ae.exit(1)}}async function u_(e,t){try{const n=await i_(e,t);n.openSource||(N.error(`Section [${e}] is not open source. Only open source sections can be pulled.`),ae.exit(1)),await a_(e,n.sectionId,t)}catch(n){N.error(ht(n,"Error while pulling section")),ae.exit(1)}}async function l_(e,t){const{list:n,section:r}=e;if(n){await c_(t);return}if(r){await u_(r,t);return}N.error("Please specify an action. Use --list to fetch sections list or --section to pull a section."),ae.exit(1)}const p_={deploy:["url"],pull:["url"],init:[""],build:["generatePreview"]},d_=["preview","build","deploy","pull"];function f_(e,t){return d_.includes(e.rawName)?!1:e.options.length!==0&&Object.keys(t).length===1}function h_(e){return e.includes("-h")||e.includes("--help")}function m_(e,t){return Object.keys(t).some(n=>n!=="--"&&!e.hasOption(n)&&!p_[e.rawName]?.includes(n))}function E_(e){return e.length!==0}function g_(e,t,n){return e.matchedCommand!==void 0&&(f_(e.matchedCommand,n)||h_(e.rawArgs)||m_(e.matchedCommand,e.options)||E_(t))}function __(e,t,n){e.matchedCommand&&!g_(e,t,n)?e.runMatchedCommand():e.outputHelp()}function Bn(e){if(sc(e))return console.log("Please specify a name for your resource."),!1;const{isValid:t,errorMessage:n}=oc(e);return n&&console.log(n),t}async function so(e){const t=await Gt({type:"text",name:"name",message:`Please specify a name for your ${e}:`});if(t.name!==void 0){const n=ue.basename(t.name);return Bn(n)?n:so(e)}}async function y_(e,t,n,r){const o=await so(t);return o===void 0?(console.log(`You can use ${n} to directly specify the name of the ${t}.`),e.outputHelp()):r(o)}async function Mt(e,t,n,r,o){if(o!==void 0)if(!Bn(o))await y_(e,t,n,r);else{const i=ue.basename(o.toString());await r(i)}}function S_(){re.existsSync("./templates")||(N.error(`No template found. Please create a template first using ${Ke("init --template <name>")}`),process.exit(1));const e=re.readdirSync("./templates",{withFileTypes:!0}).filter(t=>t.isDirectory()).map(t=>t.name).filter(t=>t!=="assets");return e.length===0&&(N.error(`No template found. Please create a template first using ${Ke("init --template <name>")}`),process.exit(1)),e}async function T_(e){const t=S_();if(typeof e=="string"||typeof e=="number"){if(t.includes(e.toString()))return e.toString();Bn(e)?N.warn(`Template [${e}] doesn't exist`):N.error(`[${e}] is an invalid template name.`)}const n=await Gt({type:"select",name:"choice",message:"Please choose a template:",choices:t.map(r=>({title:r,value:r}))});return n.choice||(N.error("No template selected"),process.exit(1)),n.choice}async function R_(e,t){if(typeof t=="string"||typeof t=="number"){if(Bn(t))return t.toString();N.error(`${t} is invalid name.`)}return so(e)}async function C_(e,t,n){const r=await T_(t),o=await R_("page",n);if(o===void 0)return console.log(`You can use ${Ke("init --page <name>")} to directly specify the name of the page.`),e.outputHelp();await Lg(r,o)}async function I_(e,t){try{const{app:n,section:r,header:o,footer:i,template:s,referenceTemplate:a,page:c,blank:u,collection:l}=e;await Mt(t,"app",Ke("init --app <name>"),wg,n),await Mt(t,"section",Ke(`init --section <name>${u?" --blank":""}`),h=>vg(h,u===!0),r),await Mt(t,"header",Ke("init --header <name>"),Ng,o),await Mt(t,"footer",Ke("init --footer <name>"),$g,i),c===void 0?await Mt(t,"template",Ke("init --template <name>"),Pg,s):await C_(t,s,c),await Mt(t,"collection",Ke("init --collection <name>"),bg,l),a&&await Dg()}catch(n){N.error(`Error while executing init operation: ${n.message}`),process.exit(1)}}function w_(){try{const e=_a("crane");e.option("-h, --help","Display this message"),e.command("init","Initialize a new resource in the form of a directory.").option("--app [name]","Creates an app folder inside your current directory.").option("--section [name]","Creates the files necessary for one custom section with the given name, this can be repeated for each section.").option("--header [name]","Creates the files necessary for one custom header with the given name, this can be repeated for each header.").option("--footer [name]","Creates the files necessary for one custom footer with the given name, this can be repeated for each footer.").option("--template [name]","Creates the directory and files necessary to build a custom template inside your app folder.").option("--collection [name]","Creates a collection folder containing custom sections, headers, and footers.").option("--reference-template","Adds files necessary for the reference templates inside your app folder. ").option("--page [name]","Create the file necessary for one custom page with the given name, this can be repeated for each custom page.").option("--blank","Creates an empty resource with minimal files (use with section).").allowUnknownOptions().action(async n=>I_(n,e)),e.command("build","Builds your resource code").option("-v, --verbose","Show detailed build output").allowUnknownOptions().action(n=>zn(!1,n.verbose===!0)),e.command("preview","Runs a local server to preview resources").option("--verbose","Show debug logs").allowUnknownOptions().action(async n=>{n.verbose&&xg(),await r_()}),e.command("deploy","Deploys your resource code").allowUnknownOptions().action(()=>xm(e.options.url)),e.command("pull","Pulls resources from the API").option("--list","Fetches the list of sections from the API").option("--section [name]","Downloads source code for an open source section").allowUnknownOptions().action(async n=>l_(n,e.options.url)),e.version(Ha),e.usage("<action> <resource>");const t=e.parse(process.argv,{run:!1});__(e,t.args,t.options)}catch(e){N.error(`Error while parsing input: ${e.message}`),process.exit(1)}}export{w_ as run};
61
+ `);let e=null,t=null;kE("Starting SSR server");const n=await KE();e=n.server,t=n.port,process.env.PREVIEW_SSR_PORT=String(t),JE();const o=await XE(),r=()=>{e&&e.close(),De&&De.close(),o.close(),process.exit(0)};return process.on("SIGINT",r),process.on("SIGTERM",r),o}const qE=/^(?:@[a-z0-9][a-z0-9._-]*\/)?[a-z0-9][a-z0-9._-]*$/i,eg=/^[-a-zA-Z0-9_.^~<>=|* +]+$/;function Qs({name:e,version:t}){return qE.test(e)&&eg.test(t)}function en(e){if(!H(e))return{dependencies:{},devDependencies:{},overrides:{}};let t;try{t=JSON.parse(on(e,"utf-8"))}catch{return{dependencies:{},devDependencies:{},overrides:{}}}const n=t.overrides??{},o=Object.fromEntries(Object.entries(n).filter(r=>typeof r[1]=="string"));return{dependencies:t.dependencies??{},devDependencies:t.devDependencies??{},overrides:o}}function tg(e,t){const n=en(ee(e,"package.json")),o=en(ee(t,"package.json")),r={...o.dependencies,...o.devDependencies},s=[];for(const[i,a]of Object.entries(n.dependencies))r[i]||s.push({name:i,version:a,isDev:!1});for(const[i,a]of Object.entries(n.devDependencies))r[i]||s.push({name:i,version:a,isDev:!0});return s.sort((i,a)=>i.name.localeCompare(a.name))}function ng(e,t){const n=en(ee(e,"package.json")).overrides,o=en(ee(t,"package.json")).overrides;return Object.fromEntries(Object.entries(n).filter(([r,s])=>o[r]!==s))}function og(e){const t=Object.entries(e);if(t.length!==0){f.warn(`
62
+ The pulled source code defines npm overrides not present in your project:`);for(const[n,o]of t)f.warn(` - ${n}: "${o}"`);f.warn('Review these and add them to your package.json "overrides" section if needed.')}}function qs(e){return e.map(t=>`${t.name}@${t.version}`).join(" ")}function rg(e){const t=e.filter(r=>!r.isDev),n=e.filter(r=>r.isDev),o=[];return t.length>0&&o.push(`npm install ${qs(t)}`),n.length>0&&o.push(`npm install -D ${qs(n)}`),o}function sg(e,t){const n=[{args:["install"],specs:e.filter(o=>!o.isDev).map(o=>`${o.name}@${o.version}`)},{args:["install","-D"],specs:e.filter(o=>o.isDev).map(o=>`${o.name}@${o.version}`)}];for(const{args:o,specs:r}of n){if(r.length===0)continue;const s=[...o,...r];f.info(`Running: npm ${s.join(" ")}`);const i=ki("npm",s,{cwd:t,stdio:"inherit"});if(i.status!==0)throw new Error(`npm ${o.join(" ")} exited with code ${i.status}`)}}async function ig(e,t){if(e.length===0)return;const n=e.filter(c=>!Qs(c));if(n.length>0){f.warn("Skipping dependencies with unsafe names/versions:");for(const c of n)f.warn(` - ${c.name}@${c.version}`)}const o=e.filter(Qs);if(o.length===0)return;const r=o.length===1?"dependency":"dependencies";f.warn(`
63
+ The pulled source code uses ${o.length} ${r} not found in your project:`);const s=o.filter(c=>!c.isDev),i=o.filter(c=>c.isDev);if(s.length>0){f.warn(" dependencies:");for(const c of s)f.warn(` - ${c.name}@${c.version}`)}if(i.length>0){f.warn(" devDependencies:");for(const c of i)f.warn(` - ${c.name}@${c.version}`)}const a=rg(o);switch((await Le({type:"select",name:"value",message:"How would you like to handle these dependencies?",choices:[{title:"Install dependencies now",value:"install",description:`Runs: ${a.join(" && ")}`},{title:"Add to package.json without installing",value:"add"},{title:"Show install command (copy & run later)",value:"show"},{title:"Skip",value:"skip"}],initial:0})).value){case"install":try{sg(o,t),f.info("Dependencies installed successfully.")}catch{f.error("Failed to install dependencies. You can try running the commands manually:");for(const c of a)f.warn(` ${c}`)}break;case"add":{const c=ee(t,"package.json"),u=JSON.parse(on(c,"utf-8"));if(s.length>0){u.dependencies||(u.dependencies={});for(const d of s)u.dependencies[d.name]=d.version;u.dependencies=Object.fromEntries(Object.entries(u.dependencies).sort(([d],[m])=>d.localeCompare(m)))}if(i.length>0){u.devDependencies||(u.devDependencies={});for(const d of i)u.devDependencies[d.name]=d.version;u.devDependencies=Object.fromEntries(Object.entries(u.devDependencies).sort(([d],[m])=>d.localeCompare(m)))}sn(c,`${JSON.stringify(u,null,2)}
64
+ `),f.info('Dependencies added to package.json. Run "npm install" to install them.');break}case"show":f.info(`
65
+ Run the following command(s) to install the dependencies:`);for(const c of a)f.info(` ${c}`);break;default:f.info("Skipping dependency installation.");break}}async function ag(e,t,n){const o=t.split("_").pop()??t,r=ee(e,"sections",o),s=ee(e,o);let i=null;if(H(r)&&Xe(r).isDirectory()?i=r:H(s)&&Xe(s).isDirectory()&&(i=s),i){const a=ee(n,o);H(a)&&((await Le({type:"confirm",name:"value",message:`Section directory [sections/${o}/] already exists. Do you want to overwrite it?`,initial:!1})).value||(f.error("Operation cancelled. Section directory already exists."),M.exit(1)),f.info(`Deleting existing section directory [sections/${o}/]...`),co(a,{recursive:!0,force:!0})),f.info(`Copying section [sections/${o}/]...`),await Qt(i,a,!1)}else f.error(`Section directory [sections/${o}/] not found in source code.`),M.exit(1)}async function cg(e,t,n){const o=si(ee(Li.tmpdir(),"crane-source-"));new fo(Buffer.from(e)).extractAllTo(o,!0);try{const r=M.cwd(),s=ee(r,"sections");H(s)||ii(s,{recursive:!0}),await ag(o,t,s);const i=ee(o,"shared");if(H(i)){const c=ee(r,"shared");f.info("Copying shared folder..."),await Qt(i,c,!0)}const a=tg(o,r);await ig(a,r),og(ng(o,r)),f.info(`Source code for section [${n}] has been copied.`)}finally{co(o,{recursive:!0,force:!0})}}async function ei(e){const t=e??Kn,n=ln.create({baseURL:t}),o=await Ht();return[...(await n.get("/api/v1/custom-apps/manifests/collections/sections",{params:{appClientId:o.appClientId},headers:{Authorization:`Bearer ${o.appSecretKey}`}})).data.sections]}async function ug(e,t){const n=(await ei(t)).find(o=>o.sectionId===e);return n||(f.error(`Section [${e}] not found in collection sections list.`),M.exit(1)),n}async function lg(e,t,n){const o=n??Kn,r=ln.create({baseURL:o}),s=await Ht();f.info(`Downloading source code for section [${e}]...`);const i=await r.get(`/api/v1/custom-apps/manifests/collections/sections/${e}/source-code`,{params:{appClientId:s.appClientId},headers:{Authorization:`Bearer ${s.appSecretKey}`},responseType:"arraybuffer"});await cg(i.data,t,e)}async function dg(e){try{f.info("Fetching sections list...");const t=await ei(e);f.info("Sections list retrieved successfully:");const n=t.map(o=>({sectionId:o.sectionId,openSource:o.openSource,type:o.type}));console.log(JSON.stringify({sections:n},null,2))}catch(t){f.error($e(t,"Error while fetching sections list")),M.exit(1)}}async function pg(e,t){try{const n=await ug(e,t);n.openSource||(f.error(`Section [${e}] is not open source. Only open source sections can be pulled.`),M.exit(1)),await lg(e,n.sectionId,t)}catch(n){f.error($e(n,"Error while pulling section")),M.exit(1)}}async function fg(e,t){const{list:n,section:o}=e;if(n){await dg(t);return}if(o){await pg(o,t);return}f.error("Please specify an action. Use --list to fetch sections list or --section to pull a section."),M.exit(1)}const hg={deploy:["url"],pull:["url"],init:[""],build:["generatePreview"]},mg=["preview","build","deploy","pull"];function Eg(e,t){return mg.includes(e.rawName)?!1:e.options.length!==0&&Object.keys(t).length===1}function gg(e){return e.includes("-h")||e.includes("--help")}function _g(e,t){return Object.keys(t).some(n=>n!=="--"&&!e.hasOption(n)&&!hg[e.rawName]?.includes(n))}function yg(e){return e.length!==0}function Sg(e,t,n){return e.matchedCommand!==void 0&&(Eg(e.matchedCommand,n)||gg(e.rawArgs)||_g(e.matchedCommand,e.options)||yg(t))}function Tg(e,t,n){e.matchedCommand&&!Sg(e,t,n)?e.runMatchedCommand():e.outputHelp()}function tn(e){if(Cf(e))return console.log("Please specify a name for your resource."),!1;const{isValid:t,errorMessage:n}=vf(e);return n&&console.log(n),t}async function io(e){const t=await Le({type:"text",name:"name",message:`Please specify a name for your ${e}:`});if(t.name!==void 0){const n=j.basename(t.name);return tn(n)?n:io(e)}}async function Og(e,t,n,o){const r=await io(t);return r===void 0?(console.log(`You can use ${n} to directly specify the name of the ${t}.`),e.outputHelp()):o(r)}async function Je(e,t,n,o,r){if(r!==void 0)if(!tn(r))await Og(e,t,n,o);else{const s=j.basename(r.toString());await o(s)}}function Ig(){b.existsSync("./templates")||(f.error(`No template found. Please create a template first using ${ue("init --template <name>")}`),process.exit(1));const e=b.readdirSync("./templates",{withFileTypes:!0}).filter(t=>t.isDirectory()).map(t=>t.name).filter(t=>t!=="assets");return e.length===0&&(f.error(`No template found. Please create a template first using ${ue("init --template <name>")}`),process.exit(1)),e}async function wg(e){const t=Ig();if(typeof e=="string"||typeof e=="number"){if(t.includes(e.toString()))return e.toString();tn(e)?f.warn(`Template [${e}] doesn't exist`):f.error(`[${e}] is an invalid template name.`)}const n=await Le({type:"select",name:"choice",message:"Please choose a template:",choices:t.map(o=>({title:o,value:o}))});return n.choice||(f.error("No template selected"),process.exit(1)),n.choice}async function vg(e,t){if(typeof t=="string"||typeof t=="number"){if(tn(t))return t.toString();f.error(`${t} is invalid name.`)}return io(e)}async function Cg(e,t,n){const o=await wg(t),r=await vg("page",n);if(r===void 0)return console.log(`You can use ${ue("init --page <name>")} to directly specify the name of the page.`),e.outputHelp();await hE(o,r)}async function Rg(e,t){try{const{app:n,section:o,header:r,footer:s,template:i,referenceTemplate:a,page:c,blank:u,collection:d}=e;await Je(t,"app",ue("init --app <name>"),aE,n),await Je(t,"section",ue(`init --section <name>${u?" --blank":""}`),m=>uE(m,u===!0),o),await Je(t,"header",ue("init --header <name>"),fE,r),await Je(t,"footer",ue("init --footer <name>"),pE,s),c===void 0?await Je(t,"template",ue("init --template <name>"),gE,i):await Cg(t,i,c),await Je(t,"collection",ue("init --collection <name>"),dE,d),a&&await mE()}catch(n){f.error(`Error while executing init operation: ${n.message}`),process.exit(1)}}function bg(){try{const e=ci("crane");e.option("-h, --help","Display this message"),e.command("init","Initialize a new resource in the form of a directory.").option("--app [name]","Creates an app folder inside your current directory.").option("--section [name]","Creates the files necessary for one custom section with the given name, this can be repeated for each section.").option("--header [name]","Creates the files necessary for one custom header with the given name, this can be repeated for each header.").option("--footer [name]","Creates the files necessary for one custom footer with the given name, this can be repeated for each footer.").option("--template [name]","Creates the directory and files necessary to build a custom template inside your app folder.").option("--collection [name]","Creates a collection folder containing custom sections, headers, and footers.").option("--reference-template","Adds files necessary for the reference templates inside your app folder. ").option("--page [name]","Create the file necessary for one custom page with the given name, this can be repeated for each custom page.").option("--blank","Creates an empty resource with minimal files (use with section).").allowUnknownOptions().action(async n=>Rg(n,e)),e.command("build","Builds your resource code").option("-v, --verbose","Show detailed build output").allowUnknownOptions().action(n=>Xt(!1,n.verbose===!0)),e.command("preview","Runs a local server to preview resources").option("--verbose","Show debug logs").allowUnknownOptions().action(async n=>{n.verbose&&DE(),await QE()}),e.command("deploy","Deploys your resource code").allowUnknownOptions().action(()=>$E(e.options.url)),e.command("pull","Pulls resources from the API").option("--list","Fetches the list of sections from the API").option("--section [name]","Downloads source code for an open source section").allowUnknownOptions().action(async n=>fg(n,e.options.url)),e.version(Pi),e.usage("<action> <resource>");const t=e.parse(process.argv,{run:!1});Tg(e,t.args,t.options)}catch(e){f.error(`Error while parsing input: ${e.message}`),process.exit(1)}}export{bg as run};