@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,124 +0,0 @@
|
|
|
1
|
-
"use strict";var Pn=require("./style.css");const m=require("vue");function $(e={},t,n){const o={};for(const r in e){if(!e[r]||n&&!r.startsWith(t))continue;const i=n?r.replace(t,""):r;o[i]=e[r]}return o}const yt=m.defineComponent({name:"builder-button",props:["attributes","text","link","openLinkInNewTab"],data(){return{filterAttrs:$}},methods:{_classStringToObject(e){const t={};if(typeof e!="string")return t;const n=e.trim().split(/\s+/);for(const o of n)t[o]=!0;return t}}});function u(e,t,n,o,r,i,s,h){var a=typeof e=="function"?e.options:e;t&&(a.render=t,a.staticRenderFns=n,a._compiled=!0),o&&(a.functional=!0),i&&(a._scopeId="data-v-"+i);var c;if(s?(c=function(l){l=l||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!l&&typeof __VUE_SSR_CONTEXT__<"u"&&(l=__VUE_SSR_CONTEXT__),r&&r.call(this,l),l&&l._registeredComponents&&l._registeredComponents.add(s)},a._ssrRegister=c):r&&(c=h?function(){r.call(this,(a.functional?this.parent:this).$root.$options.shadowRoot)}:r),c)if(a.functional){a._injectStyles=c;var v=a.render;a.render=function(k,y){return c.call(y),v(k,y)}}else{var S=a.beforeCreate;a.beforeCreate=S?[].concat(S,c):[c]}return{exports:e,options:a}}var vt=function(){var t=this,n=t._self._c;return t._self._setupProxy,t.link?n("a",t._g(t._b({attrs:{href:t.link,target:t.openLinkInNewTab?"_blank":void 0,role:"button"}},"a",t.filterAttrs(t.attributes,"v-on:",!1),!1),t.filterAttrs(t.attributes,"v-on:",!0)),[t._v(" "+t._s(t.text)+" ")]):n("button",t._g(t._b({class:t._classStringToObject(t.attributes.class+" button-2fnk003dqad"),style:t.attributes.style},"button",t.filterAttrs(t.attributes,"v-on:",!1),!1),t.filterAttrs(t.attributes,"v-on:",!0)),[t._v(" "+t._s(t.text)+" ")])},St=[],kt=u(yt,vt,St,!1,null,"ab46b8bd",null,null);const Ct=kt.exports,P=e=>JSON.parse(JSON.stringify(e)),H={small:{min:320,default:321,max:640},medium:{min:641,default:642,max:991},large:{min:990,default:991,max:1200}},xt=(e,t=H)=>`@media (max-width: ${t[e].max}px)`,Q=({small:e,medium:t})=>{const n=P(H);if(!e||!t)return n;const o=Math.floor(e/2);n.small={max:e,min:o,default:o+1};const r=n.small.max+1;n.medium={max:t,min:r,default:r+1};const i=n.medium.max+1;return n.large={max:2e3,min:i,default:i+1},n},_="vue2",wt=()=>Promise.resolve().then(()=>Y).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component Blocks at ../../components/blocks/blocks.vue",e),e}),It=()=>Promise.resolve().then(()=>require("./inlined-styles-52d0d9db.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component InlinedStyles at ../../components/inlined-styles.vue",e),e}),Tt=m.defineComponent({name:"builder-columns",components:{"inlined-styles":It,blocks:wt},props:["js","space","columns","stackColumnsAt","reverseColumnsWhenStacked","builderContext","builderBlock","builderComponents"],data(){return{gutterSize:typeof this.space=="number"?this.space||0:20,cols:this.columns||[],stackAt:this.stackColumnsAt||"tablet",flexDir:this.stackColumnsAt==="never"?"row":this.reverseColumnsWhenStacked?"column-reverse":"column",TARGET:_}},computed:{columnsCssVars(){return{"--flex-dir":this.flexDir,"--flex-dir-tablet":this.getTabletStyle({stackedStyle:this.flexDir,desktopStyle:"row"})}},columnsStyles(){return`
|
|
2
|
-
@media (max-width: ${this.getWidthForBreakpointSize("medium")}px) {
|
|
3
|
-
.${this.builderBlock.id}-breakpoints {
|
|
4
|
-
flex-direction: var(--flex-dir-tablet);
|
|
5
|
-
align-items: stretch;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.${this.builderBlock.id}-breakpoints > .builder-column {
|
|
9
|
-
width: var(--column-width-tablet) !important;
|
|
10
|
-
margin-left: var(--column-margin-left-tablet) !important;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
@media (max-width: ${this.getWidthForBreakpointSize("small")}px) {
|
|
15
|
-
.${this.builderBlock.id}-breakpoints {
|
|
16
|
-
flex-direction: var(--flex-dir);
|
|
17
|
-
align-items: stretch;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.${this.builderBlock.id}-breakpoints > .builder-column {
|
|
21
|
-
width: var(--column-width-mobile) !important;
|
|
22
|
-
margin-left: var(--column-margin-left-mobile) !important;
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
`}},methods:{getWidth(e){var t;return((t=this.cols[e])==null?void 0:t.width)||100/this.cols.length},getColumnCssWidth(e){const t=this.gutterSize*(this.cols.length-1)/this.cols.length;return`calc(${this.getWidth(e)}% - ${t}px)`},getTabletStyle({stackedStyle:e,desktopStyle:t}){return this.stackAt==="tablet"?e:t},getMobileStyle({stackedStyle:e,desktopStyle:t}){return this.stackAt==="never"?t:e},columnCssVars(e){const t=e===0?0:this.gutterSize,n=this.getColumnCssWidth(e),o=`${t}px`,r="100%",i=0;return{width:n,["margin-left"]:o,"--column-width-mobile":this.getMobileStyle({stackedStyle:r,desktopStyle:n}),"--column-margin-left-mobile":this.getMobileStyle({stackedStyle:i,desktopStyle:o}),"--column-width-tablet":this.getTabletStyle({stackedStyle:r,desktopStyle:n}),"--column-margin-left-tablet":this.getTabletStyle({stackedStyle:i,desktopStyle:o})}},getWidthForBreakpointSize(e){var n,o;return Q(((o=(n=this.builderContext.content)==null?void 0:n.meta)==null?void 0:o.breakpoints)||{})[e].max},_classStringToObject(e){const t={};if(typeof e!="string")return t;const n=e.trim().split(/\s+/);for(const o of n)t[o]=!0;return t}}});var $t=function(){var t=this,n=t._self._c;return t._self._setupProxy,n("div",t._b({class:t._classStringToObject(`builder-columns ${t.builderBlock.id}-breakpoints div-t9spj7joih`),style:t.columnsCssVars},"div",{},!1),[t.TARGET!=="reactNative"?[n("inlined-styles",{attrs:{styles:t.columnsStyles}})]:t._e(),t._l(t.columns,function(o,r){return n("div",t._b({key:r,staticClass:"builder-column div-t9spj7joih-2",style:t.columnCssVars(r)},"div",{},!1),[n("blocks",{attrs:{path:`component.options.columns.${r}.blocks`,parent:t.builderBlock.id,styleProp:{flexGrow:"1"},context:t.builderContext,registeredComponents:t.builderComponents,blocks:o.blocks}})],1)})],2)},Pt=[],Rt=u(Tt,$t,Pt,!1,null,"bd1575ca",null,null);const Et=Rt.exports,At=m.defineComponent({name:"builder-fragment-component",props:[]});var Vt=function(){var t=this,n=t._self._c;return t._self._setupProxy,n("span",[t._t("default")],2)},Bt=[],Ot=u(At,Vt,Bt,!1,null,null,null,null);const Wt=Ot.exports;function M(e){return e.replace(/http(s)?:/,"")}function Nt(e="",t,n){const o=new RegExp("([?&])"+t+"=.*?(&|$)","i"),r=e.indexOf("?")!==-1?"&":"?";return e.match(o)?e.replace(o,"$1"+t+"="+encodeURIComponent(n)+"$2"):e+r+t+"="+encodeURIComponent(n)}function jt(e,t){if(!e||!(e!=null&&e.match(/cdn\.shopify\.com/))||!t)return e;if(t==="master")return M(e);const n=e.match(/(_\d+x(\d+)?)?(\.(jpg|jpeg|gif|png|bmp|bitmap|tiff|tif)(\?v=\d+)?)/i);if(n){const o=e.split(n[0]),r=n[3],i=t.match("x")?t:`${t}x`;return M(`${o[0]}_${i}${r}`)}return null}function A(e){if(!e)return e;const t=[100,200,400,800,1200,1600,2e3];if(e.match(/builder\.io/)){let n=e;const o=Number(e.split("?width=")[1]);return isNaN(o)||(n=`${n} ${o}w`),t.filter(r=>r!==o).map(r=>`${Nt(e,"width",r)} ${r}w`).concat([n]).join(", ")}return e.match(/cdn\.shopify\.com/)?t.map(n=>[jt(e,`${n}x${n}`),n]).filter(([n])=>!!n).map(([n,o])=>`${n} ${o}w`).concat([e]).join(", "):e}const Ut=m.defineComponent({name:"builder-image",props:["image","src","srcset","noWebp","aspectRatio","altText","backgroundPosition","backgroundSize","className","sizes","builderBlock","fitContent"],computed:{srcSetToUse(){var n;const t=this.image||this.src;if(!t||!(t.match(/builder\.io/)||t.match(/cdn\.shopify\.com/)))return this.srcset;if(this.srcset&&((n=this.image)!=null&&n.includes("builder.io/api/v1/image"))){if(!this.srcset.includes(this.image.split("?")[0]))return console.debug("Removed given srcset"),A(t)}else if(this.image&&!this.srcset)return A(t);return A(t)},webpSrcSet(){var e;return(e=this.srcSetToUse)!=null&&e.match(/builder\.io/)&&!this.noWebp?this.srcSetToUse.replace(/\?/g,"?format=webp&"):""},aspectRatioCss(){const e={position:"absolute",height:"100%",width:"100%",left:"0px",top:"0px"};return this.aspectRatio?e:void 0}},methods:{_classStringToObject(e){const t={};if(typeof e!="string")return t;const n=e.trim().split(/\s+/);for(const o of n)t[o]=!0;return t}}});var Dt=function(){var o,r,i,s;var t=this,n=t._self._c;return t._self._setupProxy,n("div",[n("picture",[t.webpSrcSet?[n("source",{attrs:{type:"image/webp",srcset:t.webpSrcSet}})]:t._e(),n("img",{class:t._classStringToObject("builder-image"+(t.className?" "+t.className:"")+" img-1pl23ac79ld"),style:{objectPosition:t.backgroundPosition||"center",objectFit:t.backgroundSize||"cover",...t.aspectRatioCss},attrs:{loading:"lazy",alt:t.altText,role:t.altText?"presentation":void 0,src:t.image,srcset:t.srcSetToUse,sizes:t.sizes}})],2),t.aspectRatio&&!((r=(o=t.builderBlock)==null?void 0:o.children)!=null&&r.length&&t.fitContent)?[n("div",{staticClass:"builder-image-sizer div-1pl23ac79ld",style:{paddingTop:t.aspectRatio*100+"%"}})]:t._e(),(s=(i=t.builderBlock)==null?void 0:i.children)!=null&&s.length&&t.fitContent?[t._t("default")]:t._e(),!t.fitContent&&t.$slots.default?[n("div",{staticClass:"div-1pl23ac79ld-2"},[t._t("default")],2)]:t._e()],2)},Ft=[],Lt=u(Ut,Dt,Ft,!1,null,"aae97bc7",null,null);const Mt=Lt.exports,Kt=m.defineComponent({name:"builder-section-component",props:["attributes","maxWidth"],data(){return{filterAttrs:$}}});var zt=function(){var t=this,n=t._self._c;return t._self._setupProxy,n("section",t._g(t._b({style:{width:"100%",alignSelf:"stretch",flexGrow:1,boxSizing:"border-box",maxWidth:t.maxWidth||1200,display:"flex",flexDirection:"column",alignItems:"stretch",marginLeft:"auto",marginRight:"auto"}},"section",t.filterAttrs(t.attributes,"v-on:",!1),!1),t.filterAttrs(t.attributes,"v-on:",!0)),[t._t("default")],2)},Gt=[],qt=u(Kt,zt,Gt,!1,null,null,null,null);const Ht=qt.exports,x="[Builder.io]: ",f={log:(...e)=>console.log(x,...e),error:(...e)=>console.error(x,...e),warn:(...e)=>console.warn(x,...e),debug:(...e)=>console.debug(x,...e)},Qt=async({builderContextValue:e,symbol:t})=>{if(t!=null&&t.model&&(e!=null&&e.apiKey))return R({model:t.model,apiKey:e.apiKey,apiVersion:e.apiVersion,...(t==null?void 0:t.entry)&&{query:{id:t.entry}}}).catch(n=>{f.error("Could not fetch symbol content: ",n)})},Jt=()=>Promise.resolve().then(()=>Ge).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component ContentVariants at ../../components/content-variants/content-variants.vue",e),e}),Xt=m.defineComponent({name:"builder-symbol",components:{"content-variants":Jt},props:["js","attributes","symbol","dynamic","builderContext","builderComponents"],data(){var e;return{contentToUse:(e=this.symbol)==null?void 0:e.content,filterAttrs:$}},mounted(){this.setContent()},watch:{onUpdateHook0:{handler(){this.setContent()},immediate:!0}},computed:{className(){var e,t;return[...Object.keys(this.attributes.class),"builder-symbol",(e=this.symbol)!=null&&e.inline?"builder-inline-symbol":void 0,(t=this.symbol)!=null&&t.dynamic||this.dynamic?"builder-dynamic-symbol":void 0].filter(Boolean).join(" ")},onUpdateHook0(){return{0:this.symbol}}},methods:{setContent(){this.contentToUse||Qt({symbol:this.symbol,builderContextValue:this.builderContext}).then(e=>{e&&(this.contentToUse=e)})},_classStringToObject(e){const t={};if(typeof e!="string")return t;const n=e.trim().split(/\s+/);for(const o of n)t[o]=!0;return t}}});var Yt=function(){var o,r,i,s;var t=this,n=t._self._c;return t._self._setupProxy,n("div",t._g(t._b({class:t._classStringToObject(t.className)},"div",{...t.filterAttrs(t.attributes,"v-on:",!1)},!1),t.filterAttrs(t.attributes,"v-on:",!0)),[n("content-variants",{attrs:{__isNestedRender:!0,apiVersion:t.builderContext.apiVersion,apiKey:t.builderContext.apiKey,context:t.builderContext.context,customComponents:Object.values(t.builderComponents),data:{...(o=t.symbol)==null?void 0:o.data,...t.builderContext.localState,...(i=(r=t.contentToUse)==null?void 0:r.data)==null?void 0:i.state},model:(s=t.symbol)==null?void 0:s.model,content:t.contentToUse}})],1)},Zt=[],te=u(Xt,Yt,Zt,!1,null,null,null,null);const ee=te.exports,ne=m.defineComponent({name:"builder-text",props:["text"]});var oe=function(){var o;var t=this,n=t._self._c;return t._self._setupProxy,n("div",{staticClass:"builder-text",style:{outline:"none"},domProps:{innerHTML:t._s(((o=t.text)==null?void 0:o.toString())||"")}})},re=[],ie=u(ne,oe,re,!1,null,null,null,null);const se=ie.exports,ae=m.defineComponent({name:"builder-video",props:["autoPlay","muted","controls","loop","playsInline","preload","attributes","fit","position","aspectRatio","video","posterImage","lazyLoad","fitContent","builderBlock"],computed:{videoProps(){return{...this.autoPlay===!0?{autoPlay:!0}:{},...this.muted===!0?{muted:!0}:{},...this.controls===!0?{controls:!0}:{},...this.loop===!0?{loop:!0}:{},...this.playsInline===!0?{playsInline:!0}:{}}},spreadProps(){return{...this.videoProps}}}});var ce=function(){var o,r,i,s,h,a,c;var t=this,n=t._self._c;return t._self._setupProxy,n("div",{style:{position:"relative"}},[n("video",t._b({staticClass:"builder-video",style:{width:"100%",height:"100%",...(o=t.attributes)==null?void 0:o.style,objectFit:t.fit,objectPosition:t.position,zIndex:2,borderRadius:"1px",...t.aspectRatio?{position:"absolute"}:null},attrs:{preload:t.preload||"metadata",src:t.video||"no-src",poster:t.posterImage}},"video",t.spreadProps,!1),[t.lazyLoad?t._e():[n("source",{attrs:{type:"video/mp4",src:t.video}})]],2),t.aspectRatio&&!(t.fitContent&&((i=(r=t.builderBlock)==null?void 0:r.children)!=null&&i.length))?[n("div",{style:{width:"100%",paddingTop:t.aspectRatio*100+"%",pointerEvents:"none",fontSize:"0px"}})]:t._e(),(h=(s=t.builderBlock)==null?void 0:s.children)!=null&&h.length&&t.fitContent?[n("div",{style:{display:"flex",flexDirection:"column",alignItems:"stretch"}},[t._t("default")],2)]:t._e(),(c=(a=t.builderBlock)==null?void 0:a.children)!=null&&c.length&&!t.fitContent?[n("div",{style:{pointerEvents:"none",display:"flex",flexDirection:"column",alignItems:"stretch",position:"absolute",top:"0",left:"0",width:"100%",height:"100%"}},[t._t("default")],2)]:t._e()],2)},le=[],de=u(ae,ce,le,!1,null,null,null,null);const ue=de.exports,pe=Symbol(),J={Builder:{content:null,context:{},localState:void 0,rootSetState(){},rootState:{},apiKey:null,apiVersion:void 0,componentInfos:{},inheritedStyles:{},BlocksWrapper:"div",BlocksWrapperProps:{}},key:pe},me=Symbol(),X={Components:{registeredComponents:{}},key:me},fe=()=>Promise.resolve().then(()=>require("./block-36cac25a.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component Block at ../block/block.vue",e),e}),he=()=>Promise.resolve().then(()=>require("./block-styles-c455ab54.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component BlockStyles at ../block/components/block-styles.vue",e),e}),ge=()=>Promise.resolve().then(()=>require("./blocks-wrapper-2b49452c.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component BlocksWrapper at ./blocks-wrapper.vue",e),e}),be=m.defineComponent({name:"builder-blocks",components:{"blocks-wrapper":ge,block:fe,"block-styles":he},props:["blocks","parent","path","styleProp","context","registeredComponents"],inject:{builderContext:J.key,componentsContext:X.key}});var _e=function(){var o,r;var t=this,n=t._self._c;return t._self._setupProxy,n("blocks-wrapper",{attrs:{blocks:t.blocks,parent:t.parent,path:t.path,styleProp:t.styleProp,BlocksWrapper:(o=t.context)==null?void 0:o.BlocksWrapper,BlocksWrapperProps:(r=t.context)==null?void 0:r.BlocksWrapperProps}},[t.blocks?t._l(t.blocks,function(i,s){return n("block",{key:"render-block-"+i.id,attrs:{block:i,context:t.context||t.builderContext,registeredComponents:t.registeredComponents||t.componentsContext.registeredComponents}})}):t._e(),t.blocks?t._l(t.blocks,function(i,s){return n("block-styles",{key:"block-style-"+i.id,attrs:{block:i,context:t.context||t.builderContext}})}):t._e()],2)},ye=[],ve=u(be,_e,ye,!1,null,null,null,null);const V=ve.exports,Y=Object.freeze(Object.defineProperty({__proto__:null,default:V},Symbol.toStringTag,{value:"Module"})),b=e=>e!=null;function p(){return typeof window<"u"&&typeof document<"u"}const Se=e=>{if(e==="localhost"||e==="127.0.0.1")return e;const t=e.split(".");return t.length>2?t.slice(1).join("."):e},Z=({name:e,canTrack:t})=>{var n;try{return t?(n=document.cookie.split("; ").find(o=>o.startsWith(`${e}=`)))==null?void 0:n.split("=")[1]:void 0}catch(o){f.warn("[COOKIE] GET error: ",(o==null?void 0:o.message)||o);return}},tt=async e=>Z(e),ke=e=>e.map(([t,n])=>n?`${t}=${n}`:t).filter(b).join("; "),Ce=[["secure",""],["SameSite","None"]],xe=({name:e,value:t,expires:n})=>{const r=(p()?location.protocol==="https:":!0)?Ce:[[]],i=n?[["expires",n.toUTCString()]]:[[]],s=[[e,t],...i,["path","/"],["domain",Se(window.location.hostname)],...r];return ke(s)},et=async({name:e,value:t,expires:n,canTrack:o})=>{try{if(!o)return;const r=xe({name:e,value:t,expires:n});document.cookie=r}catch(r){f.warn("[COOKIE] SET error: ",(r==null?void 0:r.message)||r)}},we="builder.tests",B=e=>`${we}.${e}`,Ie=({contentId:e})=>tt({name:B(e),canTrack:!0}),Te=({contentId:e})=>Z({name:B(e),canTrack:!0}),$e=({contentId:e,value:t})=>et({name:B(e),value:t,canTrack:!0}),nt=e=>b(e.id)&&b(e.variations)&&Object.keys(e.variations).length>0,Pe=({id:e,variations:t})=>{var r;let n=0;const o=Math.random();for(const i in t){const s=(r=t[i])==null?void 0:r.testRatio;if(n+=s,o<n)return i}return e},ot=e=>{const t=Pe(e);return $e({contentId:e.id,value:t}).catch(n=>{f.error("could not store A/B test variation: ",n)}),t},rt=({item:e,testGroupId:t})=>{const n=e.variations[t];return t===e.id||!n?{testVariationId:e.id,testVariationName:"Default"}:{data:n.data,testVariationId:n.id,testVariationName:n.name||(n.id===e.id?"Default":"")}},Re=({item:e,canTrack:t})=>{if(!t)return e;if(!e)return;if(!nt(e))return e;const n=Te({contentId:e.id})||ot({variations:e.variations,id:e.id}),o=rt({item:e,testGroupId:n});return{...e,...o}},Ee=async({item:e,canTrack:t})=>{if(!t||!nt(e))return e;const o=await Ie({contentId:e.id})||ot({variations:e.variations,id:e.id}),r=rt({item:e,testGroupId:o});return{...e,...r}},T=e=>b(e)?e:!0,Ae=`function updateCookiesAndStyles(contentId, variants, isHydrationTarget) {
|
|
26
|
-
function getAndSetVariantId() {
|
|
27
|
-
function setCookie(name, value, days) {
|
|
28
|
-
let expires = '';
|
|
29
|
-
if (days) {
|
|
30
|
-
const date = new Date();
|
|
31
|
-
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
|
|
32
|
-
expires = '; expires=' + date.toUTCString();
|
|
33
|
-
}
|
|
34
|
-
document.cookie = name + '=' + (value || '') + expires + '; path=/' + '; Secure; SameSite=None';
|
|
35
|
-
}
|
|
36
|
-
function getCookie(name) {
|
|
37
|
-
const nameEQ = name + '=';
|
|
38
|
-
const ca = document.cookie.split(';');
|
|
39
|
-
for (let i = 0; i < ca.length; i++) {
|
|
40
|
-
let c = ca[i];
|
|
41
|
-
while (c.charAt(0) === ' ') c = c.substring(1, c.length);
|
|
42
|
-
if (c.indexOf(nameEQ) === 0) return c.substring(nameEQ.length, c.length);
|
|
43
|
-
}
|
|
44
|
-
return null;
|
|
45
|
-
}
|
|
46
|
-
const cookieName = \`builder.tests.\${contentId}\`;
|
|
47
|
-
const variantInCookie = getCookie(cookieName);
|
|
48
|
-
const availableIDs = variants.map(vr => vr.id).concat(contentId);
|
|
49
|
-
if (variantInCookie && availableIDs.includes(variantInCookie)) {
|
|
50
|
-
return variantInCookie;
|
|
51
|
-
}
|
|
52
|
-
let n = 0;
|
|
53
|
-
const random = Math.random();
|
|
54
|
-
for (let i = 0; i < variants.length; i++) {
|
|
55
|
-
const variant = variants[i];
|
|
56
|
-
const testRatio = variant.testRatio;
|
|
57
|
-
n += testRatio;
|
|
58
|
-
if (random < n) {
|
|
59
|
-
setCookie(cookieName, variant.id);
|
|
60
|
-
return variant.id;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
setCookie(cookieName, contentId);
|
|
64
|
-
return contentId;
|
|
65
|
-
}
|
|
66
|
-
const winningVariantId = getAndSetVariantId();
|
|
67
|
-
const styleEl = document.currentScript?.previousElementSibling;
|
|
68
|
-
if (isHydrationTarget) {
|
|
69
|
-
styleEl.remove();
|
|
70
|
-
const thisScriptEl = document.currentScript;
|
|
71
|
-
thisScriptEl?.remove();
|
|
72
|
-
} else {
|
|
73
|
-
const newStyleStr = variants.concat({
|
|
74
|
-
id: contentId
|
|
75
|
-
}).filter(variant => variant.id !== winningVariantId).map(value => {
|
|
76
|
-
return \`.variant-\${value.id} { display: none; }
|
|
77
|
-
\`;
|
|
78
|
-
}).join('');
|
|
79
|
-
styleEl.innerHTML = newStyleStr;
|
|
80
|
-
}
|
|
81
|
-
}`,Ve=`function updateVariantVisibility(variantContentId, defaultContentId, isHydrationTarget) {
|
|
82
|
-
if (!navigator.cookieEnabled) {
|
|
83
|
-
return;
|
|
84
|
-
}
|
|
85
|
-
function getCookie(name) {
|
|
86
|
-
const nameEQ = name + '=';
|
|
87
|
-
const ca = document.cookie.split(';');
|
|
88
|
-
for (let i = 0; i < ca.length; i++) {
|
|
89
|
-
let c = ca[i];
|
|
90
|
-
while (c.charAt(0) === ' ') c = c.substring(1, c.length);
|
|
91
|
-
if (c.indexOf(nameEQ) === 0) return c.substring(nameEQ.length, c.length);
|
|
92
|
-
}
|
|
93
|
-
return null;
|
|
94
|
-
}
|
|
95
|
-
const cookieName = \`builder.tests.\${defaultContentId}\`;
|
|
96
|
-
const winningVariant = getCookie(cookieName);
|
|
97
|
-
const parentDiv = document.currentScript?.parentElement;
|
|
98
|
-
const isDefaultContent = variantContentId === defaultContentId;
|
|
99
|
-
const isWinningVariant = winningVariant === variantContentId;
|
|
100
|
-
if (isWinningVariant && !isDefaultContent) {
|
|
101
|
-
parentDiv?.removeAttribute('hidden');
|
|
102
|
-
parentDiv?.removeAttribute('aria-hidden');
|
|
103
|
-
} else if (!isWinningVariant && isDefaultContent) {
|
|
104
|
-
parentDiv?.setAttribute('hidden', 'true');
|
|
105
|
-
parentDiv?.setAttribute('aria-hidden', 'true');
|
|
106
|
-
}
|
|
107
|
-
if (isHydrationTarget) {
|
|
108
|
-
if (!isWinningVariant) {
|
|
109
|
-
parentDiv?.remove();
|
|
110
|
-
}
|
|
111
|
-
const thisScriptEl = document.currentScript;
|
|
112
|
-
thisScriptEl?.remove();
|
|
113
|
-
}
|
|
114
|
-
return;
|
|
115
|
-
}`,it="builderIoAbTest",st="builderIoRenderContent",w=e=>Object.values((e==null?void 0:e.variations)||{}).map(t=>({...t,testVariationId:t.id,id:e==null?void 0:e.id})),Be=({canTrack:e,content:t})=>!(!(w(t).length>0)||!e),Oe=e=>e==="react"||e==="reactNative",at=Oe(_),We=()=>`
|
|
116
|
-
window.${it} = ${Ae}
|
|
117
|
-
window.${st} = ${Ve}
|
|
118
|
-
`,Ne=(e,t)=>`
|
|
119
|
-
window.${it}(
|
|
120
|
-
"${t}",${JSON.stringify(e)}, ${at}
|
|
121
|
-
)`,je=({contentId:e,variationId:t})=>`window.${st}(
|
|
122
|
-
"${t}", "${e}", ${at}
|
|
123
|
-
)`,Ue=()=>Promise.resolve().then(()=>require("./content-53eb5655.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component ContentComponent at ../content/content.vue",e),e}),De=()=>Promise.resolve().then(()=>require("./inlined-script-310b1b78.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component InlinedScript at ../inlined-script.vue",e),e}),Fe=()=>Promise.resolve().then(()=>require("./inlined-styles-52d0d9db.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component InlinedStyles at ../inlined-styles.vue",e),e}),Le=m.defineComponent({name:"content-variants",components:{"inlined-script":De,"inlined-styles":Fe,"content-component":Ue},props:["canTrack","content","__isNestedRender","model","data","context","apiKey","apiVersion","customComponents","locale","includeRefs","enrich","blocksWrapper","blocksWrapperProps","contentWrapper","contentWrapperProps"],data(){return{shouldRenderVariants:Be({canTrack:T(this.canTrack),content:this.content}),TARGET:_,getScriptString:We,getVariants:w}},mounted(){this.shouldRenderVariants=!1},computed:{updateCookieAndStylesScriptStr(){var e;return Ne(w(this.content).map(t=>({id:t.testVariationId,testRatio:t.testRatio})),((e=this.content)==null?void 0:e.id)||"")},hideVariantsStyleString(){return w(this.content).map(e=>`.variant-${e.testVariationId} { display: none; } `).join("")},defaultContent(){var e;return this.shouldRenderVariants?{...this.content,testVariationId:(e=this.content)==null?void 0:e.id}:Re({item:this.content,canTrack:T(this.canTrack)})}}});var Me=function(){var o;var t=this,n=t._self._c;return t._self._setupProxy,n("div",[!t.__isNestedRender&&t.TARGET!=="reactNative"?[n("inlined-script",{attrs:{scriptStr:t.getScriptString()}})]:t._e(),t.shouldRenderVariants?[n("inlined-styles",{attrs:{id:`variants-styles-${(o=t.content)==null?void 0:o.id}`,styles:t.hideVariantsStyleString}}),n("inlined-script",{attrs:{scriptStr:t.updateCookieAndStylesScriptStr}}),t._l(t.getVariants(t.content),function(r,i){return n("content-component",{key:r.testVariationId,attrs:{content:r,showContent:!1,model:t.model,data:t.data,context:t.context,apiKey:t.apiKey,apiVersion:t.apiVersion,customComponents:t.customComponents,canTrack:t.canTrack,locale:t.locale,includeRefs:t.includeRefs,enrich:t.enrich,isSsrAbTest:t.shouldRenderVariants,blocksWrapper:t.blocksWrapper,blocksWrapperProps:t.blocksWrapperProps,contentWrapper:t.contentWrapper,contentWrapperProps:t.contentWrapperProps}})})]:t._e(),n("content-component",t._b({attrs:{content:t.defaultContent,showContent:!0,model:t.model,data:t.data,context:t.context,apiKey:t.apiKey,apiVersion:t.apiVersion,customComponents:t.customComponents,canTrack:t.canTrack,locale:t.locale,includeRefs:t.includeRefs,enrich:t.enrich,isSsrAbTest:t.shouldRenderVariants,blocksWrapper:t.blocksWrapper,blocksWrapperProps:t.blocksWrapperProps,contentWrapper:t.contentWrapper,contentWrapperProps:t.contentWrapperProps}},"content-component",{key:t.shouldRenderVariants.toString()},!1))],2)},Ke=[],ze=u(Le,Me,Ke,!1,null,null,null,null);const O=ze.exports,Ge=Object.freeze(Object.defineProperty({__proto__:null,default:O},Symbol.toStringTag,{value:"Module"})),qe=V,He=O;function Qe(){return p()&&window.self!==window.top}function W(){return Qe()&&window.location.search.indexOf("builder.frameEditing=")!==-1}function Je(){return!p()||W()?!1:location.search.indexOf("builder.preview=")!==-1}const Xe=[],Ye=e=>({type:"builder.registerComponent",data:ct(e)}),Ze=e=>{const t=e.toString().trim();return`return (${!t.startsWith("function")&&!t.startsWith("(")?"function ":""}${t}).apply(this, arguments)`},tn=e=>typeof e=="function"?Ze(e):P(e),ct=({inputs:e,...t})=>({...P(t),inputs:e==null?void 0:e.map(n=>Object.entries(n).reduce((o,[r,i])=>({...o,[r]:tn(i)}),{}))}),K={};function en(e,t){let n=K[e];if(n||(n=K[e]=[]),n.push(t),p()){const o={type:"builder.register",data:{type:e,info:t}};try{parent.postMessage(o,"*"),parent!==window&&window.postMessage(o,"*")}catch(r){console.debug("Could not postmessage",r)}}}const z={};function nn(e){if(p()){Object.assign(z,e);const t={type:"builder.settingsChange",data:z};parent.postMessage(t,"*")}}function on(){return typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:globalThis}function rn(){const e=on().fetch;if(typeof e>"u")throw console.warn(`Builder SDK could not find a global fetch function. Make sure you have a polyfill for fetch in your project.
|
|
124
|
-
For more information, read https://github.com/BuilderIO/this-package-uses-fetch`),new Error("Builder SDK could not find a global `fetch` function");return e}const lt=rn();function I(e,t=null,n="."){return Object.keys(e).reduce((o,r)=>{const i=e[r],s=[t,r].filter(Boolean).join(n);return[typeof i=="object",i!==null,!(Array.isArray(i)&&i.length===0)].every(Boolean)?{...o,...I(i,s,n)}:{...o,[s]:i}},{})}const sn="v3",G="builder.",an="options.",cn=e=>{const t={};return e.forEach((n,o)=>{t[o]=n}),t},N=e=>{if(!e)return{};const t=dt(e),n={};return Object.keys(t).forEach(o=>{if(o.startsWith(G)){const r=o.replace(G,"").replace(an,"");n[r]=t[o]}}),n},ln=()=>{if(!p())return{};const e=new URLSearchParams(window.location.search);return N(e)},dt=e=>e instanceof URLSearchParams?cn(e):e,q=e=>typeof e=="number"&&!isNaN(e)&&e>=0,j=e=>{let{noTraverse:t=!1}=e;const{limit:n=30,userAttributes:o,query:r,model:i,apiKey:s,includeRefs:h=!0,enrich:a,locale:c,apiVersion:v=sn,fields:S,omit:l,offset:k,cacheSeconds:y,staleCacheSeconds:E,sort:D,includeUnpublished:F}=e;if(!s)throw new Error("Missing API key");if(!["v2","v3"].includes(v))throw new Error(`Invalid apiVersion: expected 'v2' or 'v3', received '${v}'`);(e.limit===void 0||e.limit>1)&&!("noTraverse"in e)&&(t=!0);const d=new URL(`https://cdn.builder.io/api/${v}/content/${i}?apiKey=${s}&limit=${n}&noTraverse=${t}&includeRefs=${h}${c?`&locale=${c}`:""}${a?`&enrich=${a}`:""}`);if(d.searchParams.set("omit",l||"meta.componentsUsed"),S&&d.searchParams.set("fields",S),Number.isFinite(k)&&k>-1&&d.searchParams.set("offset",String(Math.floor(k))),typeof F=="boolean"&&d.searchParams.set("includeUnpublished",String(F)),y&&q(y)&&d.searchParams.set("cacheSeconds",String(y)),E&&q(E)&&d.searchParams.set("staleCacheSeconds",String(E)),D){const g=I({sort:D});for(const C in g)d.searchParams.set(C,JSON.stringify(g[C]))}const _t={...ln(),...dt(e.options||{})},L=I(_t);for(const g in L)d.searchParams.set(g,String(L[g]));if(o&&d.searchParams.set("userAttributes",JSON.stringify(o)),r){const g=I({query:r});for(const C in g)d.searchParams.set(C,JSON.stringify(g[C]))}return d},dn=e=>"results"in e;async function R(e){const t=await U({...e,limit:1});return t&&t[0]||null}const un=R,pn=async e=>{const t=j(e);return await(await lt(t.href)).json()},ut=async(e,t,n=j(e))=>{const o=T(e.canTrack);if(n.search.includes("preview="),!o||!(p()||_==="reactNative"))return t.results;try{const r=[];for(const i of t.results)r.push(await Ee({item:i,canTrack:o}));t.results=r}catch(r){f.error("Could not process A/B tests. ",r)}return t.results};async function U(e){try{const t=j(e),n=await pn(e);return dn(n)?ut(e,n):(f.error("Error fetching data. ",{url:t,content:n,options:e}),null)}catch(t){return f.error("Error fetching data. ",t),null}}const mn=U;function fn(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(e){const t=Math.random()*16|0;return(e=="x"?t:t&3|8).toString(16)})}function pt(){return fn().replace(/-/g,"")}const mt="builderSessionId",hn=async({canTrack:e})=>{if(!e)return;const t=await tt({name:mt,canTrack:e});if(b(t))return t;{const n=gn();return bn({id:n,canTrack:e}),n}},gn=()=>pt(),bn=({id:e,canTrack:t})=>et({name:mt,value:e,canTrack:t}),ft=()=>p()&&typeof localStorage<"u"?localStorage:void 0,_n=({key:e,canTrack:t})=>{var n;try{return t?(n=ft())==null?void 0:n.getItem(e):void 0}catch(o){console.debug("[LocalStorage] GET error: ",o);return}},yn=({key:e,canTrack:t,value:n})=>{var o;try{t&&((o=ft())==null||o.setItem(e,n))}catch(r){console.debug("[LocalStorage] SET error: ",r)}},ht="builderVisitorId",vn=({canTrack:e})=>{if(!e)return;const t=_n({key:ht,canTrack:e});if(b(t))return t;{const n=Sn();return kn({id:n,canTrack:e}),n}},Sn=()=>pt(),kn=({id:e,canTrack:t})=>yn({key:ht,value:e,canTrack:t}),Cn=()=>{if(p()){const e=new URL(location.href);return e.pathname===""&&(e.pathname="/"),e}else return console.warn("Cannot get location for tracking in non-browser environment"),null},xn=()=>typeof navigator=="object"&&navigator.userAgent||"",gt=()=>{const e=xn(),t={Android(){return e.match(/Android/i)},BlackBerry(){return e.match(/BlackBerry/i)},iOS(){return e.match(/iPhone|iPod/i)},Opera(){return e.match(/Opera Mini/i)},Windows(){return e.match(/IEMobile/i)||e.match(/WPDesktop/i)},any(){return t.Android()||t.BlackBerry()||t.iOS()||t.Opera()||t.Windows()||_==="reactNative"}},n=e.match(/Tablet|iPad/i),o=Cn();return{urlPath:o==null?void 0:o.pathname,host:(o==null?void 0:o.host)||(o==null?void 0:o.hostname),device:n?"tablet":t.any()?"mobile":"desktop"}},wn=async({canTrack:e})=>{if(!e)return{visitorId:void 0,sessionId:void 0};const t=await hn({canTrack:e}),n=vn({canTrack:e});return{sessionId:t,visitorId:n}},In=async({type:e,canTrack:t,apiKey:n,metadata:o,...r})=>({type:e,data:{...r,metadata:{url:location.href,...o},...await wn({canTrack:t}),userAttributes:gt(),ownerId:n}});async function bt(e){if(!e.apiKey){f.error("Missing API key for track call. Please provide your API key.");return}if(e.canTrack&&!W()&&(p()||_==="reactNative"))return fetch("https://cdn.builder.io/api/v1/track",{method:"POST",body:JSON.stringify({events:[await In(e)]}),headers:{"content-type":"application/json"},mode:"cors"}).catch(t=>{console.error("Failed to track: ",t)})}const Tn=e=>bt({...e,canTrack:!0}),$n=async e=>{var o,r,i;const t=e.path||((o=e.url)==null?void 0:o.pathname)||((r=e.userAttributes)==null?void 0:r.urlPath),n={...e,apiKey:e.apiKey,model:e.model||"page",userAttributes:{...e.userAttributes,...t?{urlPath:t}:{}},options:N(e.searchParams||((i=e.url)==null?void 0:i.searchParams)||e.options)};return{apiKey:n.apiKey,model:n.model,content:await R(n)}};exports.Blocks=V;exports.Button=Ct;exports.Columns=Et;exports.ComponentsContext=X;exports.Content=O;exports.Fragment=Wt;exports.Image=Mt;exports.RenderBlocks=qe;exports.RenderContent=He;exports.Section=Ht;exports.Symbol=ee;exports.TARGET=_;exports.Text=se;exports.Video=ue;exports._processContentResult=ut;exports._track=bt;exports.blocks=Y;exports.builderContext=J;exports.checkIsDefined=b;exports.components=Xe;exports.createRegisterComponentMessage=Ye;exports.fastClone=P;exports.fetch=lt;exports.fetchBuilderProps=$n;exports.fetchEntries=U;exports.fetchOneEntry=R;exports.filterAttrs=$;exports.getAllContent=mn;exports.getBuilderSearchParams=N;exports.getContent=un;exports.getDefaultCanTrack=T;exports.getMaxWidthQueryForSize=xt;exports.getSizesForBreakpoints=Q;exports.getUpdateVariantVisibilityScript=je;exports.getUserAttributes=gt;exports.isBrowser=p;exports.isEditing=W;exports.isPreviewing=Je;exports.logger=f;exports.normalizeComponent=u;exports.register=en;exports.serializeComponentInfo=ct;exports.setEditorSettings=nn;exports.track=Tn;
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
export { default as Button } from '../blocks/button/button.vue';
|
|
2
|
-
export { default as Columns } from '../blocks/columns/columns.vue';
|
|
3
|
-
export { default as Fragment } from '../blocks/fragment/fragment.vue';
|
|
4
|
-
export { default as Image } from '../blocks/image/image.vue';
|
|
5
|
-
export { default as Section } from '../blocks/section/section.vue';
|
|
6
|
-
export { default as Symbol } from '../blocks/symbol/symbol.vue';
|
|
7
|
-
export { default as Text } from '../blocks/text/text.vue';
|
|
8
|
-
export { default as Video } from '../blocks/video/video.vue';
|
|
9
|
-
import { default as Blocks } from '../components/blocks/blocks.vue';
|
|
10
|
-
import { default as Content } from '../components/content-variants/content-variants.vue';
|
|
11
|
-
export { Blocks, Content };
|
|
12
|
-
/**
|
|
13
|
-
* @deprecated Renamed to `Blocks`.
|
|
14
|
-
*/
|
|
15
|
-
export declare const RenderBlocks: import("vue").DefineComponent<Readonly<{
|
|
16
|
-
parent?: any;
|
|
17
|
-
path?: any;
|
|
18
|
-
blocks?: any;
|
|
19
|
-
styleProp?: any;
|
|
20
|
-
context?: any;
|
|
21
|
-
registeredComponents?: any;
|
|
22
|
-
}>, {}, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<Readonly<{
|
|
23
|
-
parent?: any;
|
|
24
|
-
path?: any;
|
|
25
|
-
blocks?: any;
|
|
26
|
-
styleProp?: any;
|
|
27
|
-
context?: any;
|
|
28
|
-
registeredComponents?: any;
|
|
29
|
-
}>>>, {
|
|
30
|
-
readonly parent?: any;
|
|
31
|
-
readonly path?: any;
|
|
32
|
-
readonly blocks?: any;
|
|
33
|
-
readonly styleProp?: any;
|
|
34
|
-
readonly context?: any;
|
|
35
|
-
readonly registeredComponents?: any;
|
|
36
|
-
}>;
|
|
37
|
-
/**
|
|
38
|
-
* @deprecated Renamed to `Content`.
|
|
39
|
-
*/
|
|
40
|
-
export declare const RenderContent: import("vue").DefineComponent<Readonly<{
|
|
41
|
-
data?: any;
|
|
42
|
-
model?: any;
|
|
43
|
-
content?: any;
|
|
44
|
-
context?: any;
|
|
45
|
-
apiKey?: any;
|
|
46
|
-
apiVersion?: any;
|
|
47
|
-
blocksWrapper?: any;
|
|
48
|
-
canTrack?: any;
|
|
49
|
-
__isNestedRender?: any;
|
|
50
|
-
customComponents?: any;
|
|
51
|
-
locale?: any;
|
|
52
|
-
includeRefs?: any;
|
|
53
|
-
enrich?: any;
|
|
54
|
-
blocksWrapperProps?: any;
|
|
55
|
-
contentWrapper?: any;
|
|
56
|
-
contentWrapperProps?: any;
|
|
57
|
-
}>, {}, {
|
|
58
|
-
shouldRenderVariants: boolean;
|
|
59
|
-
TARGET: import("../types/targets").Target;
|
|
60
|
-
getScriptString: () => string;
|
|
61
|
-
getVariants: (content: import("../helpers/nullable").Nullable<import("../types/builder-content").BuilderContent>) => any;
|
|
62
|
-
}, {
|
|
63
|
-
updateCookieAndStylesScriptStr(): string;
|
|
64
|
-
hideVariantsStyleString(): any;
|
|
65
|
-
defaultContent(): any;
|
|
66
|
-
}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<Readonly<{
|
|
67
|
-
data?: any;
|
|
68
|
-
model?: any;
|
|
69
|
-
content?: any;
|
|
70
|
-
context?: any;
|
|
71
|
-
apiKey?: any;
|
|
72
|
-
apiVersion?: any;
|
|
73
|
-
blocksWrapper?: any;
|
|
74
|
-
canTrack?: any;
|
|
75
|
-
__isNestedRender?: any;
|
|
76
|
-
customComponents?: any;
|
|
77
|
-
locale?: any;
|
|
78
|
-
includeRefs?: any;
|
|
79
|
-
enrich?: any;
|
|
80
|
-
blocksWrapperProps?: any;
|
|
81
|
-
contentWrapper?: any;
|
|
82
|
-
contentWrapperProps?: any;
|
|
83
|
-
}>>>, {
|
|
84
|
-
readonly data?: any;
|
|
85
|
-
readonly model?: any;
|
|
86
|
-
readonly content?: any;
|
|
87
|
-
readonly context?: any;
|
|
88
|
-
readonly apiKey?: any;
|
|
89
|
-
readonly apiVersion?: any;
|
|
90
|
-
readonly blocksWrapper?: any;
|
|
91
|
-
readonly canTrack?: any;
|
|
92
|
-
readonly __isNestedRender?: any;
|
|
93
|
-
readonly customComponents?: any;
|
|
94
|
-
readonly locale?: any;
|
|
95
|
-
readonly includeRefs?: any;
|
|
96
|
-
readonly enrich?: any;
|
|
97
|
-
readonly blocksWrapperProps?: any;
|
|
98
|
-
readonly contentWrapper?: any;
|
|
99
|
-
readonly contentWrapperProps?: any;
|
|
100
|
-
}>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var t=require("./style.css");Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-fae2823a.cjs");require("vue");exports.Blocks=e.Blocks;exports.Button=e.Button;exports.Columns=e.Columns;exports.Content=e.Content;exports.Fragment=e.Fragment;exports.Image=e.Image;exports.RenderBlocks=e.RenderBlocks;exports.RenderContent=e.RenderContent;exports.Section=e.Section;exports.Symbol=e.Symbol;exports.Text=e.Text;exports.Video=e.Video;exports._processContentResult=e._processContentResult;exports.createRegisterComponentMessage=e.createRegisterComponentMessage;exports.fetchBuilderProps=e.fetchBuilderProps;exports.fetchEntries=e.fetchEntries;exports.fetchOneEntry=e.fetchOneEntry;exports.getAllContent=e.getAllContent;exports.getBuilderSearchParams=e.getBuilderSearchParams;exports.getContent=e.getContent;exports.isEditing=e.isEditing;exports.isPreviewing=e.isPreviewing;exports.register=e.register;exports.setEditorSettings=e.setEditorSettings;exports.track=e.track;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import "./style.css";
|
|
2
|
-
import { x as n, B as r, C as o, y as i, F as g, I as c, R as l, z as m, S as d, d as C, e as p, V as u, D as B, q as E, L as R, E as S, t as f, G as h, J as k, H as x, i as y, u as P, r as A, A as F, K as I } from "./index-7a45f7e8.js";
|
|
3
|
-
import "vue";
|
|
4
|
-
export {
|
|
5
|
-
n as Blocks,
|
|
6
|
-
r as Button,
|
|
7
|
-
o as Columns,
|
|
8
|
-
i as Content,
|
|
9
|
-
g as Fragment,
|
|
10
|
-
c as Image,
|
|
11
|
-
l as RenderBlocks,
|
|
12
|
-
m as RenderContent,
|
|
13
|
-
d as Section,
|
|
14
|
-
C as Symbol,
|
|
15
|
-
p as Text,
|
|
16
|
-
u as Video,
|
|
17
|
-
B as _processContentResult,
|
|
18
|
-
E as createRegisterComponentMessage,
|
|
19
|
-
R as fetchBuilderProps,
|
|
20
|
-
S as fetchEntries,
|
|
21
|
-
f as fetchOneEntry,
|
|
22
|
-
h as getAllContent,
|
|
23
|
-
k as getBuilderSearchParams,
|
|
24
|
-
x as getContent,
|
|
25
|
-
y as isEditing,
|
|
26
|
-
P as isPreviewing,
|
|
27
|
-
A as register,
|
|
28
|
-
F as setEditorSettings,
|
|
29
|
-
I as track
|
|
30
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var p=require("./style.css");Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("vue"),t=require("./index-fae2823a.cjs"),i=r.defineComponent({name:"inlined-script",props:["scriptStr","id"]});var s=function(){var e=this,n=e._self._c;return e._self._setupProxy,n("script",{tag:"component",attrs:{id:e.id||""},domProps:{innerHTML:e._s(e.scriptStr)}})},o=[],c=t.normalizeComponent(i,s,o,!1,null,null,null,null);const l=c.exports;exports.default=l;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import "./style.css";
|
|
2
|
-
import { defineComponent as t } from "vue";
|
|
3
|
-
import { n as e } from "./index-7a45f7e8.js";
|
|
4
|
-
const o = t({
|
|
5
|
-
name: "inlined-script",
|
|
6
|
-
props: ["scriptStr", "id"]
|
|
7
|
-
});
|
|
8
|
-
var s = function() {
|
|
9
|
-
var n = this, r = n._self._c;
|
|
10
|
-
return n._self._setupProxy, r("script", { tag: "component", attrs: { id: n.id || "" }, domProps: { innerHTML: n._s(n.scriptStr) } });
|
|
11
|
-
}, i = [], p = /* @__PURE__ */ e(
|
|
12
|
-
o,
|
|
13
|
-
s,
|
|
14
|
-
i,
|
|
15
|
-
!1,
|
|
16
|
-
null,
|
|
17
|
-
null,
|
|
18
|
-
null,
|
|
19
|
-
null
|
|
20
|
-
);
|
|
21
|
-
const m = p.exports;
|
|
22
|
-
export {
|
|
23
|
-
m as default
|
|
24
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var a=require("./style.css");Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),s=require("./index-fae2823a.cjs"),r=t.defineComponent({name:"inlined-styles",props:["styles","id"]});var o=function(){var e=this,n=e._self._c;return e._self._setupProxy,n("style",{tag:"component",attrs:{id:e.id},domProps:{innerHTML:e._s(e.styles)}})},l=[],i=s.normalizeComponent(r,o,l,!1,null,null,null,null);const _=i.exports;exports.default=_;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import "./style.css";
|
|
2
|
-
import { defineComponent as s } from "vue";
|
|
3
|
-
import { n as t } from "./index-7a45f7e8.js";
|
|
4
|
-
const r = s({
|
|
5
|
-
name: "inlined-styles",
|
|
6
|
-
props: ["styles", "id"]
|
|
7
|
-
});
|
|
8
|
-
var o = function() {
|
|
9
|
-
var n = this, e = n._self._c;
|
|
10
|
-
return n._self._setupProxy, e("style", { tag: "component", attrs: { id: n.id }, domProps: { innerHTML: n._s(n.styles) } });
|
|
11
|
-
}, l = [], i = /* @__PURE__ */ t(
|
|
12
|
-
r,
|
|
13
|
-
o,
|
|
14
|
-
l,
|
|
15
|
-
!1,
|
|
16
|
-
null,
|
|
17
|
-
null,
|
|
18
|
-
null,
|
|
19
|
-
null
|
|
20
|
-
);
|
|
21
|
-
const c = i.exports;
|
|
22
|
-
export {
|
|
23
|
-
c as default
|
|
24
|
-
};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import "./style.css";
|
|
2
|
-
import { defineComponent as o } from "vue";
|
|
3
|
-
import { g as r } from "./get-block-actions-9d967845.js";
|
|
4
|
-
import { g as n } from "./get-block-properties-ddf880dc.js";
|
|
5
|
-
import { n as c } from "./index-7a45f7e8.js";
|
|
6
|
-
import "./evaluate-6fd688e4.js";
|
|
7
|
-
import "./css-c5e3c46b.js";
|
|
8
|
-
const a = o({
|
|
9
|
-
name: "interactive-element",
|
|
10
|
-
props: ["wrapperProps", "block", "context", "Wrapper"],
|
|
11
|
-
data() {
|
|
12
|
-
return { getBlockActions: r, getBlockProperties: n };
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
var l = function() {
|
|
16
|
-
var t = this, e = t._self._c;
|
|
17
|
-
return t._self._setupProxy, e(t.Wrapper, t._b({ tag: "component", attrs: { attributes: {
|
|
18
|
-
...t.getBlockProperties({
|
|
19
|
-
block: t.block,
|
|
20
|
-
context: t.context
|
|
21
|
-
}),
|
|
22
|
-
...t.getBlockActions({
|
|
23
|
-
block: t.block,
|
|
24
|
-
rootState: t.context.rootState,
|
|
25
|
-
rootSetState: t.context.rootSetState,
|
|
26
|
-
localState: t.context.localState,
|
|
27
|
-
context: t.context.context
|
|
28
|
-
})
|
|
29
|
-
} } }, "component", t.wrapperProps, !1), [t._t("default")], 2);
|
|
30
|
-
}, p = [], s = /* @__PURE__ */ c(
|
|
31
|
-
a,
|
|
32
|
-
l,
|
|
33
|
-
p,
|
|
34
|
-
!1,
|
|
35
|
-
null,
|
|
36
|
-
null,
|
|
37
|
-
null,
|
|
38
|
-
null
|
|
39
|
-
);
|
|
40
|
-
const b = s.exports;
|
|
41
|
-
export {
|
|
42
|
-
b as default
|
|
43
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var _=require("./style.css");Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("vue"),r=require("./get-block-actions-ea954589.cjs"),n=require("./get-block-properties-d54aca83.cjs"),c=require("./index-fae2823a.cjs");require("./evaluate-5b9ba4c5.cjs");require("./css-38eebc34.cjs");const l=o.defineComponent({name:"interactive-element",props:["wrapperProps","block","context","Wrapper"],data(){return{getBlockActions:r.getBlockActions,getBlockProperties:n.getBlockProperties}}});var a=function(){var t=this,e=t._self._c;return t._self._setupProxy,e(t.Wrapper,t._b({tag:"component",attrs:{attributes:{...t.getBlockProperties({block:t.block,context:t.context}),...t.getBlockActions({block:t.block,rootState:t.context.rootState,rootSetState:t.context.rootSetState,localState:t.context.localState,context:t.context.context})}}},"component",t.wrapperProps,!1),[t._t("default")],2)},s=[],i=c.normalizeComponent(l,a,s,!1,null,null,null,null);const p=i.exports;exports.default=p;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var u=require("./style.css");Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("vue"),o=require("./index-fae2823a.cjs"),s=()=>Promise.resolve().then(()=>require("./block-36cac25a.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component Block at ../block.vue",e),e}),c=n.defineComponent({name:"repeated-block",components:{block:s},props:["repeatContext","block","registeredComponents"],data(){return{store:this.repeatContext}},provide(){const e=this;return{[o.builderContext.key]:e.store}}});var l=function(){var t=this,r=t._self._c;return t._self._setupProxy,r("block",{attrs:{block:t.block,context:t.store,registeredComponents:t.registeredComponents}})},i=[],a=o.normalizeComponent(c,l,i,!1,null,null,null,null);const p=a.exports;exports.default=p;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import "./style.css";
|
|
2
|
-
import { defineComponent as r } from "vue";
|
|
3
|
-
import { l as n, n as s } from "./index-7a45f7e8.js";
|
|
4
|
-
const l = () => import("./block-861bf355.js").then((e) => e.default).catch((e) => {
|
|
5
|
-
throw console.error(
|
|
6
|
-
"Error while attempting to dynamically import component Block at ../block.vue",
|
|
7
|
-
e
|
|
8
|
-
), e;
|
|
9
|
-
}), c = r({
|
|
10
|
-
name: "repeated-block",
|
|
11
|
-
components: { block: l },
|
|
12
|
-
props: ["repeatContext", "block", "registeredComponents"],
|
|
13
|
-
data() {
|
|
14
|
-
return { store: this.repeatContext };
|
|
15
|
-
},
|
|
16
|
-
provide() {
|
|
17
|
-
const e = this;
|
|
18
|
-
return {
|
|
19
|
-
[n.key]: e.store
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
});
|
|
23
|
-
var a = function() {
|
|
24
|
-
var t = this, o = t._self._c;
|
|
25
|
-
return t._self._setupProxy, o("block", { attrs: { block: t.block, context: t.store, registeredComponents: t.registeredComponents } });
|
|
26
|
-
}, p = [], i = /* @__PURE__ */ s(
|
|
27
|
-
c,
|
|
28
|
-
a,
|
|
29
|
-
p,
|
|
30
|
-
!1,
|
|
31
|
-
null,
|
|
32
|
-
null,
|
|
33
|
-
null,
|
|
34
|
-
null
|
|
35
|
-
);
|
|
36
|
-
const u = i.exports;
|
|
37
|
-
export {
|
|
38
|
-
u as default
|
|
39
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.button-2fnk003dqad[data-v-ab46b8bd]{all:unset}.div-t9spj7joih[data-v-bd1575ca]{display:flex;line-height:normal}.div-t9spj7joih-2[data-v-bd1575ca]{display:flex;flex-direction:column;align-items:stretch}.img-1pl23ac79ld[data-v-aae97bc7]{opacity:1;transition:opacity .2s ease-in-out}.div-1pl23ac79ld[data-v-aae97bc7]{width:100%;pointer-events:none;font-size:0}.div-1pl23ac79ld-2[data-v-aae97bc7]{display:flex;flex-direction:column;align-items:stretch;position:absolute;top:0;left:0;width:100%;height:100%}.component-tqyw9m0iue[data-v-a29d8e90]{display:flex;flex-direction:column;align-items:stretch}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";var v=require("./style.css");Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("vue"),c=require("./index-fae2823a.cjs"),f=e=>{var o;const t=e.family+(e.kind&&!e.kind.includes("#")?", "+e.kind:""),i=t.split(",")[0],r=e.fileUrl??((o=e==null?void 0:e.files)==null?void 0:o.regular);let l="";if(r&&t&&i&&(l+=`
|
|
2
|
-
@font-face {
|
|
3
|
-
font-family: "${t}";
|
|
4
|
-
src: local("${i}"), url('${r}') format('woff2');
|
|
5
|
-
font-display: fallback;
|
|
6
|
-
font-weight: 400;
|
|
7
|
-
}
|
|
8
|
-
`.trim()),e.files)for(const n in e.files){if(!(String(Number(n))===n))continue;const s=e.files[n];s&&s!==r&&(l+=`
|
|
9
|
-
@font-face {
|
|
10
|
-
font-family: "${t}";
|
|
11
|
-
src: url('${s}') format('woff2');
|
|
12
|
-
font-display: fallback;
|
|
13
|
-
font-weight: ${n};
|
|
14
|
-
}
|
|
15
|
-
`.trim())}return l},u=({customFonts:e})=>{var t;return((t=e==null?void 0:e.map(i=>f(i)))==null?void 0:t.join(" "))||""},d=({cssCode:e,contentId:t})=>e?t?(e==null?void 0:e.replace(/&/g,`div[builder-content-id="${t}"]`))||"":e:"",m=()=>Promise.resolve().then(()=>require("./inlined-styles-52d0d9db.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component InlinedStyles at ../../inlined-styles.vue",e),e}),p=a.defineComponent({name:"content-styles",components:{"inlined-styles":m},props:["cssCode","contentId","customFonts"],data(){return{injectedStyles:`
|
|
16
|
-
${d({cssCode:this.cssCode,contentId:this.contentId})}
|
|
17
|
-
${u({customFonts:this.customFonts})}
|
|
18
|
-
|
|
19
|
-
.builder-text > p:first-of-type, .builder-text > .builder-paragraph:first-of-type {
|
|
20
|
-
margin: 0;
|
|
21
|
-
}
|
|
22
|
-
.builder-text > p, .builder-text > .builder-paragraph {
|
|
23
|
-
color: inherit;
|
|
24
|
-
line-height: inherit;
|
|
25
|
-
letter-spacing: inherit;
|
|
26
|
-
font-weight: inherit;
|
|
27
|
-
font-size: inherit;
|
|
28
|
-
text-align: inherit;
|
|
29
|
-
font-family: inherit;
|
|
30
|
-
}
|
|
31
|
-
`.trim()}}});var h=function(){var t=this,i=t._self._c;return t._self._setupProxy,i("inlined-styles",{attrs:{styles:t.injectedStyles}})},y=[],g=c.normalizeComponent(p,h,y,!1,null,null,null,null);const _=g.exports;exports.default=_;
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
import "./style.css";
|
|
2
|
-
import { defineComponent as a } from "vue";
|
|
3
|
-
import { n as f } from "./index-7a45f7e8.js";
|
|
4
|
-
const c = (t) => {
|
|
5
|
-
var o;
|
|
6
|
-
const e = t.family + (t.kind && !t.kind.includes("#") ? ", " + t.kind : ""), i = e.split(",")[0], r = t.fileUrl ?? ((o = t == null ? void 0 : t.files) == null ? void 0 : o.regular);
|
|
7
|
-
let l = "";
|
|
8
|
-
if (r && e && i && (l += `
|
|
9
|
-
@font-face {
|
|
10
|
-
font-family: "${e}";
|
|
11
|
-
src: local("${i}"), url('${r}') format('woff2');
|
|
12
|
-
font-display: fallback;
|
|
13
|
-
font-weight: 400;
|
|
14
|
-
}
|
|
15
|
-
`.trim()), t.files)
|
|
16
|
-
for (const n in t.files) {
|
|
17
|
-
if (!(String(Number(n)) === n))
|
|
18
|
-
continue;
|
|
19
|
-
const s = t.files[n];
|
|
20
|
-
s && s !== r && (l += `
|
|
21
|
-
@font-face {
|
|
22
|
-
font-family: "${e}";
|
|
23
|
-
src: url('${s}') format('woff2');
|
|
24
|
-
font-display: fallback;
|
|
25
|
-
font-weight: ${n};
|
|
26
|
-
}
|
|
27
|
-
`.trim());
|
|
28
|
-
}
|
|
29
|
-
return l;
|
|
30
|
-
}, m = ({
|
|
31
|
-
customFonts: t
|
|
32
|
-
}) => {
|
|
33
|
-
var e;
|
|
34
|
-
return ((e = t == null ? void 0 : t.map((i) => c(i))) == null ? void 0 : e.join(" ")) || "";
|
|
35
|
-
}, u = ({
|
|
36
|
-
cssCode: t,
|
|
37
|
-
contentId: e
|
|
38
|
-
}) => t ? e ? (t == null ? void 0 : t.replace(/&/g, `div[builder-content-id="${e}"]`)) || "" : t : "", p = () => import("./inlined-styles-f0555ea7.js").then((t) => t.default).catch((t) => {
|
|
39
|
-
throw console.error(
|
|
40
|
-
"Error while attempting to dynamically import component InlinedStyles at ../../inlined-styles.vue",
|
|
41
|
-
t
|
|
42
|
-
), t;
|
|
43
|
-
}), d = a({
|
|
44
|
-
name: "content-styles",
|
|
45
|
-
components: { "inlined-styles": p },
|
|
46
|
-
props: ["cssCode", "contentId", "customFonts"],
|
|
47
|
-
data() {
|
|
48
|
-
return {
|
|
49
|
-
injectedStyles: `
|
|
50
|
-
${u({
|
|
51
|
-
cssCode: this.cssCode,
|
|
52
|
-
contentId: this.contentId
|
|
53
|
-
})}
|
|
54
|
-
${m({
|
|
55
|
-
customFonts: this.customFonts
|
|
56
|
-
})}
|
|
57
|
-
|
|
58
|
-
.builder-text > p:first-of-type, .builder-text > .builder-paragraph:first-of-type {
|
|
59
|
-
margin: 0;
|
|
60
|
-
}
|
|
61
|
-
.builder-text > p, .builder-text > .builder-paragraph {
|
|
62
|
-
color: inherit;
|
|
63
|
-
line-height: inherit;
|
|
64
|
-
letter-spacing: inherit;
|
|
65
|
-
font-weight: inherit;
|
|
66
|
-
font-size: inherit;
|
|
67
|
-
text-align: inherit;
|
|
68
|
-
font-family: inherit;
|
|
69
|
-
}
|
|
70
|
-
`.trim()
|
|
71
|
-
};
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
var h = function() {
|
|
75
|
-
var e = this, i = e._self._c;
|
|
76
|
-
return e._self._setupProxy, i("inlined-styles", { attrs: { styles: e.injectedStyles } });
|
|
77
|
-
}, y = [], g = /* @__PURE__ */ f(
|
|
78
|
-
d,
|
|
79
|
-
h,
|
|
80
|
-
y,
|
|
81
|
-
!1,
|
|
82
|
-
null,
|
|
83
|
-
null,
|
|
84
|
-
null,
|
|
85
|
-
null
|
|
86
|
-
);
|
|
87
|
-
const x = g.exports;
|
|
88
|
-
export {
|
|
89
|
-
x as default
|
|
90
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type Target = 'vue3' | 'vue2' | 'reactNative' | 'svelte' | 'qwik' | 'react' | 'solid' | 'rsc';
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";var _=require("./style.css");Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("vue"),p=require("./get-processed-block-0a1ec6ea.cjs"),m=require("./evaluate-0bfb6f5e.cjs"),d=require("./index-255d62bb.cjs");function h(t){var e;return{...(e=t.component)==null?void 0:e.options,...t.options,builderBlock:t}}const u=["area","base","br","col","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"],k=t=>typeof t=="string"&&u.includes(t.toLowerCase()),f=({block:t,context:e,registeredComponents:o})=>{var c;const r=(c=p.getProcessedBlock({block:t,localState:e.localState,rootState:e.rootState,rootSetState:e.rootSetState,context:e.context,shouldEvaluateBindings:!1}).component)==null?void 0:c.name;if(!r)return null;const n=o[r];if(n)return n;console.warn(`
|
|
2
|
-
Could not find a registered component named "${r}".
|
|
3
|
-
If you registered it, is the file that registered it imported by the file that needs to render it?`)},b=({block:t,context:e})=>{const{repeat:o,...r}=t;if(!(o!=null&&o.collection))return;const n=m.evaluate({code:o.collection,localState:e.localState,rootState:e.rootState,rootSetState:e.rootSetState,context:e.context});if(!Array.isArray(n))return;const c=o.collection.split(".").pop(),s=o.itemName||(c?c+"Item":"item");return n.map((l,i)=>({context:{...e,localState:{...e.localState,$index:i,$item:l,[s]:l,[`$${s}Index`]:i}},block:r}))},C=()=>Promise.resolve().then(()=>require("./block-styles-df90677b.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component BlockStyles at ./components/block-styles.vue",t),t}),g=()=>Promise.resolve().then(()=>require("./block-wrapper-f0eef937.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component BlockWrapper at ./components/block-wrapper.vue",t),t}),B=()=>Promise.resolve().then(()=>require("./component-ref-3248243b.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component ComponentRef at ./components/component-ref/component-ref.vue",t),t}),S=()=>Promise.resolve().then(()=>require("./repeated-block-c02fe8e4.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component RepeatedBlock at ./components/repeated-block.vue",t),t}),P=a.defineComponent({name:"block",components:{"component-ref":B,"block-wrapper":g,"repeated-block":S,"block-styles":C},props:["block","context","registeredComponents"],data(){return{childrenContext:this.context,isEmptyHtmlElement:k}},computed:{blockComponent(){return f({block:this.block,context:this.context,registeredComponents:this.registeredComponents})},repeatItem(){return b({block:this.block,context:this.context})},processedBlock(){var t;return(t=this.block.repeat)!=null&&t.collection?this.block:p.getProcessedBlock({block:this.block,localState:this.context.localState,rootState:this.context.rootState,rootSetState:this.context.rootSetState,context:this.context.context,shouldEvaluateBindings:!0})},Tag(){return this.block.tagName||"div"},canShowBlock(){var o,r;if((o=this.block.repeat)!=null&&o.collection)return!!((r=this.repeatItem)!=null&&r.length);const t="hide"in this.processedBlock?this.processedBlock.hide:!1;return("show"in this.processedBlock?this.processedBlock.show:!0)&&!t},childrenWithoutParentComponent(){var e;return!((e=this.blockComponent)!=null&&e.component)&&!this.repeatItem?this.processedBlock.children??[]:[]},componentRefProps(){var t,e,o,r,n;return{blockChildren:this.processedBlock.children??[],componentRef:(t=this.blockComponent)==null?void 0:t.component,componentOptions:{...h(this.processedBlock),builderContext:this.context,...((e=this.blockComponent)==null?void 0:e.name)==="Symbol"||((o=this.blockComponent)==null?void 0:o.name)==="Columns"?{builderComponents:this.registeredComponents}:{}},context:this.childrenContext,registeredComponents:this.registeredComponents,builderBlock:this.processedBlock,includeBlockProps:((r=this.blockComponent)==null?void 0:r.noWrap)===!0,isInteractive:!((n=this.blockComponent)!=null&&n.isRSC)}}}});var x=function(){var r;var e=this,o=e._self._c;return e._self._setupProxy,(r=e.blockComponent)!=null&&r.noWrap&&e.canShowBlock?o("component-ref",{attrs:{componentRef:e.componentRefProps.componentRef,componentOptions:e.componentRefProps.componentOptions,blockChildren:e.componentRefProps.blockChildren,context:e.componentRefProps.context,registeredComponents:e.componentRefProps.registeredComponents,builderBlock:e.componentRefProps.builderBlock,includeBlockProps:e.componentRefProps.includeBlockProps,isInteractive:e.componentRefProps.isInteractive}}):e.isEmptyHtmlElement(e.Tag)&&e.canShowBlock?o("block-wrapper",{attrs:{Wrapper:e.Tag,block:e.processedBlock,context:e.context,hasChildren:!1}}):!e.isEmptyHtmlElement(e.Tag)&&e.repeatItem&&e.canShowBlock?o("div",{staticClass:"vue2-root-element-workaround"},e._l(e.repeatItem,function(n,c){return o("repeated-block",{key:c,attrs:{repeatContext:n.context,block:n.block,registeredComponents:e.registeredComponents}})}),1):e.canShowBlock?o("block-wrapper",{attrs:{Wrapper:e.Tag,block:e.processedBlock,context:e.context,hasChildren:!0}},[o("component-ref",{attrs:{componentRef:e.componentRefProps.componentRef,componentOptions:e.componentRefProps.componentOptions,blockChildren:e.componentRefProps.blockChildren,context:e.componentRefProps.context,registeredComponents:e.componentRefProps.registeredComponents,builderBlock:e.componentRefProps.builderBlock,includeBlockProps:e.componentRefProps.includeBlockProps,isInteractive:e.componentRefProps.isInteractive}}),e._l(e.childrenWithoutParentComponent,function(n,c){return o("block",{key:"block-"+n.id,attrs:{block:n,context:e.childrenContext,registeredComponents:e.registeredComponents}})}),e._l(e.childrenWithoutParentComponent,function(n,c){return o("block-styles",{key:"block-style-"+n.id,attrs:{block:n,context:e.childrenContext}})})],2):e._e()},R=[],y=d.normalizeComponent(P,x,R,!1,null,null,null,null);const v=y.exports;exports.default=v;
|