@builder.io/sdk-vue 0.10.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -7
- package/{vue3/lib/browser/block-wrapper.79de0d1b.cjs → lib/browser/block-wrapper.24616a36.cjs} +1 -1
- package/{vue3/lib/edge/block-wrapper.48cbd4ad.js → lib/browser/block-wrapper.7f48d4fe.js} +3 -3
- package/lib/browser/component-ref.6a1f9724.cjs +1 -0
- package/{vue3/lib/node/component-ref.b1bfb450.js → lib/browser/component-ref.882caae9.js} +41 -38
- package/{vue3/lib/edge → lib/browser}/components/block/components/interactive-element.vue.d.ts +6 -1
- package/lib/browser/constants/sdk-version.d.ts +1 -0
- package/{vue3/lib/browser/get-block-actions.532ddca6.js → lib/browser/get-block-actions.c6593feb.js} +7 -9
- package/lib/browser/get-block-actions.db148a56.cjs +1 -0
- package/{vue3/lib/browser/index.d5883cd5.js → lib/browser/index.81d49325.js} +79 -79
- package/lib/browser/index.aa209acd.cjs +161 -0
- package/{vue3/lib/edge → lib/browser}/index.cjs +1 -1
- package/{vue3/lib/edge → lib/browser}/index.js +1 -1
- package/{vue3/lib/browser/repeated-block.d9744c29.cjs → lib/browser/repeated-block.83d2cfa3.cjs} +1 -1
- package/{vue3/lib/edge/repeated-block.f6f04e89.js → lib/browser/repeated-block.cca0a723.js} +3 -3
- package/lib/browser/types/targets.d.ts +1 -0
- package/{vue3/lib/edge/block-wrapper.5f54529d.cjs → lib/edge/block-wrapper.3c4203ff.cjs} +1 -1
- package/{vue3/lib/browser/block-wrapper.d8753b7e.js → lib/edge/block-wrapper.f4a95bbc.js} +3 -3
- package/lib/edge/component-ref.27cab64c.cjs +1 -0
- package/{vue3/lib/browser/component-ref.0fcf8f81.js → lib/edge/component-ref.d68927ae.js} +43 -39
- package/{vue3/lib/browser → lib/edge}/components/block/components/interactive-element.vue.d.ts +6 -1
- package/lib/edge/constants/sdk-version.d.ts +1 -0
- package/{vue3/lib/edge/get-block-actions.e90f22a0.js → lib/edge/get-block-actions.4fc76296.js} +7 -9
- package/lib/edge/get-block-actions.c7759664.cjs +1 -0
- package/{vue3/lib/edge/index.26869e2b.js → lib/edge/index.382b8dbf.js} +190 -190
- package/{vue3/lib/browser → lib/edge}/index.cjs +1 -1
- package/{vue3/lib/edge/index.9551e853.cjs → lib/edge/index.e790fe96.cjs} +9 -9
- package/{vue3/lib/browser → lib/edge}/index.js +1 -1
- package/{vue3/lib/browser/repeated-block.612b0dc8.js → lib/edge/repeated-block.c411bac0.js} +3 -3
- package/{vue3/lib/edge/repeated-block.1a05344c.cjs → lib/edge/repeated-block.ffceb5bb.cjs} +1 -1
- package/lib/edge/types/targets.d.ts +1 -0
- package/{vue3/lib/node/block-wrapper.4e8f944e.cjs → lib/node/block-wrapper.1d4009cf.cjs} +1 -1
- package/lib/node/block-wrapper.f2c88f1b.js +56 -0
- package/lib/node/component-ref.065ff556.cjs +1 -0
- package/{vue3/lib/edge/component-ref.cd17a2b8.js → lib/node/component-ref.130474d3.js} +43 -38
- package/{vue3/lib → lib}/node/components/block/components/interactive-element.vue.d.ts +6 -1
- package/lib/node/constants/sdk-version.d.ts +1 -0
- package/{vue3/lib/node/get-block-actions.f7d97db3.js → lib/node/get-block-actions.3fb3fc2a.js} +7 -9
- package/lib/node/get-block-actions.ca43c4fe.cjs +1 -0
- package/lib/node/index.356c6953.cjs +201 -0
- package/{vue3/lib/node/index.f52ac974.js → lib/node/index.cc3260e1.js} +27 -27
- package/{vue3/lib → lib}/node/index.cjs +1 -1
- package/{vue3/lib → lib}/node/index.js +1 -1
- package/{vue3/lib/node/repeated-block.9f1ca9a7.js → lib/node/repeated-block.2c78eba4.js} +3 -3
- package/{vue3/lib/node/repeated-block.21ee0d19.cjs → lib/node/repeated-block.4c468fb3.cjs} +1 -1
- package/lib/node/types/targets.d.ts +1 -0
- package/package.json +63 -136
- package/vue2/lib/browser/block-36cac25a.cjs +0 -3
- package/vue2/lib/browser/block-861bf355.js +0 -187
- package/vue2/lib/browser/block-styles-c455ab54.cjs +0 -1
- package/vue2/lib/browser/block-styles-faed2449.js +0 -83
- package/vue2/lib/browser/block-wrapper-37b64344.js +0 -67
- package/vue2/lib/browser/block-wrapper-74b1fda9.cjs +0 -1
- package/vue2/lib/browser/blocks/button/button.vue.d.ts +0 -18
- package/vue2/lib/browser/blocks/columns/columns.vue.d.ts +0 -44
- package/vue2/lib/browser/blocks/custom-code/custom-code.vue.d.ts +0 -13
- package/vue2/lib/browser/blocks/embed/embed.vue.d.ts +0 -18
- package/vue2/lib/browser/blocks/fragment/fragment.vue.d.ts +0 -7
- package/vue2/lib/browser/blocks/image/image.vue.d.ts +0 -72
- package/vue2/lib/browser/blocks/img/img.vue.d.ts +0 -39
- package/vue2/lib/browser/blocks/section/section.vue.d.ts +0 -23
- package/vue2/lib/browser/blocks/symbol/symbol.vue.d.ts +0 -39
- package/vue2/lib/browser/blocks/text/text.vue.d.ts +0 -11
- package/vue2/lib/browser/blocks/video/video.vue.d.ts +0 -86
- package/vue2/lib/browser/blocks-wrapper-2b49452c.cjs +0 -1
- package/vue2/lib/browser/blocks-wrapper-490b6501.js +0 -74
- package/vue2/lib/browser/component-ref-92ea8509.js +0 -103
- package/vue2/lib/browser/component-ref-9693d3b5.cjs +0 -1
- package/vue2/lib/browser/components/block/block.vue.d.ts +0 -41
- package/vue2/lib/browser/components/block/components/block-styles.vue.d.ts +0 -22
- package/vue2/lib/browser/components/block/components/block-wrapper.vue.d.ts +0 -29
- package/vue2/lib/browser/components/block/components/component-ref/component-ref.vue.d.ts +0 -39
- package/vue2/lib/browser/components/block/components/interactive-element.vue.d.ts +0 -30
- package/vue2/lib/browser/components/block/components/repeated-block.vue.d.ts +0 -16
- package/vue2/lib/browser/components/blocks/blocks-wrapper.vue.d.ts +0 -44
- package/vue2/lib/browser/components/blocks/blocks.vue.d.ts +0 -29
- package/vue2/lib/browser/components/content/components/enable-editor.vue.d.ts +0 -60
- package/vue2/lib/browser/components/content/components/styles.vue.d.ts +0 -16
- package/vue2/lib/browser/components/content/content.vue.d.ts +0 -28
- package/vue2/lib/browser/components/content/wrap-component-ref.d.ts +0 -6
- package/vue2/lib/browser/components/content-variants/content-variants.vue.d.ts +0 -62
- package/vue2/lib/browser/components/content-variants/helpers.d.ts +0 -18
- package/vue2/lib/browser/components/inlined-script.vue.d.ts +0 -11
- package/vue2/lib/browser/components/inlined-styles.vue.d.ts +0 -11
- package/vue2/lib/browser/constants/sdk-version.d.ts +0 -1
- package/vue2/lib/browser/content-53eb5655.cjs +0 -1
- package/vue2/lib/browser/content-8f812a38.js +0 -927
- package/vue2/lib/browser/css-38eebc34.cjs +0 -6
- package/vue2/lib/browser/css-c5e3c46b.js +0 -22
- package/vue2/lib/browser/enable-editor-1f6a54ac.cjs +0 -1
- package/vue2/lib/browser/enable-editor-7ccc9be9.js +0 -440
- package/vue2/lib/browser/evaluate-5b9ba4c5.cjs +0 -1
- package/vue2/lib/browser/evaluate-6fd688e4.js +0 -87
- package/vue2/lib/browser/functions/evaluate/helpers.d.ts +0 -24
- package/vue2/lib/browser/get-block-actions-9d967845.js +0 -36
- package/vue2/lib/browser/get-block-actions-ea954589.cjs +0 -1
- package/vue2/lib/browser/get-block-properties-d54aca83.cjs +0 -1
- package/vue2/lib/browser/get-block-properties-ddf880dc.js +0 -55
- package/vue2/lib/browser/get-processed-block-6a4110c3.cjs +0 -1
- package/vue2/lib/browser/get-processed-block-8eee466e.js +0 -59
- package/vue2/lib/browser/index-7a45f7e8.js +0 -1494
- package/vue2/lib/browser/index-fae2823a.cjs +0 -124
- package/vue2/lib/browser/index-helpers/blocks-exports.d.ts +0 -100
- package/vue2/lib/browser/index.cjs +0 -1
- package/vue2/lib/browser/index.js +0 -30
- package/vue2/lib/browser/inlined-script-310b1b78.cjs +0 -1
- package/vue2/lib/browser/inlined-script-93bcd870.js +0 -24
- package/vue2/lib/browser/inlined-styles-52d0d9db.cjs +0 -1
- package/vue2/lib/browser/inlined-styles-f0555ea7.js +0 -24
- package/vue2/lib/browser/interactive-element-35f60577.js +0 -43
- package/vue2/lib/browser/interactive-element-d7adf963.cjs +0 -1
- package/vue2/lib/browser/repeated-block-20b005e0.cjs +0 -1
- package/vue2/lib/browser/repeated-block-ba6d35cc.js +0 -39
- package/vue2/lib/browser/style.css +0 -1
- package/vue2/lib/browser/styles-917a4f34.cjs +0 -31
- package/vue2/lib/browser/styles-dc764ba9.js +0 -90
- package/vue2/lib/browser/types/targets.d.ts +0 -1
- package/vue2/lib/edge/block-0f92a227.cjs +0 -3
- package/vue2/lib/edge/block-49c9733d.js +0 -187
- package/vue2/lib/edge/block-styles-ce2d9d5e.js +0 -83
- package/vue2/lib/edge/block-styles-df90677b.cjs +0 -1
- package/vue2/lib/edge/block-wrapper-59785121.js +0 -67
- package/vue2/lib/edge/block-wrapper-f0eef937.cjs +0 -1
- package/vue2/lib/edge/blocks/button/button.vue.d.ts +0 -18
- package/vue2/lib/edge/blocks/columns/columns.vue.d.ts +0 -44
- package/vue2/lib/edge/blocks/custom-code/custom-code.vue.d.ts +0 -13
- package/vue2/lib/edge/blocks/embed/embed.vue.d.ts +0 -18
- package/vue2/lib/edge/blocks/fragment/fragment.vue.d.ts +0 -7
- package/vue2/lib/edge/blocks/image/image.vue.d.ts +0 -72
- package/vue2/lib/edge/blocks/img/img.vue.d.ts +0 -39
- package/vue2/lib/edge/blocks/section/section.vue.d.ts +0 -23
- package/vue2/lib/edge/blocks/symbol/symbol.vue.d.ts +0 -39
- package/vue2/lib/edge/blocks/text/text.vue.d.ts +0 -11
- package/vue2/lib/edge/blocks/video/video.vue.d.ts +0 -86
- package/vue2/lib/edge/blocks-wrapper-79845ab6.js +0 -74
- package/vue2/lib/edge/blocks-wrapper-b7c8852b.cjs +0 -1
- package/vue2/lib/edge/component-ref-3248243b.cjs +0 -1
- package/vue2/lib/edge/component-ref-921b715d.js +0 -103
- package/vue2/lib/edge/components/block/block.vue.d.ts +0 -41
- package/vue2/lib/edge/components/block/components/block-styles.vue.d.ts +0 -22
- package/vue2/lib/edge/components/block/components/block-wrapper.vue.d.ts +0 -29
- package/vue2/lib/edge/components/block/components/component-ref/component-ref.vue.d.ts +0 -39
- package/vue2/lib/edge/components/block/components/interactive-element.vue.d.ts +0 -30
- package/vue2/lib/edge/components/block/components/repeated-block.vue.d.ts +0 -16
- package/vue2/lib/edge/components/blocks/blocks-wrapper.vue.d.ts +0 -44
- package/vue2/lib/edge/components/blocks/blocks.vue.d.ts +0 -29
- package/vue2/lib/edge/components/content/components/enable-editor.vue.d.ts +0 -60
- package/vue2/lib/edge/components/content/components/styles.vue.d.ts +0 -16
- package/vue2/lib/edge/components/content/content.vue.d.ts +0 -28
- package/vue2/lib/edge/components/content/wrap-component-ref.d.ts +0 -6
- package/vue2/lib/edge/components/content-variants/content-variants.vue.d.ts +0 -62
- package/vue2/lib/edge/components/content-variants/helpers.d.ts +0 -18
- package/vue2/lib/edge/components/inlined-script.vue.d.ts +0 -11
- package/vue2/lib/edge/components/inlined-styles.vue.d.ts +0 -11
- package/vue2/lib/edge/constants/sdk-version.d.ts +0 -1
- package/vue2/lib/edge/content-5c261489.cjs +0 -1
- package/vue2/lib/edge/content-98b184de.js +0 -927
- package/vue2/lib/edge/css-4311a890.cjs +0 -6
- package/vue2/lib/edge/css-b08d1e02.js +0 -22
- package/vue2/lib/edge/enable-editor-52c3ad3c.js +0 -440
- package/vue2/lib/edge/enable-editor-a382ccc8.cjs +0 -1
- package/vue2/lib/edge/evaluate-0bfb6f5e.cjs +0 -21
- package/vue2/lib/edge/evaluate-636aee70.js +0 -2566
- package/vue2/lib/edge/functions/evaluate/helpers.d.ts +0 -24
- package/vue2/lib/edge/get-block-actions-01697843.js +0 -36
- package/vue2/lib/edge/get-block-actions-d1222ac0.cjs +0 -1
- package/vue2/lib/edge/get-block-properties-2332f899.js +0 -55
- package/vue2/lib/edge/get-block-properties-c4077926.cjs +0 -1
- package/vue2/lib/edge/get-processed-block-0a1ec6ea.cjs +0 -1
- package/vue2/lib/edge/get-processed-block-1e4b19d3.js +0 -53
- package/vue2/lib/edge/index-255d62bb.cjs +0 -124
- package/vue2/lib/edge/index-34d29a8a.js +0 -1494
- package/vue2/lib/edge/index-helpers/blocks-exports.d.ts +0 -100
- package/vue2/lib/edge/index.cjs +0 -1
- package/vue2/lib/edge/index.js +0 -30
- package/vue2/lib/edge/inlined-script-48390289.js +0 -24
- package/vue2/lib/edge/inlined-script-b88e2ef6.cjs +0 -1
- package/vue2/lib/edge/inlined-styles-0caaacb4.cjs +0 -1
- package/vue2/lib/edge/inlined-styles-8a6dd3b8.js +0 -24
- package/vue2/lib/edge/interactive-element-6bdf0962.js +0 -43
- package/vue2/lib/edge/interactive-element-bfb79ccc.cjs +0 -1
- package/vue2/lib/edge/repeated-block-72e17122.js +0 -39
- package/vue2/lib/edge/repeated-block-c02fe8e4.cjs +0 -1
- package/vue2/lib/edge/style.css +0 -1
- package/vue2/lib/edge/styles-204a75db.js +0 -90
- package/vue2/lib/edge/styles-61420111.cjs +0 -31
- package/vue2/lib/edge/types/targets.d.ts +0 -1
- package/vue2/lib/node/block-79274dc2.cjs +0 -3
- package/vue2/lib/node/block-e9ed3688.js +0 -187
- package/vue2/lib/node/block-styles-09e2b9ad.cjs +0 -1
- package/vue2/lib/node/block-styles-7bd04542.js +0 -83
- package/vue2/lib/node/block-wrapper-8924bb4a.js +0 -67
- package/vue2/lib/node/block-wrapper-a86bfb8b.cjs +0 -1
- package/vue2/lib/node/blocks/button/button.vue.d.ts +0 -18
- package/vue2/lib/node/blocks/columns/columns.vue.d.ts +0 -44
- package/vue2/lib/node/blocks/custom-code/custom-code.vue.d.ts +0 -13
- package/vue2/lib/node/blocks/embed/embed.vue.d.ts +0 -18
- package/vue2/lib/node/blocks/fragment/fragment.vue.d.ts +0 -7
- package/vue2/lib/node/blocks/image/image.vue.d.ts +0 -72
- package/vue2/lib/node/blocks/img/img.vue.d.ts +0 -39
- package/vue2/lib/node/blocks/section/section.vue.d.ts +0 -23
- package/vue2/lib/node/blocks/symbol/symbol.vue.d.ts +0 -39
- package/vue2/lib/node/blocks/text/text.vue.d.ts +0 -11
- package/vue2/lib/node/blocks/video/video.vue.d.ts +0 -86
- package/vue2/lib/node/blocks-wrapper-cccd83c0.cjs +0 -1
- package/vue2/lib/node/blocks-wrapper-f0f089d5.js +0 -74
- package/vue2/lib/node/component-ref-f57085a0.cjs +0 -1
- package/vue2/lib/node/component-ref-fbc7880f.js +0 -103
- package/vue2/lib/node/components/block/block.vue.d.ts +0 -41
- package/vue2/lib/node/components/block/components/block-styles.vue.d.ts +0 -22
- package/vue2/lib/node/components/block/components/block-wrapper.vue.d.ts +0 -29
- package/vue2/lib/node/components/block/components/component-ref/component-ref.vue.d.ts +0 -39
- package/vue2/lib/node/components/block/components/interactive-element.vue.d.ts +0 -30
- package/vue2/lib/node/components/block/components/repeated-block.vue.d.ts +0 -16
- package/vue2/lib/node/components/blocks/blocks-wrapper.vue.d.ts +0 -44
- package/vue2/lib/node/components/blocks/blocks.vue.d.ts +0 -29
- package/vue2/lib/node/components/content/components/enable-editor.vue.d.ts +0 -60
- package/vue2/lib/node/components/content/components/styles.vue.d.ts +0 -16
- package/vue2/lib/node/components/content/content.vue.d.ts +0 -28
- package/vue2/lib/node/components/content/wrap-component-ref.d.ts +0 -6
- package/vue2/lib/node/components/content-variants/content-variants.vue.d.ts +0 -62
- package/vue2/lib/node/components/content-variants/helpers.d.ts +0 -18
- package/vue2/lib/node/components/inlined-script.vue.d.ts +0 -11
- package/vue2/lib/node/components/inlined-styles.vue.d.ts +0 -11
- package/vue2/lib/node/constants/sdk-version.d.ts +0 -1
- package/vue2/lib/node/content-59b2396d.js +0 -927
- package/vue2/lib/node/content-d39cec9a.cjs +0 -1
- package/vue2/lib/node/css-51ee2b3d.cjs +0 -6
- package/vue2/lib/node/css-daa1c065.js +0 -22
- package/vue2/lib/node/enable-editor-b2f063a7.js +0 -440
- package/vue2/lib/node/enable-editor-e72e68d4.cjs +0 -1
- package/vue2/lib/node/evaluate-2c4b0c95.cjs +0 -41
- package/vue2/lib/node/evaluate-a1bee057.js +0 -189
- package/vue2/lib/node/functions/evaluate/helpers.d.ts +0 -24
- package/vue2/lib/node/get-block-actions-c172c6db.js +0 -36
- package/vue2/lib/node/get-block-actions-e0b74d12.cjs +0 -1
- package/vue2/lib/node/get-block-properties-281909a9.js +0 -55
- package/vue2/lib/node/get-block-properties-f861d489.cjs +0 -1
- package/vue2/lib/node/get-processed-block-0f04fb43.cjs +0 -1
- package/vue2/lib/node/get-processed-block-52f3ad4e.js +0 -53
- package/vue2/lib/node/index-2a78d8bb.js +0 -1494
- package/vue2/lib/node/index-ca2796c1.cjs +0 -124
- package/vue2/lib/node/index-helpers/blocks-exports.d.ts +0 -100
- package/vue2/lib/node/index.cjs +0 -1
- package/vue2/lib/node/index.js +0 -30
- package/vue2/lib/node/inlined-script-b064e35e.cjs +0 -1
- package/vue2/lib/node/inlined-script-f844d064.js +0 -24
- package/vue2/lib/node/inlined-styles-7bd96b02.js +0 -24
- package/vue2/lib/node/inlined-styles-8bc76deb.cjs +0 -1
- package/vue2/lib/node/interactive-element-0ad1f701.cjs +0 -1
- package/vue2/lib/node/interactive-element-58f52f69.js +0 -43
- package/vue2/lib/node/repeated-block-8cc1a441.cjs +0 -1
- package/vue2/lib/node/repeated-block-bbb43376.js +0 -39
- package/vue2/lib/node/style.css +0 -1
- package/vue2/lib/node/styles-08d4bba5.cjs +0 -31
- package/vue2/lib/node/styles-23471dd5.js +0 -90
- package/vue2/lib/node/types/targets.d.ts +0 -1
- package/vue2/package.json +0 -65
- package/vue3/lib/browser/blocks/button/component-info.d.ts +0 -2
- package/vue3/lib/browser/blocks/columns/component-info.d.ts +0 -2
- package/vue3/lib/browser/blocks/custom-code/component-info.d.ts +0 -2
- package/vue3/lib/browser/blocks/embed/component-info.d.ts +0 -2
- package/vue3/lib/browser/blocks/embed/helpers.d.ts +0 -1
- package/vue3/lib/browser/blocks/form/component-info.d.ts +0 -2
- package/vue3/lib/browser/blocks/fragment/component-info.d.ts +0 -2
- package/vue3/lib/browser/blocks/helpers.d.ts +0 -13
- package/vue3/lib/browser/blocks/image/component-info.d.ts +0 -2
- package/vue3/lib/browser/blocks/image/image.helpers.d.ts +0 -1
- package/vue3/lib/browser/blocks/img/component-info.d.ts +0 -2
- package/vue3/lib/browser/blocks/input/component-info.d.ts +0 -2
- package/vue3/lib/browser/blocks/raw-text/component-info.d.ts +0 -2
- package/vue3/lib/browser/blocks/section/component-info.d.ts +0 -2
- package/vue3/lib/browser/blocks/select/component-info.d.ts +0 -2
- package/vue3/lib/browser/blocks/submit-button/component-info.d.ts +0 -2
- package/vue3/lib/browser/blocks/symbol/component-info.d.ts +0 -2
- package/vue3/lib/browser/blocks/symbol/symbol.helpers.d.ts +0 -14
- package/vue3/lib/browser/blocks/text/component-info.d.ts +0 -2
- package/vue3/lib/browser/blocks/textarea/component-info.d.ts +0 -2
- package/vue3/lib/browser/blocks/video/component-info.d.ts +0 -2
- package/vue3/lib/browser/component-ref.e571e4c0.cjs +0 -1
- package/vue3/lib/browser/components/block/block.helpers.d.ts +0 -13
- package/vue3/lib/browser/components/block/components/component-ref/component-ref.helpers.d.ts +0 -28
- package/vue3/lib/browser/components/block/types.d.ts +0 -6
- package/vue3/lib/browser/components/content/components/styles.helpers.d.ts +0 -15
- package/vue3/lib/browser/components/content/content.helpers.d.ts +0 -7
- package/vue3/lib/browser/components/content/content.types.d.ts +0 -20
- package/vue3/lib/browser/components/content/index.d.ts +0 -1
- package/vue3/lib/browser/components/content-variants/content-variants.types.d.ts +0 -36
- package/vue3/lib/browser/components/content-variants/inlined-fns.d.ts +0 -14
- package/vue3/lib/browser/constants/builder-registered-components.d.ts +0 -6
- package/vue3/lib/browser/constants/device-sizes.d.ts +0 -13
- package/vue3/lib/browser/constants/sdk-version.d.ts +0 -1
- package/vue3/lib/browser/constants/target.d.ts +0 -2
- package/vue3/lib/browser/context/builder.context.d.ts +0 -17
- package/vue3/lib/browser/context/components.context.d.ts +0 -7
- package/vue3/lib/browser/context/types.d.ts +0 -36
- package/vue3/lib/browser/functions/apply-patch-with-mutation.d.ts +0 -10
- package/vue3/lib/browser/functions/camel-to-kebab-case.d.ts +0 -1
- package/vue3/lib/browser/functions/deopt.d.ts +0 -4
- package/vue3/lib/browser/functions/evaluate/browser-runtime/browser.d.ts +0 -4
- package/vue3/lib/browser/functions/evaluate/browser-runtime/index.d.ts +0 -1
- package/vue3/lib/browser/functions/evaluate/choose-eval.d.ts +0 -6
- package/vue3/lib/browser/functions/evaluate/edge-runtime/acorn-interpreter.d.ts +0 -2
- package/vue3/lib/browser/functions/evaluate/edge-runtime/edge-runtime.d.ts +0 -2
- package/vue3/lib/browser/functions/evaluate/edge-runtime/index.d.ts +0 -1
- package/vue3/lib/browser/functions/evaluate/evaluate.d.ts +0 -2
- package/vue3/lib/browser/functions/evaluate/index.d.ts +0 -1
- package/vue3/lib/browser/functions/evaluate/node-runtime/index.d.ts +0 -1
- package/vue3/lib/browser/functions/evaluate/node-runtime/node-runtime.d.ts +0 -2
- package/vue3/lib/browser/functions/evaluate/placeholder-runtime.d.ts +0 -2
- package/vue3/lib/browser/functions/event-handler-name.d.ts +0 -1
- package/vue3/lib/browser/functions/extract-text-styles.d.ts +0 -4
- package/vue3/lib/browser/functions/fast-clone.d.ts +0 -4
- package/vue3/lib/browser/functions/fetch-builder-props.d.ts +0 -53
- package/vue3/lib/browser/functions/get-block-actions-handler.d.ts +0 -8
- package/vue3/lib/browser/functions/get-block-actions.d.ts +0 -10
- package/vue3/lib/browser/functions/get-block-component-options.d.ts +0 -2
- package/vue3/lib/browser/functions/get-block-properties.d.ts +0 -6
- package/vue3/lib/browser/functions/get-builder-search-params/index.d.ts +0 -12
- package/vue3/lib/browser/functions/get-content/generate-content-url.d.ts +0 -2
- package/vue3/lib/browser/functions/get-content/index.d.ts +0 -28
- package/vue3/lib/browser/functions/get-content/types.d.ts +0 -142
- package/vue3/lib/browser/functions/get-fetch.d.ts +0 -1
- package/vue3/lib/browser/functions/get-processed-block.d.ts +0 -10
- package/vue3/lib/browser/functions/is-browser.d.ts +0 -1
- package/vue3/lib/browser/functions/is-edge-runtime.d.ts +0 -4
- package/vue3/lib/browser/functions/is-editing.d.ts +0 -1
- package/vue3/lib/browser/functions/is-iframe.d.ts +0 -1
- package/vue3/lib/browser/functions/is-node-runtime.d.ts +0 -4
- package/vue3/lib/browser/functions/is-previewing.d.ts +0 -1
- package/vue3/lib/browser/functions/on-change.d.ts +0 -7
- package/vue3/lib/browser/functions/register-component.d.ts +0 -15
- package/vue3/lib/browser/functions/register.d.ts +0 -16
- package/vue3/lib/browser/functions/set-editor-settings.d.ts +0 -4
- package/vue3/lib/browser/functions/set.d.ts +0 -7
- package/vue3/lib/browser/functions/track/helpers.d.ts +0 -5
- package/vue3/lib/browser/functions/track/index.d.ts +0 -51
- package/vue3/lib/browser/functions/track/interaction.d.ts +0 -13
- package/vue3/lib/browser/functions/transform-block-properties.d.ts +0 -5
- package/vue3/lib/browser/functions/transform-block.d.ts +0 -2
- package/vue3/lib/browser/get-block-actions.cf4a0fd3.cjs +0 -1
- package/vue3/lib/browser/helpers/ab-tests.d.ts +0 -9
- package/vue3/lib/browser/helpers/canTrack.d.ts +0 -1
- package/vue3/lib/browser/helpers/cookie.d.ts +0 -19
- package/vue3/lib/browser/helpers/css.d.ts +0 -7
- package/vue3/lib/browser/helpers/flatten.d.ts +0 -6
- package/vue3/lib/browser/helpers/localStorage.d.ts +0 -9
- package/vue3/lib/browser/helpers/logger.d.ts +0 -6
- package/vue3/lib/browser/helpers/nullable.d.ts +0 -2
- package/vue3/lib/browser/helpers/preview-lru-cache/get.d.ts +0 -2
- package/vue3/lib/browser/helpers/preview-lru-cache/helpers.d.ts +0 -0
- package/vue3/lib/browser/helpers/preview-lru-cache/init.d.ts +0 -6
- package/vue3/lib/browser/helpers/preview-lru-cache/set.d.ts +0 -7
- package/vue3/lib/browser/helpers/preview-lru-cache/types.d.ts +0 -0
- package/vue3/lib/browser/helpers/sessionId.d.ts +0 -6
- package/vue3/lib/browser/helpers/time.d.ts +0 -1
- package/vue3/lib/browser/helpers/url.d.ts +0 -6
- package/vue3/lib/browser/helpers/uuid.d.ts +0 -8
- package/vue3/lib/browser/helpers/visitorId.d.ts +0 -6
- package/vue3/lib/browser/index-helpers/top-of-file.d.ts +0 -1
- package/vue3/lib/browser/index.85b3d46a.cjs +0 -161
- package/vue3/lib/browser/index.d.ts +0 -7
- package/vue3/lib/browser/scripts/init-editing.d.ts +0 -6
- package/vue3/lib/browser/server-index.d.ts +0 -15
- package/vue3/lib/browser/types/api-version.d.ts +0 -2
- package/vue3/lib/browser/types/builder-block.d.ts +0 -66
- package/vue3/lib/browser/types/builder-content.d.ts +0 -44
- package/vue3/lib/browser/types/builder-props.d.ts +0 -9
- package/vue3/lib/browser/types/can-track.d.ts +0 -3
- package/vue3/lib/browser/types/components.d.ts +0 -110
- package/vue3/lib/browser/types/deep-partial.d.ts +0 -3
- package/vue3/lib/browser/types/element.d.ts +0 -59
- package/vue3/lib/browser/types/enforced-partials.d.ts +0 -26
- package/vue3/lib/browser/types/input.d.ts +0 -121
- package/vue3/lib/browser/types/targets.d.ts +0 -1
- package/vue3/lib/browser/types/typescript.d.ts +0 -11
- package/vue3/lib/edge/blocks/button/component-info.d.ts +0 -2
- package/vue3/lib/edge/blocks/columns/component-info.d.ts +0 -2
- package/vue3/lib/edge/blocks/custom-code/component-info.d.ts +0 -2
- package/vue3/lib/edge/blocks/embed/component-info.d.ts +0 -2
- package/vue3/lib/edge/blocks/embed/helpers.d.ts +0 -1
- package/vue3/lib/edge/blocks/form/component-info.d.ts +0 -2
- package/vue3/lib/edge/blocks/fragment/component-info.d.ts +0 -2
- package/vue3/lib/edge/blocks/helpers.d.ts +0 -13
- package/vue3/lib/edge/blocks/image/component-info.d.ts +0 -2
- package/vue3/lib/edge/blocks/image/image.helpers.d.ts +0 -1
- package/vue3/lib/edge/blocks/img/component-info.d.ts +0 -2
- package/vue3/lib/edge/blocks/input/component-info.d.ts +0 -2
- package/vue3/lib/edge/blocks/raw-text/component-info.d.ts +0 -2
- package/vue3/lib/edge/blocks/section/component-info.d.ts +0 -2
- package/vue3/lib/edge/blocks/select/component-info.d.ts +0 -2
- package/vue3/lib/edge/blocks/submit-button/component-info.d.ts +0 -2
- package/vue3/lib/edge/blocks/symbol/component-info.d.ts +0 -2
- package/vue3/lib/edge/blocks/symbol/symbol.helpers.d.ts +0 -14
- package/vue3/lib/edge/blocks/text/component-info.d.ts +0 -2
- package/vue3/lib/edge/blocks/textarea/component-info.d.ts +0 -2
- package/vue3/lib/edge/blocks/video/component-info.d.ts +0 -2
- package/vue3/lib/edge/component-ref.779a5527.cjs +0 -1
- package/vue3/lib/edge/components/block/block.helpers.d.ts +0 -13
- package/vue3/lib/edge/components/block/components/component-ref/component-ref.helpers.d.ts +0 -28
- package/vue3/lib/edge/components/block/types.d.ts +0 -6
- package/vue3/lib/edge/components/content/components/styles.helpers.d.ts +0 -15
- package/vue3/lib/edge/components/content/content.helpers.d.ts +0 -7
- package/vue3/lib/edge/components/content/content.types.d.ts +0 -20
- package/vue3/lib/edge/components/content/index.d.ts +0 -1
- package/vue3/lib/edge/components/content-variants/content-variants.types.d.ts +0 -36
- package/vue3/lib/edge/components/content-variants/inlined-fns.d.ts +0 -14
- package/vue3/lib/edge/constants/builder-registered-components.d.ts +0 -6
- package/vue3/lib/edge/constants/device-sizes.d.ts +0 -13
- package/vue3/lib/edge/constants/sdk-version.d.ts +0 -1
- package/vue3/lib/edge/constants/target.d.ts +0 -2
- package/vue3/lib/edge/context/builder.context.d.ts +0 -17
- package/vue3/lib/edge/context/components.context.d.ts +0 -7
- package/vue3/lib/edge/context/types.d.ts +0 -36
- package/vue3/lib/edge/functions/apply-patch-with-mutation.d.ts +0 -10
- package/vue3/lib/edge/functions/camel-to-kebab-case.d.ts +0 -1
- package/vue3/lib/edge/functions/deopt.d.ts +0 -4
- package/vue3/lib/edge/functions/evaluate/browser-runtime/browser.d.ts +0 -4
- package/vue3/lib/edge/functions/evaluate/browser-runtime/index.d.ts +0 -1
- package/vue3/lib/edge/functions/evaluate/choose-eval.d.ts +0 -6
- package/vue3/lib/edge/functions/evaluate/edge-runtime/acorn-interpreter.d.ts +0 -2
- package/vue3/lib/edge/functions/evaluate/edge-runtime/edge-runtime.d.ts +0 -2
- package/vue3/lib/edge/functions/evaluate/edge-runtime/index.d.ts +0 -1
- package/vue3/lib/edge/functions/evaluate/evaluate.d.ts +0 -2
- package/vue3/lib/edge/functions/evaluate/index.d.ts +0 -1
- package/vue3/lib/edge/functions/evaluate/node-runtime/index.d.ts +0 -1
- package/vue3/lib/edge/functions/evaluate/node-runtime/node-runtime.d.ts +0 -2
- package/vue3/lib/edge/functions/evaluate/placeholder-runtime.d.ts +0 -2
- package/vue3/lib/edge/functions/event-handler-name.d.ts +0 -1
- package/vue3/lib/edge/functions/extract-text-styles.d.ts +0 -4
- package/vue3/lib/edge/functions/fast-clone.d.ts +0 -4
- package/vue3/lib/edge/functions/fetch-builder-props.d.ts +0 -53
- package/vue3/lib/edge/functions/get-block-actions-handler.d.ts +0 -8
- package/vue3/lib/edge/functions/get-block-actions.d.ts +0 -10
- package/vue3/lib/edge/functions/get-block-component-options.d.ts +0 -2
- package/vue3/lib/edge/functions/get-block-properties.d.ts +0 -6
- package/vue3/lib/edge/functions/get-builder-search-params/index.d.ts +0 -12
- package/vue3/lib/edge/functions/get-content/generate-content-url.d.ts +0 -2
- package/vue3/lib/edge/functions/get-content/index.d.ts +0 -28
- package/vue3/lib/edge/functions/get-content/types.d.ts +0 -142
- package/vue3/lib/edge/functions/get-fetch.d.ts +0 -1
- package/vue3/lib/edge/functions/get-processed-block.d.ts +0 -10
- package/vue3/lib/edge/functions/is-browser.d.ts +0 -1
- package/vue3/lib/edge/functions/is-edge-runtime.d.ts +0 -4
- package/vue3/lib/edge/functions/is-editing.d.ts +0 -1
- package/vue3/lib/edge/functions/is-iframe.d.ts +0 -1
- package/vue3/lib/edge/functions/is-node-runtime.d.ts +0 -4
- package/vue3/lib/edge/functions/is-previewing.d.ts +0 -1
- package/vue3/lib/edge/functions/on-change.d.ts +0 -7
- package/vue3/lib/edge/functions/register-component.d.ts +0 -15
- package/vue3/lib/edge/functions/register.d.ts +0 -16
- package/vue3/lib/edge/functions/set-editor-settings.d.ts +0 -4
- package/vue3/lib/edge/functions/set.d.ts +0 -7
- package/vue3/lib/edge/functions/track/helpers.d.ts +0 -5
- package/vue3/lib/edge/functions/track/index.d.ts +0 -51
- package/vue3/lib/edge/functions/track/interaction.d.ts +0 -13
- package/vue3/lib/edge/functions/transform-block-properties.d.ts +0 -5
- package/vue3/lib/edge/functions/transform-block.d.ts +0 -2
- package/vue3/lib/edge/get-block-actions.e213d5e5.cjs +0 -1
- package/vue3/lib/edge/helpers/ab-tests.d.ts +0 -9
- package/vue3/lib/edge/helpers/canTrack.d.ts +0 -1
- package/vue3/lib/edge/helpers/cookie.d.ts +0 -19
- package/vue3/lib/edge/helpers/css.d.ts +0 -7
- package/vue3/lib/edge/helpers/flatten.d.ts +0 -6
- package/vue3/lib/edge/helpers/localStorage.d.ts +0 -9
- package/vue3/lib/edge/helpers/logger.d.ts +0 -6
- package/vue3/lib/edge/helpers/nullable.d.ts +0 -2
- package/vue3/lib/edge/helpers/preview-lru-cache/get.d.ts +0 -2
- package/vue3/lib/edge/helpers/preview-lru-cache/helpers.d.ts +0 -0
- package/vue3/lib/edge/helpers/preview-lru-cache/init.d.ts +0 -6
- package/vue3/lib/edge/helpers/preview-lru-cache/set.d.ts +0 -7
- package/vue3/lib/edge/helpers/preview-lru-cache/types.d.ts +0 -0
- package/vue3/lib/edge/helpers/sessionId.d.ts +0 -6
- package/vue3/lib/edge/helpers/time.d.ts +0 -1
- package/vue3/lib/edge/helpers/url.d.ts +0 -6
- package/vue3/lib/edge/helpers/uuid.d.ts +0 -8
- package/vue3/lib/edge/helpers/visitorId.d.ts +0 -6
- package/vue3/lib/edge/index-helpers/top-of-file.d.ts +0 -1
- package/vue3/lib/edge/index.d.ts +0 -7
- package/vue3/lib/edge/scripts/init-editing.d.ts +0 -6
- package/vue3/lib/edge/server-index.d.ts +0 -15
- package/vue3/lib/edge/types/api-version.d.ts +0 -2
- package/vue3/lib/edge/types/builder-block.d.ts +0 -66
- package/vue3/lib/edge/types/builder-content.d.ts +0 -44
- package/vue3/lib/edge/types/builder-props.d.ts +0 -9
- package/vue3/lib/edge/types/can-track.d.ts +0 -3
- package/vue3/lib/edge/types/components.d.ts +0 -110
- package/vue3/lib/edge/types/deep-partial.d.ts +0 -3
- package/vue3/lib/edge/types/element.d.ts +0 -59
- package/vue3/lib/edge/types/enforced-partials.d.ts +0 -26
- package/vue3/lib/edge/types/input.d.ts +0 -121
- package/vue3/lib/edge/types/targets.d.ts +0 -1
- package/vue3/lib/edge/types/typescript.d.ts +0 -11
- package/vue3/lib/node/block-wrapper.9be5f8cd.js +0 -56
- package/vue3/lib/node/blocks/button/component-info.d.ts +0 -2
- package/vue3/lib/node/blocks/columns/component-info.d.ts +0 -2
- package/vue3/lib/node/blocks/custom-code/component-info.d.ts +0 -2
- package/vue3/lib/node/blocks/embed/component-info.d.ts +0 -2
- package/vue3/lib/node/blocks/embed/helpers.d.ts +0 -1
- package/vue3/lib/node/blocks/form/component-info.d.ts +0 -2
- package/vue3/lib/node/blocks/fragment/component-info.d.ts +0 -2
- package/vue3/lib/node/blocks/helpers.d.ts +0 -13
- package/vue3/lib/node/blocks/image/component-info.d.ts +0 -2
- package/vue3/lib/node/blocks/image/image.helpers.d.ts +0 -1
- package/vue3/lib/node/blocks/img/component-info.d.ts +0 -2
- package/vue3/lib/node/blocks/input/component-info.d.ts +0 -2
- package/vue3/lib/node/blocks/raw-text/component-info.d.ts +0 -2
- package/vue3/lib/node/blocks/section/component-info.d.ts +0 -2
- package/vue3/lib/node/blocks/select/component-info.d.ts +0 -2
- package/vue3/lib/node/blocks/submit-button/component-info.d.ts +0 -2
- package/vue3/lib/node/blocks/symbol/component-info.d.ts +0 -2
- package/vue3/lib/node/blocks/symbol/symbol.helpers.d.ts +0 -14
- package/vue3/lib/node/blocks/text/component-info.d.ts +0 -2
- package/vue3/lib/node/blocks/textarea/component-info.d.ts +0 -2
- package/vue3/lib/node/blocks/video/component-info.d.ts +0 -2
- package/vue3/lib/node/component-ref.64358a5b.cjs +0 -1
- package/vue3/lib/node/components/block/block.helpers.d.ts +0 -13
- package/vue3/lib/node/components/block/components/component-ref/component-ref.helpers.d.ts +0 -28
- package/vue3/lib/node/components/block/types.d.ts +0 -6
- package/vue3/lib/node/components/content/components/styles.helpers.d.ts +0 -15
- package/vue3/lib/node/components/content/content.helpers.d.ts +0 -7
- package/vue3/lib/node/components/content/content.types.d.ts +0 -20
- package/vue3/lib/node/components/content/index.d.ts +0 -1
- package/vue3/lib/node/components/content-variants/content-variants.types.d.ts +0 -36
- package/vue3/lib/node/components/content-variants/inlined-fns.d.ts +0 -14
- package/vue3/lib/node/constants/builder-registered-components.d.ts +0 -6
- package/vue3/lib/node/constants/device-sizes.d.ts +0 -13
- package/vue3/lib/node/constants/sdk-version.d.ts +0 -1
- package/vue3/lib/node/constants/target.d.ts +0 -2
- package/vue3/lib/node/context/builder.context.d.ts +0 -17
- package/vue3/lib/node/context/components.context.d.ts +0 -7
- package/vue3/lib/node/context/types.d.ts +0 -36
- package/vue3/lib/node/functions/apply-patch-with-mutation.d.ts +0 -10
- package/vue3/lib/node/functions/camel-to-kebab-case.d.ts +0 -1
- package/vue3/lib/node/functions/deopt.d.ts +0 -4
- package/vue3/lib/node/functions/evaluate/browser-runtime/browser.d.ts +0 -4
- package/vue3/lib/node/functions/evaluate/browser-runtime/index.d.ts +0 -1
- package/vue3/lib/node/functions/evaluate/choose-eval.d.ts +0 -6
- package/vue3/lib/node/functions/evaluate/edge-runtime/acorn-interpreter.d.ts +0 -2
- package/vue3/lib/node/functions/evaluate/edge-runtime/edge-runtime.d.ts +0 -2
- package/vue3/lib/node/functions/evaluate/edge-runtime/index.d.ts +0 -1
- package/vue3/lib/node/functions/evaluate/evaluate.d.ts +0 -2
- package/vue3/lib/node/functions/evaluate/index.d.ts +0 -1
- package/vue3/lib/node/functions/evaluate/node-runtime/index.d.ts +0 -1
- package/vue3/lib/node/functions/evaluate/node-runtime/node-runtime.d.ts +0 -2
- package/vue3/lib/node/functions/evaluate/placeholder-runtime.d.ts +0 -2
- package/vue3/lib/node/functions/event-handler-name.d.ts +0 -1
- package/vue3/lib/node/functions/extract-text-styles.d.ts +0 -4
- package/vue3/lib/node/functions/fast-clone.d.ts +0 -4
- package/vue3/lib/node/functions/fetch-builder-props.d.ts +0 -53
- package/vue3/lib/node/functions/get-block-actions-handler.d.ts +0 -8
- package/vue3/lib/node/functions/get-block-actions.d.ts +0 -10
- package/vue3/lib/node/functions/get-block-component-options.d.ts +0 -2
- package/vue3/lib/node/functions/get-block-properties.d.ts +0 -6
- package/vue3/lib/node/functions/get-builder-search-params/index.d.ts +0 -12
- package/vue3/lib/node/functions/get-content/generate-content-url.d.ts +0 -2
- package/vue3/lib/node/functions/get-content/index.d.ts +0 -28
- package/vue3/lib/node/functions/get-content/types.d.ts +0 -142
- package/vue3/lib/node/functions/get-fetch.d.ts +0 -1
- package/vue3/lib/node/functions/get-processed-block.d.ts +0 -10
- package/vue3/lib/node/functions/is-browser.d.ts +0 -1
- package/vue3/lib/node/functions/is-edge-runtime.d.ts +0 -4
- package/vue3/lib/node/functions/is-editing.d.ts +0 -1
- package/vue3/lib/node/functions/is-iframe.d.ts +0 -1
- package/vue3/lib/node/functions/is-node-runtime.d.ts +0 -4
- package/vue3/lib/node/functions/is-previewing.d.ts +0 -1
- package/vue3/lib/node/functions/on-change.d.ts +0 -7
- package/vue3/lib/node/functions/register-component.d.ts +0 -15
- package/vue3/lib/node/functions/register.d.ts +0 -16
- package/vue3/lib/node/functions/set-editor-settings.d.ts +0 -4
- package/vue3/lib/node/functions/set.d.ts +0 -7
- package/vue3/lib/node/functions/track/helpers.d.ts +0 -5
- package/vue3/lib/node/functions/track/index.d.ts +0 -51
- package/vue3/lib/node/functions/track/interaction.d.ts +0 -13
- package/vue3/lib/node/functions/transform-block-properties.d.ts +0 -5
- package/vue3/lib/node/functions/transform-block.d.ts +0 -2
- package/vue3/lib/node/get-block-actions.37f280b9.cjs +0 -1
- package/vue3/lib/node/helpers/ab-tests.d.ts +0 -9
- package/vue3/lib/node/helpers/canTrack.d.ts +0 -1
- package/vue3/lib/node/helpers/cookie.d.ts +0 -19
- package/vue3/lib/node/helpers/css.d.ts +0 -7
- package/vue3/lib/node/helpers/flatten.d.ts +0 -6
- package/vue3/lib/node/helpers/localStorage.d.ts +0 -9
- package/vue3/lib/node/helpers/logger.d.ts +0 -6
- package/vue3/lib/node/helpers/nullable.d.ts +0 -2
- package/vue3/lib/node/helpers/preview-lru-cache/get.d.ts +0 -2
- package/vue3/lib/node/helpers/preview-lru-cache/helpers.d.ts +0 -0
- package/vue3/lib/node/helpers/preview-lru-cache/init.d.ts +0 -6
- package/vue3/lib/node/helpers/preview-lru-cache/set.d.ts +0 -7
- package/vue3/lib/node/helpers/preview-lru-cache/types.d.ts +0 -0
- package/vue3/lib/node/helpers/sessionId.d.ts +0 -6
- package/vue3/lib/node/helpers/time.d.ts +0 -1
- package/vue3/lib/node/helpers/url.d.ts +0 -6
- package/vue3/lib/node/helpers/uuid.d.ts +0 -8
- package/vue3/lib/node/helpers/visitorId.d.ts +0 -6
- package/vue3/lib/node/index-helpers/top-of-file.d.ts +0 -1
- package/vue3/lib/node/index.1e45420a.cjs +0 -201
- package/vue3/lib/node/index.d.ts +0 -7
- package/vue3/lib/node/scripts/init-editing.d.ts +0 -6
- package/vue3/lib/node/server-index.d.ts +0 -15
- package/vue3/lib/node/types/api-version.d.ts +0 -2
- package/vue3/lib/node/types/builder-block.d.ts +0 -66
- package/vue3/lib/node/types/builder-content.d.ts +0 -44
- package/vue3/lib/node/types/builder-props.d.ts +0 -9
- package/vue3/lib/node/types/can-track.d.ts +0 -3
- package/vue3/lib/node/types/components.d.ts +0 -110
- package/vue3/lib/node/types/deep-partial.d.ts +0 -3
- package/vue3/lib/node/types/element.d.ts +0 -59
- package/vue3/lib/node/types/enforced-partials.d.ts +0 -26
- package/vue3/lib/node/types/input.d.ts +0 -121
- package/vue3/lib/node/types/targets.d.ts +0 -1
- package/vue3/lib/node/types/typescript.d.ts +0 -11
- package/vue3/package.json +0 -64
- package/{vue3/lib → lib}/browser/blocks/button/button.vue.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/button/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/browser/blocks/columns/columns.vue.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/columns/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/custom-code/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/browser/blocks/custom-code/custom-code.vue.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/embed/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/browser/blocks/embed/embed.vue.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/embed/helpers.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/form/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/fragment/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/browser/blocks/fragment/fragment.vue.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/helpers.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/image/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/image/image.helpers.d.ts +0 -0
- package/{vue3/lib → lib}/browser/blocks/image/image.vue.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/img/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/browser/blocks/img/img.vue.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/input/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/raw-text/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/section/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/browser/blocks/section/section.vue.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/select/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/submit-button/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/symbol/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/symbol/symbol.helpers.d.ts +0 -0
- package/{vue3/lib → lib}/browser/blocks/symbol/symbol.vue.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/text/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/browser/blocks/text/text.vue.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/textarea/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/browser/blocks/video/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/browser/blocks/video/video.vue.d.ts +0 -0
- package/{vue2/lib → lib}/browser/components/block/block.helpers.d.ts +0 -0
- package/{vue3/lib → lib}/browser/components/block/block.vue.d.ts +0 -0
- package/{vue3/lib → lib}/browser/components/block/components/block-styles.vue.d.ts +0 -0
- package/{vue3/lib → lib}/browser/components/block/components/block-wrapper.vue.d.ts +0 -0
- package/{vue2/lib → lib}/browser/components/block/components/component-ref/component-ref.helpers.d.ts +0 -0
- package/{vue3/lib/edge → lib/browser}/components/block/components/component-ref/component-ref.vue.d.ts +3 -3
- package/{vue3/lib → lib}/browser/components/block/components/repeated-block.vue.d.ts +0 -0
- package/{vue2/lib → lib}/browser/components/block/types.d.ts +0 -0
- package/{vue3/lib → lib}/browser/components/blocks/blocks-wrapper.vue.d.ts +0 -0
- package/{vue3/lib → lib}/browser/components/blocks/blocks.vue.d.ts +0 -0
- package/{vue3/lib → lib}/browser/components/content/components/enable-editor.vue.d.ts +0 -0
- package/{vue2/lib → lib}/browser/components/content/components/styles.helpers.d.ts +0 -0
- package/{vue3/lib → lib}/browser/components/content/components/styles.vue.d.ts +0 -0
- package/{vue2/lib → lib}/browser/components/content/content.helpers.d.ts +0 -0
- package/{vue2/lib → lib}/browser/components/content/content.types.d.ts +0 -0
- package/{vue3/lib → lib}/browser/components/content/content.vue.d.ts +0 -0
- package/{vue2/lib → lib}/browser/components/content/index.d.ts +0 -0
- package/{vue3/lib → lib}/browser/components/content/wrap-component-ref.d.ts +0 -0
- package/{vue2/lib → lib}/browser/components/content-variants/content-variants.types.d.ts +0 -0
- package/{vue3/lib → lib}/browser/components/content-variants/content-variants.vue.d.ts +0 -0
- package/{vue3/lib → lib}/browser/components/content-variants/helpers.d.ts +0 -0
- package/{vue2/lib → lib}/browser/components/content-variants/inlined-fns.d.ts +0 -0
- package/{vue3/lib → lib}/browser/components/inlined-script.vue.d.ts +0 -0
- package/{vue3/lib → lib}/browser/components/inlined-styles.vue.d.ts +0 -0
- package/{vue2/lib → lib}/browser/constants/builder-registered-components.d.ts +0 -0
- package/{vue2/lib → lib}/browser/constants/device-sizes.d.ts +0 -0
- package/{vue2/lib → lib}/browser/constants/target.d.ts +0 -0
- package/{vue2/lib → lib}/browser/context/builder.context.d.ts +0 -0
- package/{vue2/lib → lib}/browser/context/components.context.d.ts +0 -0
- package/{vue2/lib → lib}/browser/context/types.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/apply-patch-with-mutation.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/camel-to-kebab-case.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/deopt.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/evaluate/browser-runtime/browser.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/evaluate/browser-runtime/index.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/evaluate/choose-eval.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/evaluate/edge-runtime/acorn-interpreter.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/evaluate/edge-runtime/edge-runtime.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/evaluate/edge-runtime/index.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/evaluate/evaluate.d.ts +0 -0
- package/{vue3/lib → lib}/browser/functions/evaluate/helpers.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/evaluate/index.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/evaluate/node-runtime/index.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/evaluate/node-runtime/node-runtime.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/evaluate/placeholder-runtime.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/event-handler-name.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/extract-text-styles.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/fast-clone.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/fetch-builder-props.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/get-block-actions-handler.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/get-block-actions.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/get-block-component-options.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/get-block-properties.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/get-builder-search-params/index.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/get-content/generate-content-url.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/get-content/index.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/get-content/types.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/get-fetch.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/get-processed-block.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/is-browser.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/is-edge-runtime.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/is-editing.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/is-iframe.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/is-node-runtime.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/is-previewing.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/on-change.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/register-component.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/register.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/set-editor-settings.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/set.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/track/helpers.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/track/index.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/track/interaction.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/transform-block-properties.d.ts +0 -0
- package/{vue2/lib → lib}/browser/functions/transform-block.d.ts +0 -0
- package/{vue2/lib → lib}/browser/helpers/ab-tests.d.ts +0 -0
- package/{vue2/lib → lib}/browser/helpers/canTrack.d.ts +0 -0
- package/{vue2/lib → lib}/browser/helpers/cookie.d.ts +0 -0
- package/{vue2/lib → lib}/browser/helpers/css.d.ts +0 -0
- package/{vue2/lib → lib}/browser/helpers/flatten.d.ts +0 -0
- package/{vue2/lib → lib}/browser/helpers/localStorage.d.ts +0 -0
- package/{vue2/lib → lib}/browser/helpers/logger.d.ts +0 -0
- package/{vue2/lib → lib}/browser/helpers/nullable.d.ts +0 -0
- package/{vue2/lib → lib}/browser/helpers/preview-lru-cache/get.d.ts +0 -0
- package/{vue2/lib → lib}/browser/helpers/preview-lru-cache/helpers.d.ts +0 -0
- package/{vue2/lib → lib}/browser/helpers/preview-lru-cache/init.d.ts +0 -0
- package/{vue2/lib → lib}/browser/helpers/preview-lru-cache/set.d.ts +0 -0
- package/{vue2/lib → lib}/browser/helpers/preview-lru-cache/types.d.ts +0 -0
- package/{vue2/lib → lib}/browser/helpers/sessionId.d.ts +0 -0
- package/{vue2/lib → lib}/browser/helpers/time.d.ts +0 -0
- package/{vue2/lib → lib}/browser/helpers/url.d.ts +0 -0
- package/{vue2/lib → lib}/browser/helpers/uuid.d.ts +0 -0
- package/{vue2/lib → lib}/browser/helpers/visitorId.d.ts +0 -0
- package/{vue3/lib → lib}/browser/index-helpers/blocks-exports.d.ts +0 -0
- package/{vue2/lib → lib}/browser/index-helpers/top-of-file.d.ts +0 -0
- package/{vue2/lib → lib}/browser/index.d.ts +0 -0
- package/{vue2/lib → lib}/browser/scripts/init-editing.d.ts +0 -0
- package/{vue2/lib → lib}/browser/server-index.d.ts +0 -0
- package/{vue3/lib → lib}/browser/style.css +0 -0
- package/{vue2/lib → lib}/browser/types/api-version.d.ts +0 -0
- package/{vue2/lib → lib}/browser/types/builder-block.d.ts +0 -0
- package/{vue2/lib → lib}/browser/types/builder-content.d.ts +0 -0
- package/{vue2/lib → lib}/browser/types/builder-props.d.ts +0 -0
- package/{vue2/lib → lib}/browser/types/can-track.d.ts +0 -0
- package/{vue2/lib → lib}/browser/types/components.d.ts +0 -0
- package/{vue2/lib → lib}/browser/types/deep-partial.d.ts +0 -0
- package/{vue2/lib → lib}/browser/types/element.d.ts +0 -0
- package/{vue2/lib → lib}/browser/types/enforced-partials.d.ts +0 -0
- package/{vue2/lib → lib}/browser/types/input.d.ts +0 -0
- package/{vue2/lib → lib}/browser/types/typescript.d.ts +0 -0
- package/{vue3/lib → lib}/edge/blocks/button/button.vue.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/button/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/edge/blocks/columns/columns.vue.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/columns/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/custom-code/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/edge/blocks/custom-code/custom-code.vue.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/embed/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/edge/blocks/embed/embed.vue.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/embed/helpers.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/form/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/fragment/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/edge/blocks/fragment/fragment.vue.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/helpers.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/image/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/image/image.helpers.d.ts +0 -0
- package/{vue3/lib → lib}/edge/blocks/image/image.vue.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/img/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/edge/blocks/img/img.vue.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/input/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/raw-text/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/section/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/edge/blocks/section/section.vue.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/select/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/submit-button/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/symbol/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/symbol/symbol.helpers.d.ts +0 -0
- package/{vue3/lib → lib}/edge/blocks/symbol/symbol.vue.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/text/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/edge/blocks/text/text.vue.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/textarea/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/edge/blocks/video/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/edge/blocks/video/video.vue.d.ts +0 -0
- package/{vue2/lib → lib}/edge/components/block/block.helpers.d.ts +0 -0
- package/{vue3/lib → lib}/edge/components/block/block.vue.d.ts +0 -0
- package/{vue3/lib → lib}/edge/components/block/components/block-styles.vue.d.ts +0 -0
- package/{vue3/lib → lib}/edge/components/block/components/block-wrapper.vue.d.ts +0 -0
- package/{vue2/lib → lib}/edge/components/block/components/component-ref/component-ref.helpers.d.ts +0 -0
- package/{vue3/lib/node → lib/edge}/components/block/components/component-ref/component-ref.vue.d.ts +3 -3
- package/{vue3/lib → lib}/edge/components/block/components/repeated-block.vue.d.ts +0 -0
- package/{vue2/lib → lib}/edge/components/block/types.d.ts +0 -0
- package/{vue3/lib → lib}/edge/components/blocks/blocks-wrapper.vue.d.ts +0 -0
- package/{vue3/lib → lib}/edge/components/blocks/blocks.vue.d.ts +0 -0
- package/{vue3/lib → lib}/edge/components/content/components/enable-editor.vue.d.ts +0 -0
- package/{vue2/lib → lib}/edge/components/content/components/styles.helpers.d.ts +0 -0
- package/{vue3/lib → lib}/edge/components/content/components/styles.vue.d.ts +0 -0
- package/{vue2/lib → lib}/edge/components/content/content.helpers.d.ts +0 -0
- package/{vue2/lib → lib}/edge/components/content/content.types.d.ts +0 -0
- package/{vue3/lib → lib}/edge/components/content/content.vue.d.ts +0 -0
- package/{vue2/lib → lib}/edge/components/content/index.d.ts +0 -0
- package/{vue3/lib → lib}/edge/components/content/wrap-component-ref.d.ts +0 -0
- package/{vue2/lib → lib}/edge/components/content-variants/content-variants.types.d.ts +0 -0
- package/{vue3/lib → lib}/edge/components/content-variants/content-variants.vue.d.ts +0 -0
- package/{vue3/lib → lib}/edge/components/content-variants/helpers.d.ts +0 -0
- package/{vue2/lib → lib}/edge/components/content-variants/inlined-fns.d.ts +0 -0
- package/{vue3/lib → lib}/edge/components/inlined-script.vue.d.ts +0 -0
- package/{vue3/lib → lib}/edge/components/inlined-styles.vue.d.ts +0 -0
- package/{vue2/lib → lib}/edge/constants/builder-registered-components.d.ts +0 -0
- package/{vue2/lib → lib}/edge/constants/device-sizes.d.ts +0 -0
- package/{vue2/lib → lib}/edge/constants/target.d.ts +0 -0
- package/{vue2/lib → lib}/edge/context/builder.context.d.ts +0 -0
- package/{vue2/lib → lib}/edge/context/components.context.d.ts +0 -0
- package/{vue2/lib → lib}/edge/context/types.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/apply-patch-with-mutation.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/camel-to-kebab-case.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/deopt.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/evaluate/browser-runtime/browser.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/evaluate/browser-runtime/index.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/evaluate/choose-eval.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/evaluate/edge-runtime/acorn-interpreter.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/evaluate/edge-runtime/edge-runtime.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/evaluate/edge-runtime/index.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/evaluate/evaluate.d.ts +0 -0
- package/{vue3/lib → lib}/edge/functions/evaluate/helpers.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/evaluate/index.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/evaluate/node-runtime/index.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/evaluate/node-runtime/node-runtime.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/evaluate/placeholder-runtime.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/event-handler-name.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/extract-text-styles.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/fast-clone.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/fetch-builder-props.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/get-block-actions-handler.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/get-block-actions.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/get-block-component-options.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/get-block-properties.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/get-builder-search-params/index.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/get-content/generate-content-url.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/get-content/index.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/get-content/types.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/get-fetch.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/get-processed-block.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/is-browser.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/is-edge-runtime.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/is-editing.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/is-iframe.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/is-node-runtime.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/is-previewing.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/on-change.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/register-component.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/register.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/set-editor-settings.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/set.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/track/helpers.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/track/index.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/track/interaction.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/transform-block-properties.d.ts +0 -0
- package/{vue2/lib → lib}/edge/functions/transform-block.d.ts +0 -0
- package/{vue2/lib → lib}/edge/helpers/ab-tests.d.ts +0 -0
- package/{vue2/lib → lib}/edge/helpers/canTrack.d.ts +0 -0
- package/{vue2/lib → lib}/edge/helpers/cookie.d.ts +0 -0
- package/{vue2/lib → lib}/edge/helpers/css.d.ts +0 -0
- package/{vue2/lib → lib}/edge/helpers/flatten.d.ts +0 -0
- package/{vue2/lib → lib}/edge/helpers/localStorage.d.ts +0 -0
- package/{vue2/lib → lib}/edge/helpers/logger.d.ts +0 -0
- package/{vue2/lib → lib}/edge/helpers/nullable.d.ts +0 -0
- package/{vue2/lib → lib}/edge/helpers/preview-lru-cache/get.d.ts +0 -0
- package/{vue2/lib → lib}/edge/helpers/preview-lru-cache/helpers.d.ts +0 -0
- package/{vue2/lib → lib}/edge/helpers/preview-lru-cache/init.d.ts +0 -0
- package/{vue2/lib → lib}/edge/helpers/preview-lru-cache/set.d.ts +0 -0
- package/{vue2/lib → lib}/edge/helpers/preview-lru-cache/types.d.ts +0 -0
- package/{vue2/lib → lib}/edge/helpers/sessionId.d.ts +0 -0
- package/{vue2/lib → lib}/edge/helpers/time.d.ts +0 -0
- package/{vue2/lib → lib}/edge/helpers/url.d.ts +0 -0
- package/{vue2/lib → lib}/edge/helpers/uuid.d.ts +0 -0
- package/{vue2/lib → lib}/edge/helpers/visitorId.d.ts +0 -0
- package/{vue3/lib → lib}/edge/index-helpers/blocks-exports.d.ts +0 -0
- package/{vue2/lib → lib}/edge/index-helpers/top-of-file.d.ts +0 -0
- package/{vue2/lib → lib}/edge/index.d.ts +0 -0
- package/{vue2/lib → lib}/edge/scripts/init-editing.d.ts +0 -0
- package/{vue2/lib → lib}/edge/server-index.d.ts +0 -0
- package/{vue3/lib → lib}/edge/style.css +0 -0
- package/{vue2/lib → lib}/edge/types/api-version.d.ts +0 -0
- package/{vue2/lib → lib}/edge/types/builder-block.d.ts +0 -0
- package/{vue2/lib → lib}/edge/types/builder-content.d.ts +0 -0
- package/{vue2/lib → lib}/edge/types/builder-props.d.ts +0 -0
- package/{vue2/lib → lib}/edge/types/can-track.d.ts +0 -0
- package/{vue2/lib → lib}/edge/types/components.d.ts +0 -0
- package/{vue2/lib → lib}/edge/types/deep-partial.d.ts +0 -0
- package/{vue2/lib → lib}/edge/types/element.d.ts +0 -0
- package/{vue2/lib → lib}/edge/types/enforced-partials.d.ts +0 -0
- package/{vue2/lib → lib}/edge/types/input.d.ts +0 -0
- package/{vue2/lib → lib}/edge/types/typescript.d.ts +0 -0
- package/{vue3/lib → lib}/node/blocks/button/button.vue.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/button/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/node/blocks/columns/columns.vue.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/columns/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/custom-code/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/node/blocks/custom-code/custom-code.vue.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/embed/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/node/blocks/embed/embed.vue.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/embed/helpers.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/form/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/fragment/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/node/blocks/fragment/fragment.vue.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/helpers.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/image/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/image/image.helpers.d.ts +0 -0
- package/{vue3/lib → lib}/node/blocks/image/image.vue.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/img/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/node/blocks/img/img.vue.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/input/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/raw-text/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/section/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/node/blocks/section/section.vue.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/select/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/submit-button/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/symbol/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/symbol/symbol.helpers.d.ts +0 -0
- package/{vue3/lib → lib}/node/blocks/symbol/symbol.vue.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/text/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/node/blocks/text/text.vue.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/textarea/component-info.d.ts +0 -0
- package/{vue2/lib → lib}/node/blocks/video/component-info.d.ts +0 -0
- package/{vue3/lib → lib}/node/blocks/video/video.vue.d.ts +0 -0
- package/{vue2/lib → lib}/node/components/block/block.helpers.d.ts +0 -0
- package/{vue3/lib → lib}/node/components/block/block.vue.d.ts +0 -0
- package/{vue3/lib → lib}/node/components/block/components/block-styles.vue.d.ts +0 -0
- package/{vue3/lib → lib}/node/components/block/components/block-wrapper.vue.d.ts +0 -0
- package/{vue2/lib → lib}/node/components/block/components/component-ref/component-ref.helpers.d.ts +0 -0
- package/{vue3/lib/browser → lib/node}/components/block/components/component-ref/component-ref.vue.d.ts +3 -3
- /package/{vue3/lib → lib}/node/components/block/components/repeated-block.vue.d.ts +0 -0
- /package/{vue2/lib → lib}/node/components/block/types.d.ts +0 -0
- /package/{vue3/lib → lib}/node/components/blocks/blocks-wrapper.vue.d.ts +0 -0
- /package/{vue3/lib → lib}/node/components/blocks/blocks.vue.d.ts +0 -0
- /package/{vue3/lib → lib}/node/components/content/components/enable-editor.vue.d.ts +0 -0
- /package/{vue2/lib → lib}/node/components/content/components/styles.helpers.d.ts +0 -0
- /package/{vue3/lib → lib}/node/components/content/components/styles.vue.d.ts +0 -0
- /package/{vue2/lib → lib}/node/components/content/content.helpers.d.ts +0 -0
- /package/{vue2/lib → lib}/node/components/content/content.types.d.ts +0 -0
- /package/{vue3/lib → lib}/node/components/content/content.vue.d.ts +0 -0
- /package/{vue2/lib → lib}/node/components/content/index.d.ts +0 -0
- /package/{vue3/lib → lib}/node/components/content/wrap-component-ref.d.ts +0 -0
- /package/{vue2/lib → lib}/node/components/content-variants/content-variants.types.d.ts +0 -0
- /package/{vue3/lib → lib}/node/components/content-variants/content-variants.vue.d.ts +0 -0
- /package/{vue3/lib → lib}/node/components/content-variants/helpers.d.ts +0 -0
- /package/{vue2/lib → lib}/node/components/content-variants/inlined-fns.d.ts +0 -0
- /package/{vue3/lib → lib}/node/components/inlined-script.vue.d.ts +0 -0
- /package/{vue3/lib → lib}/node/components/inlined-styles.vue.d.ts +0 -0
- /package/{vue2/lib → lib}/node/constants/builder-registered-components.d.ts +0 -0
- /package/{vue2/lib → lib}/node/constants/device-sizes.d.ts +0 -0
- /package/{vue2/lib → lib}/node/constants/target.d.ts +0 -0
- /package/{vue2/lib → lib}/node/context/builder.context.d.ts +0 -0
- /package/{vue2/lib → lib}/node/context/components.context.d.ts +0 -0
- /package/{vue2/lib → lib}/node/context/types.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/apply-patch-with-mutation.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/camel-to-kebab-case.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/deopt.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/evaluate/browser-runtime/browser.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/evaluate/browser-runtime/index.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/evaluate/choose-eval.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/evaluate/edge-runtime/acorn-interpreter.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/evaluate/edge-runtime/edge-runtime.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/evaluate/edge-runtime/index.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/evaluate/evaluate.d.ts +0 -0
- /package/{vue3/lib → lib}/node/functions/evaluate/helpers.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/evaluate/index.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/evaluate/node-runtime/index.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/evaluate/node-runtime/node-runtime.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/evaluate/placeholder-runtime.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/event-handler-name.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/extract-text-styles.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/fast-clone.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/fetch-builder-props.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/get-block-actions-handler.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/get-block-actions.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/get-block-component-options.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/get-block-properties.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/get-builder-search-params/index.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/get-content/generate-content-url.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/get-content/index.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/get-content/types.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/get-fetch.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/get-processed-block.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/is-browser.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/is-edge-runtime.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/is-editing.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/is-iframe.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/is-node-runtime.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/is-previewing.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/on-change.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/register-component.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/register.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/set-editor-settings.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/set.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/track/helpers.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/track/index.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/track/interaction.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/transform-block-properties.d.ts +0 -0
- /package/{vue2/lib → lib}/node/functions/transform-block.d.ts +0 -0
- /package/{vue2/lib → lib}/node/helpers/ab-tests.d.ts +0 -0
- /package/{vue2/lib → lib}/node/helpers/canTrack.d.ts +0 -0
- /package/{vue2/lib → lib}/node/helpers/cookie.d.ts +0 -0
- /package/{vue2/lib → lib}/node/helpers/css.d.ts +0 -0
- /package/{vue2/lib → lib}/node/helpers/flatten.d.ts +0 -0
- /package/{vue2/lib → lib}/node/helpers/localStorage.d.ts +0 -0
- /package/{vue2/lib → lib}/node/helpers/logger.d.ts +0 -0
- /package/{vue2/lib → lib}/node/helpers/nullable.d.ts +0 -0
- /package/{vue2/lib → lib}/node/helpers/preview-lru-cache/get.d.ts +0 -0
- /package/{vue2/lib → lib}/node/helpers/preview-lru-cache/helpers.d.ts +0 -0
- /package/{vue2/lib → lib}/node/helpers/preview-lru-cache/init.d.ts +0 -0
- /package/{vue2/lib → lib}/node/helpers/preview-lru-cache/set.d.ts +0 -0
- /package/{vue2/lib → lib}/node/helpers/preview-lru-cache/types.d.ts +0 -0
- /package/{vue2/lib → lib}/node/helpers/sessionId.d.ts +0 -0
- /package/{vue2/lib → lib}/node/helpers/time.d.ts +0 -0
- /package/{vue2/lib → lib}/node/helpers/url.d.ts +0 -0
- /package/{vue2/lib → lib}/node/helpers/uuid.d.ts +0 -0
- /package/{vue2/lib → lib}/node/helpers/visitorId.d.ts +0 -0
- /package/{vue3/lib → lib}/node/index-helpers/blocks-exports.d.ts +0 -0
- /package/{vue2/lib → lib}/node/index-helpers/top-of-file.d.ts +0 -0
- /package/{vue2/lib → lib}/node/index.d.ts +0 -0
- /package/{vue2/lib → lib}/node/scripts/init-editing.d.ts +0 -0
- /package/{vue2/lib → lib}/node/server-index.d.ts +0 -0
- /package/{vue3/lib → lib}/node/style.css +0 -0
- /package/{vue2/lib → lib}/node/types/api-version.d.ts +0 -0
- /package/{vue2/lib → lib}/node/types/builder-block.d.ts +0 -0
- /package/{vue2/lib → lib}/node/types/builder-content.d.ts +0 -0
- /package/{vue2/lib → lib}/node/types/builder-props.d.ts +0 -0
- /package/{vue2/lib → lib}/node/types/can-track.d.ts +0 -0
- /package/{vue2/lib → lib}/node/types/components.d.ts +0 -0
- /package/{vue2/lib → lib}/node/types/deep-partial.d.ts +0 -0
- /package/{vue2/lib → lib}/node/types/element.d.ts +0 -0
- /package/{vue2/lib → lib}/node/types/enforced-partials.d.ts +0 -0
- /package/{vue2/lib → lib}/node/types/input.d.ts +0 -0
- /package/{vue2/lib → lib}/node/types/typescript.d.ts +0 -0
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";var l=require("./style.css");const c=require("./index-255d62bb.cjs"),n=e=>e.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g,"$1-$2").toLowerCase(),o=e=>Object.entries(e).map(([r,s])=>{if(typeof s=="string")return`${n(r)}: ${s};`}).filter(c.checkIsDefined),a=e=>o(e).join(`
|
|
2
|
-
`),i=({mediaQuery:e,className:t,styles:r})=>{const s=`.${t} {
|
|
3
|
-
${a(r)}
|
|
4
|
-
}`;return e?`${e} {
|
|
5
|
-
${s}
|
|
6
|
-
}`:s};exports.convertStyleMapToCSSArray=o;exports.createCssClass=i;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import "./style.css";
|
|
2
|
-
import { c as o } from "./index-34d29a8a.js";
|
|
3
|
-
const c = (s) => s.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g, "$1-$2").toLowerCase(), n = (s) => Object.entries(s).map(([r, e]) => {
|
|
4
|
-
if (typeof e == "string")
|
|
5
|
-
return `${c(r)}: ${e};`;
|
|
6
|
-
}).filter(o), a = (s) => n(s).join(`
|
|
7
|
-
`), l = ({
|
|
8
|
-
mediaQuery: s,
|
|
9
|
-
className: t,
|
|
10
|
-
styles: r
|
|
11
|
-
}) => {
|
|
12
|
-
const e = `.${t} {
|
|
13
|
-
${a(r)}
|
|
14
|
-
}`;
|
|
15
|
-
return s ? `${s} {
|
|
16
|
-
${e}
|
|
17
|
-
}` : e;
|
|
18
|
-
};
|
|
19
|
-
export {
|
|
20
|
-
n as a,
|
|
21
|
-
l as c
|
|
22
|
-
};
|
|
@@ -1,440 +0,0 @@
|
|
|
1
|
-
import "./style.css";
|
|
2
|
-
import { defineComponent as k } from "vue";
|
|
3
|
-
import { r as w, m as h, T as y, l as f, _ as g, o as b, p as _, i as p, f as E, q as I, t as U, u as M, v as H, n as P } from "./index-34d29a8a.js";
|
|
4
|
-
import { e as C } from "./evaluate-636aee70.js";
|
|
5
|
-
function S(n) {
|
|
6
|
-
return Math.round(n * 1e3) / 1e3;
|
|
7
|
-
}
|
|
8
|
-
const T = (n, e, t = !0) => {
|
|
9
|
-
if (!(n instanceof HTMLElement))
|
|
10
|
-
return null;
|
|
11
|
-
let i = t ? n : n.parentElement;
|
|
12
|
-
do {
|
|
13
|
-
if (!i)
|
|
14
|
-
return null;
|
|
15
|
-
if (e(i))
|
|
16
|
-
return i;
|
|
17
|
-
} while (i = i.parentElement);
|
|
18
|
-
return null;
|
|
19
|
-
}, K = (n) => T(n, (e) => {
|
|
20
|
-
const t = e.getAttribute("builder-id") || e.id;
|
|
21
|
-
return (t == null ? void 0 : t.indexOf("builder-")) === 0;
|
|
22
|
-
}), v = ({
|
|
23
|
-
event: n,
|
|
24
|
-
target: e
|
|
25
|
-
}) => {
|
|
26
|
-
const t = e.getBoundingClientRect(), i = n.clientX - t.left, o = n.clientY - t.top, s = S(i / t.width), a = S(o / t.height);
|
|
27
|
-
return {
|
|
28
|
-
x: s,
|
|
29
|
-
y: a
|
|
30
|
-
};
|
|
31
|
-
}, q = (n) => {
|
|
32
|
-
const e = n.target, t = e && K(e), i = (t == null ? void 0 : t.getAttribute("builder-id")) || (t == null ? void 0 : t.id);
|
|
33
|
-
return {
|
|
34
|
-
targetBuilderElement: i || void 0,
|
|
35
|
-
metadata: {
|
|
36
|
-
targetOffset: e ? v({
|
|
37
|
-
event: n,
|
|
38
|
-
target: e
|
|
39
|
-
}) : void 0,
|
|
40
|
-
builderTargetOffset: t ? v({
|
|
41
|
-
event: n,
|
|
42
|
-
target: t
|
|
43
|
-
}) : void 0,
|
|
44
|
-
builderElementIndex: t && i ? [].slice.call(document.getElementsByClassName(i)).indexOf(t) : void 0
|
|
45
|
-
}
|
|
46
|
-
};
|
|
47
|
-
}, O = "0.10.0", N = () => {
|
|
48
|
-
w("insertMenu", {
|
|
49
|
-
name: "_default",
|
|
50
|
-
default: !0,
|
|
51
|
-
items: [{
|
|
52
|
-
name: "Box"
|
|
53
|
-
}, {
|
|
54
|
-
name: "Text"
|
|
55
|
-
}, {
|
|
56
|
-
name: "Image"
|
|
57
|
-
}, {
|
|
58
|
-
name: "Columns"
|
|
59
|
-
}, {
|
|
60
|
-
name: "Core:Section"
|
|
61
|
-
}, {
|
|
62
|
-
name: "Core:Button"
|
|
63
|
-
}, {
|
|
64
|
-
name: "Embed"
|
|
65
|
-
}, {
|
|
66
|
-
name: "Custom Code"
|
|
67
|
-
}]
|
|
68
|
-
});
|
|
69
|
-
};
|
|
70
|
-
let R = !1;
|
|
71
|
-
const j = (n = {}) => {
|
|
72
|
-
var e, t;
|
|
73
|
-
R || (R = !0, h() && ((e = window.parent) == null || e.postMessage({
|
|
74
|
-
type: "builder.sdkInfo",
|
|
75
|
-
data: {
|
|
76
|
-
target: y,
|
|
77
|
-
version: O,
|
|
78
|
-
supportsPatchUpdates: !1,
|
|
79
|
-
// Supports builder-model="..." attribute which is needed to
|
|
80
|
-
// scope our '+ add block' button styling
|
|
81
|
-
supportsAddBlockScoping: !0,
|
|
82
|
-
supportsCustomBreakpoints: !0
|
|
83
|
-
}
|
|
84
|
-
}, "*"), (t = window.parent) == null || t.postMessage({
|
|
85
|
-
type: "builder.updateContent",
|
|
86
|
-
data: {
|
|
87
|
-
options: n
|
|
88
|
-
}
|
|
89
|
-
}, "*"), window.addEventListener("message", ({
|
|
90
|
-
data: i
|
|
91
|
-
}) => {
|
|
92
|
-
var o, s;
|
|
93
|
-
if (i != null && i.type)
|
|
94
|
-
switch (i.type) {
|
|
95
|
-
case "builder.evaluate": {
|
|
96
|
-
const a = i.data.text, d = i.data.arguments || [], l = i.data.id, x = new Function(a);
|
|
97
|
-
let r, c = null;
|
|
98
|
-
try {
|
|
99
|
-
r = x.apply(null, d);
|
|
100
|
-
} catch (u) {
|
|
101
|
-
c = u;
|
|
102
|
-
}
|
|
103
|
-
c ? (o = window.parent) == null || o.postMessage({
|
|
104
|
-
type: "builder.evaluateError",
|
|
105
|
-
data: {
|
|
106
|
-
id: l,
|
|
107
|
-
error: c.message
|
|
108
|
-
}
|
|
109
|
-
}, "*") : r && typeof r.then == "function" ? r.then((u) => {
|
|
110
|
-
var m;
|
|
111
|
-
(m = window.parent) == null || m.postMessage({
|
|
112
|
-
type: "builder.evaluateResult",
|
|
113
|
-
data: {
|
|
114
|
-
id: l,
|
|
115
|
-
result: u
|
|
116
|
-
}
|
|
117
|
-
}, "*");
|
|
118
|
-
}).catch(console.error) : (s = window.parent) == null || s.postMessage({
|
|
119
|
-
type: "builder.evaluateResult",
|
|
120
|
-
data: {
|
|
121
|
-
result: r,
|
|
122
|
-
id: l
|
|
123
|
-
}
|
|
124
|
-
}, "*");
|
|
125
|
-
break;
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
})));
|
|
129
|
-
}, A = k({
|
|
130
|
-
name: "enable-editor",
|
|
131
|
-
props: [
|
|
132
|
-
"builderContextSignal",
|
|
133
|
-
"contentWrapper",
|
|
134
|
-
"model",
|
|
135
|
-
"context",
|
|
136
|
-
"canTrack",
|
|
137
|
-
"apiKey",
|
|
138
|
-
"locale",
|
|
139
|
-
"includeRefs",
|
|
140
|
-
"enrich",
|
|
141
|
-
"content",
|
|
142
|
-
"showContent",
|
|
143
|
-
"contentWrapperProps"
|
|
144
|
-
],
|
|
145
|
-
data() {
|
|
146
|
-
return {
|
|
147
|
-
forceReRenderCount: 0,
|
|
148
|
-
lastUpdated: 0,
|
|
149
|
-
shouldSendResetCookie: !1,
|
|
150
|
-
ContentWrapper: this.contentWrapper || "div",
|
|
151
|
-
httpReqsData: {},
|
|
152
|
-
clicked: !1,
|
|
153
|
-
builderContext: f
|
|
154
|
-
};
|
|
155
|
-
},
|
|
156
|
-
provide() {
|
|
157
|
-
const n = this;
|
|
158
|
-
return {
|
|
159
|
-
[f.key]: n.builderContextSignal
|
|
160
|
-
};
|
|
161
|
-
},
|
|
162
|
-
mounted() {
|
|
163
|
-
(() => {
|
|
164
|
-
var t, i;
|
|
165
|
-
if (h()) {
|
|
166
|
-
if (p() && this.$refs.elementRef && this.$refs.elementRef.dispatchEvent(
|
|
167
|
-
new CustomEvent("initeditingbldr")
|
|
168
|
-
), this.builderContextSignal.content && b(this.canTrack)) {
|
|
169
|
-
const s = (t = this.builderContextSignal.content) == null ? void 0 : t.testVariationId, a = (i = this.builderContextSignal.content) == null ? void 0 : i.id, d = this.apiKey;
|
|
170
|
-
g({
|
|
171
|
-
type: "impression",
|
|
172
|
-
canTrack: !0,
|
|
173
|
-
contentId: a,
|
|
174
|
-
apiKey: d,
|
|
175
|
-
variationId: s !== a ? s : void 0
|
|
176
|
-
});
|
|
177
|
-
}
|
|
178
|
-
M() && this.$refs.elementRef && this.$refs.elementRef.dispatchEvent(
|
|
179
|
-
new CustomEvent("initpreviewingbldr")
|
|
180
|
-
);
|
|
181
|
-
}
|
|
182
|
-
})(), (() => {
|
|
183
|
-
this.apiKey || H.error(
|
|
184
|
-
"No API key provided to `RenderContent` component. This can cause issues. Please provide an API key using the `apiKey` prop."
|
|
185
|
-
), this.evaluateJsCode(), this.runHttpRequests(), this.emitStateUpdate();
|
|
186
|
-
})();
|
|
187
|
-
},
|
|
188
|
-
watch: {
|
|
189
|
-
onUpdateHook0: {
|
|
190
|
-
handler() {
|
|
191
|
-
this.content && this.mergeNewContent(this.content);
|
|
192
|
-
},
|
|
193
|
-
immediate: !0
|
|
194
|
-
},
|
|
195
|
-
onUpdateHook1: { handler() {
|
|
196
|
-
}, immediate: !0 },
|
|
197
|
-
onUpdateHook2: {
|
|
198
|
-
handler() {
|
|
199
|
-
this.evaluateJsCode();
|
|
200
|
-
},
|
|
201
|
-
immediate: !0
|
|
202
|
-
},
|
|
203
|
-
onUpdateHook3: {
|
|
204
|
-
handler() {
|
|
205
|
-
this.runHttpRequests();
|
|
206
|
-
},
|
|
207
|
-
immediate: !0
|
|
208
|
-
},
|
|
209
|
-
onUpdateHook4: {
|
|
210
|
-
handler() {
|
|
211
|
-
this.emitStateUpdate();
|
|
212
|
-
},
|
|
213
|
-
immediate: !0
|
|
214
|
-
}
|
|
215
|
-
},
|
|
216
|
-
unmounted() {
|
|
217
|
-
h() && (window.removeEventListener("message", this.processMessage), window.removeEventListener(
|
|
218
|
-
"builder:component:stateChangeListenerActivated",
|
|
219
|
-
this.emitStateUpdate
|
|
220
|
-
));
|
|
221
|
-
},
|
|
222
|
-
computed: {
|
|
223
|
-
onUpdateHook0() {
|
|
224
|
-
return {
|
|
225
|
-
0: this.content
|
|
226
|
-
};
|
|
227
|
-
},
|
|
228
|
-
onUpdateHook1() {
|
|
229
|
-
return {
|
|
230
|
-
0: this.shouldSendResetCookie
|
|
231
|
-
};
|
|
232
|
-
},
|
|
233
|
-
onUpdateHook2() {
|
|
234
|
-
var n, e;
|
|
235
|
-
return {
|
|
236
|
-
0: (e = (n = this.builderContextSignal.content) == null ? void 0 : n.data) == null ? void 0 : e.jsCode,
|
|
237
|
-
1: this.builderContextSignal.rootState
|
|
238
|
-
};
|
|
239
|
-
},
|
|
240
|
-
onUpdateHook3() {
|
|
241
|
-
var n, e;
|
|
242
|
-
return {
|
|
243
|
-
0: (e = (n = this.builderContextSignal.content) == null ? void 0 : n.data) == null ? void 0 : e.httpRequests
|
|
244
|
-
};
|
|
245
|
-
},
|
|
246
|
-
onUpdateHook4() {
|
|
247
|
-
return {
|
|
248
|
-
0: this.builderContextSignal.rootState
|
|
249
|
-
};
|
|
250
|
-
}
|
|
251
|
-
},
|
|
252
|
-
methods: {
|
|
253
|
-
mergeNewContent(n) {
|
|
254
|
-
var t, i, o, s, a;
|
|
255
|
-
const e = {
|
|
256
|
-
...this.builderContextSignal.content,
|
|
257
|
-
...n,
|
|
258
|
-
data: {
|
|
259
|
-
...(t = this.builderContextSignal.content) == null ? void 0 : t.data,
|
|
260
|
-
...n == null ? void 0 : n.data
|
|
261
|
-
},
|
|
262
|
-
meta: {
|
|
263
|
-
...(i = this.builderContextSignal.content) == null ? void 0 : i.meta,
|
|
264
|
-
...n == null ? void 0 : n.meta,
|
|
265
|
-
breakpoints: ((o = n == null ? void 0 : n.meta) == null ? void 0 : o.breakpoints) || ((a = (s = this.builderContextSignal.content) == null ? void 0 : s.meta) == null ? void 0 : a.breakpoints)
|
|
266
|
-
}
|
|
267
|
-
};
|
|
268
|
-
this.builderContextSignal.content = e;
|
|
269
|
-
},
|
|
270
|
-
processMessage(n) {
|
|
271
|
-
var t;
|
|
272
|
-
const { data: e } = n;
|
|
273
|
-
if (e)
|
|
274
|
-
switch (e.type) {
|
|
275
|
-
case "builder.configureSdk": {
|
|
276
|
-
const i = e.data, { breakpoints: o, contentId: s } = i;
|
|
277
|
-
if (!s || s !== ((t = this.builderContextSignal.content) == null ? void 0 : t.id))
|
|
278
|
-
return;
|
|
279
|
-
o && this.mergeNewContent({
|
|
280
|
-
meta: {
|
|
281
|
-
breakpoints: o
|
|
282
|
-
}
|
|
283
|
-
}), this.forceReRenderCount = this.forceReRenderCount + 1;
|
|
284
|
-
break;
|
|
285
|
-
}
|
|
286
|
-
case "builder.contentUpdate": {
|
|
287
|
-
const i = e.data, o = i.key || i.alias || i.entry || i.modelName, s = i.data;
|
|
288
|
-
o === this.model && (this.mergeNewContent(s), this.forceReRenderCount = this.forceReRenderCount + 1);
|
|
289
|
-
break;
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
evaluateJsCode() {
|
|
294
|
-
var e, t;
|
|
295
|
-
const n = (t = (e = this.builderContextSignal.content) == null ? void 0 : e.data) == null ? void 0 : t.jsCode;
|
|
296
|
-
n && C({
|
|
297
|
-
code: n,
|
|
298
|
-
context: this.context || {},
|
|
299
|
-
localState: void 0,
|
|
300
|
-
rootState: this.builderContextSignal.rootState,
|
|
301
|
-
rootSetState: this.builderContextSignal.rootSetState
|
|
302
|
-
});
|
|
303
|
-
},
|
|
304
|
-
onClick(n) {
|
|
305
|
-
var e, t;
|
|
306
|
-
if (this.builderContextSignal.content) {
|
|
307
|
-
const i = (e = this.builderContextSignal.content) == null ? void 0 : e.testVariationId, o = (t = this.builderContextSignal.content) == null ? void 0 : t.id;
|
|
308
|
-
g({
|
|
309
|
-
type: "click",
|
|
310
|
-
canTrack: b(this.canTrack),
|
|
311
|
-
contentId: o,
|
|
312
|
-
apiKey: this.apiKey,
|
|
313
|
-
variationId: i !== o ? i : void 0,
|
|
314
|
-
...q(n),
|
|
315
|
-
unique: !this.clicked
|
|
316
|
-
});
|
|
317
|
-
}
|
|
318
|
-
this.clicked || (this.clicked = !0);
|
|
319
|
-
},
|
|
320
|
-
evalExpression(n) {
|
|
321
|
-
return n.replace(
|
|
322
|
-
/{{([^}]+)}}/g,
|
|
323
|
-
(e, t) => C({
|
|
324
|
-
code: t,
|
|
325
|
-
context: this.context || {},
|
|
326
|
-
localState: void 0,
|
|
327
|
-
rootState: this.builderContextSignal.rootState,
|
|
328
|
-
rootSetState: this.builderContextSignal.rootSetState
|
|
329
|
-
})
|
|
330
|
-
);
|
|
331
|
-
},
|
|
332
|
-
handleRequest({ url: n, key: e }) {
|
|
333
|
-
_(n).then((t) => t.json()).then((t) => {
|
|
334
|
-
var o, s;
|
|
335
|
-
const i = {
|
|
336
|
-
...this.builderContextSignal.rootState,
|
|
337
|
-
[e]: t
|
|
338
|
-
};
|
|
339
|
-
(s = (o = this.builderContextSignal).rootSetState) == null || s.call(o, i), this.httpReqsData[e] = !0;
|
|
340
|
-
}).catch((t) => {
|
|
341
|
-
console.error("error fetching dynamic data", n, t);
|
|
342
|
-
});
|
|
343
|
-
},
|
|
344
|
-
runHttpRequests() {
|
|
345
|
-
var e, t;
|
|
346
|
-
const n = ((t = (e = this.builderContextSignal.content) == null ? void 0 : e.data) == null ? void 0 : t.httpRequests) ?? {};
|
|
347
|
-
Object.entries(n).forEach(([i, o]) => {
|
|
348
|
-
if (o && (!this.httpReqsData[i] || p())) {
|
|
349
|
-
const s = this.evalExpression(o);
|
|
350
|
-
this.handleRequest({
|
|
351
|
-
url: s,
|
|
352
|
-
key: i
|
|
353
|
-
});
|
|
354
|
-
}
|
|
355
|
-
});
|
|
356
|
-
},
|
|
357
|
-
emitStateUpdate() {
|
|
358
|
-
p() && window.dispatchEvent(
|
|
359
|
-
new CustomEvent(
|
|
360
|
-
"builder:component:stateChange",
|
|
361
|
-
{
|
|
362
|
-
detail: {
|
|
363
|
-
state: E(this.builderContextSignal.rootState),
|
|
364
|
-
ref: {
|
|
365
|
-
name: this.model
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
)
|
|
370
|
-
);
|
|
371
|
-
},
|
|
372
|
-
elementRef_onIniteditingbldr(n) {
|
|
373
|
-
this.forceReRenderCount = this.forceReRenderCount + 1, window.addEventListener("message", this.processMessage), N(), j({
|
|
374
|
-
...this.locale ? {
|
|
375
|
-
locale: this.locale
|
|
376
|
-
} : {},
|
|
377
|
-
...this.includeRefs ? {
|
|
378
|
-
includeRefs: this.includeRefs
|
|
379
|
-
} : {},
|
|
380
|
-
...this.enrich ? {
|
|
381
|
-
enrich: this.enrich
|
|
382
|
-
} : {}
|
|
383
|
-
}), Object.values(
|
|
384
|
-
this.builderContextSignal.componentInfos
|
|
385
|
-
).forEach((e) => {
|
|
386
|
-
var i;
|
|
387
|
-
const t = I(e);
|
|
388
|
-
(i = window.parent) == null || i.postMessage(t, "*");
|
|
389
|
-
}), window.addEventListener(
|
|
390
|
-
"builder:component:stateChangeListenerActivated",
|
|
391
|
-
this.emitStateUpdate
|
|
392
|
-
);
|
|
393
|
-
},
|
|
394
|
-
elementRef_onInitpreviewingbldr(n) {
|
|
395
|
-
const e = new URL(location.href).searchParams, t = e.get("builder.preview"), i = e.get(
|
|
396
|
-
`builder.preview.${t}`
|
|
397
|
-
), o = e.get("apiKey") || e.get("builder.space");
|
|
398
|
-
t === this.model && o === this.apiKey && (!this.content || i === this.content.id) && U({
|
|
399
|
-
model: this.model,
|
|
400
|
-
apiKey: this.apiKey,
|
|
401
|
-
apiVersion: this.builderContextSignal.apiVersion
|
|
402
|
-
}).then((s) => {
|
|
403
|
-
s && this.mergeNewContent(s);
|
|
404
|
-
});
|
|
405
|
-
},
|
|
406
|
-
_classStringToObject(n) {
|
|
407
|
-
const e = {};
|
|
408
|
-
if (typeof n != "string")
|
|
409
|
-
return e;
|
|
410
|
-
const t = n.trim().split(/\s+/);
|
|
411
|
-
for (const i of t)
|
|
412
|
-
e[i] = !0;
|
|
413
|
-
return e;
|
|
414
|
-
}
|
|
415
|
-
}
|
|
416
|
-
});
|
|
417
|
-
var L = function() {
|
|
418
|
-
var i, o, s;
|
|
419
|
-
var e = this, t = e._self._c;
|
|
420
|
-
return e._self._setupProxy, e.builderContextSignal.content ? t(e.ContentWrapper, e._b({ key: e.forceReRenderCount, ref: "elementRef", tag: "component", class: e._classStringToObject(`variant-${((i = e.content) == null ? void 0 : i.testVariationId) || ((o = e.content) == null ? void 0 : o.id)}`), attrs: { onClick: (a) => e.onClick(a), "builder-content-id": (s = e.builderContextSignal.content) == null ? void 0 : s.id, "builder-model": e.model, onIniteditingbldr: (a) => e.elementRef_onIniteditingbldr(a), onInitpreviewingbldr: (a) => e.elementRef_onInitpreviewingbldr(a) } }, "component", {
|
|
421
|
-
...e.showContent ? {} : {
|
|
422
|
-
hidden: !0,
|
|
423
|
-
"aria-hidden": !0
|
|
424
|
-
},
|
|
425
|
-
...e.contentWrapperProps
|
|
426
|
-
}, !1), [e._t("default")], 2) : e._e();
|
|
427
|
-
}, B = [], V = /* @__PURE__ */ P(
|
|
428
|
-
A,
|
|
429
|
-
L,
|
|
430
|
-
B,
|
|
431
|
-
!1,
|
|
432
|
-
null,
|
|
433
|
-
null,
|
|
434
|
-
null,
|
|
435
|
-
null
|
|
436
|
-
);
|
|
437
|
-
const J = V.exports;
|
|
438
|
-
export {
|
|
439
|
-
J as default
|
|
440
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var P=require("./style.css");Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const S=require("vue"),r=require("./index-255d62bb.cjs"),m=require("./evaluate-0bfb6f5e.cjs");function f(n){return Math.round(n*1e3)/1e3}const v=(n,e,t=!0)=>{if(!(n instanceof HTMLElement))return null;let i=t?n:n.parentElement;do{if(!i)return null;if(e(i))return i}while(i=i.parentElement);return null},x=n=>v(n,e=>{const t=e.getAttribute("builder-id")||e.id;return(t==null?void 0:t.indexOf("builder-"))===0}),g=({event:n,target:e})=>{const t=e.getBoundingClientRect(),i=n.clientX-t.left,o=n.clientY-t.top,s=f(i/t.width),a=f(o/t.height);return{x:s,y:a}},R=n=>{const e=n.target,t=e&&x(e),i=(t==null?void 0:t.getAttribute("builder-id"))||(t==null?void 0:t.id);return{targetBuilderElement:i||void 0,metadata:{targetOffset:e?g({event:n,target:e}):void 0,builderTargetOffset:t?g({event:n,target:t}):void 0,builderElementIndex:t&&i?[].slice.call(document.getElementsByClassName(i)).indexOf(t):void 0}}},k="0.10.0",w=()=>{r.register("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 b=!1;const y=(n={})=>{var e,t;b||(b=!0,r.isBrowser()&&((e=window.parent)==null||e.postMessage({type:"builder.sdkInfo",data:{target:r.TARGET,version:k,supportsPatchUpdates:!1,supportsAddBlockScoping:!0,supportsCustomBreakpoints:!0}},"*"),(t=window.parent)==null||t.postMessage({type:"builder.updateContent",data:{options:n}},"*"),window.addEventListener("message",({data:i})=>{var o,s;if(i!=null&&i.type)switch(i.type){case"builder.evaluate":{const a=i.data.text,l=i.data.arguments||[],c=i.data.id,C=new Function(a);let d,u=null;try{d=C.apply(null,l)}catch(h){u=h}u?(o=window.parent)==null||o.postMessage({type:"builder.evaluateError",data:{id:c,error:u.message}},"*"):d&&typeof d.then=="function"?d.then(h=>{var p;(p=window.parent)==null||p.postMessage({type:"builder.evaluateResult",data:{id:c,result:h}},"*")}).catch(console.error):(s=window.parent)==null||s.postMessage({type:"builder.evaluateResult",data:{result:d,id:c}},"*");break}}})))},_=S.defineComponent({name:"enable-editor",props:["builderContextSignal","contentWrapper","model","context","canTrack","apiKey","locale","includeRefs","enrich","content","showContent","contentWrapperProps"],data(){return{forceReRenderCount:0,lastUpdated:0,shouldSendResetCookie:!1,ContentWrapper:this.contentWrapper||"div",httpReqsData:{},clicked:!1,builderContext:r.builderContext}},provide(){const n=this;return{[r.builderContext.key]:n.builderContextSignal}},mounted(){(()=>{var t,i;if(r.isBrowser()){if(r.isEditing()&&this.$refs.elementRef&&this.$refs.elementRef.dispatchEvent(new CustomEvent("initeditingbldr")),this.builderContextSignal.content&&r.getDefaultCanTrack(this.canTrack)){const s=(t=this.builderContextSignal.content)==null?void 0:t.testVariationId,a=(i=this.builderContextSignal.content)==null?void 0:i.id,l=this.apiKey;r._track({type:"impression",canTrack:!0,contentId:a,apiKey:l,variationId:s!==a?s:void 0})}r.isPreviewing()&&this.$refs.elementRef&&this.$refs.elementRef.dispatchEvent(new CustomEvent("initpreviewingbldr"))}})(),(()=>{this.apiKey||r.logger.error("No API key provided to `RenderContent` component. This can cause issues. Please provide an API key using the `apiKey` prop."),this.evaluateJsCode(),this.runHttpRequests(),this.emitStateUpdate()})()},watch:{onUpdateHook0:{handler(){this.content&&this.mergeNewContent(this.content)},immediate:!0},onUpdateHook1:{handler(){},immediate:!0},onUpdateHook2:{handler(){this.evaluateJsCode()},immediate:!0},onUpdateHook3:{handler(){this.runHttpRequests()},immediate:!0},onUpdateHook4:{handler(){this.emitStateUpdate()},immediate:!0}},unmounted(){r.isBrowser()&&(window.removeEventListener("message",this.processMessage),window.removeEventListener("builder:component:stateChangeListenerActivated",this.emitStateUpdate))},computed:{onUpdateHook0(){return{0:this.content}},onUpdateHook1(){return{0:this.shouldSendResetCookie}},onUpdateHook2(){var n,e;return{0:(e=(n=this.builderContextSignal.content)==null?void 0:n.data)==null?void 0:e.jsCode,1:this.builderContextSignal.rootState}},onUpdateHook3(){var n,e;return{0:(e=(n=this.builderContextSignal.content)==null?void 0:n.data)==null?void 0:e.httpRequests}},onUpdateHook4(){return{0:this.builderContextSignal.rootState}}},methods:{mergeNewContent(n){var t,i,o,s,a;const e={...this.builderContextSignal.content,...n,data:{...(t=this.builderContextSignal.content)==null?void 0:t.data,...n==null?void 0:n.data},meta:{...(i=this.builderContextSignal.content)==null?void 0:i.meta,...n==null?void 0:n.meta,breakpoints:((o=n==null?void 0:n.meta)==null?void 0:o.breakpoints)||((a=(s=this.builderContextSignal.content)==null?void 0:s.meta)==null?void 0:a.breakpoints)}};this.builderContextSignal.content=e},processMessage(n){var t;const{data:e}=n;if(e)switch(e.type){case"builder.configureSdk":{const i=e.data,{breakpoints:o,contentId:s}=i;if(!s||s!==((t=this.builderContextSignal.content)==null?void 0:t.id))return;o&&this.mergeNewContent({meta:{breakpoints:o}}),this.forceReRenderCount=this.forceReRenderCount+1;break}case"builder.contentUpdate":{const i=e.data,o=i.key||i.alias||i.entry||i.modelName,s=i.data;o===this.model&&(this.mergeNewContent(s),this.forceReRenderCount=this.forceReRenderCount+1);break}}},evaluateJsCode(){var e,t;const n=(t=(e=this.builderContextSignal.content)==null?void 0:e.data)==null?void 0:t.jsCode;n&&m.evaluate({code:n,context:this.context||{},localState:void 0,rootState:this.builderContextSignal.rootState,rootSetState:this.builderContextSignal.rootSetState})},onClick(n){var e,t;if(this.builderContextSignal.content){const i=(e=this.builderContextSignal.content)==null?void 0:e.testVariationId,o=(t=this.builderContextSignal.content)==null?void 0:t.id;r._track({type:"click",canTrack:r.getDefaultCanTrack(this.canTrack),contentId:o,apiKey:this.apiKey,variationId:i!==o?i:void 0,...R(n),unique:!this.clicked})}this.clicked||(this.clicked=!0)},evalExpression(n){return n.replace(/{{([^}]+)}}/g,(e,t)=>m.evaluate({code:t,context:this.context||{},localState:void 0,rootState:this.builderContextSignal.rootState,rootSetState:this.builderContextSignal.rootSetState}))},handleRequest({url:n,key:e}){r.fetch(n).then(t=>t.json()).then(t=>{var o,s;const i={...this.builderContextSignal.rootState,[e]:t};(s=(o=this.builderContextSignal).rootSetState)==null||s.call(o,i),this.httpReqsData[e]=!0}).catch(t=>{console.error("error fetching dynamic data",n,t)})},runHttpRequests(){var e,t;const n=((t=(e=this.builderContextSignal.content)==null?void 0:e.data)==null?void 0:t.httpRequests)??{};Object.entries(n).forEach(([i,o])=>{if(o&&(!this.httpReqsData[i]||r.isEditing())){const s=this.evalExpression(o);this.handleRequest({url:s,key:i})}})},emitStateUpdate(){r.isEditing()&&window.dispatchEvent(new CustomEvent("builder:component:stateChange",{detail:{state:r.fastClone(this.builderContextSignal.rootState),ref:{name:this.model}}}))},elementRef_onIniteditingbldr(n){this.forceReRenderCount=this.forceReRenderCount+1,window.addEventListener("message",this.processMessage),w(),y({...this.locale?{locale:this.locale}:{},...this.includeRefs?{includeRefs:this.includeRefs}:{},...this.enrich?{enrich:this.enrich}:{}}),Object.values(this.builderContextSignal.componentInfos).forEach(e=>{var i;const t=r.createRegisterComponentMessage(e);(i=window.parent)==null||i.postMessage(t,"*")}),window.addEventListener("builder:component:stateChangeListenerActivated",this.emitStateUpdate)},elementRef_onInitpreviewingbldr(n){const e=new URL(location.href).searchParams,t=e.get("builder.preview"),i=e.get(`builder.preview.${t}`),o=e.get("apiKey")||e.get("builder.space");t===this.model&&o===this.apiKey&&(!this.content||i===this.content.id)&&r.fetchOneEntry({model:this.model,apiKey:this.apiKey,apiVersion:this.builderContextSignal.apiVersion}).then(s=>{s&&this.mergeNewContent(s)})},_classStringToObject(n){const e={};if(typeof n!="string")return e;const t=n.trim().split(/\s+/);for(const i of t)e[i]=!0;return e}}});var E=function(){var i,o,s;var e=this,t=e._self._c;return e._self._setupProxy,e.builderContextSignal.content?t(e.ContentWrapper,e._b({key:e.forceReRenderCount,ref:"elementRef",tag:"component",class:e._classStringToObject(`variant-${((i=e.content)==null?void 0:i.testVariationId)||((o=e.content)==null?void 0:o.id)}`),attrs:{onClick:a=>e.onClick(a),"builder-content-id":(s=e.builderContextSignal.content)==null?void 0:s.id,"builder-model":e.model,onIniteditingbldr:a=>e.elementRef_onIniteditingbldr(a),onInitpreviewingbldr:a=>e.elementRef_onInitpreviewingbldr(a)}},"component",{...e.showContent?{}:{hidden:!0,"aria-hidden":!0},...e.contentWrapperProps},!1),[e._t("default")],2):e._e()},I=[],M=r.normalizeComponent(_,E,I,!1,null,null,null,null);const U=M.exports;exports.default=U;
|