@builder.io/sdk-vue 0.1.11 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/packages/_vue2/dist/{block-styles.a206dd50.js → block-styles.03915da1.js} +8 -8
- package/packages/_vue2/dist/block-styles.f55da466.cjs +1 -0
- package/packages/_vue2/dist/css.05bd82ed.js +58 -0
- package/packages/_vue2/dist/css.13f6a54e.cjs +6 -0
- package/packages/_vue2/dist/{index.e8dd60dc.js → index.3bd1f67e.js} +419 -422
- package/packages/_vue2/dist/index.cbc06228.cjs +29 -0
- package/packages/_vue2/dist/{render-block.065c34a7.cjs → render-block.5334a9b5.cjs} +2 -2
- package/packages/_vue2/dist/{render-block.fd86fb8a.js → render-block.58a5d354.js} +7 -7
- package/packages/_vue2/dist/{render-component.933ccff1.cjs → render-component.88a8e955.cjs} +1 -1
- package/packages/_vue2/dist/{render-component.f953c827.js → render-component.934cdac4.js} +3 -3
- package/packages/_vue2/dist/{render-inlined-styles.9195825e.js → render-inlined-styles.067d5d11.js} +1 -1
- package/packages/_vue2/dist/{render-inlined-styles.fee45ae3.cjs → render-inlined-styles.e576c02d.cjs} +1 -1
- package/packages/_vue2/dist/{render-repeated-block.7f32ee89.cjs → render-repeated-block.47f15cef.cjs} +1 -1
- package/packages/_vue2/dist/{render-repeated-block.9721be56.js → render-repeated-block.84bf8874.js} +2 -2
- package/packages/_vue2/dist/{render-styles.c4b6de30.js → render-styles.4764220d.js} +2 -2
- package/packages/_vue2/dist/{render-styles.7f8fcf1c.cjs → render-styles.677a15af.cjs} +3 -3
- package/packages/_vue2/dist/sdk.cjs +1 -1
- package/packages/_vue2/dist/sdk.js +9 -9
- package/packages/_vue2/dist/src/blocks/columns/columns.vue.d.ts +14 -29
- package/packages/_vue2/dist/src/blocks/symbol/symbol.vue.d.ts +11 -5
- package/packages/_vue2/dist/src/components/render-content/render-content.types.d.ts +2 -0
- package/packages/_vue2/dist/src/components/render-content/render-content.vue.d.ts +6 -0
- package/packages/_vue2/dist/src/context/builder.context.d.ts +1 -0
- package/packages/_vue2/dist/src/context/types.d.ts +2 -0
- package/packages/_vue2/dist/src/functions/get-content/types.d.ts +6 -0
- package/packages/_vue2/dist/src/types/api-version.d.ts +1 -0
- package/packages/_vue2/dist/style.css +1 -1
- package/packages/_vue3/dist/block-styles.58529395.cjs +1 -0
- package/packages/_vue3/dist/{block-styles.dbf81cfb.js → block-styles.bab3c28f.js} +3 -3
- package/packages/_vue3/dist/css.63d69670.cjs +6 -0
- package/packages/_vue3/dist/css.8ed20b10.js +58 -0
- package/packages/_vue3/dist/{index.0f0b2b49.js → index.2ad3b0cb.js} +625 -625
- package/packages/_vue3/dist/index.395b8a3c.cjs +29 -0
- package/packages/_vue3/dist/{render-block.e3ebf63d.js → render-block.5350aee7.js} +7 -7
- package/packages/_vue3/dist/{render-block.a748ee8b.cjs → render-block.8923e93f.cjs} +2 -2
- package/packages/_vue3/dist/{render-component.3639085a.cjs → render-component.02d9c77a.cjs} +1 -1
- package/packages/_vue3/dist/{render-component.db71626f.js → render-component.ed1c21ce.js} +3 -3
- package/packages/_vue3/dist/{render-inlined-styles.205733ee.cjs → render-inlined-styles.7f9d50aa.cjs} +1 -1
- package/packages/_vue3/dist/{render-inlined-styles.db67e9d8.js → render-inlined-styles.9f82189a.js} +1 -1
- package/packages/_vue3/dist/{render-repeated-block.17a00da9.js → render-repeated-block.86e8e344.js} +2 -2
- package/packages/_vue3/dist/{render-repeated-block.6086220a.cjs → render-repeated-block.9e462881.cjs} +1 -1
- package/packages/_vue3/dist/{render-styles.0d3e3a50.cjs → render-styles.33387f8f.cjs} +2 -2
- package/packages/_vue3/dist/{render-styles.6fa7962a.js → render-styles.cb23fa6b.js} +2 -2
- package/packages/_vue3/dist/sdk.cjs +1 -1
- package/packages/_vue3/dist/sdk.js +8 -8
- package/packages/_vue3/dist/src/blocks/columns/columns.vue.d.ts +14 -29
- package/packages/_vue3/dist/src/blocks/symbol/symbol.vue.d.ts +11 -5
- package/packages/_vue3/dist/src/components/render-content/render-content.types.d.ts +2 -0
- package/packages/_vue3/dist/src/components/render-content/render-content.vue.d.ts +6 -0
- package/packages/_vue3/dist/src/context/builder.context.d.ts +1 -0
- package/packages/_vue3/dist/src/context/types.d.ts +2 -0
- package/packages/_vue3/dist/src/functions/get-content/types.d.ts +6 -0
- package/packages/_vue3/dist/src/types/api-version.d.ts +1 -0
- package/packages/_vue3/dist/style.css +1 -1
- package/packages/_vue2/dist/block-styles.3b3ffdbf.cjs +0 -1
- package/packages/_vue2/dist/get-processed-block.34a63cf8.js +0 -40
- package/packages/_vue2/dist/get-processed-block.c3bfda4f.cjs +0 -1
- package/packages/_vue2/dist/index.ffa2cf17.cjs +0 -30
- package/packages/_vue3/dist/block-styles.f4b172a6.cjs +0 -1
- package/packages/_vue3/dist/get-processed-block.a35e7862.js +0 -40
- package/packages/_vue3/dist/get-processed-block.a59a881a.cjs +0 -1
- package/packages/_vue3/dist/index.2b8fbb3b.cjs +0 -30
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";const pe={name:"builder-button",props:["attributes","text","link","openLinkInNewTab"],methods:{filterAttrs:function(e={},n){const o="v-on:";return Object.keys(e).filter(r=>{const s=r.startsWith(o);return n?s:!s}).reduce((r,s)=>({...r,[s.replace(o,"")]:e[s]}),{})}}};function m(t,e,n,o,r,s,i,l){var a=typeof t=="function"?t.options:t;e&&(a.render=e,a.staticRenderFns=n,a._compiled=!0),o&&(a.functional=!0),s&&(a._scopeId="data-v-"+s);var c;if(i?(c=function(u){u=u||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!u&&typeof __VUE_SSR_CONTEXT__<"u"&&(u=__VUE_SSR_CONTEXT__),r&&r.call(this,u),u&&u._registeredComponents&&u._registeredComponents.add(i)},a._ssrRegister=c):r&&(c=l?function(){r.call(this,(a.functional?this.parent:this).$root.$options.shadowRoot)}:r),c)if(a.functional){a._injectStyles=c;var d=a.render;a.render=function(f,v){return c.call(v),d(f,v)}}else{var h=a.beforeCreate;a.beforeCreate=h?[].concat(h,c):[c]}return{exports:t,options:a}}var me=function(){var e=this,n=e._self._c;return e.link?n("a",e._g(e._b({attrs:{role:"button",href:e.link,target:e.openLinkInNewTab?"_blank":void 0}},"a",e.filterAttrs(e.attributes,!1),!1),e.filterAttrs(e.attributes,!0)),[e._v(" "+e._s(e.text)+" ")]):n("button",e._g(e._b({staticClass:"button-2fnk003dqad"},"button",e.filterAttrs(e.attributes,!1),!1),e.filterAttrs(e.attributes,!0)),[e._v(" "+e._s(e.text)+" ")])},he=[],fe=m(pe,me,he,!1,null,"3e6fa42c",null,null);const U=fe.exports,x=t=>JSON.parse(JSON.stringify(t)),W={small:{min:320,default:321,max:640},medium:{min:641,default:642,max:991},large:{min:990,default:991,max:1200}},ge=(t,e=W)=>`@media (max-width: ${e[t].max}px)`,M=({small:t,medium:e})=>{const n=x(W);if(!t||!e)return n;const o=Math.floor(t/2);n.small={max:t,min:o,default:o+1};const r=n.small.max+1;n.medium={max:e,min:r,default:r+1};const s=n.medium.max+1;return n.large={max:2e3,min:s,default:s+1},n},y="vue2",be=Symbol(),_={Builder:{content:null,context:{},state:{},setState(){},apiKey:null,apiVersion:void 0,registeredComponents:{},inheritedStyles:{}},key:be},ye=()=>Promise.resolve().then(()=>H).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component RenderBlocks at ../../components/render-blocks.vue",t),t}),ve=()=>Promise.resolve().then(()=>require("./render-inlined-styles.e576c02d.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component RenderInlinedStyles at ../../components/render-inlined-styles.vue",t),t}),_e={name:"builder-columns",components:{RenderInlinedStyles:ve,RenderBlocks:ye},props:["space","columns","stackColumnsAt","reverseColumnsWhenStacked","builderBlock"],data(){return{gutterSize:typeof this.space=="number"?this.space||0:20,cols:this.columns||[],stackAt:this.stackColumnsAt||"tablet",flexDir:this.stackColumnsAt==="never"?"row":this.reverseColumnsWhenStacked?"column-reverse":"column",TARGET:y}},inject:{builderContext:_.key},computed:{columnsCssVars(){return{"--flex-dir":this.flexDir,"--flex-dir-tablet":this.getTabletStyle({stackedStyle:this.flexDir,desktopStyle:"row"})}},columnsStyles(){return`
|
|
2
|
+
@media (max-width: ${this.getWidthForBreakpointSize("medium")}px) {
|
|
3
|
+
.${this.builderBlock.id}-breakpoints {
|
|
4
|
+
flex-direction: var(--flex-dir-tablet);
|
|
5
|
+
align-items: stretch;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.${this.builderBlock.id}-breakpoints > .builder-column {
|
|
9
|
+
width: var(--column-width-tablet) !important;
|
|
10
|
+
margin-left: var(--column-margin-left-tablet) !important;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@media (max-width: ${this.getWidthForBreakpointSize("small")}px) {
|
|
15
|
+
.${this.builderBlock.id}-breakpoints {
|
|
16
|
+
flex-direction: var(--flex-dir);
|
|
17
|
+
align-items: stretch;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.${this.builderBlock.id}-breakpoints > .builder-column {
|
|
21
|
+
width: var(--column-width-mobile) !important;
|
|
22
|
+
margin-left: var(--column-margin-left-mobile) !important;
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
`}},methods:{getWidth(t){var e;return((e=this.cols[t])==null?void 0:e.width)||100/this.cols.length},getColumnCssWidth(t){const e=this.gutterSize*(this.cols.length-1)/this.cols.length;return`calc(${this.getWidth(t)}% - ${e}px)`},getTabletStyle({stackedStyle:t,desktopStyle:e}){return this.stackAt==="tablet"?t:e},getMobileStyle({stackedStyle:t,desktopStyle:e}){return this.stackAt==="never"?e:t},columnCssVars(t){const e=this.getColumnCssWidth(t),n=`${t===0?0:this.gutterSize}px`,o="100%",r="0";return{width:e,"margin-left":n,"--column-width-mobile":this.getMobileStyle({stackedStyle:o,desktopStyle:e}),"--column-margin-left-mobile":this.getMobileStyle({stackedStyle:r,desktopStyle:n}),"--column-width-tablet":this.getTabletStyle({stackedStyle:o,desktopStyle:e}),"--column-margin-left-tablet":this.getTabletStyle({stackedStyle:r,desktopStyle:n})}},getWidthForBreakpointSize(t){var n,o;return M(((o=(n=this.builderContext.content)==null?void 0:n.meta)==null?void 0:o.breakpoints)||{})[t].max},_classStringToObject(t){const e={};if(typeof t!="string")return e;const n=t.trim().split(/\s+/);for(const o of n)e[o]=!0;return e}}};var xe=function(){var e=this,n=e._self._c;return n("div",{class:e._classStringToObject(`builder-columns ${e.builderBlock.id}-breakpoints div-t9spj7joih`),style:e.columnsCssVars,attrs:{dataSet:{"builder-block-name":"builder-columns"}}},[e.TARGET!=="reactNative"?[n("render-inlined-styles",{attrs:{styles:e.columnsStyles}})]:e._e(),e._l(e.columns,function(o,r){return n("div",{key:r,staticClass:"builder-column div-t9spj7joih-2",style:e.columnCssVars(r),attrs:{dataSet:{"builder-block-name":"builder-column"}}},[n("render-blocks",{attrs:{blocks:o.blocks,path:`component.options.columns.${r}.blocks`,parent:e.builderBlock.id,styleProp:{flexGrow:"1"}}})],1)})],2)},ke=[],Se=m(_e,xe,ke,!1,null,"e352abf5",null,null);const L=Se.exports,Ce={name:"builder-fragment-component",props:[]};var we=function(){var e=this,n=e._self._c;return n("span",[e._t("default")],2)},Re=[],Te=m(Ce,we,Re,!1,null,null,null,null);const N=Te.exports;function E(t){return t.replace(/http(s)?:/,"")}function Ie(t="",e,n){const o=new RegExp("([?&])"+e+"=.*?(&|$)","i"),r=t.indexOf("?")!==-1?"&":"?";return t.match(o)?t.replace(o,"$1"+e+"="+encodeURIComponent(n)+"$2"):t+r+e+"="+encodeURIComponent(n)}function $e(t,e){if(!t||!(t!=null&&t.match(/cdn\.shopify\.com/))||!e)return t;if(e==="master")return E(t);const n=t.match(/(_\d+x(\d+)?)?(\.(jpg|jpeg|gif|png|bmp|bitmap|tiff|tif)(\?v=\d+)?)/i);if(n){const o=t.split(n[0]),r=n[3],s=e.match("x")?e:`${e}x`;return E(`${o[0]}_${s}${r}`)}return null}function S(t){if(!t)return t;const e=[100,200,400,800,1200,1600,2e3];if(t.match(/builder\.io/)){let n=t;const o=Number(t.split("?width=")[1]);return isNaN(o)||(n=`${n} ${o}w`),e.filter(r=>r!==o).map(r=>`${Ie(t,"width",r)} ${r}w`).concat([n]).join(", ")}return t.match(/cdn\.shopify\.com/)?e.map(n=>[$e(t,`${n}x${n}`),n]).filter(([n])=>!!n).map(([n,o])=>`${n} ${o}w`).concat([t]).join(", "):t}const Ee={name:"builder-image",props:["image","src","srcset","noWebp","aspectRatio","altText","backgroundPosition","backgroundSize","className","sizes","builderBlock","fitContent"],computed:{srcSetToUse(){var n;const e=this.image||this.src;if(!e||!(e.match(/builder\.io/)||e.match(/cdn\.shopify\.com/)))return this.srcset;if(this.srcset&&((n=this.image)==null?void 0:n.includes("builder.io/api/v1/image"))){if(!this.srcset.includes(this.image.split("?")[0]))return console.debug("Removed given srcset"),S(e)}else if(this.image&&!this.srcset)return S(e);return S(e)},webpSrcSet(){var t;return((t=this.srcSetToUse)==null?void 0:t.match(/builder\.io/))&&!this.noWebp?this.srcSetToUse.replace(/\?/g,"?format=webp&"):""},aspectRatioCss(){const t={position:"absolute",height:"100%",width:"100%",left:"0px",top:"0px"};return this.aspectRatio?t:void 0}},methods:{_classStringToObject(t){const e={};if(typeof t!="string")return e;const n=t.trim().split(/\s+/);for(const o of n)e[o]=!0;return e}}};var Fe=function(){var o,r,s,i;var e=this,n=e._self._c;return n("div",[n("picture",[e.webpSrcSet?[n("source",{attrs:{type:"image/webp",srcset:e.webpSrcSet}})]:e._e(),n("img",{class:e._classStringToObject("builder-image"+(e.className?" "+e.className:"")+" img-1pl23ac79ld"),style:{objectPosition:e.backgroundPosition||"center",objectFit:e.backgroundSize||"cover",...e.aspectRatioCss},attrs:{loading:"lazy",alt:e.altText,role:e.altText?"presentation":void 0,src:e.image,srcset:e.srcSetToUse,sizes:e.sizes}})],2),e.aspectRatio&&!(((r=(o=e.builderBlock)==null?void 0:o.children)==null?void 0:r.length)&&e.fitContent)?[n("div",{staticClass:"builder-image-sizer div-1pl23ac79ld",style:{paddingTop:e.aspectRatio*100+"%"}})]:e._e(),((i=(s=e.builderBlock)==null?void 0:s.children)==null?void 0:i.length)&&e.fitContent?[e._t("default")]:e._e(),!e.fitContent&&e.children?[n("div",{staticClass:"div-1pl23ac79ld-2"},[e._t("default")],2)]:e._e()],2)},Ae=[],Pe=m(Ee,Fe,Ae,!1,null,"d14c6f82",null,null);const z=Pe.exports;function p(){return typeof window<"u"&&typeof document<"u"}function je(){return p()&&window.self!==window.top}function g(){return je()&&window.location.search.indexOf("builder.frameEditing=")!==-1}const Ve=()=>Promise.resolve().then(()=>require("./block-styles.f55da466.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component BlockStyles at ./render-block/block-styles.vue",t),t}),Be=()=>Promise.resolve().then(()=>require("./render-block.5334a9b5.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component RenderBlock at ./render-block/render-block.vue",t),t}),Oe={name:"render-blocks",components:{RenderBlock:Be,BlockStyles:Ve},props:["blocks","parent","path","styleProp"],inject:{builderContext:_.key},computed:{className(){var t;return"builder-blocks"+((t=this.blocks)!=null&&t.length?"":" no-blocks")}},methods:{onClick(){var t,e;g()&&!((t=this.blocks)!=null&&t.length)&&((e=window.parent)==null||e.postMessage({type:"builder.clickEmptyBlocks",data:{parentElementId:this.parent,dataPath:this.path}},"*"))},onMouseEnter(){var t,e;g()&&!((t=this.blocks)!=null&&t.length)&&((e=window.parent)==null||e.postMessage({type:"builder.hoverEmptyBlocks",data:{parentElementId:this.parent,dataPath:this.path}},"*"))},_classStringToObject(t){const e={};if(typeof t!="string")return e;const n=t.trim().split(/\s+/);for(const o of n)e[o]=!0;return e}}};var Ue=function(){var e=this,n=e._self._c;return n("div",{class:e._classStringToObject(e.className+" div-21azgz5avex"),style:e.styleProp,attrs:{"builder-path":e.path,"builder-parent-id":e.parent,dataSet:{class:e.className}},on:{click:function(o){return e.onClick()},mouseenter:function(o){return e.onMouseEnter()}}},[e.blocks?e._l(e.blocks,function(o,r){return n("render-block",{key:"render-block-"+o.id,attrs:{block:o,context:e.builderContext}})}):e._e(),e.blocks?e._l(e.blocks,function(o,r){return n("block-styles",{key:"block-style-"+o.id,attrs:{block:o,context:e.builderContext}})}):e._e()],2)},We=[],Me=m(Oe,Ue,We,!1,null,"7d4553c5",null,null);const K=Me.exports,H=Object.freeze(Object.defineProperty({__proto__:null,default:K},Symbol.toStringTag,{value:"Module"})),Le={name:"Core:Button",image:"https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F81a15681c3e74df09677dfc57a615b13",defaultStyles:{appearance:"none",paddingTop:"15px",paddingBottom:"15px",paddingLeft:"25px",paddingRight:"25px",backgroundColor:"#000000",color:"white",borderRadius:"4px",textAlign:"center",cursor:"pointer"},inputs:[{name:"text",type:"text",defaultValue:"Click me!",bubble:!0},{name:"link",type:"url",bubble:!0},{name:"openLinkInNewTab",type:"boolean",defaultValue:!1,friendlyName:"Open link in new tab"}],static:!0,noWrap:!0},k=t=>{const e=t.toString().trim();return`return (${!e.startsWith("function")&&!e.startsWith("(")?"function ":""}${e}).apply(this, arguments)`},Ne={name:"Columns",inputs:[{name:"columns",type:"array",broadcast:!0,subFields:[{name:"blocks",type:"array",hideFromUI:!0,defaultValue:[{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto",minHeight:"20px",minWidth:"20px",overflow:"hidden"}},component:{name:"Image",options:{image:"https://builder.io/api/v1/image/assets%2Fpwgjf0RoYWbdnJSbpBAjXNRMe9F2%2Ffb27a7c790324294af8be1c35fe30f4d",backgroundPosition:"center",backgroundSize:"cover",aspectRatio:.7004048582995948}}},{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto"}},component:{name:"Text",options:{text:"<p>Enter some text...</p>"}}}]},{name:"width",type:"number",hideFromUI:!0,helperText:"Width %, e.g. set to 50 to fill half of the space"},{name:"link",type:"url",helperText:"Optionally set a url that clicking this column will link to"}],defaultValue:[{blocks:[{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto",minHeight:"20px",minWidth:"20px",overflow:"hidden"}},component:{name:"Image",options:{image:"https://builder.io/api/v1/image/assets%2Fpwgjf0RoYWbdnJSbpBAjXNRMe9F2%2Ffb27a7c790324294af8be1c35fe30f4d",backgroundPosition:"center",backgroundSize:"cover",aspectRatio:.7004048582995948}}},{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto"}},component:{name:"Text",options:{text:"<p>Enter some text...</p>"}}}]},{blocks:[{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto",minHeight:"20px",minWidth:"20px",overflow:"hidden"}},component:{name:"Image",options:{image:"https://builder.io/api/v1/image/assets%2Fpwgjf0RoYWbdnJSbpBAjXNRMe9F2%2Ffb27a7c790324294af8be1c35fe30f4d",backgroundPosition:"center",backgroundSize:"cover",aspectRatio:.7004048582995948}}},{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto"}},component:{name:"Text",options:{text:"<p>Enter some text...</p>"}}}]}],onChange:k(t=>{function e(){n.forEach(o=>{o.delete("width")})}const n=t.get("columns");Array.isArray(n)&&!!n.find(r=>r.get("width"))&&(!!n.find(s=>!s.get("width"))||n.reduce((l,a)=>l+a.get("width"),0)!==100)&&e()})},{name:"space",type:"number",defaultValue:20,helperText:"Size of gap between columns",advanced:!0},{name:"stackColumnsAt",type:"string",defaultValue:"tablet",helperText:"Convert horizontal columns to vertical at what device size",enum:["tablet","mobile","never"],advanced:!0},{name:"reverseColumnsWhenStacked",type:"boolean",defaultValue:!1,helperText:"When stacking columns for mobile devices, reverse the ordering",advanced:!0}]},ze={name:"Fragment",static:!0,hidden:!0,canHaveChildren:!0,noWrap:!0},Ke={name:"Image",static:!0,image:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-insert_photo-24px.svg?alt=media&token=4e5d0ef4-f5e8-4e57-b3a9-38d63a9b9dc4",defaultStyles:{position:"relative",minHeight:"20px",minWidth:"20px",overflow:"hidden"},canHaveChildren:!0,inputs:[{name:"image",type:"file",bubble:!0,allowedFileTypes:["jpeg","jpg","png","svg"],required:!0,defaultValue:"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F72c80f114dc149019051b6852a9e3b7a",onChange:k(t=>{t.delete("srcset"),t.delete("noWebp");function n(i,l=6e4){return new Promise((a,c)=>{const d=document.createElement("img");let h=!1;d.onload=()=>{h=!0,a(d)},d.addEventListener("error",u=>{console.warn("Image load failed",u.error),c(u.error)}),d.src=i,setTimeout(()=>{h||c(new Error("Image load timed out"))},l)})}function o(i){return Math.round(i*1e3)/1e3}const r=t.get("image"),s=t.get("aspectRatio");if(fetch(r).then(i=>i.blob()).then(i=>{i.type.includes("svg")&&t.set("noWebp",!0)}),r&&(!s||s===.7041))return n(r).then(i=>{const l=t.get("aspectRatio");t.get("image")===r&&(!l||l===.7041)&&i.width&&i.height&&(t.set("aspectRatio",o(i.height/i.width)),t.set("height",i.height),t.set("width",i.width))})})},{name:"backgroundSize",type:"text",defaultValue:"cover",enum:[{label:"contain",value:"contain",helperText:"The image should never get cropped"},{label:"cover",value:"cover",helperText:"The image should fill it's box, cropping when needed"}]},{name:"backgroundPosition",type:"text",defaultValue:"center",enum:["center","top","left","right","bottom","top left","top right","bottom left","bottom right"]},{name:"altText",type:"string",helperText:"Text to display when the user has images off"},{name:"height",type:"number",hideFromUI:!0},{name:"width",type:"number",hideFromUI:!0},{name:"sizes",type:"string",hideFromUI:!0},{name:"srcset",type:"string",hideFromUI:!0},{name:"lazy",type:"boolean",defaultValue:!0,hideFromUI:!0},{name:"fitContent",type:"boolean",helperText:"When child blocks are provided, fit to them instead of using the image's aspect ratio",defaultValue:!0},{name:"aspectRatio",type:"number",helperText:"This is the ratio of height/width, e.g. set to 1.5 for a 300px wide and 200px tall photo. Set to 0 to not force the image to maintain it's aspect ratio",advanced:!0,defaultValue:.7041}]},He={name:"Core:Section",static:!0,image:"https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F682efef23ace49afac61748dd305c70a",inputs:[{name:"maxWidth",type:"number",defaultValue:1200},{name:"lazyLoad",type:"boolean",defaultValue:!1,advanced:!0,description:"Only render this section when in view"}],defaultStyles:{paddingLeft:"20px",paddingRight:"20px",paddingTop:"50px",paddingBottom:"50px",marginTop:"0px",width:"100vw",marginLeft:"calc(50% - 50vw)"},canHaveChildren:!0,defaultChildren:[{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{textAlign:"center"}},component:{name:"Text",options:{text:"<p><b>I am a section! My content keeps from getting too wide, so that it's easy to read even on big screens.</b></p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur</p>"}}}]},De={name:"builder-section-component",props:["maxWidth","attributes"],methods:{filterAttrs:function(e={},n){const o="v-on:";return Object.keys(e).filter(r=>{const s=r.startsWith(o);return n?s:!s}).reduce((r,s)=>({...r,[s.replace(o,"")]:e[s]}),{})}}};var qe=function(){var e=this,n=e._self._c;return n("section",e._g(e._b({style:{width:"100%",alignSelf:"stretch",flexGrow:1,boxSizing:"border-box",maxWidth:e.maxWidth||1200,display:"flex",flexDirection:"column",alignItems:"stretch",marginLeft:"auto",marginRight:"auto"}},"section",e.filterAttrs(e.attributes,!1),!1),e.filterAttrs(e.attributes,!0)),[e._t("default")],2)},Ge=[],Je=m(De,qe,Ge,!1,null,null,null,null);const D=Je.exports,Xe={name:"Symbol",noWrap:!0,static:!0,inputs:[{name:"symbol",type:"uiSymbol"},{name:"dataOnly",helperText:"Make this a data symbol that doesn't display any UI",type:"boolean",defaultValue:!1,advanced:!0,hideFromUI:!0},{name:"inheritState",helperText:"Inherit the parent component state and data",type:"boolean",defaultValue:!1,advanced:!0},{name:"renderToLiquid",helperText:"Render this symbols contents to liquid. Turn off to fetch with javascript and use custom targeting",type:"boolean",defaultValue:!1,advanced:!0,hideFromUI:!0},{name:"useChildren",hideFromUI:!0,type:"boolean"}]};function Ye(){return typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:globalThis}function Qe(){const t=Ye().fetch;if(typeof t>"u")throw console.warn(`Builder SDK could not find a global fetch function. Make sure you have a polyfill for fetch in your project.
|
|
26
|
+
For more information, read https://github.com/BuilderIO/this-package-uses-fetch`),new Error("Builder SDK could not find a global `fetch` function");return t}const q=Qe(),b=t=>t!=null,Ze=t=>{if(t==="localhost"||t==="127.0.0.1")return t;const e=t.split(".");return e.length>2?e.slice(1).join("."):t},G=async({name:t,canTrack:e})=>{var n;try{return e?(n=document.cookie.split("; ").find(o=>o.startsWith(`${t}=`)))==null?void 0:n.split("=")[1]:void 0}catch(o){console.debug("[COOKIE] GET error: ",o);return}},et=t=>t.map(([e,n])=>n?`${e}=${n}`:e).filter(b).join("; "),tt=[["secure",""],["SameSite","None"]],nt=({name:t,value:e,expires:n})=>{const r=(p()?location.protocol==="https:":!0)?tt:[[]],s=n?[["expires",n.toUTCString()]]:[[]],i=[[t,e],...s,["path","/"],["domain",Ze(window.location.hostname)],...r];return et(i)},J=async({name:t,value:e,expires:n,canTrack:o})=>{try{if(!o)return;const r=nt({name:t,value:e,expires:n});document.cookie=r}catch(r){console.warn("[COOKIE] SET error: ",r)}},ot="builderio.variations",X=t=>`${ot}.${t}`,rt=({contentId:t,canTrack:e})=>G({name:X(t),canTrack:e}),st=({contentId:t,canTrack:e,value:n})=>J({name:X(t),value:n,canTrack:e}),it=t=>b(t.id)&&b(t.variations)&&Object.keys(t.variations).length>0,at=({id:t,variations:e})=>{var r;let n=0;const o=Math.random();for(const s in e){const i=(r=e[s])==null?void 0:r.testRatio;if(n+=i,o<n)return s}return t},F=({item:t,testGroupId:e})=>{const n=t.variations[e];return e===t.id||!n?{testVariationId:t.id,testVariationName:"Default"}:{data:n.data,testVariationId:n.id,testVariationName:n.name||(n.id===t.id?"Default":"")}},lt=async({item:t,canTrack:e})=>{const n=await rt({canTrack:e,contentId:t.id}),o=n?F({item:t,testGroupId:n}):void 0;if(o)return o;{const r=at({variations:t.variations,id:t.id});return st({contentId:t.id,value:r,canTrack:e}).catch(s=>{console.error("could not store A/B test variation: ",s)}),F({item:t,testGroupId:r})}},ct=async({item:t,canTrack:e})=>{if(!it(t))return;const n=await lt({item:t,canTrack:e});Object.assign(t,n)};function C(t,e=null,n="."){return Object.keys(t).reduce((o,r)=>{const s=t[r],i=[e,r].filter(Boolean).join(n);return[typeof s=="object",s!==null,!(Array.isArray(s)&&s.length===0)].every(Boolean)?{...o,...C(s,i,n)}:{...o,[i]:s}},{})}const A="builder.",dt="options.",Y=t=>{const e={};return t.forEach((n,o)=>{e[o]=n}),e},Q=t=>{if(!t)return{};const e=T(t),n={};return Object.keys(e).forEach(o=>{if(o.startsWith(A)){const r=o.replace(A,"").replace(dt,"");n[r]=e[o]}}),n},Z=()=>{if(!p())return{};const t=new URLSearchParams(window.location.search);return Q(t)},T=t=>t instanceof URLSearchParams?Y(t):t,ut=t=>{const{limit:e=30,userAttributes:n,query:o,noTraverse:r=!1,model:s,apiKey:i,includeRefs:l=!0,locale:a,apiVersion:c="v2"}=t;if(!i)throw new Error("Missing API key");if(!["v2","v3"].includes(c))throw new Error(`Invalid apiVersion: expected 'v2' or 'v3', received '${c}'`);const d=new URL(`https://cdn.builder.io/api/${c}/content/${s}?apiKey=${i}&limit=${e}&noTraverse=${r}&includeRefs=${l}${a?`&locale=${a}`:""}`),h={...Z(),...T(t.options||{})},u=C(h);for(const f in u)d.searchParams.set(f,String(u[f]));if(n&&d.searchParams.set("userAttributes",JSON.stringify(n)),o){const f=C({query:o});for(const v in f)d.searchParams.set(v,JSON.stringify(f[v]))}return d};async function I(t){return(await ee({...t,limit:1})).results[0]||null}async function ee(t){const e=ut(t),o=await(await q(e.href)).json(),r=t.canTrack!==!1;if(r&&Array.isArray(o.results))for(const s of o.results)await ct({item:s,canTrack:r});return o}const pt=()=>Promise.resolve().then(()=>Rn).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component RenderContent at ../../components/render-content/render-content.vue",t),t}),mt={name:"builder-symbol",components:{RenderContent:pt},props:["attributes","symbol","dynamic"],data(){var t,e,n;return{className:[...Object.keys(this.attributes.class),"builder-symbol",(t=this.symbol)!=null&&t.inline?"builder-inline-symbol":void 0,((e=this.symbol)==null?void 0:e.dynamic)||this.dynamic?"builder-dynamic-symbol":void 0].filter(Boolean).join(" "),contentToUse:(n=this.symbol)==null?void 0:n.content}},inject:{builderContext:_.key},mounted(){this.fetchContent()},watch:{onUpdateHook0:{handler(){this.fetchContent()},immediate:!0}},computed:{onUpdateHook0(){return{0:this.symbol}}},methods:{fetchContent(){var t,e;!this.contentToUse&&((t=this.symbol)==null?void 0:t.model)&&((e=this.builderContext)==null?void 0:e.apiKey)&&I({model:this.symbol.model,apiKey:this.builderContext.apiKey,apiVersion:this.builderContext.apiVersion,query:{id:this.symbol.entry}}).then(n=>{n&&(this.contentToUse=n)}).catch(n=>{console.error("[Builder.io]: Could not fetch symbol content: ",n)})},filterAttrs:function(e={},n){const o="v-on:";return Object.keys(e).filter(r=>{const s=r.startsWith(o);return n?s:!s}).reduce((r,s)=>({...r,[s.replace(o,"")]:e[s]}),{})},_classStringToObject(t){const e={};if(typeof t!="string")return e;const n=t.trim().split(/\s+/);for(const o of n)e[o]=!0;return e}}};var ht=function(){var o,r,s,i;var e=this,n=e._self._c;return n("div",e._g(e._b({class:e._classStringToObject(e.className),attrs:{dataSet:{class:e.className}}},"div",e.filterAttrs(e.attributes,!1),!1),e.filterAttrs(e.attributes,!0)),[n("render-content",{attrs:{apiVersion:e.builderContext.apiVersion,apiKey:e.builderContext.apiKey,context:e.builderContext.context,customComponents:Object.values(e.builderContext.registeredComponents),data:{...(o=e.symbol)==null?void 0:o.data,...e.builderContext.state,...(s=(r=e.contentToUse)==null?void 0:r.data)==null?void 0:s.state},model:(i=e.symbol)==null?void 0:i.model,content:e.contentToUse}})],1)},ft=[],gt=m(mt,ht,ft,!1,null,null,null,null);const te=gt.exports,bt={name:"Text",static:!0,image:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-text_fields-24px%20(1).svg?alt=media&token=12177b73-0ee3-42ca-98c6-0dd003de1929",inputs:[{name:"text",type:"html",required:!0,autoFocus:!0,bubble:!0,defaultValue:"Enter some text..."}],defaultStyles:{lineHeight:"normal",height:"auto",textAlign:"center"}},yt={name:"builder-text",props:["text"]};var vt=function(){var e=this,n=e._self._c;return n("span",{staticClass:"builder-text",style:{outline:"none"},domProps:{innerHTML:e._s(e.text)}})},_t=[],xt=m(yt,vt,_t,!1,null,null,null,null);const ne=xt.exports,kt={name:"Video",canHaveChildren:!0,defaultStyles:{minHeight:"20px",minWidth:"20px"},image:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-videocam-24px%20(1).svg?alt=media&token=49a84e4a-b20e-4977-a650-047f986874bb",inputs:[{name:"video",type:"file",allowedFileTypes:["mp4"],bubble:!0,defaultValue:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/assets%2FKQlEmWDxA0coC3PK6UvkrjwkIGI2%2F28cb070609f546cdbe5efa20e931aa4b?alt=media&token=912e9551-7a7c-4dfb-86b6-3da1537d1a7f",required:!0},{name:"posterImage",type:"file",allowedFileTypes:["jpeg","png"],helperText:"Image to show before the video plays"},{name:"autoPlay",type:"boolean",defaultValue:!0},{name:"controls",type:"boolean",defaultValue:!1},{name:"muted",type:"boolean",defaultValue:!0},{name:"loop",type:"boolean",defaultValue:!0},{name:"playsInline",type:"boolean",defaultValue:!0},{name:"fit",type:"text",defaultValue:"cover",enum:["contain","cover","fill","auto"]},{name:"fitContent",type:"boolean",helperText:"When child blocks are provided, fit to them instead of using the aspect ratio",defaultValue:!0,advanced:!0},{name:"position",type:"text",defaultValue:"center",enum:["center","top","left","right","bottom","top left","top right","bottom left","bottom right"]},{name:"height",type:"number",advanced:!0},{name:"width",type:"number",advanced:!0},{name:"aspectRatio",type:"number",advanced:!0,defaultValue:.7004048582995948},{name:"lazyLoad",type:"boolean",helperText:'Load this video "lazily" - as in only when a user scrolls near the video. Recommended for optmized performance and bandwidth consumption',defaultValue:!0,advanced:!0}]},St={name:"builder-video",props:["autoPlay","muted","controls","loop","playsInline","attributes","fit","position","video","posterImage"],computed:{videoProps(){return{...this.autoPlay===!0?{autoPlay:!0}:{},...this.muted===!0?{muted:!0}:{},...this.controls===!0?{controls:!0}:{},...this.loop===!0?{loop:!0}:{},...this.playsInline===!0?{playsInline:!0}:{}}},spreadProps(){return{...this.attributes,...this.videoProps}}}};var Ct=function(){var o;var e=this,n=e._self._c;return n("video",e._b({style:{width:"100%",height:"100%",...(o=e.attributes)==null?void 0:o.style,objectFit:e.fit,objectPosition:e.position,borderRadius:1},attrs:{src:e.video||"no-src",poster:e.posterImage}},"video",e.spreadProps,!1))},wt=[],Rt=m(St,Ct,wt,!1,null,null,null,null);const oe=Rt.exports,Tt={name:"Embed",static:!0,inputs:[{name:"url",type:"url",required:!0,defaultValue:"",helperText:"e.g. enter a youtube url, google map, etc",onChange:k(t=>{const e=t.get("url");if(e)return t.set("content","Loading..."),fetch(`https://iframe.ly/api/iframely?url=${e}&api_key=ae0e60e78201a3f2b0de4b`).then(o=>o.json()).then(o=>{t.get("url")===e&&(o.html?t.set("content",o.html):t.set("content","Invalid url, please try another"))}).catch(o=>{t.set("content","There was an error embedding this URL, please try again or another URL")});t.delete("content")})},{name:"content",type:"html",defaultValue:'<div style="padding: 20px; text-align: center">(Choose an embed URL)<div>',hideFromUI:!0}]},It=["text/javascript","application/javascript","application/ecmascript"],$t=t=>It.includes(t.type),Et={name:"builder-embed",props:["content"],data(){return{scriptsInserted:[],scriptsRun:[],ranInitFn:!1}},watch:{onUpdateHook0:{handler(){this.$refs.elem&&!this.ranInitFn&&(this.ranInitFn=!0,this.findAndRunScripts())},immediate:!0}},computed:{onUpdateHook0(){return{0:this.$refs.elem,1:this.ranInitFn}}},methods:{findAndRunScripts(){if(!this.$refs.elem||!this.$refs.elem.getElementsByTagName)return;const t=this.$refs.elem.getElementsByTagName("script");for(let e=0;e<t.length;e++){const n=t[e];if(n.src&&!this.scriptsInserted.includes(n.src)){this.scriptsInserted.push(n.src);const o=document.createElement("script");o.async=!0,o.src=n.src,document.head.appendChild(o)}else if($t(n)&&!this.scriptsRun.includes(n.innerText))try{this.scriptsRun.push(n.innerText),new Function(n.innerText)()}catch(o){console.warn("`Embed`: Error running script:",o)}}}}};var Ft=function(){var e=this,n=e._self._c;return n("div",{ref:"elem",staticClass:"builder-embed",domProps:{innerHTML:e._s(e.content)}})},At=[],Pt=m(Et,Ft,At,!1,null,null,null,null);const jt=Pt.exports,Vt={name:"builder-img-component",props:["backgroundSize","backgroundPosition","imgSrc","altText","image","attributes"],data(){return{isEditing:g}},methods:{filterAttrs:function(e={},n){const o="v-on:";return Object.keys(e).filter(r=>{const s=r.startsWith(o);return n?s:!s}).reduce((r,s)=>({...r,[s.replace(o,"")]:e[s]}),{})}}};var Bt=function(){var e=this,n=e._self._c;return n("img",e._g(e._b({key:e.isEditing()&&e.imgSrc||"default-key",style:{objectFit:e.backgroundSize||"cover",objectPosition:e.backgroundPosition||"center"},attrs:{alt:e.altText,src:e.imgSrc||e.image}},"img",e.filterAttrs(e.attributes,!1),!1),e.filterAttrs(e.attributes,!0)))},Ot=[],Ut=m(Vt,Bt,Ot,!1,null,null,null,null);const Wt=Ut.exports,Mt={name:"Raw:Img",hideFromInsertMenu:!0,image:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-insert_photo-24px.svg?alt=media&token=4e5d0ef4-f5e8-4e57-b3a9-38d63a9b9dc4",inputs:[{name:"image",bubble:!0,type:"file",allowedFileTypes:["jpeg","jpg","png","svg"],required:!0}],noWrap:!0,static:!0},Lt={name:"builder-custom-code",props:["replaceNodes","code"],data(){return{scriptsInserted:[],scriptsRun:[]}},mounted(){this.findAndRunScripts()},methods:{findAndRunScripts(){if(this.$refs.elem&&this.$refs.elem.getElementsByTagName&&typeof window<"u"){const t=this.$refs.elem.getElementsByTagName("script");for(let e=0;e<t.length;e++){const n=t[e];if(n.src){if(this.scriptsInserted.includes(n.src))continue;this.scriptsInserted.push(n.src);const o=document.createElement("script");o.async=!0,o.src=n.src,document.head.appendChild(o)}else if(!n.type||["text/javascript","application/javascript","application/ecmascript"].includes(n.type)){if(this.scriptsRun.includes(n.innerText))continue;try{this.scriptsRun.push(n.innerText),new Function(n.innerText)()}catch(o){console.warn("`CustomCode`: Error running script:",o)}}}}},_classStringToObject(t){const e={};if(typeof t!="string")return e;const n=t.trim().split(/\s+/);for(const o of n)e[o]=!0;return e}}};var Nt=function(){var e=this,n=e._self._c;return n("div",{ref:"elem",class:e._classStringToObject("builder-custom-code"+(e.replaceNodes?" replace-nodes":"")),domProps:{innerHTML:e._s(e.code)}})},zt=[],Kt=m(Lt,Nt,zt,!1,null,null,null,null);const Ht=Kt.exports,Dt={name:"Custom Code",static:!0,requiredPermissions:["editCode"],inputs:[{name:"code",type:"html",required:!0,defaultValue:"<p>Hello there, I am custom HTML code!</p>",code:!0},{name:"replaceNodes",type:"boolean",helperText:"Preserve server rendered dom nodes",advanced:!0},{name:"scriptsClientOnly",type:"boolean",defaultValue:!1,helperText:"Only print and run scripts on the client. Important when scripts influence DOM that could be replaced when client loads",advanced:!0}]},qt=()=>[{component:U,...Le},{component:L,...Ne},{component:Ht,...Dt},{component:jt,...Tt},{component:N,...ze},{component:z,...Ke},{component:Wt,...Mt},{component:D,...He},{component:te,...Xe},{component:ne,...bt},{component:oe,...kt}];function w({code:t,context:e,state:n,event:o,isExpression:r=!0}){if(t===""){console.warn("Skipping evaluation of empty code block.");return}const s={isEditing:g(),isBrowser:p(),isServer:!p()},l=r&&!(t.includes(";")||t.includes(" return ")||t.trim().startsWith("return "))?`return (${t});`:t;try{return new Function("builder","Builder","state","context","event",l)(s,s,n,e,o)}catch(a){console.warn(`Builder custom code error:
|
|
27
|
+
While Evaluating:
|
|
28
|
+
`,l,`
|
|
29
|
+
`,a)}}function re(){return!p()||g()?!1:Boolean(location.search.indexOf("builder.preview=")!==-1)}const $=[];function Gt(t,e){return $.push({component:t,...e}),console.warn("registerComponent is deprecated. Use the `customComponents` prop in RenderContent instead to provide your custom components to the builder SDK."),t}const se=({component:t,...e})=>({type:"builder.registerComponent",data:Xt(e)}),Jt=t=>typeof t=="function"?k(t):x(t),Xt=({inputs:t,...e})=>({...x(e),inputs:t==null?void 0:t.map(n=>Object.entries(n).reduce((o,[r,s])=>({...o,[r]:Jt(s)}),{}))});function Yt(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(t){const e=Math.random()*16|0;return(t=="x"?e:e&3|8).toString(16)})}function ie(){return Yt().replace(/-/g,"")}const ae="builderSessionId",Qt=async({canTrack:t})=>{if(!t)return;const e=await G({name:ae,canTrack:t});if(b(e))return e;{const n=Zt();return en({id:n,canTrack:t}),n}},Zt=()=>ie(),en=({id:t,canTrack:e})=>J({name:ae,value:t,canTrack:e}),le=()=>p()&&typeof localStorage<"u"?localStorage:void 0,tn=({key:t,canTrack:e})=>{var n;try{return e?(n=le())==null?void 0:n.getItem(t):void 0}catch(o){console.debug("[LocalStorage] GET error: ",o);return}},nn=({key:t,canTrack:e,value:n})=>{var o;try{e&&((o=le())==null||o.setItem(t,n))}catch(r){console.debug("[LocalStorage] SET error: ",r)}},ce="builderVisitorId",on=({canTrack:t})=>{if(!t)return;const e=tn({key:ce,canTrack:t});if(b(e))return e;{const n=rn();return sn({id:n,canTrack:t}),n}},rn=()=>ie(),sn=({id:t,canTrack:e})=>nn({key:ce,value:t,canTrack:e}),an=()=>{if(p()){const t=new URL(location.href);return t.pathname===""&&(t.pathname="/"),t}else return console.warn("Cannot get location for tracking in non-browser environment"),null},ln=()=>typeof navigator=="object"&&navigator.userAgent||"",cn=()=>{const t=ln(),e={Android(){return t.match(/Android/i)},BlackBerry(){return t.match(/BlackBerry/i)},iOS(){return t.match(/iPhone|iPod/i)},Opera(){return t.match(/Opera Mini/i)},Windows(){return t.match(/IEMobile/i)||t.match(/WPDesktop/i)},any(){return e.Android()||e.BlackBerry()||e.iOS()||e.Opera()||e.Windows()||y==="reactNative"}},n=t.match(/Tablet|iPad/i),o=an();return{urlPath:o==null?void 0:o.pathname,host:(o==null?void 0:o.host)||(o==null?void 0:o.hostname),device:n?"tablet":e.any()?"mobile":"desktop"}},dn=async({canTrack:t})=>{if(!t)return{visitorId:void 0,sessionId:void 0};const e=await Qt({canTrack:t}),n=on({canTrack:t});return{sessionId:e,visitorId:n}},un=async({type:t,canTrack:e,apiKey:n,metadata:o,...r})=>({type:t,data:{...r,metadata:{url:location.href,...o},...await dn({canTrack:e}),userAttributes:cn(),ownerId:n}});async function R(t){if(!t.apiKey){console.error("[Builder.io]: Missing API key for track call. Please provide your API key.");return}if(!!t.canTrack&&!g()&&!!(p()||y==="reactNative"))return fetch("https://builder.io/api/v1/track",{method:"POST",body:JSON.stringify({events:[await un(t)]}),headers:{"content-type":"application/json"},mode:"cors"}).catch(e=>{console.error("Failed to track: ",e)})}const pn=t=>R({...t,canTrack:!0}),P={};function de(t,e){let n=P[t];if(n||(n=P[t]=[]),n.push(e),p()){const o={type:"builder.register",data:{type:t,info:e}};try{parent.postMessage(o,"*"),parent!==window&&window.postMessage(o,"*")}catch(r){console.debug("Could not postmessage",r)}}}const mn=()=>{de("insertMenu",{name:"_default",default:!0,items:[{name:"Box"},{name:"Text"},{name:"Image"},{name:"Columns"},{name:"Core:Section"},{name:"Core:Button"},{name:"Embed"},{name:"Custom Code"}]})};let j=!1;const hn=(t={})=>{var e,n;j||(j=!0,p()&&((e=window.parent)==null||e.postMessage({type:"builder.sdkInfo",data:{target:y,supportsPatchUpdates:!1,supportsAddBlockScoping:!0,supportsCustomBreakpoints:!0}},"*"),(n=window.parent)==null||n.postMessage({type:"builder.updateContent",data:{options:t}},"*"),window.addEventListener("message",({data:o})=>{var r,s;if(!!(o!=null&&o.type))switch(o.type){case"builder.evaluate":{const i=o.data.text,l=o.data.arguments||[],a=o.data.id,c=new Function(i);let d,h=null;try{d=c.apply(null,l)}catch(u){h=u}h?(r=window.parent)==null||r.postMessage({type:"builder.evaluateError",data:{id:a,error:h.message}},"*"):d&&typeof d.then=="function"?d.then(u=>{var f;(f=window.parent)==null||f.postMessage({type:"builder.evaluateResult",data:{id:a,result:u}},"*")}).catch(console.error):(s=window.parent)==null||s.postMessage({type:"builder.evaluateResult",data:{result:d,id:a}},"*");break}}})))};function V(t){return Math.round(t*1e3)/1e3}const fn=(t,e,n=!0)=>{if(!(t instanceof HTMLElement))return null;let o=n?t:t.parentElement;do{if(!o)return null;if(e(o))return o}while(o=o.parentElement);return null},gn=t=>fn(t,e=>{const n=e.getAttribute("builder-id")||e.id;return Boolean((n==null?void 0:n.indexOf("builder-"))===0)}),B=({event:t,target:e})=>{const n=e.getBoundingClientRect(),o=t.clientX-n.left,r=t.clientY-n.top,s=V(o/n.width),i=V(r/n.height);return{x:s,y:i}},bn=t=>{const e=t.target,n=e&&gn(e),o=(n==null?void 0:n.getAttribute("builder-id"))||(n==null?void 0:n.id);return{targetBuilderElement:o||void 0,metadata:{targetOffset:e?B({event:t,target:e}):void 0,builderTargetOffset:n?B({event:t,target:n}):void 0,builderElementIndex:n&&o?[].slice.call(document.getElementsByClassName(o)).indexOf(n):void 0}}},yn=({content:t,data:e,locale:n})=>{var s,i,l;const o={};(i=(s=t==null?void 0:t.data)==null?void 0:s.inputs)==null||i.forEach(a=>{var c;a.name&&a.defaultValue!==void 0&&((c=t==null?void 0:t.data)==null?void 0:c.state)&&t.data.state[a.name]===void 0&&(o[a.name]=a.defaultValue)});const r={...(l=t==null?void 0:t.data)==null?void 0:l.state,...e,...n?{locale:n}:{}};return{...o,...r}},vn=({content:t,data:e})=>t?{...t,data:{...t==null?void 0:t.data,...e},meta:t==null?void 0:t.meta}:void 0,_n=()=>Promise.resolve().then(()=>H).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component RenderBlocks at ../render-blocks.vue",t),t}),xn=()=>Promise.resolve().then(()=>require("./render-styles.677a15af.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component RenderContentStyles at ./components/render-styles.vue",t),t}),kn={name:"render-content",components:{RenderContentStyles:xn,RenderBlocks:_n},props:["content","data","canTrack","locale","customComponents","model","context","apiKey","includeRefs","apiVersion"],data(){return{forceReRenderCount:0,overrideContent:null,useContent:vn({content:this.content,data:this.data}),update:0,canTrackToUse:b(this.canTrack)?this.canTrack:!0,contentState:yn({content:this.content,data:this.data,locale:this.locale}),allRegisteredComponents:[...qt(),...$,...this.customComponents||[]].reduce((t,e)=>({...t,[e.name]:e}),{}),httpReqsData:{},clicked:!1,TARGET:y}},provide(){const t=this;return{[_.key]:{content:t.useContent,state:t.contentState,setState:t.setContextState,context:t.context||{},apiKey:t.apiKey,apiVersion:t.apiVersion,registeredComponents:t.allRegisteredComponents}}},mounted(){var t,e;if(this.apiKey||console.error("[Builder.io]: No API key provided to `RenderContent` component. This can cause issues. Please provide an API key using the `apiKey` prop."),p()){if(g()&&(this.forceReRenderCount=this.forceReRenderCount+1,mn(),hn({...this.locale?{locale:this.locale}:{},...this.includeRefs?{includeRefs:this.includeRefs}:{}}),Object.values(this.allRegisteredComponents).forEach(n=>{var r;const o=se(n);(r=window.parent)==null||r.postMessage(o,"*")}),window.addEventListener("message",this.processMessage),window.addEventListener("builder:component:stateChangeListenerActivated",this.emitStateUpdate)),this.useContent){const n=(t=this.useContent)==null?void 0:t.testVariationId,o=(e=this.useContent)==null?void 0:e.id;R({type:"impression",canTrack:this.canTrackToUse,contentId:o,apiKey:this.apiKey,variationId:n!==o?n:void 0})}if(re()){const n=new URL(location.href).searchParams,o=n.get("builder.preview"),r=n.get("apiKey")||n.get("builder.space");o===this.model&&r===this.apiKey&&I({model:this.model,apiKey:this.apiKey,apiVersion:this.apiVersion}).then(s=>{s&&this.mergeNewContent(s)})}this.evaluateJsCode(),this.runHttpRequests(),this.emitStateUpdate()}},watch:{onUpdateHook0:{handler(){this.content&&this.mergeNewContent(this.content)},immediate:!0},onUpdateHook1:{handler(){this.evaluateJsCode()},immediate:!0},onUpdateHook2:{handler(){this.runHttpRequests()},immediate:!0},onUpdateHook3:{handler(){this.emitStateUpdate()},immediate:!0}},unmounted(){p()&&(window.removeEventListener("message",this.processMessage),window.removeEventListener("builder:component:stateChangeListenerActivated",this.emitStateUpdate))},computed:{onUpdateHook0(){return{0:this.content}},onUpdateHook1(){var t,e;return{0:(e=(t=this.useContent)==null?void 0:t.data)==null?void 0:e.jsCode,1:this.contentState}},onUpdateHook2(){var t,e;return{0:(e=(t=this.useContent)==null?void 0:t.data)==null?void 0:e.httpRequests}},onUpdateHook3(){return{0:this.contentState}}},methods:{mergeNewContent(t){var e,n,o,r,s;this.useContent={...this.useContent,...t,data:{...(e=this.useContent)==null?void 0:e.data,...t==null?void 0:t.data},meta:{...(n=this.useContent)==null?void 0:n.meta,...t==null?void 0:t.meta,breakpoints:((o=t==null?void 0:t.meta)==null?void 0:o.breakpoints)||((s=(r=this.useContent)==null?void 0:r.meta)==null?void 0:s.breakpoints)}}},setBreakpoints(t){var e;this.useContent={...this.useContent,meta:{...(e=this.useContent)==null?void 0:e.meta,breakpoints:t}}},setContextState(t){this.contentState=t},processMessage(t){var n;const{data:e}=t;if(e)switch(e.type){case"builder.configureSdk":{const o=e.data,{breakpoints:r,contentId:s}=o;if(!s||s!==((n=this.useContent)==null?void 0:n.id))return;r&&this.setBreakpoints(r),this.forceReRenderCount=this.forceReRenderCount+1;break}case"builder.contentUpdate":{const o=e.data,r=o.key||o.alias||o.entry||o.modelName,s=o.data;r===this.model&&(this.mergeNewContent(s),this.forceReRenderCount=this.forceReRenderCount+1);break}}},evaluateJsCode(){var e,n;const t=(n=(e=this.useContent)==null?void 0:e.data)==null?void 0:n.jsCode;t&&w({code:t,context:this.context||{},state:this.contentState})},onClick(t){var e,n;if(this.useContent){const o=(e=this.useContent)==null?void 0:e.testVariationId,r=(n=this.useContent)==null?void 0:n.id;R({type:"click",canTrack:this.canTrackToUse,contentId:r,apiKey:this.apiKey,variationId:o!==r?o:void 0,...bn(t),unique:!this.clicked})}this.clicked||(this.clicked=!0)},evalExpression(t){return t.replace(/{{([^}]+)}}/g,(e,n)=>w({code:n,context:this.context||{},state:this.contentState}))},handleRequest({url:t,key:e}){q(t).then(n=>n.json()).then(n=>{const o={...this.contentState,[e]:n};this.setContextState(o)}).catch(n=>{console.log("error fetching dynamic data",t,n)})},runHttpRequests(){var e,n,o;const t=(o=(n=(e=this.useContent)==null?void 0:e.data)==null?void 0:n.httpRequests)!=null?o:{};Object.entries(t).forEach(([r,s])=>{if(s&&(!this.httpReqsData[r]||g())){const i=this.evalExpression(s);this.handleRequest({url:i,key:r})}})},emitStateUpdate(){g()&&window.dispatchEvent(new CustomEvent("builder:component:stateChange",{detail:{state:this.contentState,ref:{name:this.model}}}))}}};var Sn=function(){var o,r,s,i,l,a,c,d;var e=this,n=e._self._c;return e.useContent?n("div",{ref:"elementRef",attrs:{"builder-content-id":(o=e.useContent)==null?void 0:o.id,"builder-model":e.model},on:{click:function(h){return e.onClick(h)}}},[e.TARGET!=="reactNative"?[n("render-content-styles",{attrs:{contentId:(r=e.useContent)==null?void 0:r.id,cssCode:(i=(s=e.useContent)==null?void 0:s.data)==null?void 0:i.cssCode,customFonts:(a=(l=e.useContent)==null?void 0:l.data)==null?void 0:a.customFonts}})]:e._e(),n("render-blocks",{key:e.forceReRenderCount,attrs:{blocks:(d=(c=e.useContent)==null?void 0:c.data)==null?void 0:d.blocks}})],2):e._e()},Cn=[],wn=m(kn,Sn,Cn,!1,null,null,null,null);const ue=wn.exports,Rn=Object.freeze(Object.defineProperty({__proto__:null,default:ue},Symbol.toStringTag,{value:"Module"})),O={};function Tn(t){if(p()){Object.assign(O,t);const e={type:"builder.settingsChange",data:O};parent.postMessage(e,"*")}}exports.BuilderContext=_;exports.Button=U;exports.Columns=L;exports.Fragment=N;exports.Image=z;exports.Section=D;exports.Symbol=te;exports.TARGET=y;exports.Text=ne;exports.Video=oe;exports.checkIsDefined=b;exports.components=$;exports.convertSearchParamsToQueryObject=Y;exports.createRegisterComponentMessage=se;exports.evaluate=w;exports.fastClone=x;exports.getAllContent=ee;exports.getBuilderSearchParams=Q;exports.getBuilderSearchParamsFromWindow=Z;exports.getContent=I;exports.getMaxWidthQueryForSize=ge;exports.getSizesForBreakpoints=M;exports.isEditing=g;exports.isPreviewing=re;exports.normalizeComponent=m;exports.normalizeSearchParams=T;exports.register=de;exports.registerComponent=Gt;exports.renderBlocks=K;exports.renderContent=ue;exports.setEditorSettings=Tn;exports.track=pn;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./index.cbc06228.cjs"),i=require("./css.13f6a54e.cjs"),d=t=>`v-on:${t.toLowerCase()}`,p=(t,e)=>n=>c.evaluate({code:t,context:e.context,state:e.state,event:n,isExpression:!1});function m(t){var r;const e={},n=(r=t.block.actions)!=null?r:{};for(const o in n){if(!n.hasOwnProperty(o))continue;const s=n[o];e[d(o)]=p(s,t)}return e}function h(t){var e;return{...(e=t.component)==null?void 0:e.options,...t.options,builderBlock:t}}function k(t){const e={};if(typeof t!="string")return e;const n=t.trim().split(/\\s+/);for(const r of n)e[r]=!0;return e}function f(t){return t.class=k(t.class),t}function b(t){var n;const e={...t.properties,"builder-id":t.id,style:x(t.style),class:[t.id,"builder-block",t.class,(n=t.properties)==null?void 0:n.class].filter(Boolean).join(" ")};return f(e)}function x(t){if(!!t)switch(c.TARGET){case"svelte":case"vue2":case"vue3":case"solid":return i.convertStyleMapToCSSArray(t).join(" ");case"qwik":case"reactNative":case"react":return t}}function y(t){return t.tagName||"div"}const g=["area","base","br","col","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"],v=t=>typeof t=="string"&&g.includes(t.toLowerCase()),B=({block:t,context:e})=>{var o;const n=(o=i.getProcessedBlock({block:t,state:e.state,context:e.context,shouldEvaluateBindings:!1}).component)==null?void 0:o.name;if(!n)return null;const r=e.registeredComponents[n];if(r)return r;console.warn(`
|
|
2
2
|
Could not find a registered component named "${n}".
|
|
3
|
-
If you registered it, is the file that registered it imported by the file that needs to render it?`)},C=({block:t,context:e})=>{const{repeat:n,...r}=t;if(!(n!=null&&n.collection))return;const o=c.evaluate({code:n.collection,state:e.state,context:e.context});if(!Array.isArray(o))return;const s=n.collection.split(".").pop(),
|
|
3
|
+
If you registered it, is the file that registered it imported by the file that needs to render it?`)},C=({block:t,context:e})=>{const{repeat:n,...r}=t;if(!(n!=null&&n.collection))return;const o=c.evaluate({code:n.collection,state:e.state,context:e.context});if(!Array.isArray(o))return;const s=n.collection.split(".").pop(),a=n.itemName||(s?s+"Item":"item");return o.map((l,u)=>({context:{...e,state:{...e.state,$index:u,$item:l,[a]:l,[`$${a}Index`]:u}},block:r}))},_=()=>Promise.resolve().then(()=>require("./block-styles.f55da466.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component BlockStyles at ./block-styles.vue",t),t}),S=()=>Promise.resolve().then(()=>require("./render-repeated-block.47f15cef.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component RenderRepeatedBlock at ./render-repeated-block.vue",t),t}),w=()=>Promise.resolve().then(()=>require("./render-component.88a8e955.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component RenderComponent at ./render-component.vue",t),t}),P={name:"render-block",components:{RenderComponent:w,RenderRepeatedBlock:S,BlockStyles:_},props:["block","context"],data(){return{component:B({block:this.block,context:this.context}),repeatItemData:C({block:this.block,context:this.context}),isEmptyHtmlElement:v}},computed:{tag(){return y(this.useBlock)},useBlock(){return this.repeatItemData?this.block:i.getProcessedBlock({block:this.block,state:this.context.state,context:this.context.context,shouldEvaluateBindings:!0})},canShowBlock(){return c.checkIsDefined(this.useBlock.hide)?!this.useBlock.hide:c.checkIsDefined(this.useBlock.show)?this.useBlock.show:!0},proxyState(){return typeof Proxy>"u"?(console.error("no Proxy available in this environment, cannot proxy state."),this.context.state):new Proxy(this.context.state,{set:(e,n,r)=>{var o,s;return e[n]=r,(s=(o=this.context).setState)==null||s.call(o,e),!0}})},actions(){return m({block:this.useBlock,state:this.proxyState,context:this.context.context})},attributes(){return{...b(this.useBlock)}},renderComponentProps(){var t,e,n;return{blockChildren:(t=this.useBlock.children)!=null?t:[],componentRef:(e=this.component)==null?void 0:e.component,componentOptions:{...h(this.useBlock),...(n=this.component)!=null&&n.noWrap?{attributes:{...this.attributes,...this.actions}}:{}},context:this.childrenContext}},childrenWithoutParentComponent(){var e,n;return!((e=this.component)!=null&&e.component)&&!this.repeatItemData?(n=this.useBlock.children)!=null?n:[]:[]},childrenContext(){const t=()=>({});return{apiKey:this.context.apiKey,state:this.context.state,content:this.context.content,context:this.context.context,setState:this.context.setState,registeredComponents:this.context.registeredComponents,inheritedStyles:t()}}},methods:{stripVOn:function(e={}){return Object.keys(e).reduce((n,r)=>({...n,[r.replace("v-on:","")]:e[r]}),{})}}};var E=function(){var r;var e=this,n=e._self._c;return!Boolean(!((r=e.component)!=null&&r.noWrap))&&e.canShowBlock?n("render-component",e._b({},"render-component",e.renderComponentProps,!1)):e.isEmptyHtmlElement(e.tag)&&e.canShowBlock?n(e.tag,e._g(e._b({tag:"component"},"component",e.attributes,!1),e.stripVOn(e.actions))):!e.isEmptyHtmlElement(e.tag)&&e.repeatItemData&&e.canShowBlock?n("div",{staticClass:"vue2-root-element-workaround"},e._l(e.repeatItemData,function(o,s){return n("render-repeated-block",{key:s,attrs:{repeatContext:o.context,block:o.block}})}),1):e.canShowBlock?n(e.tag,e._g(e._b({tag:"component"},"component",e.attributes,!1),e.stripVOn(e.actions)),[n("render-component",e._b({},"render-component",e.renderComponentProps,!1)),e._l(e.childrenWithoutParentComponent,function(o,s){return n("render-block",{key:"render-block-"+o.id,attrs:{block:o,context:e.childrenContext}})}),e._l(e.childrenWithoutParentComponent,function(o,s){return n("block-styles",{key:"block-style-"+o.id,attrs:{block:o,context:e.childrenContext}})})],2):e._e()},R=[],I=c.normalizeComponent(P,E,R,!1,null,null,null,null);const O=I.exports;exports.default=O;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { e as u, T as m,
|
|
2
|
-
import { g as p } from "./
|
|
1
|
+
import { e as u, T as m, c as l, n as d } from "./index.3bd1f67e.js";
|
|
2
|
+
import { a as h, g as p } from "./css.05bd82ed.js";
|
|
3
3
|
const k = (e) => `v-on:${e.toLowerCase()}`, f = (e, t) => (n) => u({
|
|
4
4
|
code: e,
|
|
5
5
|
context: t.context,
|
|
@@ -55,7 +55,7 @@ function v(e) {
|
|
|
55
55
|
case "vue2":
|
|
56
56
|
case "vue3":
|
|
57
57
|
case "solid":
|
|
58
|
-
return
|
|
58
|
+
return h(e).join(" ");
|
|
59
59
|
case "qwik":
|
|
60
60
|
case "reactNative":
|
|
61
61
|
case "react":
|
|
@@ -128,17 +128,17 @@ const _ = [
|
|
|
128
128
|
},
|
|
129
129
|
block: r
|
|
130
130
|
}));
|
|
131
|
-
}, P = () => import("./block-styles.
|
|
131
|
+
}, P = () => import("./block-styles.03915da1.js").then((e) => e.default).catch((e) => {
|
|
132
132
|
throw console.error(
|
|
133
133
|
"Error while attempting to dynamically import component BlockStyles at ./block-styles.vue",
|
|
134
134
|
e
|
|
135
135
|
), e;
|
|
136
|
-
}), R = () => import("./render-repeated-block.
|
|
136
|
+
}), R = () => import("./render-repeated-block.84bf8874.js").then((e) => e.default).catch((e) => {
|
|
137
137
|
throw console.error(
|
|
138
138
|
"Error while attempting to dynamically import component RenderRepeatedBlock at ./render-repeated-block.vue",
|
|
139
139
|
e
|
|
140
140
|
), e;
|
|
141
|
-
}), I = () => import("./render-component.
|
|
141
|
+
}), I = () => import("./render-component.934cdac4.js").then((e) => e.default).catch((e) => {
|
|
142
142
|
throw console.error(
|
|
143
143
|
"Error while attempting to dynamically import component RenderComponent at ./render-component.vue",
|
|
144
144
|
e
|
|
@@ -257,7 +257,7 @@ var T = function() {
|
|
|
257
257
|
}), t._l(t.childrenWithoutParentComponent, function(o, s) {
|
|
258
258
|
return n("block-styles", { key: "block-style-" + o.id, attrs: { block: o, context: t.childrenContext } });
|
|
259
259
|
})], 2) : t._e();
|
|
260
|
-
}, A = [], N = /* @__PURE__ */
|
|
260
|
+
}, A = [], N = /* @__PURE__ */ d(
|
|
261
261
|
O,
|
|
262
262
|
T,
|
|
263
263
|
A,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./index.cbc06228.cjs"),l=()=>Promise.resolve().then(()=>require("./block-styles.f55da466.cjs")).then(n=>n.default).catch(n=>{throw console.error("Error while attempting to dynamically import component BlockStyles at ./block-styles.vue",n),n}),s=()=>Promise.resolve().then(()=>require("./render-block.5334a9b5.cjs")).then(n=>n.default).catch(n=>{throw console.error("Error while attempting to dynamically import component RenderBlock at ./render-block.vue",n),n}),i={name:"render-component",components:{RenderBlock:s,BlockStyles:l},props:["componentRef","componentOptions","blockChildren","context"]};var a=function(){var e=this,t=e._self._c;return e.componentRef?t(e.componentRef,e._b({tag:"component"},"component",e.componentOptions,!1),[e._l(e.blockChildren,function(o,r){return t("render-block",{key:"render-block-"+o.id,attrs:{block:o,context:e.context}})}),e._l(e.blockChildren,function(o,r){return t("block-styles",{key:"block-style-"+o.id,attrs:{block:o,context:e.context}})})],2):e._e()},m=[],d=c.normalizeComponent(i,a,m,!1,null,null,null,null);const p=d.exports;exports.default=p;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { n as c } from "./index.
|
|
2
|
-
const l = () => import("./block-styles.
|
|
1
|
+
import { n as c } from "./index.3bd1f67e.js";
|
|
2
|
+
const l = () => import("./block-styles.03915da1.js").then((o) => o.default).catch((o) => {
|
|
3
3
|
throw console.error(
|
|
4
4
|
"Error while attempting to dynamically import component BlockStyles at ./block-styles.vue",
|
|
5
5
|
o
|
|
6
6
|
), o;
|
|
7
|
-
}), s = () => import("./render-block.
|
|
7
|
+
}), s = () => import("./render-block.58a5d354.js").then((o) => o.default).catch((o) => {
|
|
8
8
|
throw console.error(
|
|
9
9
|
"Error while attempting to dynamically import component RenderBlock at ./render-block.vue",
|
|
10
10
|
o
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./index.cbc06228.cjs"),s={name:"render-inlined-styles",props:["styles"],data(){return{TARGET:n.TARGET}},computed:{injectedStyleScript(){return`<${this.tag}>${this.styles}</${this.tag}>`},tag(){return"style"}}};var r=function(){var e=this,t=e._self._c;return e.TARGET==="svelte"||e.TARGET==="qwik"?t(e.tag,{tag:"component",domProps:{innerHTML:e._s(e.styles)}}):t(e.tag,{tag:"component"},[e._v(e._s(e.styles))])},l=[],o=n.normalizeComponent(s,r,l,!1,null,null,null,null);const a=o.exports;exports.default=a;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("./index.cbc06228.cjs"),o=()=>Promise.resolve().then(()=>require("./render-block.5334a9b5.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component RenderBlock at ./render-block.vue",e),e}),c={name:"render-repeated-block",components:{RenderBlock:o},props:["block","repeatContext"],provide(){const e=this;return{[n.BuilderContext.key]:{content:e.repeatContext.content,state:e.repeatContext.state,setState:e.repeatContext.setState,context:e.repeatContext.context,apiKey:e.repeatContext.apiKey,registeredComponents:e.repeatContext.registeredComponents,inheritedStyles:e.repeatContext.inheritedStyles}}}};var a=function(){var t=this,r=t._self._c;return r("render-block",{attrs:{block:t.block,context:t.repeatContext}})},s=[],l=n.normalizeComponent(c,a,s,!1,null,null,null,null);const i=l.exports;exports.default=i;
|
package/packages/_vue2/dist/{render-repeated-block.9721be56.js → render-repeated-block.84bf8874.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as o, n as r } from "./index.
|
|
2
|
-
const a = () => import("./render-block.
|
|
1
|
+
import { B as o, n as r } from "./index.3bd1f67e.js";
|
|
2
|
+
const a = () => import("./render-block.58a5d354.js").then((e) => e.default).catch((e) => {
|
|
3
3
|
throw console.error(
|
|
4
4
|
"Error while attempting to dynamically import component RenderBlock at ./render-block.vue",
|
|
5
5
|
e
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as c } from "./index.
|
|
1
|
+
import { n as c } from "./index.3bd1f67e.js";
|
|
2
2
|
const f = (e) => {
|
|
3
3
|
var a, o;
|
|
4
4
|
const t = e.family + (e.kind && !e.kind.includes("#") ? ", " + e.kind : ""), r = t.split(",")[0], i = (o = e.fileUrl) != null ? o : (a = e == null ? void 0 : e.files) == null ? void 0 : a.regular;
|
|
@@ -31,7 +31,7 @@ font-weight: ${n};
|
|
|
31
31
|
}, u = ({
|
|
32
32
|
cssCode: e,
|
|
33
33
|
contentId: t
|
|
34
|
-
}) => e ? t ? (e == null ? void 0 : e.replace(/&/g, `div[builder-content-id="${t}"]`)) || "" : e : "", m = () => import("./render-inlined-styles.
|
|
34
|
+
}) => e ? t ? (e == null ? void 0 : e.replace(/&/g, `div[builder-content-id="${t}"]`)) || "" : e : "", m = () => import("./render-inlined-styles.067d5d11.js").then((e) => e.default).catch((e) => {
|
|
35
35
|
throw console.error(
|
|
36
36
|
"Error while attempting to dynamically import component RenderInlinedStyles at ../../render-inlined-styles.vue",
|
|
37
37
|
e
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./index.
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("./index.cbc06228.cjs"),d=e=>{var o,a;const t=e.family+(e.kind&&!e.kind.includes("#")?", "+e.kind:""),r=t.split(",")[0],i=(a=e.fileUrl)!=null?a:(o=e==null?void 0:e.files)==null?void 0:o.regular;let l="";if(i&&t&&r&&(l+=`
|
|
2
2
|
@font-face {
|
|
3
3
|
font-family: "${t}";
|
|
4
4
|
src: local("${r}"), url('${i}') format('woff2');
|
|
@@ -12,9 +12,9 @@ src: url('${s}') format('woff2');
|
|
|
12
12
|
font-display: fallback;
|
|
13
13
|
font-weight: ${n};
|
|
14
14
|
}
|
|
15
|
-
`.trim())}return l},
|
|
15
|
+
`.trim())}return l},f=({customFonts:e})=>{var t;return((t=e==null?void 0:e.map(r=>d(r)))==null?void 0:t.join(" "))||""},u=({cssCode:e,contentId:t})=>e?t?(e==null?void 0:e.replace(/&/g,`div[builder-content-id="${t}"]`))||"":e:"",m=()=>Promise.resolve().then(()=>require("./render-inlined-styles.e576c02d.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component RenderInlinedStyles at ../../render-inlined-styles.vue",e),e}),h={name:"render-content-styles",components:{RenderInlinedStyles:m},props:["cssCode","contentId","customFonts"],data(){return{injectedStyles:`
|
|
16
16
|
${u({cssCode:this.cssCode,contentId:this.contentId})}
|
|
17
|
-
${
|
|
17
|
+
${f({customFonts:this.customFonts})}
|
|
18
18
|
|
|
19
19
|
.builder-text > p:first-of-type, .builder-text > .builder-paragraph:first-of-type {
|
|
20
20
|
margin: 0;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index.
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index.cbc06228.cjs");exports.Button=e.Button;exports.Columns=e.Columns;exports.Fragment=e.Fragment;exports.Image=e.Image;exports.RenderBlocks=e.renderBlocks;exports.RenderContent=e.renderContent;exports.Section=e.Section;exports.Symbol=e.Symbol;exports.Text=e.Text;exports.Video=e.Video;exports.components=e.components;exports.convertSearchParamsToQueryObject=e.convertSearchParamsToQueryObject;exports.createRegisterComponentMessage=e.createRegisterComponentMessage;exports.getAllContent=e.getAllContent;exports.getBuilderSearchParams=e.getBuilderSearchParams;exports.getBuilderSearchParamsFromWindow=e.getBuilderSearchParamsFromWindow;exports.getContent=e.getContent;exports.isEditing=e.isEditing;exports.isPreviewing=e.isPreviewing;exports.normalizeSearchParams=e.normalizeSearchParams;exports.register=e.register;exports.registerComponent=e.registerComponent;exports.setEditorSettings=e.setEditorSettings;exports.track=e.track;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { b as s, C as t, F as r, I as n, r as o, d as i, S as m, h as g, i as c, V as d, l, v as S, o as C, u, w as h, x as p, q as P, j as B, k as b, y as k, p as v, m as w, s as x, t as y } from "./index.3bd1f67e.js";
|
|
2
2
|
export {
|
|
3
3
|
s as Button,
|
|
4
4
|
t as Columns,
|
|
@@ -9,8 +9,8 @@ export {
|
|
|
9
9
|
m as Section,
|
|
10
10
|
g as Symbol,
|
|
11
11
|
c as Text,
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
d as Video,
|
|
13
|
+
l as components,
|
|
14
14
|
S as convertSearchParamsToQueryObject,
|
|
15
15
|
C as createRegisterComponentMessage,
|
|
16
16
|
u as getAllContent,
|
|
@@ -18,10 +18,10 @@ export {
|
|
|
18
18
|
p as getBuilderSearchParamsFromWindow,
|
|
19
19
|
P as getContent,
|
|
20
20
|
B as isEditing,
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
21
|
+
b as isPreviewing,
|
|
22
|
+
k as normalizeSearchParams,
|
|
23
|
+
v as register,
|
|
24
|
+
w as registerComponent,
|
|
25
|
+
x as setEditorSettings,
|
|
26
|
+
y as track
|
|
27
27
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { BuilderBlock } from "../../types/builder-block";
|
|
2
2
|
type Column = {
|
|
3
|
-
blocks:
|
|
3
|
+
blocks: BuilderBlock[];
|
|
4
4
|
width?: number;
|
|
5
5
|
};
|
|
6
6
|
type StackColumnsAt = "tablet" | "mobile" | "never";
|
|
@@ -156,6 +156,10 @@ declare const _sfc_main: {
|
|
|
156
156
|
};
|
|
157
157
|
props: string[];
|
|
158
158
|
data(): {
|
|
159
|
+
gutterSize: any;
|
|
160
|
+
cols: any;
|
|
161
|
+
stackAt: any;
|
|
162
|
+
flexDir: string;
|
|
159
163
|
TARGET: string;
|
|
160
164
|
};
|
|
161
165
|
inject: {
|
|
@@ -163,39 +167,20 @@ declare const _sfc_main: {
|
|
|
163
167
|
};
|
|
164
168
|
computed: {
|
|
165
169
|
columnsCssVars(): any;
|
|
166
|
-
columnCssVars(): any;
|
|
167
|
-
columnStyleObjects(): {
|
|
168
|
-
columns: {
|
|
169
|
-
small: {
|
|
170
|
-
flexDirection: string;
|
|
171
|
-
alignItems: string;
|
|
172
|
-
};
|
|
173
|
-
medium: {
|
|
174
|
-
flexDirection: string;
|
|
175
|
-
alignItems: string;
|
|
176
|
-
};
|
|
177
|
-
};
|
|
178
|
-
column: {
|
|
179
|
-
small: {
|
|
180
|
-
width: string;
|
|
181
|
-
marginLeft: string;
|
|
182
|
-
};
|
|
183
|
-
medium: {
|
|
184
|
-
width: string;
|
|
185
|
-
marginLeft: string;
|
|
186
|
-
};
|
|
187
|
-
};
|
|
188
|
-
};
|
|
189
170
|
columnsStyles(): any;
|
|
190
|
-
reactNativeColumnsStyles(): any;
|
|
191
|
-
reactNativeColumnStyles(): any;
|
|
192
171
|
};
|
|
193
172
|
methods: {
|
|
194
|
-
getGutterSize(): any;
|
|
195
|
-
getColumns(): any;
|
|
196
173
|
getWidth(index: any): any;
|
|
197
174
|
getColumnCssWidth(index: any): any;
|
|
198
|
-
|
|
175
|
+
getTabletStyle({ stackedStyle, desktopStyle }: {
|
|
176
|
+
stackedStyle: any;
|
|
177
|
+
desktopStyle: any;
|
|
178
|
+
}): any;
|
|
179
|
+
getMobileStyle({ stackedStyle, desktopStyle }: {
|
|
180
|
+
stackedStyle: any;
|
|
181
|
+
desktopStyle: any;
|
|
182
|
+
}): any;
|
|
183
|
+
columnCssVars(index: any): any;
|
|
199
184
|
getWidthForBreakpointSize(size: any): any;
|
|
200
185
|
_classStringToObject(str: any): {};
|
|
201
186
|
};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { BuilderContent } from "../../types/builder-content.js";
|
|
2
|
-
import type { Nullable } from "../../types/typescript.js";
|
|
3
2
|
import type { BuilderBlock } from "../../types/builder-block.js";
|
|
4
3
|
export interface SymbolInfo {
|
|
5
4
|
model?: string;
|
|
@@ -174,7 +173,7 @@ declare const _sfc_main: {
|
|
|
174
173
|
data(): {
|
|
175
174
|
forceReRenderCount: number;
|
|
176
175
|
overrideContent: null;
|
|
177
|
-
useContent: Nullable<BuilderContent>;
|
|
176
|
+
useContent: import("../../types/typescript.js").Nullable<BuilderContent>;
|
|
178
177
|
update: number;
|
|
179
178
|
canTrackToUse: any;
|
|
180
179
|
contentState: {
|
|
@@ -192,6 +191,7 @@ declare const _sfc_main: {
|
|
|
192
191
|
setState: any;
|
|
193
192
|
context: any;
|
|
194
193
|
apiKey: any;
|
|
194
|
+
apiVersion: any;
|
|
195
195
|
registeredComponents: any;
|
|
196
196
|
};
|
|
197
197
|
};
|
|
@@ -209,12 +209,17 @@ declare const _sfc_main: {
|
|
|
209
209
|
handler(): void;
|
|
210
210
|
immediate: boolean;
|
|
211
211
|
};
|
|
212
|
+
onUpdateHook3: {
|
|
213
|
+
handler(): void;
|
|
214
|
+
immediate: boolean;
|
|
215
|
+
};
|
|
212
216
|
};
|
|
213
217
|
unmounted(): void;
|
|
214
218
|
computed: {
|
|
215
219
|
onUpdateHook0(): any;
|
|
216
220
|
onUpdateHook1(): any;
|
|
217
221
|
onUpdateHook2(): any;
|
|
222
|
+
onUpdateHook3(): any;
|
|
218
223
|
};
|
|
219
224
|
methods: {
|
|
220
225
|
mergeNewContent(newContent: any): void;
|
|
@@ -235,11 +240,13 @@ declare const _sfc_main: {
|
|
|
235
240
|
};
|
|
236
241
|
props: string[];
|
|
237
242
|
data(): {
|
|
238
|
-
|
|
243
|
+
className: string;
|
|
244
|
+
contentToUse: any;
|
|
239
245
|
};
|
|
240
246
|
inject: {
|
|
241
247
|
builderContext: symbol;
|
|
242
248
|
};
|
|
249
|
+
mounted(): void;
|
|
243
250
|
watch: {
|
|
244
251
|
onUpdateHook0: {
|
|
245
252
|
handler(): void;
|
|
@@ -247,11 +254,10 @@ declare const _sfc_main: {
|
|
|
247
254
|
};
|
|
248
255
|
};
|
|
249
256
|
computed: {
|
|
250
|
-
className(): any;
|
|
251
|
-
contentToUse(): any;
|
|
252
257
|
onUpdateHook0(): any;
|
|
253
258
|
};
|
|
254
259
|
methods: {
|
|
260
|
+
fetchContent(): void;
|
|
255
261
|
filterAttrs: (attrs: {} | undefined, isEvent: any) => {};
|
|
256
262
|
_classStringToObject(str: any): {};
|
|
257
263
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { BuilderRenderContext, RegisteredComponent, BuilderRenderState } from '../../context/types';
|
|
2
2
|
import type { BuilderContent } from '../../types/builder-content';
|
|
3
3
|
import type { Nullable } from '../../types/typescript';
|
|
4
|
+
import type { ApiVersion } from '../../types/api-version';
|
|
4
5
|
export type RenderContentProps = {
|
|
5
6
|
content?: Nullable<BuilderContent>;
|
|
6
7
|
model?: string;
|
|
@@ -9,6 +10,7 @@ export type RenderContentProps = {
|
|
|
9
10
|
};
|
|
10
11
|
context?: BuilderRenderContext;
|
|
11
12
|
apiKey: string;
|
|
13
|
+
apiVersion?: ApiVersion;
|
|
12
14
|
customComponents?: RegisteredComponent[];
|
|
13
15
|
canTrack?: boolean;
|
|
14
16
|
locale?: string;
|
|
@@ -172,6 +172,7 @@ declare const _sfc_main: {
|
|
|
172
172
|
setState: any;
|
|
173
173
|
context: any;
|
|
174
174
|
apiKey: any;
|
|
175
|
+
apiVersion: any;
|
|
175
176
|
registeredComponents: any;
|
|
176
177
|
};
|
|
177
178
|
};
|
|
@@ -189,12 +190,17 @@ declare const _sfc_main: {
|
|
|
189
190
|
handler(): void;
|
|
190
191
|
immediate: boolean;
|
|
191
192
|
};
|
|
193
|
+
onUpdateHook3: {
|
|
194
|
+
handler(): void;
|
|
195
|
+
immediate: boolean;
|
|
196
|
+
};
|
|
192
197
|
};
|
|
193
198
|
unmounted(): void;
|
|
194
199
|
computed: {
|
|
195
200
|
onUpdateHook0(): any;
|
|
196
201
|
onUpdateHook1(): any;
|
|
197
202
|
onUpdateHook2(): any;
|
|
203
|
+
onUpdateHook3(): any;
|
|
198
204
|
};
|
|
199
205
|
methods: {
|
|
200
206
|
mergeNewContent(newContent: any): void;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { BuilderContent } from '../types/builder-content.js';
|
|
2
2
|
import type { ComponentInfo } from '../types/components.js';
|
|
3
3
|
import type { Dictionary, Nullable } from '../types/typescript.js';
|
|
4
|
+
import type { ApiVersion } from '../types/api-version.js';
|
|
4
5
|
export type RegisteredComponent = ComponentInfo & {
|
|
5
6
|
component: any;
|
|
6
7
|
};
|
|
@@ -13,6 +14,7 @@ export interface BuilderContextInterface {
|
|
|
13
14
|
state: BuilderRenderState;
|
|
14
15
|
setState?: (state: BuilderRenderState) => void;
|
|
15
16
|
apiKey: string | null;
|
|
17
|
+
apiVersion?: ApiVersion;
|
|
16
18
|
registeredComponents: RegisteredComponents;
|
|
17
19
|
inheritedStyles: Record<string, unknown>;
|
|
18
20
|
}
|
|
@@ -36,4 +36,10 @@ export interface GetContentOptions {
|
|
|
36
36
|
* If provided, the API will auto-resolve localized objects to the value of this `locale` key.
|
|
37
37
|
*/
|
|
38
38
|
locale?: string;
|
|
39
|
+
/**
|
|
40
|
+
* If provided, sets the Builder API version used to fetch content.
|
|
41
|
+
*
|
|
42
|
+
* Defaults to `v2`.
|
|
43
|
+
*/
|
|
44
|
+
apiVersion?: 'v2' | 'v3';
|
|
39
45
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type ApiVersion = 'v2' | 'v3';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.button-2fnk003dqad[data-v-3e6fa42c]{all:unset}.div-t9spj7joih[data-v-
|
|
1
|
+
.button-2fnk003dqad[data-v-3e6fa42c]{all:unset}.div-t9spj7joih[data-v-e352abf5]{display:flex;line-height:normal}.div-t9spj7joih-2[data-v-e352abf5]{display:flex;flex-direction:column;align-items:stretch}.img-1pl23ac79ld[data-v-d14c6f82]{opacity:1;transition:opacity .2s ease-in-out}.div-1pl23ac79ld[data-v-d14c6f82]{width:100%;pointer-events:none;font-size:0}.div-1pl23ac79ld-2[data-v-d14c6f82]{display:flex;flex-direction:column;align-items:stretch;position:absolute;top:0;left:0;width:100%;height:100%}.div-21azgz5avex[data-v-7d4553c5]{display:flex;flex-direction:column;align-items:stretch}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("vue"),s=require("./index.395b8a3c.cjs"),l=require("./css.63d69670.cjs"),y=()=>Promise.resolve().then(()=>require("./render-inlined-styles.7f9d50aa.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component RenderInlinedStyles at ../render-inlined-styles.vue",e),e}),k={name:"block-styles",components:{RenderInlinedStyles:o.defineAsyncComponent(y)},props:["block","context"],data(){return{TARGET:s.TARGET}},computed:{useBlock(){return l.getProcessedBlock({block:this.block,state:this.context.state,context:this.context.context,shouldEvaluateBindings:!0})},canShowBlock(){return s.checkIsDefined(this.useBlock.hide)?!this.useBlock.hide:s.checkIsDefined(this.useBlock.show)?this.useBlock.show:!0},css(){var d;const e=this.useBlock.responsiveStyles,c=this.context.content,i=s.getSizesForBreakpoints(((d=c==null?void 0:c.meta)==null?void 0:d.breakpoints)||{}),a=e==null?void 0:e.large,r=e==null?void 0:e.medium,t=e==null?void 0:e.small,n=this.useBlock.id,u=a?l.createCssClass({className:n,styles:a}):"",m=r?l.createCssClass({className:n,styles:r,mediaQuery:s.getMaxWidthQueryForSize("medium",i)}):"",h=t?l.createCssClass({className:n,styles:t,mediaQuery:s.getMaxWidthQueryForSize("small",i)}):"";return[u,m,h].join(" ")}}};function p(e,c,i,a,r,t){const n=o.resolveComponent("render-inlined-styles");return r.TARGET!=="reactNative"&&t.css&&t.canShowBlock?(o.openBlock(),o.createBlock(n,{key:0,styles:t.css},null,8,["styles"])):o.createCommentVNode("",!0)}const S=s._export_sfc(k,[["render",p]]);exports.default=S;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineAsyncComponent as p, resolveComponent as k, openBlock as y, createBlock as B, createCommentVNode as S } from "vue";
|
|
2
|
-
import { T as f, c as i, g as _, a as
|
|
3
|
-
import { g as x } from "./
|
|
4
|
-
const C = () => import("./render-inlined-styles.
|
|
2
|
+
import { T as f, c as i, g as _, a as d, _ as g } from "./index.2ad3b0cb.js";
|
|
3
|
+
import { g as x, c as r } from "./css.8ed20b10.js";
|
|
4
|
+
const C = () => import("./render-inlined-styles.9f82189a.js").then((e) => e.default).catch((e) => {
|
|
5
5
|
throw console.error(
|
|
6
6
|
"Error while attempting to dynamically import component RenderInlinedStyles at ../render-inlined-styles.vue",
|
|
7
7
|
e
|