@builder.io/sdk-vue 2.0.8 → 2.0.14-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/lib/browser/block-styles-nWGppwAf.js +77 -0
  2. package/lib/browser/block-styles-rt4v7rBl.cjs +1 -0
  3. package/lib/browser/{block-wrapper-H_K5XgNp.js → block-wrapper-hPYvxseU.js} +3 -3
  4. package/lib/browser/{block-wrapper-vI9rE_qz.cjs → block-wrapper-l_mdj42t.cjs} +1 -1
  5. package/lib/browser/blocks/accordion/accordion.vue.d.ts +6 -6
  6. package/lib/browser/blocks/button/button.vue.d.ts +3 -3
  7. package/lib/browser/blocks/columns/columns.vue.d.ts +9 -9
  8. package/lib/browser/blocks/form/form/form.vue.d.ts +9 -9
  9. package/lib/browser/blocks/form/input/input.vue.d.ts +3 -3
  10. package/lib/browser/blocks/form/select/select.vue.d.ts +3 -3
  11. package/lib/browser/blocks/image/image.vue.d.ts +3 -3
  12. package/lib/browser/blocks/img/img.vue.d.ts +3 -3
  13. package/lib/browser/blocks/section/section.vue.d.ts +3 -3
  14. package/lib/browser/blocks/slot/slot.vue.d.ts +5 -2
  15. package/lib/browser/blocks/symbol/symbol.vue.d.ts +9 -9
  16. package/lib/browser/blocks/tabs/tabs.vue.d.ts +3 -3
  17. package/lib/browser/blocks/video/video.vue.d.ts +6 -6
  18. package/lib/browser/{component-ref-ULmI7Z-4.js → component-ref-JlpkOrad.js} +2 -2
  19. package/lib/browser/{component-ref-k4s0KRD5.cjs → component-ref-dPnPtrON.cjs} +1 -1
  20. package/lib/browser/components/block/block.helpers.d.ts +1 -2
  21. package/lib/browser/components/block/block.vue.d.ts +10 -5
  22. package/lib/browser/components/block/components/block-styles.vue.d.ts +1 -1
  23. package/lib/browser/components/block/components/component-ref/component-ref.vue.d.ts +6 -6
  24. package/lib/browser/components/block/components/repeated-block.vue.d.ts +3 -3
  25. package/lib/browser/components/blocks/blocks.vue.d.ts +3 -3
  26. package/lib/browser/components/content/components/enable-editor.vue.d.ts +12 -12
  27. package/lib/browser/components/content/content.vue.d.ts +18 -18
  28. package/lib/browser/components/content-variants/content-variants.vue.d.ts +12 -12
  29. package/lib/browser/components/inlined-styles.vue.d.ts +3 -3
  30. package/lib/browser/constants/sdk-version.d.ts +1 -1
  31. package/lib/browser/functions/evaluate/node-runtime/init.d.ts +1 -0
  32. package/lib/browser/functions/get-processed-block.d.ts +1 -0
  33. package/lib/browser/functions/register-component.d.ts +1 -1
  34. package/lib/{node/get-block-properties-ctA1IgxF.js → browser/get-block-properties-HzVZCpxa.js} +20 -18
  35. package/lib/browser/get-block-properties-sInACBRh.cjs +1 -0
  36. package/lib/browser/index-MDNnQzZB.cjs +166 -0
  37. package/lib/browser/{index-wQ1FWMHJ.js → index-ZL8QUFiN.js} +1416 -1371
  38. package/lib/browser/index.cjs +1 -1
  39. package/lib/browser/index.mjs +3 -3
  40. package/lib/browser/init.cjs +8 -0
  41. package/lib/browser/init.mjs +65 -0
  42. package/lib/browser/logger-0-1mARBa.cjs +1 -0
  43. package/lib/browser/logger-Hm2e1Xk_.js +12 -0
  44. package/lib/browser/{repeated-block-Aa1yIQkp.js → repeated-block-8EN4xN25.js} +2 -2
  45. package/lib/browser/{repeated-block-UKWYkgKG.cjs → repeated-block-uV-zuqkw.cjs} +1 -1
  46. package/lib/browser/style.css +1 -1
  47. package/lib/edge/block-styles-Ta3OQAmE.cjs +1 -0
  48. package/lib/edge/block-styles-zRPUnWLf.js +76 -0
  49. package/lib/{node/block-wrapper-QqrLFWp0.cjs → edge/block-wrapper-9IWz2vxg.cjs} +1 -1
  50. package/lib/{node/block-wrapper-4h3CaVrk.js → edge/block-wrapper-x7ERONr-.js} +5 -5
  51. package/lib/edge/blocks/accordion/accordion.vue.d.ts +6 -6
  52. package/lib/edge/blocks/button/button.vue.d.ts +3 -3
  53. package/lib/edge/blocks/columns/columns.vue.d.ts +9 -9
  54. package/lib/edge/blocks/form/form/form.vue.d.ts +9 -9
  55. package/lib/edge/blocks/form/input/input.vue.d.ts +3 -3
  56. package/lib/edge/blocks/form/select/select.vue.d.ts +3 -3
  57. package/lib/edge/blocks/image/image.vue.d.ts +3 -3
  58. package/lib/edge/blocks/img/img.vue.d.ts +3 -3
  59. package/lib/edge/blocks/section/section.vue.d.ts +3 -3
  60. package/lib/edge/blocks/slot/slot.vue.d.ts +5 -2
  61. package/lib/edge/blocks/symbol/symbol.vue.d.ts +9 -9
  62. package/lib/edge/blocks/tabs/tabs.vue.d.ts +3 -3
  63. package/lib/edge/blocks/video/video.vue.d.ts +6 -6
  64. package/lib/{node/component-ref-hI62zIZA.js → edge/component-ref-JRfa9Vwo.js} +2 -2
  65. package/lib/{node/component-ref-NW-UB2pJ.cjs → edge/component-ref-eV0RBAzs.cjs} +1 -1
  66. package/lib/edge/components/block/block.helpers.d.ts +1 -2
  67. package/lib/edge/components/block/block.vue.d.ts +10 -5
  68. package/lib/edge/components/block/components/block-styles.vue.d.ts +1 -1
  69. package/lib/edge/components/block/components/component-ref/component-ref.vue.d.ts +6 -6
  70. package/lib/edge/components/block/components/repeated-block.vue.d.ts +3 -3
  71. package/lib/edge/components/blocks/blocks.vue.d.ts +3 -3
  72. package/lib/edge/components/content/components/enable-editor.vue.d.ts +12 -12
  73. package/lib/edge/components/content/content.vue.d.ts +18 -18
  74. package/lib/edge/components/content-variants/content-variants.vue.d.ts +12 -12
  75. package/lib/edge/components/inlined-styles.vue.d.ts +3 -3
  76. package/lib/edge/constants/sdk-version.d.ts +1 -1
  77. package/lib/edge/functions/evaluate/node-runtime/init.d.ts +1 -0
  78. package/lib/edge/functions/get-processed-block.d.ts +1 -0
  79. package/lib/edge/functions/register-component.d.ts +1 -1
  80. package/lib/edge/get-block-properties-Dy3XF05J.cjs +1 -0
  81. package/lib/{browser/get-block-properties-IjhCV9z_.js → edge/get-block-properties-PLBPSz3W.js} +15 -15
  82. package/lib/edge/index-5-C3UhJz.cjs +186 -0
  83. package/lib/edge/{index-yARC0VI1.js → index-TGe9_80q.js} +1696 -1651
  84. package/lib/edge/index.cjs +1 -1
  85. package/lib/edge/index.mjs +4 -4
  86. package/lib/edge/init.cjs +8 -0
  87. package/lib/edge/init.mjs +64 -0
  88. package/lib/edge/logger-I8FmJD_1.js +11 -0
  89. package/lib/edge/logger-U9-0vDJK.cjs +1 -0
  90. package/lib/edge/{repeated-block-q6gyu9cH.cjs → repeated-block-FB2jF4o_.cjs} +1 -1
  91. package/lib/edge/{repeated-block-IdOOvFG5.js → repeated-block-_9Gs2AOY.js} +13 -13
  92. package/lib/edge/style.css +1 -1
  93. package/lib/node/block-styles-gLB-jSXN.js +76 -0
  94. package/lib/node/block-styles-u7KGnyuc.cjs +1 -0
  95. package/lib/{edge/block-wrapper-P5w2jQ_u.cjs → node/block-wrapper-cCYzfiv5.cjs} +1 -1
  96. package/lib/{edge/block-wrapper-M3goYBkP.js → node/block-wrapper-frfIIST_.js} +3 -3
  97. package/lib/node/blocks/accordion/accordion.vue.d.ts +6 -6
  98. package/lib/node/blocks/button/button.vue.d.ts +3 -3
  99. package/lib/node/blocks/columns/columns.vue.d.ts +9 -9
  100. package/lib/node/blocks/form/form/form.vue.d.ts +9 -9
  101. package/lib/node/blocks/form/input/input.vue.d.ts +3 -3
  102. package/lib/node/blocks/form/select/select.vue.d.ts +3 -3
  103. package/lib/node/blocks/image/image.vue.d.ts +3 -3
  104. package/lib/node/blocks/img/img.vue.d.ts +3 -3
  105. package/lib/node/blocks/section/section.vue.d.ts +3 -3
  106. package/lib/node/blocks/slot/slot.vue.d.ts +5 -2
  107. package/lib/node/blocks/symbol/symbol.vue.d.ts +9 -9
  108. package/lib/node/blocks/tabs/tabs.vue.d.ts +3 -3
  109. package/lib/node/blocks/video/video.vue.d.ts +6 -6
  110. package/lib/{edge/component-ref-ZtKc8UMX.js → node/component-ref-IbarjSnq.js} +2 -2
  111. package/lib/{edge/component-ref-EPsyn_2c.cjs → node/component-ref-ZlBAzimq.cjs} +1 -1
  112. package/lib/node/components/block/block.helpers.d.ts +1 -2
  113. package/lib/node/components/block/block.vue.d.ts +10 -5
  114. package/lib/node/components/block/components/block-styles.vue.d.ts +1 -1
  115. package/lib/node/components/block/components/component-ref/component-ref.vue.d.ts +6 -6
  116. package/lib/node/components/block/components/repeated-block.vue.d.ts +3 -3
  117. package/lib/node/components/blocks/blocks.vue.d.ts +3 -3
  118. package/lib/node/components/content/components/enable-editor.vue.d.ts +12 -12
  119. package/lib/node/components/content/content.vue.d.ts +18 -18
  120. package/lib/node/components/content-variants/content-variants.vue.d.ts +12 -12
  121. package/lib/node/components/inlined-styles.vue.d.ts +3 -3
  122. package/lib/node/constants/sdk-version.d.ts +1 -1
  123. package/lib/node/functions/evaluate/node-runtime/init.d.ts +1 -0
  124. package/lib/node/functions/get-processed-block.d.ts +1 -0
  125. package/lib/node/functions/register-component.d.ts +1 -1
  126. package/lib/node/get-block-properties-2Q2lr9bu.cjs +1 -0
  127. package/lib/{edge/get-block-properties-zzQ9xBK7.js → node/get-block-properties-QIsIgfnu.js} +17 -16
  128. package/lib/node/{index-xdY2kzl8.js → index-BugETl2c.js} +1537 -1702
  129. package/lib/node/index-s5vEnK-M.cjs +166 -0
  130. package/lib/node/index.cjs +1 -1
  131. package/lib/node/index.mjs +17 -16
  132. package/lib/node/init.cjs +1 -0
  133. package/lib/node/init.mjs +11 -0
  134. package/lib/node/node-runtime-0rF8vJwU.js +233 -0
  135. package/lib/node/node-runtime-Bqb5TnyM.cjs +48 -0
  136. package/lib/node/{repeated-block-ndxvinZD.js → repeated-block-Z-_chLeZ.js} +13 -13
  137. package/lib/node/{repeated-block-T2ld1sa9.cjs → repeated-block-ZpVu-xdw.cjs} +1 -1
  138. package/lib/node/style.css +1 -1
  139. package/package.json +7 -3
  140. package/lib/browser/block-styles-UWiLqSPk.js +0 -90
  141. package/lib/browser/block-styles-mtiWQW_J.cjs +0 -1
  142. package/lib/browser/get-block-properties-JqBN5X7_.cjs +0 -1
  143. package/lib/browser/index-TIoYRvmr.cjs +0 -166
  144. package/lib/edge/block-styles-4MJqQlwZ.cjs +0 -1
  145. package/lib/edge/block-styles-P44kj2Ws.js +0 -89
  146. package/lib/edge/get-block-properties-N40WxPwN.cjs +0 -1
  147. package/lib/edge/index-hw9mu6mD.cjs +0 -186
  148. package/lib/node/block-styles-HZaZpVMf.cjs +0 -1
  149. package/lib/node/block-styles-brJAybxf.js +0 -89
  150. package/lib/node/get-block-properties-W3cxXL5S.cjs +0 -1
  151. package/lib/node/index-HPinODNY.cjs +0 -213
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-hw9mu6mD.cjs");exports.Blocks=e.Blocks;exports.BuilderContext=e.BuilderContext;exports.Button=e.Button;exports.Columns=e.Columns;exports.Content=e.ContentVariants;exports.Fragment=e.Fragment;exports.Image=e.Image;exports.Section=e.Section;exports.Symbol=e.Symbol;exports.Text=e.Text;exports.Video=e.Video;exports._processContentResult=e._processContentResult;exports.createRegisterComponentMessage=e.createRegisterComponentMessage;exports.fetchBuilderProps=e.fetchBuilderProps;exports.fetchEntries=e.fetchEntries;exports.fetchOneEntry=e.fetchOneEntry;exports.getBuilderSearchParams=e.getBuilderSearchParams;exports.isEditing=e.isEditing;exports.isPreviewing=e.isPreviewing;exports.register=e.register;exports.setEditorSettings=e.setEditorSettings;exports.subscribeToEditor=e.subscribeToEditor;exports.track=e.track;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-5-C3UhJz.cjs");exports.Blocks=e.Blocks;exports.BuilderContext=e.BuilderContext;exports.Button=e.Button;exports.Columns=e.Columns;exports.Content=e.ContentVariants;exports.Fragment=e.Fragment;exports.Image=e.Image;exports.Section=e.Section;exports.Symbol=e.Symbol;exports.Text=e.Text;exports.Video=e.Video;exports._processContentResult=e._processContentResult;exports.createRegisterComponentMessage=e.createRegisterComponentMessage;exports.fetchBuilderProps=e.fetchBuilderProps;exports.fetchEntries=e.fetchEntries;exports.fetchOneEntry=e.fetchOneEntry;exports.getBuilderSearchParams=e.getBuilderSearchParams;exports.isEditing=e.isEditing;exports.isPreviewing=e.isPreviewing;exports.register=e.register;exports.setEditorSettings=e.setEditorSettings;exports.subscribeToEditor=e.subscribeToEditor;exports.track=e.track;
@@ -1,4 +1,4 @@
1
- import { o as a, k as t, l as r, C as o, p as i, F as n, I as c, S as g, m as l, n as m, V as u, A as d, s as C, z as E, D as p, E as B, v as S, q as f, r as h, t as x, u as b, y as k, x as y } from "./index-yARC0VI1.js";
1
+ import { m as a, j as t, k as r, C as o, n as i, F as n, I as c, S as g, l, T as m, V as u, y as d, q as C, x as p, z as B, A as E, t as S, o as f, p as h, r as x, s as b, v as k, u as y } from "./index-TGe9_80q.js";
2
2
  export {
3
3
  a as Blocks,
4
4
  t as BuilderContext,
@@ -13,9 +13,9 @@ export {
13
13
  u as Video,
14
14
  d as _processContentResult,
15
15
  C as createRegisterComponentMessage,
16
- E as fetchBuilderProps,
17
- p as fetchEntries,
18
- B as fetchOneEntry,
16
+ p as fetchBuilderProps,
17
+ B as fetchEntries,
18
+ E as fetchOneEntry,
19
19
  S as getBuilderSearchParams,
20
20
  f as isEditing,
21
21
  h as isPreviewing,
@@ -0,0 +1,8 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ivm=require("isolated-vm"),logger=require("./logger-U9-0vDJK.cjs"),node_module=require("node:module");var _documentCurrentScript=typeof document<"u"?document.currentScript:null;const SDK_NAME_FOR_TARGET=(()=>{switch(logger.TARGET){case"rsc":return"react-nextjs";case"reactNative":return"react-native";default:return logger.TARGET}})(),SDK_NAME=`@builder.io/sdk-${SDK_NAME_FOR_TARGET}`,noop=()=>{};let safeDynamicRequire=noop;try{safeDynamicRequire=node_module.createRequire(typeof document>"u"?require("url").pathToFileURL(__filename).href:_documentCurrentScript&&_documentCurrentScript.src||new URL("init.cjs",document.baseURI).href)}catch(error){try{safeDynamicRequire=eval("require")}catch(t){}}const INJECTED_IVM_GLOBAL="BUILDER_IVM";let IVM_INSTANCE=null;const setIvm=(t,e={})=>{IVM_INSTANCE=t,setIsolateContext(e)},SHOULD_MENTION_INITIALIZE_SCRIPT=SDK_NAME==="@builder.io/sdk-react-nextjs"||SDK_NAME==="@builder.io/sdk-react"||SDK_NAME==="@builder.io/sdk-qwik",getIvm=()=>{try{if(IVM_INSTANCE)return IVM_INSTANCE;const e=safeDynamicRequire("isolated-vm");if(e)return e}catch(e){logger.logger.error("isolated-vm import error.",e)}const t=`${logger.MSG_PREFIX}could not import \`isolated-vm\` module for safe script execution on a Node server.
2
+
3
+ SOLUTION: In a server-only execution path within your application, do one of the following:
4
+
5
+ ${SHOULD_MENTION_INITIALIZE_SCRIPT?`- import and call \`initializeNodeRuntime()\` from "${SDK_NAME}/node/init".`:""}
6
+ - add the following import: \`await import('isolated-vm')\`.
7
+
8
+ For more information, visit https://builder.io/c/docs/integration-tips#enabling-data-bindings-in-node-environments`;throw new Error(t)};function setIsolateContext(t={memoryLimit:128}){const e=getIvm(),r=new e.Isolate(t).createContextSync(),o=r.global;return o.setSync("global",o.derefInto()),o.setSync("log",function(...n){console.log(...n)}),o.setSync(INJECTED_IVM_GLOBAL,e),r}const initializeNodeRuntime=t=>{const{ivmIsolateOptions:e}=t||{};setIvm(ivm,e)};exports.initializeNodeRuntime=initializeNodeRuntime;
@@ -0,0 +1,64 @@
1
+ import ivm from "isolated-vm";
2
+ import { T as TARGET, l as logger, M as MSG_PREFIX } from "./logger-I8FmJD_1.js";
3
+ import { createRequire } from "node:module";
4
+ const SDK_NAME_FOR_TARGET = (() => {
5
+ switch (TARGET) {
6
+ case "rsc":
7
+ return "react-nextjs";
8
+ case "reactNative":
9
+ return "react-native";
10
+ default:
11
+ return TARGET;
12
+ }
13
+ })(), SDK_NAME = `@builder.io/sdk-${SDK_NAME_FOR_TARGET}`, noop = () => {
14
+ };
15
+ let safeDynamicRequire = noop;
16
+ try {
17
+ safeDynamicRequire = createRequire(import.meta.url);
18
+ } catch (error) {
19
+ try {
20
+ safeDynamicRequire = eval("require");
21
+ } catch (t) {
22
+ }
23
+ }
24
+ const INJECTED_IVM_GLOBAL = "BUILDER_IVM";
25
+ let IVM_INSTANCE = null;
26
+ const setIvm = (t, e = {}) => {
27
+ IVM_INSTANCE = t, setIsolateContext(e);
28
+ }, SHOULD_MENTION_INITIALIZE_SCRIPT = SDK_NAME === "@builder.io/sdk-react-nextjs" || SDK_NAME === "@builder.io/sdk-react" || SDK_NAME === "@builder.io/sdk-qwik", getIvm = () => {
29
+ try {
30
+ if (IVM_INSTANCE)
31
+ return IVM_INSTANCE;
32
+ const e = safeDynamicRequire("isolated-vm");
33
+ if (e)
34
+ return e;
35
+ } catch (e) {
36
+ logger.error("isolated-vm import error.", e);
37
+ }
38
+ const t = `${MSG_PREFIX}could not import \`isolated-vm\` module for safe script execution on a Node server.
39
+
40
+ SOLUTION: In a server-only execution path within your application, do one of the following:
41
+
42
+ ${SHOULD_MENTION_INITIALIZE_SCRIPT ? `- import and call \`initializeNodeRuntime()\` from "${SDK_NAME}/node/init".` : ""}
43
+ - add the following import: \`await import('isolated-vm')\`.
44
+
45
+ For more information, visit https://builder.io/c/docs/integration-tips#enabling-data-bindings-in-node-environments`;
46
+ throw new Error(t);
47
+ };
48
+ function setIsolateContext(t = {
49
+ memoryLimit: 128
50
+ }) {
51
+ const e = getIvm(), i = new e.Isolate(t).createContextSync(), o = i.global;
52
+ return o.setSync("global", o.derefInto()), o.setSync("log", function(...r) {
53
+ console.log(...r);
54
+ }), o.setSync(INJECTED_IVM_GLOBAL, e), i;
55
+ }
56
+ const initializeNodeRuntime = (t) => {
57
+ const {
58
+ ivmIsolateOptions: e
59
+ } = t || {};
60
+ setIvm(ivm, e);
61
+ };
62
+ export {
63
+ initializeNodeRuntime
64
+ };
@@ -0,0 +1,11 @@
1
+ const r = "vue", e = "[Builder.io]: ", s = {
2
+ log: (...o) => console.log(e, ...o),
3
+ error: (...o) => console.error(e, ...o),
4
+ warn: (...o) => console.warn(e, ...o),
5
+ debug: (...o) => console.debug(e, ...o)
6
+ };
7
+ export {
8
+ e as M,
9
+ r as T,
10
+ s as l
11
+ };
@@ -0,0 +1 @@
1
+ "use strict";const r="vue",e="[Builder.io]: ",l={log:(...o)=>console.log(e,...o),error:(...o)=>console.error(e,...o),warn:(...o)=>console.warn(e,...o),debug:(...o)=>console.debug(e,...o)};exports.MSG_PREFIX=e;exports.TARGET=r;exports.logger=l;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("vue"),t=require("./index-hw9mu6mD.cjs"),r=()=>Promise.resolve().then(()=>require("./index-hw9mu6mD.cjs")).then(e=>e.block).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component Block at ../block.vue",e),e}),c=o.defineComponent({name:"repeated-block",components:{Block:o.defineAsyncComponent(r)},props:["repeatContext","block","registeredComponents","linkComponent"],data(){return{store:this.repeatContext}},provide(){const e=this;return{[t.BuilderContext.key]:e.store}}});function s(e,i,p,a,m,d){const n=o.resolveComponent("Block");return o.openBlock(),o.createBlock(n,{block:e.block,context:e.store,registeredComponents:e.registeredComponents,linkComponent:e.linkComponent},null,8,["block","context","registeredComponents","linkComponent"])}const l=t._export_sfc(c,[["render",s]]);exports.default=l;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("vue"),t=require("./index-5-C3UhJz.cjs"),r=()=>Promise.resolve().then(()=>require("./index-5-C3UhJz.cjs")).then(e=>e.block).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component Block at ../block.vue",e),e}),c=o.defineComponent({name:"repeated-block",components:{Block:o.defineAsyncComponent(r)},props:["repeatContext","block","registeredComponents","linkComponent"],data(){return{store:this.repeatContext}},provide(){const e=this;return{[t.BuilderContext.key]:e.store}}});function s(e,i,p,a,m,d){const n=o.resolveComponent("Block");return o.openBlock(),o.createBlock(n,{block:e.block,context:e.store,registeredComponents:e.registeredComponents,linkComponent:e.linkComponent},null,8,["block","context","registeredComponents","linkComponent"])}const l=t._export_sfc(c,[["render",s]]);exports.default=l;
@@ -1,10 +1,10 @@
1
1
  import { defineComponent as t, defineAsyncComponent as n, resolveComponent as r, openBlock as c, createBlock as p } from "vue";
2
- import { k as s, f as l } from "./index-yARC0VI1.js";
3
- const i = () => import("./index-yARC0VI1.js").then((o) => o.H).then((o) => o.default).catch((o) => {
2
+ import { j as s, e as l } from "./index-TGe9_80q.js";
3
+ const i = () => import("./index-TGe9_80q.js").then((e) => e.E).then((e) => e.default).catch((e) => {
4
4
  throw console.error(
5
5
  "Error while attempting to dynamically import component Block at ../block.vue",
6
- o
7
- ), o;
6
+ e
7
+ ), e;
8
8
  }), m = t({
9
9
  name: "repeated-block",
10
10
  components: { Block: n(i) },
@@ -13,19 +13,19 @@ const i = () => import("./index-yARC0VI1.js").then((o) => o.H).then((o) => o.def
13
13
  return { store: this.repeatContext };
14
14
  },
15
15
  provide() {
16
- const o = this;
16
+ const e = this;
17
17
  return {
18
- [s.key]: o.store
18
+ [s.key]: e.store
19
19
  };
20
20
  }
21
21
  });
22
- function a(o, k, d, C, f, u) {
23
- const e = r("Block");
24
- return c(), p(e, {
25
- block: o.block,
26
- context: o.store,
27
- registeredComponents: o.registeredComponents,
28
- linkComponent: o.linkComponent
22
+ function a(e, k, d, C, f, u) {
23
+ const o = r("Block");
24
+ return c(), p(o, {
25
+ block: e.block,
26
+ context: e.store,
27
+ registeredComponents: e.registeredComponents,
28
+ linkComponent: e.linkComponent
29
29
  }, null, 8, ["block", "context", "registeredComponents", "linkComponent"]);
30
30
  }
31
31
  const _ = /* @__PURE__ */ l(m, [["render", a]]);
@@ -1 +1 @@
1
- .component-178o76acnws[data-v-a5b13ef9]{display:flex;flex-direction:column;align-items:stretch}.div-2brhoa1k8gd[data-v-52366f16]{display:flex;line-height:normal}.img-1pl23ac79ld[data-v-b1147753]{opacity:1;transition:opacity .2s ease-in-out}.div-1pl23ac79ld[data-v-b1147753]{width:100%;pointer-events:none;font-size:0}.div-1pl23ac79ld-2[data-v-b1147753]{display:flex;flex-direction:column;align-items:stretch;position:absolute;top:0;left:0;width:100%;height:100%}.pre-3i4ezorcfhi[data-v-489330f7]{padding:10px;color:red;text-align:center}
1
+ .component-178o76acnws[data-v-824f09a8]{display:flex;flex-direction:column;align-items:stretch}.div-2brhoa1k8gd[data-v-52366f16]{display:flex;line-height:normal}.img-1pl23ac79ld[data-v-b1147753]{opacity:1;transition:opacity .2s ease-in-out}.div-1pl23ac79ld[data-v-b1147753]{width:100%;pointer-events:none;font-size:0}.div-1pl23ac79ld-2[data-v-b1147753]{display:flex;flex-direction:column;align-items:stretch;position:absolute;top:0;left:0;width:100%;height:100%}.pre-3i4ezorcfhi[data-v-489330f7]{padding:10px;color:red;text-align:center}
@@ -0,0 +1,76 @@
1
+ import { defineComponent as C, resolveComponent as g, openBlock as $, createBlock as v, createCommentVNode as B } from "vue";
2
+ import { _, c as h, g as T, a as l, b as k, d as w, e as I } from "./index-BugETl2c.js";
3
+ import { T as N } from "./node-runtime-0rF8vJwU.js";
4
+ const z = C({
5
+ name: "block-styles",
6
+ components: { InlinedStyles: _ },
7
+ props: ["block", "context"],
8
+ data() {
9
+ return { TARGET: N };
10
+ },
11
+ computed: {
12
+ canShowBlock() {
13
+ const e = this.block;
14
+ return h(e.hide) ? !e.hide : h(e.show) ? e.show : !0;
15
+ },
16
+ css() {
17
+ var p, u, y;
18
+ const e = this.block, s = e.responsiveStyles, n = this.context.content, r = T(
19
+ ((p = n == null ? void 0 : n.meta) == null ? void 0 : p.breakpoints) || {}
20
+ ), c = s == null ? void 0 : s.large, i = s == null ? void 0 : s.medium, a = s == null ? void 0 : s.small, o = e.id;
21
+ if (!o)
22
+ return "";
23
+ const S = c ? l({
24
+ className: o,
25
+ styles: c
26
+ }) : "", f = i ? l({
27
+ className: o,
28
+ styles: i,
29
+ mediaQuery: k(
30
+ "medium",
31
+ r
32
+ )
33
+ }) : "", b = a ? l({
34
+ className: o,
35
+ styles: a,
36
+ mediaQuery: k(
37
+ "small",
38
+ r
39
+ )
40
+ }) : "", t = e.animations && e.animations.find((m) => m.trigger === "hover");
41
+ let d = "";
42
+ if (t) {
43
+ const m = ((y = (u = t.steps) == null ? void 0 : u[1]) == null ? void 0 : y.styles) || {};
44
+ d = l({
45
+ className: `${o}:hover`,
46
+ styles: {
47
+ ...m,
48
+ transition: `all ${t.duration}s ${w(
49
+ t.easing
50
+ )}`,
51
+ transitionDelay: t.delay ? `${t.delay}s` : "0s"
52
+ }
53
+ }) || "";
54
+ }
55
+ return [
56
+ S,
57
+ f,
58
+ b,
59
+ d
60
+ ].join(" ");
61
+ }
62
+ }
63
+ });
64
+ function A(e, s, n, r, c, i) {
65
+ const a = g("InlinedStyles");
66
+ return e.TARGET !== "reactNative" && e.css && e.canShowBlock ? ($(), v(a, {
67
+ key: 0,
68
+ id: "builderio-block",
69
+ styles: e.css,
70
+ nonce: e.context.nonce
71
+ }, null, 8, ["styles", "nonce"])) : B("", !0);
72
+ }
73
+ const E = /* @__PURE__ */ I(z, [["render", A]]);
74
+ export {
75
+ E as default
76
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("vue"),s=require("./index-s5vEnK-M.cjs"),f=require("./node-runtime-Bqb5TnyM.cjs"),b=r.defineComponent({name:"block-styles",components:{InlinedStyles:s._sfc_main},props:["block","context"],data(){return{TARGET:f.TARGET}},computed:{canShowBlock(){const e=this.block;return s.checkIsDefined(e.hide)?!e.hide:s.checkIsDefined(e.show)?e.show:!0},css(){var y,p,h;const e=this.block,t=e.responsiveStyles,c=this.context.content,a=s.getSizesForBreakpoints(((y=c==null?void 0:c.meta)==null?void 0:y.breakpoints)||{}),i=t==null?void 0:t.large,d=t==null?void 0:t.medium,l=t==null?void 0:t.small,o=e.id;if(!o)return"";const S=i?s.createCssClass({className:o,styles:i}):"",k=d?s.createCssClass({className:o,styles:d,mediaQuery:s.getMaxWidthQueryForSize("medium",a)}):"",C=l?s.createCssClass({className:o,styles:l,mediaQuery:s.getMaxWidthQueryForSize("small",a)}):"",n=e.animations&&e.animations.find(m=>m.trigger==="hover");let u="";if(n){const m=((h=(p=n.steps)==null?void 0:p[1])==null?void 0:h.styles)||{};u=s.createCssClass({className:`${o}:hover`,styles:{...m,transition:`all ${n.duration}s ${s.camelToKebabCase(n.easing)}`,transitionDelay:n.delay?`${n.delay}s`:"0s"}})||""}return[S,k,C,u].join(" ")}}});function g(e,t,c,a,i,d){const l=r.resolveComponent("InlinedStyles");return e.TARGET!=="reactNative"&&e.css&&e.canShowBlock?(r.openBlock(),r.createBlock(l,{key:0,id:"builderio-block",styles:e.css,nonce:e.context.nonce},null,8,["styles","nonce"])):r.createCommentVNode("",!0)}const v=s._export_sfc(b,[["render",g]]);exports.default=v;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),o=require("./get-block-properties-N40WxPwN.cjs"),n=require("./index-hw9mu6mD.cjs"),c=()=>Promise.resolve().then(()=>require("./index-hw9mu6mD.cjs")).then(e=>e.dynamicRenderer).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component DynamicRenderer at ../../dynamic-renderer/dynamic-renderer.vue",e),e}),a=t.defineComponent({name:"block-wrapper",components:{DynamicRenderer:t.defineAsyncComponent(c)},props:["Wrapper","block","context"],data(){return{getBlockActions:o.getBlockActions,getBlockProperties:o.getBlockProperties}}});function i(e,l,p,d,m,u){const r=t.resolveComponent("DynamicRenderer");return t.openBlock(),t.createBlock(r,{TagName:e.Wrapper,attributes:e.getBlockProperties({block:e.block,context:e.context}),actionAttributes:e.getBlockActions({block:e.block,rootState:e.context.rootState,rootSetState:e.context.rootSetState,localState:e.context.localState,context:e.context.context,stripPrefix:!0})},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3},8,["TagName","attributes","actionAttributes"])}const s=n._export_sfc(a,[["render",i]]);exports.default=s;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),o=require("./get-block-properties-2Q2lr9bu.cjs"),n=require("./index-s5vEnK-M.cjs"),c=()=>Promise.resolve().then(()=>require("./index-s5vEnK-M.cjs")).then(e=>e.dynamicRenderer).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component DynamicRenderer at ../../dynamic-renderer/dynamic-renderer.vue",e),e}),a=t.defineComponent({name:"block-wrapper",components:{DynamicRenderer:t.defineAsyncComponent(c)},props:["Wrapper","block","context"],data(){return{getBlockActions:o.getBlockActions,getBlockProperties:o.getBlockProperties}}});function i(e,l,p,d,m,u){const r=t.resolveComponent("DynamicRenderer");return t.openBlock(),t.createBlock(r,{TagName:e.Wrapper,attributes:e.getBlockProperties({block:e.block,context:e.context}),actionAttributes:e.getBlockActions({block:e.block,rootState:e.context.rootState,rootSetState:e.context.rootSetState,localState:e.context.localState,context:e.context.context,stripPrefix:!0})},{default:t.withCtx(()=>[t.renderSlot(e.$slots,"default")]),_:3},8,["TagName","attributes","actionAttributes"])}const s=n._export_sfc(a,[["render",i]]);exports.default=s;
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as o, defineAsyncComponent as r, resolveComponent as n, openBlock as a, createBlock as c, withCtx as i, renderSlot as p } from "vue";
2
- import { g as s, a as l } from "./get-block-properties-zzQ9xBK7.js";
3
- import { f as m } from "./index-yARC0VI1.js";
4
- const d = () => import("./index-yARC0VI1.js").then((e) => e.G).then((e) => e.default).catch((e) => {
2
+ import { g as s, a as l } from "./get-block-properties-QIsIgfnu.js";
3
+ import { e as m } from "./index-BugETl2c.js";
4
+ const d = () => import("./index-BugETl2c.js").then((e) => e.A).then((e) => e.default).catch((e) => {
5
5
  throw console.error(
6
6
  "Error while attempting to dynamically import component DynamicRenderer at ../../dynamic-renderer/dynamic-renderer.vue",
7
7
  e
@@ -1,10 +1,10 @@
1
1
  import type { Dictionary } from "../../types/typescript";
2
2
  declare const _default: import("vue").DefineComponent<Readonly<{
3
3
  builderContext?: any;
4
- grid?: any;
5
- builderLinkComponent?: any;
6
4
  builderComponents?: any;
7
5
  builderBlock?: any;
6
+ grid?: any;
7
+ builderLinkComponent?: any;
8
8
  items?: any;
9
9
  oneAtATime?: any;
10
10
  gridRowWidth?: any;
@@ -23,19 +23,19 @@ declare const _default: import("vue").DefineComponent<Readonly<{
23
23
  onClick(index: number): void;
24
24
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
25
25
  builderContext?: any;
26
- grid?: any;
27
- builderLinkComponent?: any;
28
26
  builderComponents?: any;
29
27
  builderBlock?: any;
28
+ grid?: any;
29
+ builderLinkComponent?: any;
30
30
  items?: any;
31
31
  oneAtATime?: any;
32
32
  gridRowWidth?: any;
33
33
  }>>>, {
34
34
  readonly builderContext?: any;
35
- readonly grid?: any;
36
- readonly builderLinkComponent?: any;
37
35
  readonly builderComponents?: any;
38
36
  readonly builderBlock?: any;
37
+ readonly grid?: any;
38
+ readonly builderLinkComponent?: any;
39
39
  readonly items?: any;
40
40
  readonly oneAtATime?: any;
41
41
  readonly gridRowWidth?: any;
@@ -2,9 +2,9 @@ import { filterAttrs } from "../helpers";
2
2
  declare const _default: import("vue").DefineComponent<Readonly<{
3
3
  text?: any;
4
4
  link?: any;
5
- builderLinkComponent?: any;
6
5
  attributes?: any;
7
6
  openLinkInNewTab?: any;
7
+ builderLinkComponent?: any;
8
8
  }>, unknown, {
9
9
  filterAttrs: typeof filterAttrs;
10
10
  }, {}, {
@@ -18,14 +18,14 @@ declare const _default: import("vue").DefineComponent<Readonly<{
18
18
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
19
19
  text?: any;
20
20
  link?: any;
21
- builderLinkComponent?: any;
22
21
  attributes?: any;
23
22
  openLinkInNewTab?: any;
23
+ builderLinkComponent?: any;
24
24
  }>>>, {
25
25
  readonly text?: any;
26
26
  readonly link?: any;
27
- readonly builderLinkComponent?: any;
28
27
  readonly attributes?: any;
29
28
  readonly openLinkInNewTab?: any;
29
+ readonly builderLinkComponent?: any;
30
30
  }, {}>;
31
31
  export default _default;
@@ -5,12 +5,12 @@ type CSSVal = string | number;
5
5
  declare const _default: import("vue").DefineComponent<Readonly<{
6
6
  builderContext?: any;
7
7
  columns?: any;
8
- builderLinkComponent?: any;
9
- builderComponents?: any;
10
- builderBlock?: any;
11
8
  space?: any;
12
9
  stackColumnsAt?: any;
13
10
  reverseColumnsWhenStacked?: any;
11
+ builderComponents?: any;
12
+ builderBlock?: any;
13
+ builderLinkComponent?: any;
14
14
  }>, unknown, {
15
15
  gutterSize: number;
16
16
  cols: any;
@@ -41,20 +41,20 @@ declare const _default: import("vue").DefineComponent<Readonly<{
41
41
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
42
42
  builderContext?: any;
43
43
  columns?: any;
44
- builderLinkComponent?: any;
45
- builderComponents?: any;
46
- builderBlock?: any;
47
44
  space?: any;
48
45
  stackColumnsAt?: any;
49
46
  reverseColumnsWhenStacked?: any;
47
+ builderComponents?: any;
48
+ builderBlock?: any;
49
+ builderLinkComponent?: any;
50
50
  }>>>, {
51
51
  readonly builderContext?: any;
52
52
  readonly columns?: any;
53
- readonly builderLinkComponent?: any;
54
- readonly builderComponents?: any;
55
- readonly builderBlock?: any;
56
53
  readonly space?: any;
57
54
  readonly stackColumnsAt?: any;
58
55
  readonly reverseColumnsWhenStacked?: any;
56
+ readonly builderComponents?: any;
57
+ readonly builderBlock?: any;
58
+ readonly builderLinkComponent?: any;
59
59
  }, {}>;
60
60
  export default _default;
@@ -33,10 +33,11 @@ export type FormState = "unsubmitted" | "sending" | "success" | "error";
33
33
  declare const _default: import("vue").DefineComponent<Readonly<{
34
34
  name?: any;
35
35
  builderContext?: any;
36
- builderLinkComponent?: any;
36
+ attributes?: any;
37
37
  builderComponents?: any;
38
38
  builderBlock?: any;
39
- attributes?: any;
39
+ method?: any;
40
+ builderLinkComponent?: any;
40
41
  previewState?: any;
41
42
  sendWithJs?: any;
42
43
  sendSubmissionsTo?: any;
@@ -44,7 +45,6 @@ declare const _default: import("vue").DefineComponent<Readonly<{
44
45
  customHeaders?: any;
45
46
  contentType?: any;
46
47
  sendSubmissionsToEmail?: any;
47
- method?: any;
48
48
  errorMessagePath?: any;
49
49
  resetFormOnSubmit?: any;
50
50
  successUrl?: any;
@@ -64,10 +64,11 @@ declare const _default: import("vue").DefineComponent<Readonly<{
64
64
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
65
65
  name?: any;
66
66
  builderContext?: any;
67
- builderLinkComponent?: any;
67
+ attributes?: any;
68
68
  builderComponents?: any;
69
69
  builderBlock?: any;
70
- attributes?: any;
70
+ method?: any;
71
+ builderLinkComponent?: any;
71
72
  previewState?: any;
72
73
  sendWithJs?: any;
73
74
  sendSubmissionsTo?: any;
@@ -75,7 +76,6 @@ declare const _default: import("vue").DefineComponent<Readonly<{
75
76
  customHeaders?: any;
76
77
  contentType?: any;
77
78
  sendSubmissionsToEmail?: any;
78
- method?: any;
79
79
  errorMessagePath?: any;
80
80
  resetFormOnSubmit?: any;
81
81
  successUrl?: any;
@@ -86,10 +86,11 @@ declare const _default: import("vue").DefineComponent<Readonly<{
86
86
  }>>>, {
87
87
  readonly name?: any;
88
88
  readonly builderContext?: any;
89
- readonly builderLinkComponent?: any;
89
+ readonly attributes?: any;
90
90
  readonly builderComponents?: any;
91
91
  readonly builderBlock?: any;
92
- readonly attributes?: any;
92
+ readonly method?: any;
93
+ readonly builderLinkComponent?: any;
93
94
  readonly previewState?: any;
94
95
  readonly sendWithJs?: any;
95
96
  readonly sendSubmissionsTo?: any;
@@ -97,7 +98,6 @@ declare const _default: import("vue").DefineComponent<Readonly<{
97
98
  readonly customHeaders?: any;
98
99
  readonly contentType?: any;
99
100
  readonly sendSubmissionsToEmail?: any;
100
- readonly method?: any;
101
101
  readonly errorMessagePath?: any;
102
102
  readonly resetFormOnSubmit?: any;
103
103
  readonly successUrl?: any;
@@ -16,9 +16,9 @@ declare const _default: import("vue").DefineComponent<Readonly<{
16
16
  name?: any;
17
17
  value?: any;
18
18
  attributes?: any;
19
+ type?: any;
19
20
  defaultValue?: any;
20
21
  placeholder?: any;
21
- type?: any;
22
22
  required?: any;
23
23
  }>, unknown, {
24
24
  isEditing: typeof isEditing;
@@ -27,17 +27,17 @@ declare const _default: import("vue").DefineComponent<Readonly<{
27
27
  name?: any;
28
28
  value?: any;
29
29
  attributes?: any;
30
+ type?: any;
30
31
  defaultValue?: any;
31
32
  placeholder?: any;
32
- type?: any;
33
33
  required?: any;
34
34
  }>>>, {
35
35
  readonly name?: any;
36
36
  readonly value?: any;
37
37
  readonly attributes?: any;
38
+ readonly type?: any;
38
39
  readonly defaultValue?: any;
39
40
  readonly placeholder?: any;
40
- readonly type?: any;
41
41
  readonly required?: any;
42
42
  }, {}>;
43
43
  export default _default;
@@ -18,9 +18,9 @@ declare const _default: import("vue").DefineComponent<Readonly<{
18
18
  name?: any;
19
19
  value?: any;
20
20
  attributes?: any;
21
+ options?: any;
21
22
  defaultValue?: any;
22
23
  required?: any;
23
- options?: any;
24
24
  }>, unknown, {
25
25
  isEditing: typeof isEditing;
26
26
  filterAttrs: typeof filterAttrs;
@@ -28,15 +28,15 @@ declare const _default: import("vue").DefineComponent<Readonly<{
28
28
  name?: any;
29
29
  value?: any;
30
30
  attributes?: any;
31
+ options?: any;
31
32
  defaultValue?: any;
32
33
  required?: any;
33
- options?: any;
34
34
  }>>>, {
35
35
  readonly name?: any;
36
36
  readonly value?: any;
37
37
  readonly attributes?: any;
38
+ readonly options?: any;
38
39
  readonly defaultValue?: any;
39
40
  readonly required?: any;
40
- readonly options?: any;
41
41
  }, {}>;
42
42
  export default _default;
@@ -1,10 +1,10 @@
1
1
  declare const _default: import("vue").DefineComponent<Readonly<{
2
2
  image?: any;
3
3
  className?: any;
4
+ builderBlock?: any;
4
5
  aspectRatio?: any;
5
6
  backgroundPosition?: any;
6
7
  backgroundSize?: any;
7
- builderBlock?: any;
8
8
  src?: any;
9
9
  srcset?: any;
10
10
  noWebp?: any;
@@ -25,10 +25,10 @@ declare const _default: import("vue").DefineComponent<Readonly<{
25
25
  }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
26
26
  image?: any;
27
27
  className?: any;
28
+ builderBlock?: any;
28
29
  aspectRatio?: any;
29
30
  backgroundPosition?: any;
30
31
  backgroundSize?: any;
31
- builderBlock?: any;
32
32
  src?: any;
33
33
  srcset?: any;
34
34
  noWebp?: any;
@@ -39,10 +39,10 @@ declare const _default: import("vue").DefineComponent<Readonly<{
39
39
  }>>>, {
40
40
  readonly image?: any;
41
41
  readonly className?: any;
42
+ readonly builderBlock?: any;
42
43
  readonly aspectRatio?: any;
43
44
  readonly backgroundPosition?: any;
44
45
  readonly backgroundSize?: any;
45
- readonly builderBlock?: any;
46
46
  readonly src?: any;
47
47
  readonly srcset?: any;
48
48
  readonly noWebp?: any;
@@ -13,9 +13,9 @@ export interface ImgProps {
13
13
  }
14
14
  declare const _default: import("vue").DefineComponent<Readonly<{
15
15
  image?: any;
16
+ attributes?: any;
16
17
  backgroundPosition?: any;
17
18
  backgroundSize?: any;
18
- attributes?: any;
19
19
  altText?: any;
20
20
  imgSrc?: any;
21
21
  }>, unknown, {
@@ -23,16 +23,16 @@ declare const _default: import("vue").DefineComponent<Readonly<{
23
23
  filterAttrs: typeof filterAttrs;
24
24
  }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
25
25
  image?: any;
26
+ attributes?: any;
26
27
  backgroundPosition?: any;
27
28
  backgroundSize?: any;
28
- attributes?: any;
29
29
  altText?: any;
30
30
  imgSrc?: any;
31
31
  }>>>, {
32
32
  readonly image?: any;
33
+ readonly attributes?: any;
33
34
  readonly backgroundPosition?: any;
34
35
  readonly backgroundSize?: any;
35
- readonly attributes?: any;
36
36
  readonly altText?: any;
37
37
  readonly imgSrc?: any;
38
38
  }, {}>;
@@ -1,14 +1,14 @@
1
1
  import { filterAttrs } from "../helpers";
2
2
  declare const _default: import("vue").DefineComponent<Readonly<{
3
- maxWidth?: any;
4
3
  attributes?: any;
4
+ maxWidth?: any;
5
5
  }>, unknown, {
6
6
  filterAttrs: typeof filterAttrs;
7
7
  }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
8
- maxWidth?: any;
9
8
  attributes?: any;
9
+ maxWidth?: any;
10
10
  }>>>, {
11
- readonly maxWidth?: any;
12
11
  readonly attributes?: any;
12
+ readonly maxWidth?: any;
13
13
  }, {}>;
14
14
  export default _default;
@@ -1,16 +1,19 @@
1
- import type { BuilderDataProps } from "../../types/builder-props";
2
- export type DropzoneProps = BuilderDataProps & {
1
+ import type { BuilderComponentsProp, BuilderDataProps } from "../../types/builder-props";
2
+ export type DropzoneProps = BuilderDataProps & BuilderComponentsProp & {
3
3
  name: string;
4
4
  attributes: any;
5
5
  };
6
6
  declare const _default: import("vue").DefineComponent<Readonly<{
7
7
  name?: any;
8
8
  builderContext?: any;
9
+ builderComponents?: any;
9
10
  }>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
10
11
  name?: any;
11
12
  builderContext?: any;
13
+ builderComponents?: any;
12
14
  }>>>, {
13
15
  readonly name?: any;
14
16
  readonly builderContext?: any;
17
+ readonly builderComponents?: any;
15
18
  }, {}>;
16
19
  export default _default;