@builder.io/sdk-vue 0.6.1-1 → 0.6.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/package.json +7 -3
- package/vue2/lib/browser/block-7572b272.cjs +3 -0
- package/vue2/lib/browser/block-c120af6b.js +181 -0
- package/vue2/lib/browser/block-styles-7b6133cb.js +77 -0
- package/vue2/lib/browser/block-styles-d210742a.cjs +1 -0
- package/vue2/lib/browser/block-wrapper-7137e4eb.js +66 -0
- package/vue2/lib/browser/block-wrapper-73003591.cjs +1 -0
- package/vue2/lib/browser/blocks/button/button.vue.d.ts +17 -0
- package/vue2/lib/browser/blocks/button/component-info.d.ts +2 -0
- package/vue2/lib/browser/blocks/columns/columns.vue.d.ts +44 -0
- package/vue2/lib/browser/blocks/columns/component-info.d.ts +2 -0
- package/vue2/lib/browser/blocks/custom-code/component-info.d.ts +2 -0
- package/vue2/lib/browser/blocks/custom-code/custom-code.vue.d.ts +14 -0
- package/vue2/lib/browser/blocks/embed/component-info.d.ts +2 -0
- package/vue2/lib/browser/blocks/embed/embed.vue.d.ts +18 -0
- package/vue2/lib/browser/blocks/embed/helpers.d.ts +1 -0
- package/vue2/lib/browser/blocks/form/component-info.d.ts +2 -0
- package/vue2/lib/browser/blocks/fragment/component-info.d.ts +2 -0
- package/vue2/lib/browser/blocks/fragment/fragment.vue.d.ts +7 -0
- package/vue2/lib/browser/blocks/helpers.d.ts +13 -0
- package/vue2/lib/browser/blocks/image/component-info.d.ts +2 -0
- package/vue2/lib/browser/blocks/image/image.helpers.d.ts +1 -0
- package/vue2/lib/browser/blocks/image/image.vue.d.ts +72 -0
- package/vue2/lib/browser/blocks/img/component-info.d.ts +2 -0
- package/vue2/lib/browser/blocks/img/img.vue.d.ts +38 -0
- package/vue2/lib/browser/blocks/input/component-info.d.ts +2 -0
- package/vue2/lib/browser/blocks/raw-text/component-info.d.ts +2 -0
- package/vue2/lib/browser/blocks/section/component-info.d.ts +2 -0
- package/vue2/lib/browser/blocks/section/section.vue.d.ts +22 -0
- package/vue2/lib/browser/blocks/select/component-info.d.ts +2 -0
- package/vue2/lib/browser/blocks/submit-button/component-info.d.ts +2 -0
- package/vue2/lib/browser/blocks/symbol/component-info.d.ts +2 -0
- package/vue2/lib/browser/blocks/symbol/symbol.helpers.d.ts +14 -0
- package/vue2/lib/browser/blocks/symbol/symbol.vue.d.ts +37 -0
- package/vue2/lib/browser/blocks/text/component-info.d.ts +2 -0
- package/vue2/lib/browser/blocks/text/text.vue.d.ts +11 -0
- package/vue2/lib/browser/blocks/textarea/component-info.d.ts +2 -0
- package/vue2/lib/browser/blocks/video/component-info.d.ts +2 -0
- package/vue2/lib/browser/blocks/video/video.vue.d.ts +64 -0
- package/vue2/lib/browser/blocks-wrapper-9f1e75a3.js +72 -0
- package/vue2/lib/browser/blocks-wrapper-b4d967ac.cjs +1 -0
- package/vue2/lib/browser/component-ref-b509786c.js +102 -0
- package/vue2/lib/browser/component-ref-da79bed8.cjs +1 -0
- package/vue2/lib/browser/components/block/block.helpers.d.ts +13 -0
- package/vue2/lib/browser/components/block/block.vue.d.ts +41 -0
- package/vue2/lib/browser/components/block/components/block-styles.vue.d.ts +23 -0
- package/vue2/lib/browser/components/block/components/block-wrapper.vue.d.ts +29 -0
- package/vue2/lib/browser/components/block/components/component-ref/component-ref.helpers.d.ts +30 -0
- package/vue2/lib/browser/components/block/components/component-ref/component-ref.vue.d.ts +41 -0
- package/vue2/lib/browser/components/block/components/interactive-element.vue.d.ts +30 -0
- package/vue2/lib/browser/components/block/components/repeated-block.vue.d.ts +16 -0
- package/vue2/lib/browser/components/block/types.d.ts +6 -0
- package/vue2/lib/browser/components/blocks/blocks-wrapper.vue.d.ts +30 -0
- package/vue2/lib/browser/components/blocks/blocks.vue.d.ts +29 -0
- package/vue2/lib/browser/components/content/components/enable-editor.vue.d.ts +56 -0
- package/vue2/lib/browser/components/content/components/styles.helpers.d.ts +15 -0
- package/vue2/lib/browser/components/content/components/styles.vue.d.ts +16 -0
- package/vue2/lib/browser/components/content/content.helpers.d.ts +7 -0
- package/vue2/lib/browser/components/content/content.types.d.ts +24 -0
- package/vue2/lib/browser/components/content/content.vue.d.ts +26 -0
- package/vue2/lib/browser/components/content/index.d.ts +1 -0
- package/vue2/lib/browser/components/content/wrap-component-ref.d.ts +6 -0
- package/vue2/lib/browser/components/content-variants/content-variants.types.d.ts +20 -0
- package/vue2/lib/browser/components/content-variants/content-variants.vue.d.ts +50 -0
- package/vue2/lib/browser/components/content-variants/helpers.d.ts +18 -0
- package/vue2/lib/browser/components/inlined-script.vue.d.ts +11 -0
- package/vue2/lib/browser/components/inlined-styles.vue.d.ts +11 -0
- package/vue2/lib/browser/constants/builder-registered-components.d.ts +6 -0
- package/vue2/lib/browser/constants/device-sizes.d.ts +13 -0
- package/vue2/lib/browser/constants/sdk-version.d.ts +1 -0
- package/vue2/lib/browser/constants/target.d.ts +2 -0
- package/vue2/lib/browser/content-284be2c3.cjs +1 -0
- package/vue2/lib/browser/content-adf884f8.js +928 -0
- package/vue2/lib/browser/context/builder.context.d.ts +15 -0
- package/vue2/lib/browser/context/components.context.d.ts +7 -0
- package/vue2/lib/browser/context/types.d.ts +35 -0
- package/vue2/lib/browser/css-01587ac9.js +21 -0
- package/vue2/lib/browser/css-924d8859.cjs +6 -0
- package/vue2/lib/browser/enable-editor-4c0af531.cjs +1 -0
- package/vue2/lib/browser/enable-editor-872f651f.js +429 -0
- package/vue2/lib/browser/evaluate-34eb09eb.js +81 -0
- package/vue2/lib/browser/evaluate-3b22ca76.cjs +1 -0
- package/vue2/lib/browser/functions/apply-patch-with-mutation.d.ts +10 -0
- package/vue2/lib/browser/functions/camel-to-kebab-case.d.ts +1 -0
- package/vue2/lib/browser/functions/deopt.d.ts +4 -0
- package/vue2/lib/browser/functions/evaluate/browser-runtime/browser.d.ts +4 -0
- package/vue2/lib/browser/functions/evaluate/browser-runtime/index.d.ts +1 -0
- package/vue2/lib/browser/functions/evaluate/edge-runtime/acorn-interpreter.d.ts +2 -0
- package/vue2/lib/browser/functions/evaluate/edge-runtime/edge-runtime.d.ts +2 -0
- package/vue2/lib/browser/functions/evaluate/edge-runtime/index.d.ts +1 -0
- package/vue2/lib/browser/functions/evaluate/evaluate.d.ts +6 -0
- package/vue2/lib/browser/functions/evaluate/helpers.d.ts +18 -0
- package/vue2/lib/browser/functions/evaluate/index.d.ts +1 -0
- package/vue2/lib/browser/functions/evaluate/node-runtime/index.d.ts +1 -0
- package/vue2/lib/browser/functions/evaluate/placeholder-runtime.d.ts +2 -0
- package/vue2/lib/browser/functions/event-handler-name.d.ts +1 -0
- package/vue2/lib/browser/functions/extract-text-styles.d.ts +4 -0
- package/vue2/lib/browser/functions/fast-clone.d.ts +4 -0
- package/vue2/lib/browser/functions/fetch-builder-props.d.ts +40 -0
- package/vue2/lib/browser/functions/get-block-actions-handler.d.ts +8 -0
- package/vue2/lib/browser/functions/get-block-actions.d.ts +10 -0
- package/vue2/lib/browser/functions/get-block-component-options.d.ts +2 -0
- package/vue2/lib/browser/functions/get-block-properties.d.ts +6 -0
- package/vue2/lib/browser/functions/get-builder-search-params/index.d.ts +12 -0
- package/vue2/lib/browser/functions/get-content/generate-content-url.d.ts +2 -0
- package/vue2/lib/browser/functions/get-content/index.d.ts +28 -0
- package/vue2/lib/browser/functions/get-content/types.d.ts +51 -0
- package/vue2/lib/browser/functions/get-fetch.d.ts +1 -0
- package/vue2/lib/browser/functions/get-processed-block.d.ts +10 -0
- package/vue2/lib/browser/functions/get-react-native-block-styles.d.ts +7 -0
- package/vue2/lib/browser/functions/is-browser.d.ts +1 -0
- package/vue2/lib/browser/functions/is-edge-runtime.d.ts +4 -0
- package/vue2/lib/browser/functions/is-editing.d.ts +1 -0
- package/vue2/lib/browser/functions/is-iframe.d.ts +1 -0
- package/vue2/lib/browser/functions/is-previewing.d.ts +1 -0
- package/vue2/lib/browser/functions/on-change.d.ts +7 -0
- package/vue2/lib/browser/functions/register-component.d.ts +15 -0
- package/vue2/lib/browser/functions/register.d.ts +16 -0
- package/vue2/lib/browser/functions/sanitize-react-native-block-styles.d.ts +3 -0
- package/vue2/lib/browser/functions/set-editor-settings.d.ts +4 -0
- package/vue2/lib/browser/functions/set.d.ts +7 -0
- package/vue2/lib/browser/functions/track/helpers.d.ts +5 -0
- package/vue2/lib/browser/functions/track/index.d.ts +51 -0
- package/vue2/lib/browser/functions/track/interaction.d.ts +13 -0
- package/vue2/lib/browser/functions/transform-block-properties.d.ts +2 -0
- package/vue2/lib/browser/functions/transform-block.d.ts +2 -0
- package/vue2/lib/browser/get-block-actions-2147e6cd.js +35 -0
- package/vue2/lib/browser/get-block-actions-55e90df6.cjs +1 -0
- package/vue2/lib/browser/get-block-properties-2f43ed48.cjs +1 -0
- package/vue2/lib/browser/get-block-properties-58c54a69.js +48 -0
- package/vue2/lib/browser/get-processed-block-15b0d499.cjs +1 -0
- package/vue2/lib/browser/get-processed-block-a2ff4c51.js +58 -0
- package/vue2/lib/browser/helpers/ab-tests.d.ts +9 -0
- package/vue2/lib/browser/helpers/canTrack.d.ts +1 -0
- package/vue2/lib/browser/helpers/cookie.d.ts +19 -0
- package/vue2/lib/browser/helpers/css.d.ts +7 -0
- package/vue2/lib/browser/helpers/flatten.d.ts +6 -0
- package/vue2/lib/browser/helpers/localStorage.d.ts +9 -0
- package/vue2/lib/browser/helpers/logger.d.ts +6 -0
- package/vue2/lib/browser/helpers/nullable.d.ts +2 -0
- package/vue2/lib/browser/helpers/preview-lru-cache/get.d.ts +2 -0
- package/vue2/lib/browser/helpers/preview-lru-cache/init.d.ts +6 -0
- package/vue2/lib/browser/helpers/preview-lru-cache/set.d.ts +7 -0
- package/vue2/lib/browser/helpers/sessionId.d.ts +6 -0
- package/vue2/lib/browser/helpers/time.d.ts +1 -0
- package/vue2/lib/browser/helpers/url.d.ts +6 -0
- package/vue2/lib/browser/helpers/uuid.d.ts +8 -0
- package/vue2/lib/browser/helpers/visitorId.d.ts +6 -0
- package/vue2/lib/browser/index-20a64e56.js +1422 -0
- package/vue2/lib/browser/index-31b135ac.cjs +32 -0
- package/vue2/lib/browser/index-helpers/blocks-exports.d.ts +88 -0
- package/vue2/lib/browser/index-helpers/top-of-file.d.ts +1 -0
- package/vue2/lib/browser/index.cjs +1 -0
- package/vue2/lib/browser/index.d.ts +7 -0
- package/vue2/lib/browser/index.js +29 -0
- package/vue2/lib/browser/inlined-script-395a54bf.cjs +1 -0
- package/vue2/lib/browser/inlined-script-dd1c2277.js +23 -0
- package/vue2/lib/browser/inlined-styles-5f724636.js +23 -0
- package/vue2/lib/browser/inlined-styles-6ad3b97d.cjs +1 -0
- package/vue2/lib/browser/interactive-element-91844a73.cjs +1 -0
- package/vue2/lib/browser/interactive-element-9a3140c7.js +42 -0
- package/vue2/lib/browser/repeated-block-2801e2ad.cjs +1 -0
- package/vue2/lib/browser/repeated-block-db085f7a.js +38 -0
- package/vue2/lib/browser/scripts/init-editing.d.ts +6 -0
- package/vue2/lib/browser/server-index.d.ts +15 -0
- package/vue2/lib/browser/style.css +1 -0
- package/vue2/lib/browser/styles-1aad0890.cjs +31 -0
- package/vue2/lib/browser/styles-c675d986.js +89 -0
- package/vue2/lib/browser/types/api-version.d.ts +2 -0
- package/vue2/lib/browser/types/builder-block.d.ts +66 -0
- package/vue2/lib/browser/types/builder-content.d.ts +44 -0
- package/vue2/lib/browser/types/builder-props.d.ts +9 -0
- package/vue2/lib/browser/types/can-track.d.ts +3 -0
- package/vue2/lib/browser/types/components.d.ts +111 -0
- package/vue2/lib/browser/types/deep-partial.d.ts +3 -0
- package/vue2/lib/browser/types/element.d.ts +59 -0
- package/vue2/lib/browser/types/enforced-partials.d.ts +21 -0
- package/vue2/lib/browser/types/input.d.ts +121 -0
- package/vue2/lib/browser/types/targets.d.ts +1 -0
- package/vue2/lib/browser/types/typescript.d.ts +11 -0
- package/vue2/lib/edge/block-89ebff36.cjs +3 -0
- package/vue2/lib/edge/block-a17dd5f3.js +181 -0
- package/vue2/lib/edge/block-styles-68308a10.js +77 -0
- package/vue2/lib/edge/block-styles-c081fccd.cjs +1 -0
- package/vue2/lib/edge/block-wrapper-1d8816f6.js +66 -0
- package/vue2/lib/edge/block-wrapper-224770b5.cjs +1 -0
- package/vue2/lib/edge/blocks/button/button.vue.d.ts +17 -0
- package/vue2/lib/edge/blocks/button/component-info.d.ts +2 -0
- package/vue2/lib/edge/blocks/columns/columns.vue.d.ts +44 -0
- package/vue2/lib/edge/blocks/columns/component-info.d.ts +2 -0
- package/vue2/lib/edge/blocks/custom-code/component-info.d.ts +2 -0
- package/vue2/lib/edge/blocks/custom-code/custom-code.vue.d.ts +14 -0
- package/vue2/lib/edge/blocks/embed/component-info.d.ts +2 -0
- package/vue2/lib/edge/blocks/embed/embed.vue.d.ts +18 -0
- package/vue2/lib/edge/blocks/embed/helpers.d.ts +1 -0
- package/vue2/lib/edge/blocks/form/component-info.d.ts +2 -0
- package/vue2/lib/edge/blocks/fragment/component-info.d.ts +2 -0
- package/vue2/lib/edge/blocks/fragment/fragment.vue.d.ts +7 -0
- package/vue2/lib/edge/blocks/helpers.d.ts +13 -0
- package/vue2/lib/edge/blocks/image/component-info.d.ts +2 -0
- package/vue2/lib/edge/blocks/image/image.helpers.d.ts +1 -0
- package/vue2/lib/edge/blocks/image/image.vue.d.ts +72 -0
- package/vue2/lib/edge/blocks/img/component-info.d.ts +2 -0
- package/vue2/lib/edge/blocks/img/img.vue.d.ts +38 -0
- package/vue2/lib/edge/blocks/input/component-info.d.ts +2 -0
- package/vue2/lib/edge/blocks/raw-text/component-info.d.ts +2 -0
- package/vue2/lib/edge/blocks/section/component-info.d.ts +2 -0
- package/vue2/lib/edge/blocks/section/section.vue.d.ts +22 -0
- package/vue2/lib/edge/blocks/select/component-info.d.ts +2 -0
- package/vue2/lib/edge/blocks/submit-button/component-info.d.ts +2 -0
- package/vue2/lib/edge/blocks/symbol/component-info.d.ts +2 -0
- package/vue2/lib/edge/blocks/symbol/symbol.helpers.d.ts +14 -0
- package/vue2/lib/edge/blocks/symbol/symbol.vue.d.ts +37 -0
- package/vue2/lib/edge/blocks/text/component-info.d.ts +2 -0
- package/vue2/lib/edge/blocks/text/text.vue.d.ts +11 -0
- package/vue2/lib/edge/blocks/textarea/component-info.d.ts +2 -0
- package/vue2/lib/edge/blocks/video/component-info.d.ts +2 -0
- package/vue2/lib/edge/blocks/video/video.vue.d.ts +64 -0
- package/vue2/lib/edge/blocks-wrapper-4e301a45.cjs +1 -0
- package/vue2/lib/edge/blocks-wrapper-e865d99a.js +72 -0
- package/vue2/lib/edge/component-ref-46ff36c7.cjs +1 -0
- package/vue2/lib/edge/component-ref-47c7b4b9.js +102 -0
- package/vue2/lib/edge/components/block/block.helpers.d.ts +13 -0
- package/vue2/lib/edge/components/block/block.vue.d.ts +41 -0
- package/vue2/lib/edge/components/block/components/block-styles.vue.d.ts +23 -0
- package/vue2/lib/edge/components/block/components/block-wrapper.vue.d.ts +29 -0
- package/vue2/lib/edge/components/block/components/component-ref/component-ref.helpers.d.ts +30 -0
- package/vue2/lib/edge/components/block/components/component-ref/component-ref.vue.d.ts +41 -0
- package/vue2/lib/edge/components/block/components/interactive-element.vue.d.ts +30 -0
- package/vue2/lib/edge/components/block/components/repeated-block.vue.d.ts +16 -0
- package/vue2/lib/edge/components/block/types.d.ts +6 -0
- package/vue2/lib/edge/components/blocks/blocks-wrapper.vue.d.ts +30 -0
- package/vue2/lib/edge/components/blocks/blocks.vue.d.ts +29 -0
- package/vue2/lib/edge/components/content/components/enable-editor.vue.d.ts +56 -0
- package/vue2/lib/edge/components/content/components/styles.helpers.d.ts +15 -0
- package/vue2/lib/edge/components/content/components/styles.vue.d.ts +16 -0
- package/vue2/lib/edge/components/content/content.helpers.d.ts +7 -0
- package/vue2/lib/edge/components/content/content.types.d.ts +24 -0
- package/vue2/lib/edge/components/content/content.vue.d.ts +26 -0
- package/vue2/lib/edge/components/content/index.d.ts +1 -0
- package/vue2/lib/edge/components/content/wrap-component-ref.d.ts +6 -0
- package/vue2/lib/edge/components/content-variants/content-variants.types.d.ts +20 -0
- package/vue2/lib/edge/components/content-variants/content-variants.vue.d.ts +50 -0
- package/vue2/lib/edge/components/content-variants/helpers.d.ts +18 -0
- package/vue2/lib/edge/components/inlined-script.vue.d.ts +11 -0
- package/vue2/lib/edge/components/inlined-styles.vue.d.ts +11 -0
- package/vue2/lib/edge/constants/builder-registered-components.d.ts +6 -0
- package/vue2/lib/edge/constants/device-sizes.d.ts +13 -0
- package/vue2/lib/edge/constants/sdk-version.d.ts +1 -0
- package/vue2/lib/edge/constants/target.d.ts +2 -0
- package/vue2/lib/edge/content-c1d216c0.cjs +1 -0
- package/vue2/lib/edge/content-dba5c9d2.js +928 -0
- package/vue2/lib/edge/context/builder.context.d.ts +15 -0
- package/vue2/lib/edge/context/components.context.d.ts +7 -0
- package/vue2/lib/edge/context/types.d.ts +35 -0
- package/vue2/lib/edge/css-384211ae.js +21 -0
- package/vue2/lib/edge/css-f5a4c224.cjs +6 -0
- package/vue2/lib/edge/enable-editor-8c6fd5f2.cjs +1 -0
- package/vue2/lib/edge/enable-editor-985c44d4.js +429 -0
- package/vue2/lib/edge/evaluate-60a4358c.js +2532 -0
- package/vue2/lib/edge/evaluate-d1682114.cjs +21 -0
- package/vue2/lib/edge/functions/apply-patch-with-mutation.d.ts +10 -0
- package/vue2/lib/edge/functions/camel-to-kebab-case.d.ts +1 -0
- package/vue2/lib/edge/functions/deopt.d.ts +4 -0
- package/vue2/lib/edge/functions/evaluate/browser-runtime/browser.d.ts +4 -0
- package/vue2/lib/edge/functions/evaluate/browser-runtime/index.d.ts +1 -0
- package/vue2/lib/edge/functions/evaluate/edge-runtime/acorn-interpreter.d.ts +2 -0
- package/vue2/lib/edge/functions/evaluate/edge-runtime/edge-runtime.d.ts +2 -0
- package/vue2/lib/edge/functions/evaluate/edge-runtime/index.d.ts +1 -0
- package/vue2/lib/edge/functions/evaluate/evaluate.d.ts +6 -0
- package/vue2/lib/edge/functions/evaluate/helpers.d.ts +18 -0
- package/vue2/lib/edge/functions/evaluate/index.d.ts +1 -0
- package/vue2/lib/edge/functions/evaluate/node-runtime/index.d.ts +1 -0
- package/vue2/lib/edge/functions/evaluate/placeholder-runtime.d.ts +2 -0
- package/vue2/lib/edge/functions/event-handler-name.d.ts +1 -0
- package/vue2/lib/edge/functions/extract-text-styles.d.ts +4 -0
- package/vue2/lib/edge/functions/fast-clone.d.ts +4 -0
- package/vue2/lib/edge/functions/fetch-builder-props.d.ts +40 -0
- package/vue2/lib/edge/functions/get-block-actions-handler.d.ts +8 -0
- package/vue2/lib/edge/functions/get-block-actions.d.ts +10 -0
- package/vue2/lib/edge/functions/get-block-component-options.d.ts +2 -0
- package/vue2/lib/edge/functions/get-block-properties.d.ts +6 -0
- package/vue2/lib/edge/functions/get-builder-search-params/index.d.ts +12 -0
- package/vue2/lib/edge/functions/get-content/generate-content-url.d.ts +2 -0
- package/vue2/lib/edge/functions/get-content/index.d.ts +28 -0
- package/vue2/lib/edge/functions/get-content/types.d.ts +51 -0
- package/vue2/lib/edge/functions/get-fetch.d.ts +1 -0
- package/vue2/lib/edge/functions/get-processed-block.d.ts +10 -0
- package/vue2/lib/edge/functions/get-react-native-block-styles.d.ts +7 -0
- package/vue2/lib/edge/functions/is-browser.d.ts +1 -0
- package/vue2/lib/edge/functions/is-edge-runtime.d.ts +4 -0
- package/vue2/lib/edge/functions/is-editing.d.ts +1 -0
- package/vue2/lib/edge/functions/is-iframe.d.ts +1 -0
- package/vue2/lib/edge/functions/is-previewing.d.ts +1 -0
- package/vue2/lib/edge/functions/on-change.d.ts +7 -0
- package/vue2/lib/edge/functions/register-component.d.ts +15 -0
- package/vue2/lib/edge/functions/register.d.ts +16 -0
- package/vue2/lib/edge/functions/sanitize-react-native-block-styles.d.ts +3 -0
- package/vue2/lib/edge/functions/set-editor-settings.d.ts +4 -0
- package/vue2/lib/edge/functions/set.d.ts +7 -0
- package/vue2/lib/edge/functions/track/helpers.d.ts +5 -0
- package/vue2/lib/edge/functions/track/index.d.ts +51 -0
- package/vue2/lib/edge/functions/track/interaction.d.ts +13 -0
- package/vue2/lib/edge/functions/transform-block-properties.d.ts +2 -0
- package/vue2/lib/edge/functions/transform-block.d.ts +2 -0
- package/vue2/lib/edge/get-block-actions-30acfe84.js +35 -0
- package/vue2/lib/edge/get-block-actions-70f0ddb1.cjs +1 -0
- package/vue2/lib/edge/get-block-properties-26d44344.js +48 -0
- package/vue2/lib/edge/get-block-properties-e47eac50.cjs +1 -0
- package/vue2/lib/edge/get-processed-block-6bfaca9c.cjs +1 -0
- package/vue2/lib/edge/get-processed-block-d3436370.js +52 -0
- package/vue2/lib/edge/helpers/ab-tests.d.ts +9 -0
- package/vue2/lib/edge/helpers/canTrack.d.ts +1 -0
- package/vue2/lib/edge/helpers/cookie.d.ts +19 -0
- package/vue2/lib/edge/helpers/css.d.ts +7 -0
- package/vue2/lib/edge/helpers/flatten.d.ts +6 -0
- package/vue2/lib/edge/helpers/localStorage.d.ts +9 -0
- package/vue2/lib/edge/helpers/logger.d.ts +6 -0
- package/vue2/lib/edge/helpers/nullable.d.ts +2 -0
- package/vue2/lib/edge/helpers/preview-lru-cache/get.d.ts +2 -0
- package/vue2/lib/edge/helpers/preview-lru-cache/init.d.ts +6 -0
- package/vue2/lib/edge/helpers/preview-lru-cache/set.d.ts +7 -0
- package/vue2/lib/edge/helpers/sessionId.d.ts +6 -0
- package/vue2/lib/edge/helpers/time.d.ts +1 -0
- package/vue2/lib/edge/helpers/url.d.ts +6 -0
- package/vue2/lib/edge/helpers/uuid.d.ts +8 -0
- package/vue2/lib/edge/helpers/visitorId.d.ts +6 -0
- package/vue2/lib/edge/index-84b65a4f.js +1422 -0
- package/vue2/lib/edge/index-a83a44e7.cjs +32 -0
- package/vue2/lib/edge/index-helpers/blocks-exports.d.ts +88 -0
- package/vue2/lib/edge/index-helpers/top-of-file.d.ts +1 -0
- package/vue2/lib/edge/index.cjs +1 -0
- package/vue2/lib/edge/index.d.ts +7 -0
- package/vue2/lib/edge/index.js +29 -0
- package/vue2/lib/edge/inlined-script-58f8fb7e.js +23 -0
- package/vue2/lib/edge/inlined-script-c7731507.cjs +1 -0
- package/vue2/lib/edge/inlined-styles-f19ba9ed.js +23 -0
- package/vue2/lib/edge/inlined-styles-fac668de.cjs +1 -0
- package/vue2/lib/edge/interactive-element-086120dd.js +42 -0
- package/vue2/lib/edge/interactive-element-f7ebf39a.cjs +1 -0
- package/vue2/lib/edge/repeated-block-5d01ffbd.cjs +1 -0
- package/vue2/lib/edge/repeated-block-8d023e60.js +38 -0
- package/vue2/lib/edge/scripts/init-editing.d.ts +6 -0
- package/vue2/lib/edge/server-index.d.ts +15 -0
- package/vue2/lib/edge/style.css +1 -0
- package/vue2/lib/edge/styles-022c2ac6.cjs +31 -0
- package/vue2/lib/edge/styles-dafbc021.js +89 -0
- package/vue2/lib/edge/types/api-version.d.ts +2 -0
- package/vue2/lib/edge/types/builder-block.d.ts +66 -0
- package/vue2/lib/edge/types/builder-content.d.ts +44 -0
- package/vue2/lib/edge/types/builder-props.d.ts +9 -0
- package/vue2/lib/edge/types/can-track.d.ts +3 -0
- package/vue2/lib/edge/types/components.d.ts +111 -0
- package/vue2/lib/edge/types/deep-partial.d.ts +3 -0
- package/vue2/lib/edge/types/element.d.ts +59 -0
- package/vue2/lib/edge/types/enforced-partials.d.ts +21 -0
- package/vue2/lib/edge/types/input.d.ts +121 -0
- package/vue2/lib/edge/types/targets.d.ts +1 -0
- package/vue2/lib/edge/types/typescript.d.ts +11 -0
- package/vue2/lib/node/block-7572b272.cjs +3 -0
- package/vue2/lib/node/block-c120af6b.js +181 -0
- package/vue2/lib/node/block-styles-7b6133cb.js +77 -0
- package/vue2/lib/node/block-styles-d210742a.cjs +1 -0
- package/vue2/lib/node/block-wrapper-7137e4eb.js +66 -0
- package/vue2/lib/node/block-wrapper-73003591.cjs +1 -0
- package/vue2/lib/node/blocks/button/button.vue.d.ts +17 -0
- package/vue2/lib/node/blocks/button/component-info.d.ts +2 -0
- package/vue2/lib/node/blocks/columns/columns.vue.d.ts +44 -0
- package/vue2/lib/node/blocks/columns/component-info.d.ts +2 -0
- package/vue2/lib/node/blocks/custom-code/component-info.d.ts +2 -0
- package/vue2/lib/node/blocks/custom-code/custom-code.vue.d.ts +14 -0
- package/vue2/lib/node/blocks/embed/component-info.d.ts +2 -0
- package/vue2/lib/node/blocks/embed/embed.vue.d.ts +18 -0
- package/vue2/lib/node/blocks/embed/helpers.d.ts +1 -0
- package/vue2/lib/node/blocks/form/component-info.d.ts +2 -0
- package/vue2/lib/node/blocks/fragment/component-info.d.ts +2 -0
- package/vue2/lib/node/blocks/fragment/fragment.vue.d.ts +7 -0
- package/vue2/lib/node/blocks/helpers.d.ts +13 -0
- package/vue2/lib/node/blocks/image/component-info.d.ts +2 -0
- package/vue2/lib/node/blocks/image/image.helpers.d.ts +1 -0
- package/vue2/lib/node/blocks/image/image.vue.d.ts +72 -0
- package/vue2/lib/node/blocks/img/component-info.d.ts +2 -0
- package/vue2/lib/node/blocks/img/img.vue.d.ts +38 -0
- package/vue2/lib/node/blocks/input/component-info.d.ts +2 -0
- package/vue2/lib/node/blocks/raw-text/component-info.d.ts +2 -0
- package/vue2/lib/node/blocks/section/component-info.d.ts +2 -0
- package/vue2/lib/node/blocks/section/section.vue.d.ts +22 -0
- package/vue2/lib/node/blocks/select/component-info.d.ts +2 -0
- package/vue2/lib/node/blocks/submit-button/component-info.d.ts +2 -0
- package/vue2/lib/node/blocks/symbol/component-info.d.ts +2 -0
- package/vue2/lib/node/blocks/symbol/symbol.helpers.d.ts +14 -0
- package/vue2/lib/node/blocks/symbol/symbol.vue.d.ts +37 -0
- package/vue2/lib/node/blocks/text/component-info.d.ts +2 -0
- package/vue2/lib/node/blocks/text/text.vue.d.ts +11 -0
- package/vue2/lib/node/blocks/textarea/component-info.d.ts +2 -0
- package/vue2/lib/node/blocks/video/component-info.d.ts +2 -0
- package/vue2/lib/node/blocks/video/video.vue.d.ts +64 -0
- package/vue2/lib/node/blocks-wrapper-9f1e75a3.js +72 -0
- package/vue2/lib/node/blocks-wrapper-b4d967ac.cjs +1 -0
- package/vue2/lib/node/component-ref-b509786c.js +102 -0
- package/vue2/lib/node/component-ref-da79bed8.cjs +1 -0
- package/vue2/lib/node/components/block/block.helpers.d.ts +13 -0
- package/vue2/lib/node/components/block/block.vue.d.ts +41 -0
- package/vue2/lib/node/components/block/components/block-styles.vue.d.ts +23 -0
- package/vue2/lib/node/components/block/components/block-wrapper.vue.d.ts +29 -0
- package/vue2/lib/node/components/block/components/component-ref/component-ref.helpers.d.ts +30 -0
- package/vue2/lib/node/components/block/components/component-ref/component-ref.vue.d.ts +41 -0
- package/vue2/lib/node/components/block/components/interactive-element.vue.d.ts +30 -0
- package/vue2/lib/node/components/block/components/repeated-block.vue.d.ts +16 -0
- package/vue2/lib/node/components/block/types.d.ts +6 -0
- package/vue2/lib/node/components/blocks/blocks-wrapper.vue.d.ts +30 -0
- package/vue2/lib/node/components/blocks/blocks.vue.d.ts +29 -0
- package/vue2/lib/node/components/content/components/enable-editor.vue.d.ts +56 -0
- package/vue2/lib/node/components/content/components/styles.helpers.d.ts +15 -0
- package/vue2/lib/node/components/content/components/styles.vue.d.ts +16 -0
- package/vue2/lib/node/components/content/content.helpers.d.ts +7 -0
- package/vue2/lib/node/components/content/content.types.d.ts +24 -0
- package/vue2/lib/node/components/content/content.vue.d.ts +26 -0
- package/vue2/lib/node/components/content/index.d.ts +1 -0
- package/vue2/lib/node/components/content/wrap-component-ref.d.ts +6 -0
- package/vue2/lib/node/components/content-variants/content-variants.types.d.ts +20 -0
- package/vue2/lib/node/components/content-variants/content-variants.vue.d.ts +50 -0
- package/vue2/lib/node/components/content-variants/helpers.d.ts +18 -0
- package/vue2/lib/node/components/inlined-script.vue.d.ts +11 -0
- package/vue2/lib/node/components/inlined-styles.vue.d.ts +11 -0
- package/vue2/lib/node/constants/builder-registered-components.d.ts +6 -0
- package/vue2/lib/node/constants/device-sizes.d.ts +13 -0
- package/vue2/lib/node/constants/sdk-version.d.ts +1 -0
- package/vue2/lib/node/constants/target.d.ts +2 -0
- package/vue2/lib/node/content-284be2c3.cjs +1 -0
- package/vue2/lib/node/content-adf884f8.js +928 -0
- package/vue2/lib/node/context/builder.context.d.ts +15 -0
- package/vue2/lib/node/context/components.context.d.ts +7 -0
- package/vue2/lib/node/context/types.d.ts +35 -0
- package/vue2/lib/node/css-01587ac9.js +21 -0
- package/vue2/lib/node/css-924d8859.cjs +6 -0
- package/vue2/lib/node/enable-editor-4c0af531.cjs +1 -0
- package/vue2/lib/node/enable-editor-872f651f.js +429 -0
- package/vue2/lib/node/evaluate-34eb09eb.js +81 -0
- package/vue2/lib/node/evaluate-3b22ca76.cjs +1 -0
- package/vue2/lib/node/functions/apply-patch-with-mutation.d.ts +10 -0
- package/vue2/lib/node/functions/camel-to-kebab-case.d.ts +1 -0
- package/vue2/lib/node/functions/deopt.d.ts +4 -0
- package/vue2/lib/node/functions/evaluate/browser-runtime/browser.d.ts +4 -0
- package/vue2/lib/node/functions/evaluate/browser-runtime/index.d.ts +1 -0
- package/vue2/lib/node/functions/evaluate/edge-runtime/acorn-interpreter.d.ts +2 -0
- package/vue2/lib/node/functions/evaluate/edge-runtime/edge-runtime.d.ts +2 -0
- package/vue2/lib/node/functions/evaluate/edge-runtime/index.d.ts +1 -0
- package/vue2/lib/node/functions/evaluate/evaluate.d.ts +6 -0
- package/vue2/lib/node/functions/evaluate/helpers.d.ts +18 -0
- package/vue2/lib/node/functions/evaluate/index.d.ts +1 -0
- package/vue2/lib/node/functions/evaluate/node-runtime/index.d.ts +1 -0
- package/vue2/lib/node/functions/evaluate/placeholder-runtime.d.ts +2 -0
- package/vue2/lib/node/functions/event-handler-name.d.ts +1 -0
- package/vue2/lib/node/functions/extract-text-styles.d.ts +4 -0
- package/vue2/lib/node/functions/fast-clone.d.ts +4 -0
- package/vue2/lib/node/functions/fetch-builder-props.d.ts +40 -0
- package/vue2/lib/node/functions/get-block-actions-handler.d.ts +8 -0
- package/vue2/lib/node/functions/get-block-actions.d.ts +10 -0
- package/vue2/lib/node/functions/get-block-component-options.d.ts +2 -0
- package/vue2/lib/node/functions/get-block-properties.d.ts +6 -0
- package/vue2/lib/node/functions/get-builder-search-params/index.d.ts +12 -0
- package/vue2/lib/node/functions/get-content/generate-content-url.d.ts +2 -0
- package/vue2/lib/node/functions/get-content/index.d.ts +28 -0
- package/vue2/lib/node/functions/get-content/types.d.ts +51 -0
- package/vue2/lib/node/functions/get-fetch.d.ts +1 -0
- package/vue2/lib/node/functions/get-processed-block.d.ts +10 -0
- package/vue2/lib/node/functions/get-react-native-block-styles.d.ts +7 -0
- package/vue2/lib/node/functions/is-browser.d.ts +1 -0
- package/vue2/lib/node/functions/is-edge-runtime.d.ts +4 -0
- package/vue2/lib/node/functions/is-editing.d.ts +1 -0
- package/vue2/lib/node/functions/is-iframe.d.ts +1 -0
- package/vue2/lib/node/functions/is-previewing.d.ts +1 -0
- package/vue2/lib/node/functions/on-change.d.ts +7 -0
- package/vue2/lib/node/functions/register-component.d.ts +15 -0
- package/vue2/lib/node/functions/register.d.ts +16 -0
- package/vue2/lib/node/functions/sanitize-react-native-block-styles.d.ts +3 -0
- package/vue2/lib/node/functions/set-editor-settings.d.ts +4 -0
- package/vue2/lib/node/functions/set.d.ts +7 -0
- package/vue2/lib/node/functions/track/helpers.d.ts +5 -0
- package/vue2/lib/node/functions/track/index.d.ts +51 -0
- package/vue2/lib/node/functions/track/interaction.d.ts +13 -0
- package/vue2/lib/node/functions/transform-block-properties.d.ts +2 -0
- package/vue2/lib/node/functions/transform-block.d.ts +2 -0
- package/vue2/lib/node/get-block-actions-2147e6cd.js +35 -0
- package/vue2/lib/node/get-block-actions-55e90df6.cjs +1 -0
- package/vue2/lib/node/get-block-properties-2f43ed48.cjs +1 -0
- package/vue2/lib/node/get-block-properties-58c54a69.js +48 -0
- package/vue2/lib/node/get-processed-block-15b0d499.cjs +1 -0
- package/vue2/lib/node/get-processed-block-a2ff4c51.js +58 -0
- package/vue2/lib/node/helpers/ab-tests.d.ts +9 -0
- package/vue2/lib/node/helpers/canTrack.d.ts +1 -0
- package/vue2/lib/node/helpers/cookie.d.ts +19 -0
- package/vue2/lib/node/helpers/css.d.ts +7 -0
- package/vue2/lib/node/helpers/flatten.d.ts +6 -0
- package/vue2/lib/node/helpers/localStorage.d.ts +9 -0
- package/vue2/lib/node/helpers/logger.d.ts +6 -0
- package/vue2/lib/node/helpers/nullable.d.ts +2 -0
- package/vue2/lib/node/helpers/preview-lru-cache/get.d.ts +2 -0
- package/vue2/lib/node/helpers/preview-lru-cache/helpers.d.ts +0 -0
- package/vue2/lib/node/helpers/preview-lru-cache/init.d.ts +6 -0
- package/vue2/lib/node/helpers/preview-lru-cache/set.d.ts +7 -0
- package/vue2/lib/node/helpers/preview-lru-cache/types.d.ts +0 -0
- package/vue2/lib/node/helpers/sessionId.d.ts +6 -0
- package/vue2/lib/node/helpers/time.d.ts +1 -0
- package/vue2/lib/node/helpers/url.d.ts +6 -0
- package/vue2/lib/node/helpers/uuid.d.ts +8 -0
- package/vue2/lib/node/helpers/visitorId.d.ts +6 -0
- package/vue2/lib/node/index-20a64e56.js +1422 -0
- package/vue2/lib/node/index-31b135ac.cjs +32 -0
- package/vue2/lib/node/index-helpers/blocks-exports.d.ts +88 -0
- package/vue2/lib/node/index-helpers/top-of-file.d.ts +1 -0
- package/vue2/lib/node/index.cjs +1 -0
- package/vue2/lib/node/index.d.ts +7 -0
- package/vue2/lib/node/index.js +29 -0
- package/vue2/lib/node/inlined-script-395a54bf.cjs +1 -0
- package/vue2/lib/node/inlined-script-dd1c2277.js +23 -0
- package/vue2/lib/node/inlined-styles-5f724636.js +23 -0
- package/vue2/lib/node/inlined-styles-6ad3b97d.cjs +1 -0
- package/vue2/lib/node/interactive-element-91844a73.cjs +1 -0
- package/vue2/lib/node/interactive-element-9a3140c7.js +42 -0
- package/vue2/lib/node/repeated-block-2801e2ad.cjs +1 -0
- package/vue2/lib/node/repeated-block-db085f7a.js +38 -0
- package/vue2/lib/node/scripts/init-editing.d.ts +6 -0
- package/vue2/lib/node/server-index.d.ts +15 -0
- package/vue2/lib/node/style.css +1 -0
- package/vue2/lib/node/styles-1aad0890.cjs +31 -0
- package/vue2/lib/node/styles-c675d986.js +89 -0
- package/vue2/lib/node/types/api-version.d.ts +2 -0
- package/vue2/lib/node/types/builder-block.d.ts +66 -0
- package/vue2/lib/node/types/builder-content.d.ts +44 -0
- package/vue2/lib/node/types/builder-props.d.ts +9 -0
- package/vue2/lib/node/types/can-track.d.ts +3 -0
- package/vue2/lib/node/types/components.d.ts +111 -0
- package/vue2/lib/node/types/deep-partial.d.ts +3 -0
- package/vue2/lib/node/types/element.d.ts +59 -0
- package/vue2/lib/node/types/enforced-partials.d.ts +21 -0
- package/vue2/lib/node/types/input.d.ts +121 -0
- package/vue2/lib/node/types/targets.d.ts +1 -0
- package/vue2/lib/node/types/typescript.d.ts +11 -0
- package/vue3/lib/browser/block-wrapper.ae2637e5.cjs +1 -0
- package/vue3/lib/browser/block-wrapper.f1e0d99f.js +54 -0
- package/vue3/lib/browser/blocks/button/button.vue.d.ts +30 -0
- package/vue3/lib/browser/blocks/button/component-info.d.ts +2 -0
- package/vue3/lib/browser/blocks/columns/columns.vue.d.ts +69 -0
- package/vue3/lib/browser/blocks/columns/component-info.d.ts +2 -0
- package/vue3/lib/browser/blocks/custom-code/component-info.d.ts +2 -0
- package/vue3/lib/browser/blocks/custom-code/custom-code.vue.d.ts +21 -0
- package/vue3/lib/browser/blocks/embed/component-info.d.ts +2 -0
- package/vue3/lib/browser/blocks/embed/embed.vue.d.ts +22 -0
- package/vue3/lib/browser/blocks/embed/helpers.d.ts +1 -0
- package/vue3/lib/browser/blocks/form/component-info.d.ts +2 -0
- package/vue3/lib/browser/blocks/fragment/component-info.d.ts +2 -0
- package/vue3/lib/browser/blocks/fragment/fragment.vue.d.ts +7 -0
- package/vue3/lib/browser/blocks/helpers.d.ts +13 -0
- package/vue3/lib/browser/blocks/image/component-info.d.ts +2 -0
- package/vue3/lib/browser/blocks/image/image.helpers.d.ts +1 -0
- package/vue3/lib/browser/blocks/image/image.vue.d.ts +72 -0
- package/vue3/lib/browser/blocks/img/component-info.d.ts +2 -0
- package/vue3/lib/browser/blocks/img/img.vue.d.ts +38 -0
- package/vue3/lib/browser/blocks/input/component-info.d.ts +2 -0
- package/vue3/lib/browser/blocks/raw-text/component-info.d.ts +2 -0
- package/vue3/lib/browser/blocks/section/component-info.d.ts +2 -0
- package/vue3/lib/browser/blocks/section/section.vue.d.ts +22 -0
- package/vue3/lib/browser/blocks/select/component-info.d.ts +2 -0
- package/vue3/lib/browser/blocks/submit-button/component-info.d.ts +2 -0
- package/vue3/lib/browser/blocks/symbol/component-info.d.ts +2 -0
- package/vue3/lib/browser/blocks/symbol/symbol.helpers.d.ts +14 -0
- package/vue3/lib/browser/blocks/symbol/symbol.vue.d.ts +56 -0
- package/vue3/lib/browser/blocks/text/component-info.d.ts +2 -0
- package/vue3/lib/browser/blocks/text/text.vue.d.ts +11 -0
- package/vue3/lib/browser/blocks/textarea/component-info.d.ts +2 -0
- package/vue3/lib/browser/blocks/video/component-info.d.ts +2 -0
- package/vue3/lib/browser/blocks/video/video.vue.d.ts +64 -0
- package/vue3/lib/browser/component-ref.90060339.cjs +1 -0
- package/vue3/lib/browser/component-ref.e2ad1f80.js +111 -0
- package/vue3/lib/browser/components/block/block.helpers.d.ts +13 -0
- package/vue3/lib/browser/components/block/block.vue.d.ts +41 -0
- package/vue3/lib/browser/components/block/components/block-styles.vue.d.ts +23 -0
- package/vue3/lib/browser/components/block/components/block-wrapper.vue.d.ts +29 -0
- package/vue3/lib/browser/components/block/components/component-ref/component-ref.helpers.d.ts +30 -0
- package/vue3/lib/browser/components/block/components/component-ref/component-ref.vue.d.ts +41 -0
- package/vue3/lib/browser/components/block/components/interactive-element.vue.d.ts +30 -0
- package/vue3/lib/browser/components/block/components/repeated-block.vue.d.ts +16 -0
- package/vue3/lib/browser/components/block/types.d.ts +6 -0
- package/vue3/lib/browser/components/blocks/blocks-wrapper.vue.d.ts +30 -0
- package/vue3/lib/browser/components/blocks/blocks.vue.d.ts +29 -0
- package/vue3/lib/browser/components/content/components/enable-editor.vue.d.ts +90 -0
- package/vue3/lib/browser/components/content/components/styles.helpers.d.ts +15 -0
- package/vue3/lib/browser/components/content/components/styles.vue.d.ts +16 -0
- package/vue3/lib/browser/components/content/content.helpers.d.ts +7 -0
- package/vue3/lib/browser/components/content/content.types.d.ts +24 -0
- package/vue3/lib/browser/components/content/content.vue.d.ts +69 -0
- package/vue3/lib/browser/components/content/index.d.ts +1 -0
- package/vue3/lib/browser/components/content/wrap-component-ref.d.ts +6 -0
- package/vue3/lib/browser/components/content-variants/content-variants.types.d.ts +20 -0
- package/vue3/lib/browser/components/content-variants/content-variants.vue.d.ts +73 -0
- package/vue3/lib/browser/components/content-variants/helpers.d.ts +41 -0
- package/vue3/lib/browser/components/inlined-script.vue.d.ts +11 -0
- package/vue3/lib/browser/components/inlined-styles.vue.d.ts +11 -0
- package/vue3/lib/browser/constants/builder-registered-components.d.ts +6 -0
- package/vue3/lib/browser/constants/device-sizes.d.ts +13 -0
- package/vue3/lib/browser/constants/sdk-version.d.ts +1 -0
- package/vue3/lib/browser/constants/target.d.ts +2 -0
- package/vue3/lib/browser/context/builder.context.d.ts +15 -0
- package/vue3/lib/browser/context/components.context.d.ts +7 -0
- package/vue3/lib/browser/context/types.d.ts +35 -0
- package/vue3/lib/browser/functions/apply-patch-with-mutation.d.ts +10 -0
- package/vue3/lib/browser/functions/camel-to-kebab-case.d.ts +1 -0
- package/vue3/lib/browser/functions/deopt.d.ts +4 -0
- package/vue3/lib/browser/functions/evaluate/browser-runtime/browser.d.ts +4 -0
- package/vue3/lib/browser/functions/evaluate/browser-runtime/index.d.ts +1 -0
- package/vue3/lib/browser/functions/evaluate/edge-runtime/acorn-interpreter.d.ts +2 -0
- package/vue3/lib/browser/functions/evaluate/edge-runtime/edge-runtime.d.ts +2 -0
- package/vue3/lib/browser/functions/evaluate/edge-runtime/index.d.ts +1 -0
- package/vue3/lib/browser/functions/evaluate/evaluate.d.ts +6 -0
- package/vue3/lib/browser/functions/evaluate/helpers.d.ts +18 -0
- package/vue3/lib/browser/functions/evaluate/index.d.ts +1 -0
- package/vue3/lib/browser/functions/evaluate/node-runtime/index.d.ts +1 -0
- package/vue3/lib/browser/functions/evaluate/placeholder-runtime.d.ts +2 -0
- package/vue3/lib/browser/functions/event-handler-name.d.ts +1 -0
- package/vue3/lib/browser/functions/extract-text-styles.d.ts +4 -0
- package/vue3/lib/browser/functions/fast-clone.d.ts +4 -0
- package/vue3/lib/browser/functions/fetch-builder-props.d.ts +40 -0
- package/vue3/lib/browser/functions/get-block-actions-handler.d.ts +8 -0
- package/vue3/lib/browser/functions/get-block-actions.d.ts +10 -0
- package/vue3/lib/browser/functions/get-block-component-options.d.ts +2 -0
- package/vue3/lib/browser/functions/get-block-properties.d.ts +6 -0
- package/vue3/lib/browser/functions/get-builder-search-params/index.d.ts +12 -0
- package/vue3/lib/browser/functions/get-content/generate-content-url.d.ts +2 -0
- package/vue3/lib/browser/functions/get-content/index.d.ts +28 -0
- package/vue3/lib/browser/functions/get-content/types.d.ts +51 -0
- package/vue3/lib/browser/functions/get-fetch.d.ts +1 -0
- package/vue3/lib/browser/functions/get-processed-block.d.ts +10 -0
- package/vue3/lib/browser/functions/get-react-native-block-styles.d.ts +7 -0
- package/vue3/lib/browser/functions/is-browser.d.ts +1 -0
- package/vue3/lib/browser/functions/is-edge-runtime.d.ts +4 -0
- package/vue3/lib/browser/functions/is-editing.d.ts +1 -0
- package/vue3/lib/browser/functions/is-iframe.d.ts +1 -0
- package/vue3/lib/browser/functions/is-previewing.d.ts +1 -0
- package/vue3/lib/browser/functions/on-change.d.ts +7 -0
- package/vue3/lib/browser/functions/register-component.d.ts +15 -0
- package/vue3/lib/browser/functions/register.d.ts +16 -0
- package/vue3/lib/browser/functions/sanitize-react-native-block-styles.d.ts +3 -0
- package/vue3/lib/browser/functions/set-editor-settings.d.ts +4 -0
- package/vue3/lib/browser/functions/set.d.ts +7 -0
- package/vue3/lib/browser/functions/track/helpers.d.ts +5 -0
- package/vue3/lib/browser/functions/track/index.d.ts +51 -0
- package/vue3/lib/browser/functions/track/interaction.d.ts +13 -0
- package/vue3/lib/browser/functions/transform-block-properties.d.ts +2 -0
- package/vue3/lib/browser/functions/transform-block.d.ts +2 -0
- package/vue3/lib/browser/get-block-actions.05d2bf89.js +79 -0
- package/vue3/lib/browser/get-block-actions.9a71b975.cjs +1 -0
- package/vue3/lib/browser/helpers/ab-tests.d.ts +9 -0
- package/vue3/lib/browser/helpers/canTrack.d.ts +1 -0
- package/vue3/lib/browser/helpers/cookie.d.ts +19 -0
- package/vue3/lib/browser/helpers/css.d.ts +7 -0
- package/vue3/lib/browser/helpers/flatten.d.ts +6 -0
- package/vue3/lib/browser/helpers/localStorage.d.ts +9 -0
- package/vue3/lib/browser/helpers/logger.d.ts +6 -0
- package/vue3/lib/browser/helpers/nullable.d.ts +2 -0
- package/vue3/lib/browser/helpers/preview-lru-cache/get.d.ts +2 -0
- package/vue3/lib/browser/helpers/preview-lru-cache/helpers.d.ts +0 -0
- package/vue3/lib/browser/helpers/preview-lru-cache/init.d.ts +6 -0
- package/vue3/lib/browser/helpers/preview-lru-cache/set.d.ts +7 -0
- package/vue3/lib/browser/helpers/preview-lru-cache/types.d.ts +0 -0
- package/vue3/lib/browser/helpers/sessionId.d.ts +6 -0
- package/vue3/lib/browser/helpers/time.d.ts +1 -0
- package/vue3/lib/browser/helpers/url.d.ts +6 -0
- package/vue3/lib/browser/helpers/uuid.d.ts +8 -0
- package/vue3/lib/browser/helpers/visitorId.d.ts +6 -0
- package/vue3/lib/browser/index-helpers/blocks-exports.d.ts +111 -0
- package/vue3/lib/browser/index-helpers/top-of-file.d.ts +1 -0
- package/vue3/lib/browser/index.bb9d2170.js +3243 -0
- package/vue3/lib/browser/index.cjs +1 -0
- package/vue3/lib/browser/index.d.ts +7 -0
- package/vue3/lib/browser/index.eed52cb2.cjs +69 -0
- package/vue3/lib/browser/index.js +29 -0
- package/vue3/lib/browser/repeated-block.6860cc5f.js +33 -0
- package/vue3/lib/browser/repeated-block.f7f28e2b.cjs +1 -0
- package/vue3/lib/browser/scripts/init-editing.d.ts +6 -0
- package/vue3/lib/browser/server-index.d.ts +15 -0
- package/vue3/lib/browser/style.css +1 -0
- package/vue3/lib/browser/types/api-version.d.ts +2 -0
- package/vue3/lib/browser/types/builder-block.d.ts +66 -0
- package/vue3/lib/browser/types/builder-content.d.ts +44 -0
- package/vue3/lib/browser/types/builder-props.d.ts +9 -0
- package/vue3/lib/browser/types/can-track.d.ts +3 -0
- package/vue3/lib/browser/types/components.d.ts +111 -0
- package/vue3/lib/browser/types/deep-partial.d.ts +3 -0
- package/vue3/lib/browser/types/element.d.ts +59 -0
- package/vue3/lib/browser/types/enforced-partials.d.ts +21 -0
- package/vue3/lib/browser/types/input.d.ts +121 -0
- package/vue3/lib/browser/types/targets.d.ts +1 -0
- package/vue3/lib/browser/types/typescript.d.ts +11 -0
- package/vue3/lib/edge/block-wrapper.5020430a.js +54 -0
- package/vue3/lib/edge/block-wrapper.6bb62da5.cjs +1 -0
- package/vue3/lib/edge/blocks/button/button.vue.d.ts +30 -0
- package/vue3/lib/edge/blocks/button/component-info.d.ts +2 -0
- package/vue3/lib/edge/blocks/columns/columns.vue.d.ts +69 -0
- package/vue3/lib/edge/blocks/columns/component-info.d.ts +2 -0
- package/vue3/lib/edge/blocks/custom-code/component-info.d.ts +2 -0
- package/vue3/lib/edge/blocks/custom-code/custom-code.vue.d.ts +21 -0
- package/vue3/lib/edge/blocks/embed/component-info.d.ts +2 -0
- package/vue3/lib/edge/blocks/embed/embed.vue.d.ts +22 -0
- package/vue3/lib/edge/blocks/embed/helpers.d.ts +1 -0
- package/vue3/lib/edge/blocks/form/component-info.d.ts +2 -0
- package/vue3/lib/edge/blocks/fragment/component-info.d.ts +2 -0
- package/vue3/lib/edge/blocks/fragment/fragment.vue.d.ts +7 -0
- package/vue3/lib/edge/blocks/helpers.d.ts +13 -0
- package/vue3/lib/edge/blocks/image/component-info.d.ts +2 -0
- package/vue3/lib/edge/blocks/image/image.helpers.d.ts +1 -0
- package/vue3/lib/edge/blocks/image/image.vue.d.ts +72 -0
- package/vue3/lib/edge/blocks/img/component-info.d.ts +2 -0
- package/vue3/lib/edge/blocks/img/img.vue.d.ts +38 -0
- package/vue3/lib/edge/blocks/input/component-info.d.ts +2 -0
- package/vue3/lib/edge/blocks/raw-text/component-info.d.ts +2 -0
- package/vue3/lib/edge/blocks/section/component-info.d.ts +2 -0
- package/vue3/lib/edge/blocks/section/section.vue.d.ts +22 -0
- package/vue3/lib/edge/blocks/select/component-info.d.ts +2 -0
- package/vue3/lib/edge/blocks/submit-button/component-info.d.ts +2 -0
- package/vue3/lib/edge/blocks/symbol/component-info.d.ts +2 -0
- package/vue3/lib/edge/blocks/symbol/symbol.helpers.d.ts +14 -0
- package/vue3/lib/edge/blocks/symbol/symbol.vue.d.ts +56 -0
- package/vue3/lib/edge/blocks/text/component-info.d.ts +2 -0
- package/vue3/lib/edge/blocks/text/text.vue.d.ts +11 -0
- package/vue3/lib/edge/blocks/textarea/component-info.d.ts +2 -0
- package/vue3/lib/edge/blocks/video/component-info.d.ts +2 -0
- package/vue3/lib/edge/blocks/video/video.vue.d.ts +64 -0
- package/vue3/lib/edge/component-ref.0528b1a0.cjs +1 -0
- package/vue3/lib/edge/component-ref.1af99a31.js +111 -0
- package/vue3/lib/edge/components/block/block.helpers.d.ts +13 -0
- package/vue3/lib/edge/components/block/block.vue.d.ts +41 -0
- package/vue3/lib/edge/components/block/components/block-styles.vue.d.ts +23 -0
- package/vue3/lib/edge/components/block/components/block-wrapper.vue.d.ts +29 -0
- package/vue3/lib/edge/components/block/components/component-ref/component-ref.helpers.d.ts +30 -0
- package/vue3/lib/edge/components/block/components/component-ref/component-ref.vue.d.ts +41 -0
- package/vue3/lib/edge/components/block/components/interactive-element.vue.d.ts +30 -0
- package/vue3/lib/edge/components/block/components/repeated-block.vue.d.ts +16 -0
- package/vue3/lib/edge/components/block/types.d.ts +6 -0
- package/vue3/lib/edge/components/blocks/blocks-wrapper.vue.d.ts +30 -0
- package/vue3/lib/edge/components/blocks/blocks.vue.d.ts +29 -0
- package/vue3/lib/edge/components/content/components/enable-editor.vue.d.ts +90 -0
- package/vue3/lib/edge/components/content/components/styles.helpers.d.ts +15 -0
- package/vue3/lib/edge/components/content/components/styles.vue.d.ts +16 -0
- package/vue3/lib/edge/components/content/content.helpers.d.ts +7 -0
- package/vue3/lib/edge/components/content/content.types.d.ts +24 -0
- package/vue3/lib/edge/components/content/content.vue.d.ts +69 -0
- package/vue3/lib/edge/components/content/index.d.ts +1 -0
- package/vue3/lib/edge/components/content/wrap-component-ref.d.ts +6 -0
- package/vue3/lib/edge/components/content-variants/content-variants.types.d.ts +20 -0
- package/vue3/lib/edge/components/content-variants/content-variants.vue.d.ts +73 -0
- package/vue3/lib/edge/components/content-variants/helpers.d.ts +41 -0
- package/vue3/lib/edge/components/inlined-script.vue.d.ts +11 -0
- package/vue3/lib/edge/components/inlined-styles.vue.d.ts +11 -0
- package/vue3/lib/edge/constants/builder-registered-components.d.ts +6 -0
- package/vue3/lib/edge/constants/device-sizes.d.ts +13 -0
- package/vue3/lib/edge/constants/sdk-version.d.ts +1 -0
- package/vue3/lib/edge/constants/target.d.ts +2 -0
- package/vue3/lib/edge/context/builder.context.d.ts +15 -0
- package/vue3/lib/edge/context/components.context.d.ts +7 -0
- package/vue3/lib/edge/context/types.d.ts +35 -0
- package/vue3/lib/edge/functions/apply-patch-with-mutation.d.ts +10 -0
- package/vue3/lib/edge/functions/camel-to-kebab-case.d.ts +1 -0
- package/vue3/lib/edge/functions/deopt.d.ts +4 -0
- package/vue3/lib/edge/functions/evaluate/browser-runtime/browser.d.ts +4 -0
- package/vue3/lib/edge/functions/evaluate/browser-runtime/index.d.ts +1 -0
- package/vue3/lib/edge/functions/evaluate/edge-runtime/acorn-interpreter.d.ts +2 -0
- package/vue3/lib/edge/functions/evaluate/edge-runtime/edge-runtime.d.ts +2 -0
- package/vue3/lib/edge/functions/evaluate/edge-runtime/index.d.ts +1 -0
- package/vue3/lib/edge/functions/evaluate/evaluate.d.ts +6 -0
- package/vue3/lib/edge/functions/evaluate/helpers.d.ts +18 -0
- package/vue3/lib/edge/functions/evaluate/index.d.ts +1 -0
- package/vue3/lib/edge/functions/evaluate/node-runtime/index.d.ts +1 -0
- package/vue3/lib/edge/functions/evaluate/placeholder-runtime.d.ts +2 -0
- package/vue3/lib/edge/functions/event-handler-name.d.ts +1 -0
- package/vue3/lib/edge/functions/extract-text-styles.d.ts +4 -0
- package/vue3/lib/edge/functions/fast-clone.d.ts +4 -0
- package/vue3/lib/edge/functions/fetch-builder-props.d.ts +40 -0
- package/vue3/lib/edge/functions/get-block-actions-handler.d.ts +8 -0
- package/vue3/lib/edge/functions/get-block-actions.d.ts +10 -0
- package/vue3/lib/edge/functions/get-block-component-options.d.ts +2 -0
- package/vue3/lib/edge/functions/get-block-properties.d.ts +6 -0
- package/vue3/lib/edge/functions/get-builder-search-params/index.d.ts +12 -0
- package/vue3/lib/edge/functions/get-content/generate-content-url.d.ts +2 -0
- package/vue3/lib/edge/functions/get-content/index.d.ts +28 -0
- package/vue3/lib/edge/functions/get-content/types.d.ts +51 -0
- package/vue3/lib/edge/functions/get-fetch.d.ts +1 -0
- package/vue3/lib/edge/functions/get-processed-block.d.ts +10 -0
- package/vue3/lib/edge/functions/get-react-native-block-styles.d.ts +7 -0
- package/vue3/lib/edge/functions/is-browser.d.ts +1 -0
- package/vue3/lib/edge/functions/is-edge-runtime.d.ts +4 -0
- package/vue3/lib/edge/functions/is-editing.d.ts +1 -0
- package/vue3/lib/edge/functions/is-iframe.d.ts +1 -0
- package/vue3/lib/edge/functions/is-previewing.d.ts +1 -0
- package/vue3/lib/edge/functions/on-change.d.ts +7 -0
- package/vue3/lib/edge/functions/register-component.d.ts +15 -0
- package/vue3/lib/edge/functions/register.d.ts +16 -0
- package/vue3/lib/edge/functions/sanitize-react-native-block-styles.d.ts +3 -0
- package/vue3/lib/edge/functions/set-editor-settings.d.ts +4 -0
- package/vue3/lib/edge/functions/set.d.ts +7 -0
- package/vue3/lib/edge/functions/track/helpers.d.ts +5 -0
- package/vue3/lib/edge/functions/track/index.d.ts +51 -0
- package/vue3/lib/edge/functions/track/interaction.d.ts +13 -0
- package/vue3/lib/edge/functions/transform-block-properties.d.ts +2 -0
- package/vue3/lib/edge/functions/transform-block.d.ts +2 -0
- package/vue3/lib/edge/get-block-actions.8e0880b9.js +79 -0
- package/vue3/lib/edge/get-block-actions.cdcc68a3.cjs +1 -0
- package/vue3/lib/edge/helpers/ab-tests.d.ts +9 -0
- package/vue3/lib/edge/helpers/canTrack.d.ts +1 -0
- package/vue3/lib/edge/helpers/cookie.d.ts +19 -0
- package/vue3/lib/edge/helpers/css.d.ts +7 -0
- package/vue3/lib/edge/helpers/flatten.d.ts +6 -0
- package/vue3/lib/edge/helpers/localStorage.d.ts +9 -0
- package/vue3/lib/edge/helpers/logger.d.ts +6 -0
- package/vue3/lib/edge/helpers/nullable.d.ts +2 -0
- package/vue3/lib/edge/helpers/preview-lru-cache/get.d.ts +2 -0
- package/vue3/lib/edge/helpers/preview-lru-cache/helpers.d.ts +0 -0
- package/vue3/lib/edge/helpers/preview-lru-cache/init.d.ts +6 -0
- package/vue3/lib/edge/helpers/preview-lru-cache/set.d.ts +7 -0
- package/vue3/lib/edge/helpers/preview-lru-cache/types.d.ts +0 -0
- package/vue3/lib/edge/helpers/sessionId.d.ts +6 -0
- package/vue3/lib/edge/helpers/time.d.ts +1 -0
- package/vue3/lib/edge/helpers/url.d.ts +6 -0
- package/vue3/lib/edge/helpers/uuid.d.ts +8 -0
- package/vue3/lib/edge/helpers/visitorId.d.ts +6 -0
- package/vue3/lib/edge/index-helpers/blocks-exports.d.ts +111 -0
- package/vue3/lib/edge/index-helpers/top-of-file.d.ts +1 -0
- package/vue3/lib/edge/index.51a4e9bc.js +5687 -0
- package/vue3/lib/edge/index.cjs +1 -0
- package/vue3/lib/edge/index.d.ts +7 -0
- package/vue3/lib/edge/index.f8106764.cjs +89 -0
- package/vue3/lib/edge/index.js +29 -0
- package/vue3/lib/edge/repeated-block.1735d6ce.js +33 -0
- package/vue3/lib/edge/repeated-block.6e7688cb.cjs +1 -0
- package/vue3/lib/edge/scripts/init-editing.d.ts +6 -0
- package/vue3/lib/edge/server-index.d.ts +15 -0
- package/vue3/lib/edge/style.css +1 -0
- package/vue3/lib/edge/types/api-version.d.ts +2 -0
- package/vue3/lib/edge/types/builder-block.d.ts +66 -0
- package/vue3/lib/edge/types/builder-content.d.ts +44 -0
- package/vue3/lib/edge/types/builder-props.d.ts +9 -0
- package/vue3/lib/edge/types/can-track.d.ts +3 -0
- package/vue3/lib/edge/types/components.d.ts +111 -0
- package/vue3/lib/edge/types/deep-partial.d.ts +3 -0
- package/vue3/lib/edge/types/element.d.ts +59 -0
- package/vue3/lib/edge/types/enforced-partials.d.ts +21 -0
- package/vue3/lib/edge/types/input.d.ts +121 -0
- package/vue3/lib/edge/types/targets.d.ts +1 -0
- package/vue3/lib/edge/types/typescript.d.ts +11 -0
- package/vue3/lib/node/block-wrapper.ae2637e5.cjs +1 -0
- package/vue3/lib/node/block-wrapper.f1e0d99f.js +54 -0
- package/vue3/lib/node/blocks/button/button.vue.d.ts +30 -0
- package/vue3/lib/node/blocks/button/component-info.d.ts +2 -0
- package/vue3/lib/node/blocks/columns/columns.vue.d.ts +69 -0
- package/vue3/lib/node/blocks/columns/component-info.d.ts +2 -0
- package/vue3/lib/node/blocks/custom-code/component-info.d.ts +2 -0
- package/vue3/lib/node/blocks/custom-code/custom-code.vue.d.ts +21 -0
- package/vue3/lib/node/blocks/embed/component-info.d.ts +2 -0
- package/vue3/lib/node/blocks/embed/embed.vue.d.ts +22 -0
- package/vue3/lib/node/blocks/embed/helpers.d.ts +1 -0
- package/vue3/lib/node/blocks/form/component-info.d.ts +2 -0
- package/vue3/lib/node/blocks/fragment/component-info.d.ts +2 -0
- package/vue3/lib/node/blocks/fragment/fragment.vue.d.ts +7 -0
- package/vue3/lib/node/blocks/helpers.d.ts +13 -0
- package/vue3/lib/node/blocks/image/component-info.d.ts +2 -0
- package/vue3/lib/node/blocks/image/image.helpers.d.ts +1 -0
- package/vue3/lib/node/blocks/image/image.vue.d.ts +72 -0
- package/vue3/lib/node/blocks/img/component-info.d.ts +2 -0
- package/vue3/lib/node/blocks/img/img.vue.d.ts +38 -0
- package/vue3/lib/node/blocks/input/component-info.d.ts +2 -0
- package/vue3/lib/node/blocks/raw-text/component-info.d.ts +2 -0
- package/vue3/lib/node/blocks/section/component-info.d.ts +2 -0
- package/vue3/lib/node/blocks/section/section.vue.d.ts +22 -0
- package/vue3/lib/node/blocks/select/component-info.d.ts +2 -0
- package/vue3/lib/node/blocks/submit-button/component-info.d.ts +2 -0
- package/vue3/lib/node/blocks/symbol/component-info.d.ts +2 -0
- package/vue3/lib/node/blocks/symbol/symbol.helpers.d.ts +14 -0
- package/vue3/lib/node/blocks/symbol/symbol.vue.d.ts +56 -0
- package/vue3/lib/node/blocks/text/component-info.d.ts +2 -0
- package/vue3/lib/node/blocks/text/text.vue.d.ts +11 -0
- package/vue3/lib/node/blocks/textarea/component-info.d.ts +2 -0
- package/vue3/lib/node/blocks/video/component-info.d.ts +2 -0
- package/vue3/lib/node/blocks/video/video.vue.d.ts +64 -0
- package/vue3/lib/node/component-ref.90060339.cjs +1 -0
- package/vue3/lib/node/component-ref.e2ad1f80.js +111 -0
- package/vue3/lib/node/components/block/block.helpers.d.ts +13 -0
- package/vue3/lib/node/components/block/block.vue.d.ts +41 -0
- package/vue3/lib/node/components/block/components/block-styles.vue.d.ts +23 -0
- package/vue3/lib/node/components/block/components/block-wrapper.vue.d.ts +29 -0
- package/vue3/lib/node/components/block/components/component-ref/component-ref.helpers.d.ts +30 -0
- package/vue3/lib/node/components/block/components/component-ref/component-ref.vue.d.ts +41 -0
- package/vue3/lib/node/components/block/components/interactive-element.vue.d.ts +30 -0
- package/vue3/lib/node/components/block/components/repeated-block.vue.d.ts +16 -0
- package/vue3/lib/node/components/block/types.d.ts +6 -0
- package/vue3/lib/node/components/blocks/blocks-wrapper.vue.d.ts +30 -0
- package/vue3/lib/node/components/blocks/blocks.vue.d.ts +29 -0
- package/vue3/lib/node/components/content/components/enable-editor.vue.d.ts +90 -0
- package/vue3/lib/node/components/content/components/styles.helpers.d.ts +15 -0
- package/vue3/lib/node/components/content/components/styles.vue.d.ts +16 -0
- package/vue3/lib/node/components/content/content.helpers.d.ts +7 -0
- package/vue3/lib/node/components/content/content.types.d.ts +24 -0
- package/vue3/lib/node/components/content/content.vue.d.ts +69 -0
- package/vue3/lib/node/components/content/index.d.ts +1 -0
- package/vue3/lib/node/components/content/wrap-component-ref.d.ts +6 -0
- package/vue3/lib/node/components/content-variants/content-variants.types.d.ts +20 -0
- package/vue3/lib/node/components/content-variants/content-variants.vue.d.ts +73 -0
- package/vue3/lib/node/components/content-variants/helpers.d.ts +41 -0
- package/vue3/lib/node/components/inlined-script.vue.d.ts +11 -0
- package/vue3/lib/node/components/inlined-styles.vue.d.ts +11 -0
- package/vue3/lib/node/constants/builder-registered-components.d.ts +6 -0
- package/vue3/lib/node/constants/device-sizes.d.ts +13 -0
- package/vue3/lib/node/constants/sdk-version.d.ts +1 -0
- package/vue3/lib/node/constants/target.d.ts +2 -0
- package/vue3/lib/node/context/builder.context.d.ts +15 -0
- package/vue3/lib/node/context/components.context.d.ts +7 -0
- package/vue3/lib/node/context/types.d.ts +35 -0
- package/vue3/lib/node/functions/apply-patch-with-mutation.d.ts +10 -0
- package/vue3/lib/node/functions/camel-to-kebab-case.d.ts +1 -0
- package/vue3/lib/node/functions/deopt.d.ts +4 -0
- package/vue3/lib/node/functions/evaluate/browser-runtime/browser.d.ts +4 -0
- package/vue3/lib/node/functions/evaluate/browser-runtime/index.d.ts +1 -0
- package/vue3/lib/node/functions/evaluate/edge-runtime/acorn-interpreter.d.ts +2 -0
- package/vue3/lib/node/functions/evaluate/edge-runtime/edge-runtime.d.ts +2 -0
- package/vue3/lib/node/functions/evaluate/edge-runtime/index.d.ts +1 -0
- package/vue3/lib/node/functions/evaluate/evaluate.d.ts +6 -0
- package/vue3/lib/node/functions/evaluate/helpers.d.ts +18 -0
- package/vue3/lib/node/functions/evaluate/index.d.ts +1 -0
- package/vue3/lib/node/functions/evaluate/node-runtime/index.d.ts +1 -0
- package/vue3/lib/node/functions/evaluate/placeholder-runtime.d.ts +2 -0
- package/vue3/lib/node/functions/event-handler-name.d.ts +1 -0
- package/vue3/lib/node/functions/extract-text-styles.d.ts +4 -0
- package/vue3/lib/node/functions/fast-clone.d.ts +4 -0
- package/vue3/lib/node/functions/fetch-builder-props.d.ts +40 -0
- package/vue3/lib/node/functions/get-block-actions-handler.d.ts +8 -0
- package/vue3/lib/node/functions/get-block-actions.d.ts +10 -0
- package/vue3/lib/node/functions/get-block-component-options.d.ts +2 -0
- package/vue3/lib/node/functions/get-block-properties.d.ts +6 -0
- package/vue3/lib/node/functions/get-builder-search-params/index.d.ts +12 -0
- package/vue3/lib/node/functions/get-content/generate-content-url.d.ts +2 -0
- package/vue3/lib/node/functions/get-content/index.d.ts +28 -0
- package/vue3/lib/node/functions/get-content/types.d.ts +51 -0
- package/vue3/lib/node/functions/get-fetch.d.ts +1 -0
- package/vue3/lib/node/functions/get-processed-block.d.ts +10 -0
- package/vue3/lib/node/functions/get-react-native-block-styles.d.ts +7 -0
- package/vue3/lib/node/functions/is-browser.d.ts +1 -0
- package/vue3/lib/node/functions/is-edge-runtime.d.ts +4 -0
- package/vue3/lib/node/functions/is-editing.d.ts +1 -0
- package/vue3/lib/node/functions/is-iframe.d.ts +1 -0
- package/vue3/lib/node/functions/is-previewing.d.ts +1 -0
- package/vue3/lib/node/functions/on-change.d.ts +7 -0
- package/vue3/lib/node/functions/register-component.d.ts +15 -0
- package/vue3/lib/node/functions/register.d.ts +16 -0
- package/vue3/lib/node/functions/sanitize-react-native-block-styles.d.ts +3 -0
- package/vue3/lib/node/functions/set-editor-settings.d.ts +4 -0
- package/vue3/lib/node/functions/set.d.ts +7 -0
- package/vue3/lib/node/functions/track/helpers.d.ts +5 -0
- package/vue3/lib/node/functions/track/index.d.ts +51 -0
- package/vue3/lib/node/functions/track/interaction.d.ts +13 -0
- package/vue3/lib/node/functions/transform-block-properties.d.ts +2 -0
- package/vue3/lib/node/functions/transform-block.d.ts +2 -0
- package/vue3/lib/node/get-block-actions.05d2bf89.js +79 -0
- package/vue3/lib/node/get-block-actions.9a71b975.cjs +1 -0
- package/vue3/lib/node/helpers/ab-tests.d.ts +9 -0
- package/vue3/lib/node/helpers/canTrack.d.ts +1 -0
- package/vue3/lib/node/helpers/cookie.d.ts +19 -0
- package/vue3/lib/node/helpers/css.d.ts +7 -0
- package/vue3/lib/node/helpers/flatten.d.ts +6 -0
- package/vue3/lib/node/helpers/localStorage.d.ts +9 -0
- package/vue3/lib/node/helpers/logger.d.ts +6 -0
- package/vue3/lib/node/helpers/nullable.d.ts +2 -0
- package/vue3/lib/node/helpers/preview-lru-cache/get.d.ts +2 -0
- package/vue3/lib/node/helpers/preview-lru-cache/helpers.d.ts +0 -0
- package/vue3/lib/node/helpers/preview-lru-cache/init.d.ts +6 -0
- package/vue3/lib/node/helpers/preview-lru-cache/set.d.ts +7 -0
- package/vue3/lib/node/helpers/preview-lru-cache/types.d.ts +0 -0
- package/vue3/lib/node/helpers/sessionId.d.ts +6 -0
- package/vue3/lib/node/helpers/time.d.ts +1 -0
- package/vue3/lib/node/helpers/url.d.ts +6 -0
- package/vue3/lib/node/helpers/uuid.d.ts +8 -0
- package/vue3/lib/node/helpers/visitorId.d.ts +6 -0
- package/vue3/lib/node/index-helpers/blocks-exports.d.ts +111 -0
- package/vue3/lib/node/index-helpers/top-of-file.d.ts +1 -0
- package/vue3/lib/node/index.bb9d2170.js +3243 -0
- package/vue3/lib/node/index.cjs +1 -0
- package/vue3/lib/node/index.d.ts +7 -0
- package/vue3/lib/node/index.eed52cb2.cjs +69 -0
- package/vue3/lib/node/index.js +29 -0
- package/vue3/lib/node/repeated-block.6860cc5f.js +33 -0
- package/vue3/lib/node/repeated-block.f7f28e2b.cjs +1 -0
- package/vue3/lib/node/scripts/init-editing.d.ts +6 -0
- package/vue3/lib/node/server-index.d.ts +15 -0
- package/vue3/lib/node/style.css +1 -0
- package/vue3/lib/node/types/api-version.d.ts +2 -0
- package/vue3/lib/node/types/builder-block.d.ts +66 -0
- package/vue3/lib/node/types/builder-content.d.ts +44 -0
- package/vue3/lib/node/types/builder-props.d.ts +9 -0
- package/vue3/lib/node/types/can-track.d.ts +3 -0
- package/vue3/lib/node/types/components.d.ts +111 -0
- package/vue3/lib/node/types/deep-partial.d.ts +3 -0
- package/vue3/lib/node/types/element.d.ts +59 -0
- package/vue3/lib/node/types/enforced-partials.d.ts +21 -0
- package/vue3/lib/node/types/input.d.ts +121 -0
- package/vue3/lib/node/types/targets.d.ts +1 -0
- package/vue3/lib/node/types/typescript.d.ts +11 -0
- package/vue2/env.d.ts +0 -1
- package/vue2/node_modules/@types/node/LICENSE +0 -21
- package/vue2/node_modules/@types/node/README.md +0 -16
- package/vue2/node_modules/@types/node/assert/strict.d.ts +0 -8
- package/vue2/node_modules/@types/node/assert.d.ts +0 -962
- package/vue2/node_modules/@types/node/async_hooks.d.ts +0 -497
- package/vue2/node_modules/@types/node/buffer.d.ts +0 -2236
- package/vue2/node_modules/@types/node/child_process.d.ts +0 -1396
- package/vue2/node_modules/@types/node/cluster.d.ts +0 -414
- package/vue2/node_modules/@types/node/console.d.ts +0 -412
- package/vue2/node_modules/@types/node/constants.d.ts +0 -18
- package/vue2/node_modules/@types/node/crypto.d.ts +0 -3869
- package/vue2/node_modules/@types/node/dgram.d.ts +0 -545
- package/vue2/node_modules/@types/node/diagnostics_channel.d.ts +0 -191
- package/vue2/node_modules/@types/node/dns/promises.d.ts +0 -369
- package/vue2/node_modules/@types/node/dns.d.ts +0 -655
- package/vue2/node_modules/@types/node/domain.d.ts +0 -170
- package/vue2/node_modules/@types/node/events.d.ts +0 -641
- package/vue2/node_modules/@types/node/fs/promises.d.ts +0 -1094
- package/vue2/node_modules/@types/node/fs.d.ts +0 -3803
- package/vue2/node_modules/@types/node/globals.d.ts +0 -287
- package/vue2/node_modules/@types/node/globals.global.d.ts +0 -1
- package/vue2/node_modules/@types/node/http.d.ts +0 -1504
- package/vue2/node_modules/@types/node/http2.d.ts +0 -2100
- package/vue2/node_modules/@types/node/https.d.ts +0 -532
- package/vue2/node_modules/@types/node/index.d.ts +0 -131
- package/vue2/node_modules/@types/node/inspector.d.ts +0 -2745
- package/vue2/node_modules/@types/node/module.d.ts +0 -115
- package/vue2/node_modules/@types/node/net.d.ts +0 -828
- package/vue2/node_modules/@types/node/os.d.ts +0 -455
- package/vue2/node_modules/@types/node/package.json +0 -232
- package/vue2/node_modules/@types/node/path.d.ts +0 -191
- package/vue2/node_modules/@types/node/perf_hooks.d.ts +0 -586
- package/vue2/node_modules/@types/node/process.d.ts +0 -1481
- package/vue2/node_modules/@types/node/punycode.d.ts +0 -117
- package/vue2/node_modules/@types/node/querystring.d.ts +0 -131
- package/vue2/node_modules/@types/node/readline.d.ts +0 -543
- package/vue2/node_modules/@types/node/repl.d.ts +0 -424
- package/vue2/node_modules/@types/node/stream/consumers.d.ts +0 -12
- package/vue2/node_modules/@types/node/stream/promises.d.ts +0 -42
- package/vue2/node_modules/@types/node/stream/web.d.ts +0 -392
- package/vue2/node_modules/@types/node/stream.d.ts +0 -1363
- package/vue2/node_modules/@types/node/string_decoder.d.ts +0 -67
- package/vue2/node_modules/@types/node/test.d.ts +0 -190
- package/vue2/node_modules/@types/node/timers/promises.d.ts +0 -93
- package/vue2/node_modules/@types/node/timers.d.ts +0 -94
- package/vue2/node_modules/@types/node/tls.d.ts +0 -1019
- package/vue2/node_modules/@types/node/trace_events.d.ts +0 -161
- package/vue2/node_modules/@types/node/ts4.8/assert/strict.d.ts +0 -8
- package/vue2/node_modules/@types/node/ts4.8/assert.d.ts +0 -962
- package/vue2/node_modules/@types/node/ts4.8/async_hooks.d.ts +0 -497
- package/vue2/node_modules/@types/node/ts4.8/buffer.d.ts +0 -2236
- package/vue2/node_modules/@types/node/ts4.8/child_process.d.ts +0 -1396
- package/vue2/node_modules/@types/node/ts4.8/cluster.d.ts +0 -414
- package/vue2/node_modules/@types/node/ts4.8/console.d.ts +0 -412
- package/vue2/node_modules/@types/node/ts4.8/constants.d.ts +0 -18
- package/vue2/node_modules/@types/node/ts4.8/crypto.d.ts +0 -3866
- package/vue2/node_modules/@types/node/ts4.8/dgram.d.ts +0 -545
- package/vue2/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +0 -191
- package/vue2/node_modules/@types/node/ts4.8/dns/promises.d.ts +0 -368
- package/vue2/node_modules/@types/node/ts4.8/dns.d.ts +0 -654
- package/vue2/node_modules/@types/node/ts4.8/domain.d.ts +0 -170
- package/vue2/node_modules/@types/node/ts4.8/events.d.ts +0 -641
- package/vue2/node_modules/@types/node/ts4.8/fs/promises.d.ts +0 -1094
- package/vue2/node_modules/@types/node/ts4.8/fs.d.ts +0 -3802
- package/vue2/node_modules/@types/node/ts4.8/globals.d.ts +0 -284
- package/vue2/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -1
- package/vue2/node_modules/@types/node/ts4.8/http.d.ts +0 -1503
- package/vue2/node_modules/@types/node/ts4.8/http2.d.ts +0 -2100
- package/vue2/node_modules/@types/node/ts4.8/https.d.ts +0 -532
- package/vue2/node_modules/@types/node/ts4.8/index.d.ts +0 -86
- package/vue2/node_modules/@types/node/ts4.8/inspector.d.ts +0 -2745
- package/vue2/node_modules/@types/node/ts4.8/module.d.ts +0 -115
- package/vue2/node_modules/@types/node/ts4.8/net.d.ts +0 -828
- package/vue2/node_modules/@types/node/ts4.8/os.d.ts +0 -456
- package/vue2/node_modules/@types/node/ts4.8/path.d.ts +0 -191
- package/vue2/node_modules/@types/node/ts4.8/perf_hooks.d.ts +0 -586
- package/vue2/node_modules/@types/node/ts4.8/process.d.ts +0 -1481
- package/vue2/node_modules/@types/node/ts4.8/punycode.d.ts +0 -117
- package/vue2/node_modules/@types/node/ts4.8/querystring.d.ts +0 -131
- package/vue2/node_modules/@types/node/ts4.8/readline.d.ts +0 -543
- package/vue2/node_modules/@types/node/ts4.8/repl.d.ts +0 -424
- package/vue2/node_modules/@types/node/ts4.8/stream/consumers.d.ts +0 -12
- package/vue2/node_modules/@types/node/ts4.8/stream/promises.d.ts +0 -42
- package/vue2/node_modules/@types/node/ts4.8/stream/web.d.ts +0 -392
- package/vue2/node_modules/@types/node/ts4.8/stream.d.ts +0 -1363
- package/vue2/node_modules/@types/node/ts4.8/string_decoder.d.ts +0 -67
- package/vue2/node_modules/@types/node/ts4.8/test.d.ts +0 -190
- package/vue2/node_modules/@types/node/ts4.8/timers/promises.d.ts +0 -93
- package/vue2/node_modules/@types/node/ts4.8/timers.d.ts +0 -94
- package/vue2/node_modules/@types/node/ts4.8/tls.d.ts +0 -1019
- package/vue2/node_modules/@types/node/ts4.8/trace_events.d.ts +0 -161
- package/vue2/node_modules/@types/node/ts4.8/tty.d.ts +0 -204
- package/vue2/node_modules/@types/node/ts4.8/url.d.ts +0 -855
- package/vue2/node_modules/@types/node/ts4.8/util.d.ts +0 -1594
- package/vue2/node_modules/@types/node/ts4.8/v8.d.ts +0 -472
- package/vue2/node_modules/@types/node/ts4.8/vm.d.ts +0 -507
- package/vue2/node_modules/@types/node/ts4.8/wasi.d.ts +0 -158
- package/vue2/node_modules/@types/node/ts4.8/worker_threads.d.ts +0 -649
- package/vue2/node_modules/@types/node/ts4.8/zlib.d.ts +0 -517
- package/vue2/node_modules/@types/node/tty.d.ts +0 -204
- package/vue2/node_modules/@types/node/url.d.ts +0 -855
- package/vue2/node_modules/@types/node/util.d.ts +0 -1594
- package/vue2/node_modules/@types/node/v8.d.ts +0 -472
- package/vue2/node_modules/@types/node/vm.d.ts +0 -507
- package/vue2/node_modules/@types/node/wasi.d.ts +0 -158
- package/vue2/node_modules/@types/node/worker_threads.d.ts +0 -649
- package/vue2/node_modules/@types/node/zlib.d.ts +0 -517
- package/vue2/node_modules/@vitejs/plugin-vue2/LICENSE +0 -21
- package/vue2/node_modules/@vitejs/plugin-vue2/README.md +0 -115
- package/vue2/node_modules/@vitejs/plugin-vue2/package.json +0 -65
- package/vue2/node_modules/@vue/compiler-sfc/LICENSE +0 -21
- package/vue2/node_modules/@vue/compiler-sfc/package.json +0 -34
- package/vue2/node_modules/@vue/tsconfig/README.md +0 -31
- package/vue2/node_modules/@vue/tsconfig/package.json +0 -35
- package/vue2/node_modules/@vue/tsconfig/tsconfig.json +0 -40
- package/vue2/node_modules/@vue/tsconfig/tsconfig.node.json +0 -17
- package/vue2/node_modules/@vue/tsconfig/tsconfig.web.json +0 -19
- package/vue2/node_modules/rollup/LICENSE.md +0 -695
- package/vue2/node_modules/rollup/README.md +0 -125
- package/vue2/node_modules/rollup/package.json +0 -178
- package/vue2/node_modules/vite/LICENSE.md +0 -3396
- package/vue2/node_modules/vite/README.md +0 -20
- package/vue2/node_modules/vite/bin/openChrome.applescript +0 -95
- package/vue2/node_modules/vite/bin/vite.js +0 -61
- package/vue2/node_modules/vite/client.d.ts +0 -281
- package/vue2/node_modules/vite/index.cjs +0 -34
- package/vue2/node_modules/vite/package.json +0 -170
- package/vue2/node_modules/vite-plugin-dts/LICENSE +0 -21
- package/vue2/node_modules/vite-plugin-dts/README.md +0 -368
- package/vue2/node_modules/vite-plugin-dts/README.zh-CN.md +0 -368
- package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/LICENSE +0 -21
- package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/README.md +0 -36
- package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/bin/vue-tsc.js +0 -67
- package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/index.d.ts +0 -16
- package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/index.js +0 -120
- package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/shared.d.ts +0 -8
- package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/shared.js +0 -5
- package/vue2/node_modules/vite-plugin-dts/node_modules/vue-tsc/package.json +0 -28
- package/vue2/node_modules/vite-plugin-dts/package.json +0 -103
- package/vue2/node_modules/vue/LICENSE +0 -21
- package/vue2/node_modules/vue/README.md +0 -118
- package/vue2/node_modules/vue/compiler-sfc/index.d.ts +0 -1
- package/vue2/node_modules/vue/compiler-sfc/index.js +0 -1
- package/vue2/node_modules/vue/compiler-sfc/index.mjs +0 -1
- package/vue2/node_modules/vue/compiler-sfc/package.json +0 -5
- package/vue2/node_modules/vue/package.json +0 -132
- package/vue2/node_modules/vue/packages/compiler-sfc/api-extractor.json +0 -64
- package/vue2/node_modules/vue/packages/compiler-sfc/node_modules/.bin/lessc +0 -17
- package/vue2/node_modules/vue/packages/compiler-sfc/node_modules/.bin/parser +0 -17
- package/vue2/node_modules/vue/packages/compiler-sfc/node_modules/.bin/sass +0 -17
- package/vue2/node_modules/vue/packages/compiler-sfc/node_modules/.bin/stylus +0 -17
- package/vue2/node_modules/vue/packages/compiler-sfc/package.json +0 -34
- package/vue2/node_modules/vue/packages/compiler-sfc/src/babelUtils.ts +0 -423
- package/vue2/node_modules/vue/packages/compiler-sfc/src/compileScript.ts +0 -1911
- package/vue2/node_modules/vue/packages/compiler-sfc/src/compileStyle.ts +0 -147
- package/vue2/node_modules/vue/packages/compiler-sfc/src/compileTemplate.ts +0 -205
- package/vue2/node_modules/vue/packages/compiler-sfc/src/cssVars.ts +0 -179
- package/vue2/node_modules/vue/packages/compiler-sfc/src/index.ts +0 -31
- package/vue2/node_modules/vue/packages/compiler-sfc/src/parse.ts +0 -129
- package/vue2/node_modules/vue/packages/compiler-sfc/src/parseComponent.ts +0 -220
- package/vue2/node_modules/vue/packages/compiler-sfc/src/prefixIdentifiers.ts +0 -82
- package/vue2/node_modules/vue/packages/compiler-sfc/src/rewriteDefault.ts +0 -115
- package/vue2/node_modules/vue/packages/compiler-sfc/src/stylePlugins/scoped.ts +0 -203
- package/vue2/node_modules/vue/packages/compiler-sfc/src/stylePlugins/trim.ts +0 -18
- package/vue2/node_modules/vue/packages/compiler-sfc/src/stylePreprocessors.ts +0 -135
- package/vue2/node_modules/vue/packages/compiler-sfc/src/templateCompilerModules/assetUrl.ts +0 -84
- package/vue2/node_modules/vue/packages/compiler-sfc/src/templateCompilerModules/srcset.ts +0 -76
- package/vue2/node_modules/vue/packages/compiler-sfc/src/templateCompilerModules/utils.ts +0 -86
- package/vue2/node_modules/vue/packages/compiler-sfc/src/types.ts +0 -69
- package/vue2/node_modules/vue/packages/compiler-sfc/src/warn.ts +0 -16
- package/vue2/node_modules/vue/packages/compiler-sfc/test/__snapshots__/compileScript.spec.ts.snap +0 -925
- package/vue2/node_modules/vue/packages/compiler-sfc/test/__snapshots__/cssVars.spec.ts.snap +0 -189
- package/vue2/node_modules/vue/packages/compiler-sfc/test/compileScript.spec.ts +0 -1594
- package/vue2/node_modules/vue/packages/compiler-sfc/test/compileStyle.spec.ts +0 -203
- package/vue2/node_modules/vue/packages/compiler-sfc/test/compileTemplate.spec.ts +0 -258
- package/vue2/node_modules/vue/packages/compiler-sfc/test/cssVars.spec.ts +0 -247
- package/vue2/node_modules/vue/packages/compiler-sfc/test/parseComponent.spec.ts +0 -269
- package/vue2/node_modules/vue/packages/compiler-sfc/test/prefixIdentifiers.spec.ts +0 -97
- package/vue2/node_modules/vue/packages/compiler-sfc/test/rewriteDefault.spec.ts +0 -245
- package/vue2/node_modules/vue/packages/compiler-sfc/test/stylePluginScoped.spec.ts +0 -137
- package/vue2/node_modules/vue/packages/compiler-sfc/test/tsconfig.json +0 -7
- package/vue2/node_modules/vue/packages/compiler-sfc/test/util.ts +0 -35
- package/vue2/node_modules/vue/src/compiler/codeframe.ts +0 -52
- package/vue2/node_modules/vue/src/compiler/codegen/events.ts +0 -170
- package/vue2/node_modules/vue/src/compiler/codegen/index.ts +0 -668
- package/vue2/node_modules/vue/src/compiler/create-compiler.ts +0 -83
- package/vue2/node_modules/vue/src/compiler/directives/bind.ts +0 -9
- package/vue2/node_modules/vue/src/compiler/directives/index.ts +0 -9
- package/vue2/node_modules/vue/src/compiler/directives/model.ts +0 -145
- package/vue2/node_modules/vue/src/compiler/directives/on.ts +0 -9
- package/vue2/node_modules/vue/src/compiler/error-detector.ts +0 -158
- package/vue2/node_modules/vue/src/compiler/helpers.ts +0 -243
- package/vue2/node_modules/vue/src/compiler/index.ts +0 -24
- package/vue2/node_modules/vue/src/compiler/optimizer.ts +0 -135
- package/vue2/node_modules/vue/src/compiler/parser/entity-decoder.ts +0 -9
- package/vue2/node_modules/vue/src/compiler/parser/filter-parser.ts +0 -116
- package/vue2/node_modules/vue/src/compiler/parser/html-parser.ts +0 -341
- package/vue2/node_modules/vue/src/compiler/parser/index.ts +0 -999
- package/vue2/node_modules/vue/src/compiler/parser/text-parser.ts +0 -52
- package/vue2/node_modules/vue/src/compiler/to-function.ts +0 -119
- package/vue2/node_modules/vue/src/core/components/index.ts +0 -5
- package/vue2/node_modules/vue/src/core/components/keep-alive.ts +0 -165
- package/vue2/node_modules/vue/src/core/config.ts +0 -128
- package/vue2/node_modules/vue/src/core/global-api/assets.ts +0 -35
- package/vue2/node_modules/vue/src/core/global-api/extend.ts +0 -94
- package/vue2/node_modules/vue/src/core/global-api/index.ts +0 -68
- package/vue2/node_modules/vue/src/core/global-api/mixin.ts +0 -9
- package/vue2/node_modules/vue/src/core/global-api/use.ts +0 -23
- package/vue2/node_modules/vue/src/core/index.ts +0 -27
- package/vue2/node_modules/vue/src/core/instance/events.ts +0 -160
- package/vue2/node_modules/vue/src/core/instance/index.ts +0 -27
- package/vue2/node_modules/vue/src/core/instance/init.ts +0 -140
- package/vue2/node_modules/vue/src/core/instance/inject.ts +0 -80
- package/vue2/node_modules/vue/src/core/instance/lifecycle.ts +0 -415
- package/vue2/node_modules/vue/src/core/instance/proxy.ts +0 -97
- package/vue2/node_modules/vue/src/core/instance/render-helpers/bind-dynamic-keys.ts +0 -36
- package/vue2/node_modules/vue/src/core/instance/render-helpers/bind-object-listeners.ts +0 -18
- package/vue2/node_modules/vue/src/core/instance/render-helpers/bind-object-props.ts +0 -59
- package/vue2/node_modules/vue/src/core/instance/render-helpers/check-keycodes.ts +0 -33
- package/vue2/node_modules/vue/src/core/instance/render-helpers/index.ts +0 -31
- package/vue2/node_modules/vue/src/core/instance/render-helpers/render-list.ts +0 -49
- package/vue2/node_modules/vue/src/core/instance/render-helpers/render-slot.ts +0 -39
- package/vue2/node_modules/vue/src/core/instance/render-helpers/render-static.ts +0 -57
- package/vue2/node_modules/vue/src/core/instance/render-helpers/resolve-filter.ts +0 -8
- package/vue2/node_modules/vue/src/core/instance/render-helpers/resolve-scoped-slots.ts +0 -30
- package/vue2/node_modules/vue/src/core/instance/render-helpers/resolve-slots.ts +0 -51
- package/vue2/node_modules/vue/src/core/instance/render.ts +0 -173
- package/vue2/node_modules/vue/src/core/instance/state.ts +0 -387
- package/vue2/node_modules/vue/src/core/observer/array.ts +0 -54
- package/vue2/node_modules/vue/src/core/observer/dep.ts +0 -108
- package/vue2/node_modules/vue/src/core/observer/index.ts +0 -338
- package/vue2/node_modules/vue/src/core/observer/scheduler.ts +0 -199
- package/vue2/node_modules/vue/src/core/observer/traverse.ts +0 -47
- package/vue2/node_modules/vue/src/core/observer/watcher.ts +0 -278
- package/vue2/node_modules/vue/src/core/util/debug.ts +0 -105
- package/vue2/node_modules/vue/src/core/util/env.ts +0 -93
- package/vue2/node_modules/vue/src/core/util/error.ts +0 -81
- package/vue2/node_modules/vue/src/core/util/index.ts +0 -9
- package/vue2/node_modules/vue/src/core/util/lang.ts +0 -45
- package/vue2/node_modules/vue/src/core/util/next-tick.ts +0 -117
- package/vue2/node_modules/vue/src/core/util/options.ts +0 -489
- package/vue2/node_modules/vue/src/core/util/perf.ts +0 -28
- package/vue2/node_modules/vue/src/core/util/props.ts +0 -254
- package/vue2/node_modules/vue/src/core/vdom/create-component.ts +0 -275
- package/vue2/node_modules/vue/src/core/vdom/create-element.ts +0 -172
- package/vue2/node_modules/vue/src/core/vdom/create-functional-component.ts +0 -180
- package/vue2/node_modules/vue/src/core/vdom/helpers/extract-props.ts +0 -75
- package/vue2/node_modules/vue/src/core/vdom/helpers/get-first-component-child.ts +0 -16
- package/vue2/node_modules/vue/src/core/vdom/helpers/index.ts +0 -7
- package/vue2/node_modules/vue/src/core/vdom/helpers/is-async-placeholder.ts +0 -6
- package/vue2/node_modules/vue/src/core/vdom/helpers/merge-hook.ts +0 -40
- package/vue2/node_modules/vue/src/core/vdom/helpers/normalize-children.ts +0 -99
- package/vue2/node_modules/vue/src/core/vdom/helpers/normalize-scoped-slots.ts +0 -97
- package/vue2/node_modules/vue/src/core/vdom/helpers/resolve-async-component.ts +0 -157
- package/vue2/node_modules/vue/src/core/vdom/helpers/update-listeners.ts +0 -101
- package/vue2/node_modules/vue/src/core/vdom/modules/directives.ts +0 -137
- package/vue2/node_modules/vue/src/core/vdom/modules/index.ts +0 -4
- package/vue2/node_modules/vue/src/core/vdom/modules/template-ref.ts +0 -94
- package/vue2/node_modules/vue/src/core/vdom/patch.ts +0 -904
- package/vue2/node_modules/vue/src/core/vdom/vnode.ts +0 -119
- package/vue2/node_modules/vue/src/global.d.ts +0 -17
- package/vue2/node_modules/vue/src/platforms/web/compiler/directives/html.ts +0 -8
- package/vue2/node_modules/vue/src/platforms/web/compiler/directives/index.ts +0 -9
- package/vue2/node_modules/vue/src/platforms/web/compiler/directives/model.ts +0 -181
- package/vue2/node_modules/vue/src/platforms/web/compiler/directives/text.ts +0 -8
- package/vue2/node_modules/vue/src/platforms/web/compiler/index.ts +0 -6
- package/vue2/node_modules/vue/src/platforms/web/compiler/modules/class.ts +0 -44
- package/vue2/node_modules/vue/src/platforms/web/compiler/modules/index.ts +0 -5
- package/vue2/node_modules/vue/src/platforms/web/compiler/modules/model.ts +0 -89
- package/vue2/node_modules/vue/src/platforms/web/compiler/modules/style.ts +0 -47
- package/vue2/node_modules/vue/src/platforms/web/compiler/options.ts +0 -25
- package/vue2/node_modules/vue/src/platforms/web/compiler/util.ts +0 -22
- package/vue2/node_modules/vue/src/platforms/web/entry-compiler.ts +0 -4
- package/vue2/node_modules/vue/src/platforms/web/entry-runtime-esm.ts +0 -5
- package/vue2/node_modules/vue/src/platforms/web/entry-runtime-with-compiler-esm.ts +0 -5
- package/vue2/node_modules/vue/src/platforms/web/entry-runtime-with-compiler.ts +0 -10
- package/vue2/node_modules/vue/src/platforms/web/entry-runtime.ts +0 -7
- package/vue2/node_modules/vue/src/platforms/web/runtime/class-util.ts +0 -61
- package/vue2/node_modules/vue/src/platforms/web/runtime/components/index.ts +0 -7
- package/vue2/node_modules/vue/src/platforms/web/runtime/components/transition-group.ts +0 -204
- package/vue2/node_modules/vue/src/platforms/web/runtime/components/transition.ts +0 -205
- package/vue2/node_modules/vue/src/platforms/web/runtime/directives/index.ts +0 -7
- package/vue2/node_modules/vue/src/platforms/web/runtime/directives/model.ts +0 -148
- package/vue2/node_modules/vue/src/platforms/web/runtime/directives/show.ts +0 -61
- package/vue2/node_modules/vue/src/platforms/web/runtime/index.ts +0 -75
- package/vue2/node_modules/vue/src/platforms/web/runtime/modules/attrs.ts +0 -115
- package/vue2/node_modules/vue/src/platforms/web/runtime/modules/class.ts +0 -37
- package/vue2/node_modules/vue/src/platforms/web/runtime/modules/dom-props.ts +0 -123
- package/vue2/node_modules/vue/src/platforms/web/runtime/modules/events.ts +0 -127
- package/vue2/node_modules/vue/src/platforms/web/runtime/modules/index.ts +0 -8
- package/vue2/node_modules/vue/src/platforms/web/runtime/modules/style.ts +0 -104
- package/vue2/node_modules/vue/src/platforms/web/runtime/modules/transition.ts +0 -341
- package/vue2/node_modules/vue/src/platforms/web/runtime/node-ops.ts +0 -66
- package/vue2/node_modules/vue/src/platforms/web/runtime/patch.ts +0 -10
- package/vue2/node_modules/vue/src/platforms/web/runtime/transition-util.ts +0 -215
- package/vue2/node_modules/vue/src/platforms/web/runtime-with-compiler.ts +0 -110
- package/vue2/node_modules/vue/src/platforms/web/util/attrs.ts +0 -58
- package/vue2/node_modules/vue/src/platforms/web/util/class.ts +0 -87
- package/vue2/node_modules/vue/src/platforms/web/util/compat.ts +0 -16
- package/vue2/node_modules/vue/src/platforms/web/util/element.ts +0 -76
- package/vue2/node_modules/vue/src/platforms/web/util/index.ts +0 -21
- package/vue2/node_modules/vue/src/platforms/web/util/style.ts +0 -71
- package/vue2/node_modules/vue/src/shared/constants.ts +0 -20
- package/vue2/node_modules/vue/src/shared/util.ts +0 -372
- package/vue2/node_modules/vue/src/v3/apiAsyncComponent.ts +0 -117
- package/vue2/node_modules/vue/src/v3/apiInject.ts +0 -71
- package/vue2/node_modules/vue/src/v3/apiLifecycle.ts +0 -68
- package/vue2/node_modules/vue/src/v3/apiSetup.ts +0 -246
- package/vue2/node_modules/vue/src/v3/apiWatch.ts +0 -349
- package/vue2/node_modules/vue/src/v3/currentInstance.ts +0 -23
- package/vue2/node_modules/vue/src/v3/debug.ts +0 -21
- package/vue2/node_modules/vue/src/v3/h.ts +0 -18
- package/vue2/node_modules/vue/src/v3/index.ts +0 -96
- package/vue2/node_modules/vue/src/v3/reactivity/computed.ts +0 -100
- package/vue2/node_modules/vue/src/v3/reactivity/effect.ts +0 -20
- package/vue2/node_modules/vue/src/v3/reactivity/effectScope.ts +0 -137
- package/vue2/node_modules/vue/src/v3/reactivity/operations.ts +0 -14
- package/vue2/node_modules/vue/src/v3/reactivity/reactive.ts +0 -137
- package/vue2/node_modules/vue/src/v3/reactivity/readonly.ts +0 -127
- package/vue2/node_modules/vue/src/v3/reactivity/ref.ts +0 -296
- package/vue2/node_modules/vue/src/v3/sfc-helpers/useCssModule.ts +0 -24
- package/vue2/node_modules/vue/src/v3/sfc-helpers/useCssVars.ts +0 -34
- package/vue2/src/blocks/BaseText.vue +0 -25
- package/vue2/src/blocks/button/button.vue +0 -68
- package/vue2/src/blocks/button/component-info.ts +0 -35
- package/vue2/src/blocks/columns/columns.vue +0 -238
- package/vue2/src/blocks/columns/component-info.ts +0 -219
- package/vue2/src/blocks/custom-code/component-info.ts +0 -24
- package/vue2/src/blocks/custom-code/custom-code.vue +0 -88
- package/vue2/src/blocks/embed/component-info.ts +0 -38
- package/vue2/src/blocks/embed/embed.vue +0 -71
- package/vue2/src/blocks/embed/helpers.ts +0 -2
- package/vue2/src/blocks/form/component-info.ts +0 -233
- package/vue2/src/blocks/form/form.vue +0 -7
- package/vue2/src/blocks/fragment/component-info.ts +0 -8
- package/vue2/src/blocks/fragment/fragment.vue +0 -19
- package/vue2/src/blocks/helpers.ts +0 -43
- package/vue2/src/blocks/image/component-info.ts +0 -124
- package/vue2/src/blocks/image/image.helpers.ts +0 -47
- package/vue2/src/blocks/image/image.vue +0 -174
- package/vue2/src/blocks/img/component-info.ts +0 -16
- package/vue2/src/blocks/img/img.vue +0 -59
- package/vue2/src/blocks/input/component-info.ts +0 -47
- package/vue2/src/blocks/input/input.vue +0 -52
- package/vue2/src/blocks/raw-text/component-info.ts +0 -11
- package/vue2/src/blocks/raw-text/raw-text.vue +0 -35
- package/vue2/src/blocks/section/component-info.ts +0 -41
- package/vue2/src/blocks/section/section.vue +0 -47
- package/vue2/src/blocks/select/component-info.ts +0 -44
- package/vue2/src/blocks/select/select.vue +0 -50
- package/vue2/src/blocks/submit-button/component-info.ts +0 -27
- package/vue2/src/blocks/submit-button/submit-button.vue +0 -34
- package/vue2/src/blocks/symbol/component-info.ts +0 -35
- package/vue2/src/blocks/symbol/symbol.helpers.ts +0 -47
- package/vue2/src/blocks/symbol/symbol.vue +0 -143
- package/vue2/src/blocks/text/component-info.ts +0 -20
- package/vue2/src/blocks/text/text.vue +0 -23
- package/vue2/src/blocks/textarea/component-info.ts +0 -38
- package/vue2/src/blocks/textarea/textarea.vue +0 -38
- package/vue2/src/blocks/video/component-info.ts +0 -83
- package/vue2/src/blocks/video/video.vue +0 -105
- package/vue2/src/components/block/block.helpers.ts +0 -89
- package/vue2/src/components/block/block.vue +0 -203
- package/vue2/src/components/block/components/block-styles.vue +0 -110
- package/vue2/src/components/block/components/block-wrapper.vue +0 -83
- package/vue2/src/components/block/components/component-ref/component-ref.helpers.ts +0 -52
- package/vue2/src/components/block/components/component-ref/component-ref.vue +0 -97
- package/vue2/src/components/block/components/interactive-element.vue +0 -48
- package/vue2/src/components/block/components/repeated-block.vue +0 -51
- package/vue2/src/components/block/types.ts +0 -6
- package/vue2/src/components/blocks/blocks-wrapper.vue +0 -91
- package/vue2/src/components/blocks/blocks.vue +0 -99
- package/vue2/src/components/content/components/enable-editor.vue +0 -418
- package/vue2/src/components/content/components/styles.helpers.ts +0 -77
- package/vue2/src/components/content/components/styles.vue +0 -60
- package/vue2/src/components/content/content.helpers.ts +0 -42
- package/vue2/src/components/content/content.types.ts +0 -23
- package/vue2/src/components/content/content.vue +0 -205
- package/vue2/src/components/content/index.ts +0 -1
- package/vue2/src/components/content/wrap-component-ref.ts +0 -6
- package/vue2/src/components/content-variants/content-variants.types.ts +0 -20
- package/vue2/src/components/content-variants/content-variants.vue +0 -177
- package/vue2/src/components/content-variants/helpers.ts +0 -207
- package/vue2/src/components/inlined-script.vue +0 -18
- package/vue2/src/components/inlined-styles.vue +0 -18
- package/vue2/src/constants/builder-registered-components.ts +0 -62
- package/vue2/src/constants/device-sizes.ts +0 -59
- package/vue2/src/constants/sdk-version.ts +0 -1
- package/vue2/src/constants/target.ts +0 -4
- package/vue2/src/context/builder.context.ts +0 -16
- package/vue2/src/context/components.context.ts +0 -6
- package/vue2/src/context/types.ts +0 -36
- package/vue2/src/functions/apply-patch-with-mutation.ts +0 -61
- package/vue2/src/functions/camel-to-kebab-case.ts +0 -1
- package/vue2/src/functions/deopt.ts +0 -6
- package/vue2/src/functions/evaluate/browser-runtime/browser.ts +0 -41
- package/vue2/src/functions/evaluate/browser-runtime/index.ts +0 -1
- package/vue2/src/functions/evaluate/edge-runtime/acorn-interpreter.ts +0 -2891
- package/vue2/src/functions/evaluate/edge-runtime/edge-runtime.ts +0 -96
- package/vue2/src/functions/evaluate/edge-runtime/index.ts +0 -1
- package/vue2/src/functions/evaluate/evaluate.ts +0 -66
- package/vue2/src/functions/evaluate/helpers.ts +0 -32
- package/vue2/src/functions/evaluate/index.ts +0 -1
- package/vue2/src/functions/evaluate/node-runtime/index.ts +0 -1
- package/vue2/src/functions/evaluate/placeholder-runtime.ts +0 -4
- package/vue2/src/functions/event-handler-name.ts +0 -1
- package/vue2/src/functions/extract-text-styles.ts +0 -24
- package/vue2/src/functions/fast-clone.ts +0 -4
- package/vue2/src/functions/fetch-builder-props.ts +0 -62
- package/vue2/src/functions/get-block-actions-handler.ts +0 -16
- package/vue2/src/functions/get-block-actions.ts +0 -36
- package/vue2/src/functions/get-block-component-options.ts +0 -11
- package/vue2/src/functions/get-block-properties.ts +0 -82
- package/vue2/src/functions/get-builder-search-params/index.ts +0 -40
- package/vue2/src/functions/get-content/generate-content-url.ts +0 -45
- package/vue2/src/functions/get-content/index.ts +0 -110
- package/vue2/src/functions/get-content/types.ts +0 -62
- package/vue2/src/functions/get-fetch.ts +0 -11
- package/vue2/src/functions/get-global-this.ts +0 -16
- package/vue2/src/functions/get-processed-block.ts +0 -69
- package/vue2/src/functions/get-react-native-block-styles.ts +0 -27
- package/vue2/src/functions/is-browser.ts +0 -3
- package/vue2/src/functions/is-edge-runtime.ts +0 -9
- package/vue2/src/functions/is-editing.ts +0 -5
- package/vue2/src/functions/is-iframe.ts +0 -4
- package/vue2/src/functions/is-previewing.ts +0 -11
- package/vue2/src/functions/on-change.ts +0 -29
- package/vue2/src/functions/register-component.ts +0 -48
- package/vue2/src/functions/register.ts +0 -44
- package/vue2/src/functions/sanitize-react-native-block-styles.ts +0 -58
- package/vue2/src/functions/set-editor-settings.ts +0 -15
- package/vue2/src/functions/set.ts +0 -14
- package/vue2/src/functions/track/helpers.ts +0 -51
- package/vue2/src/functions/track/index.ts +0 -131
- package/vue2/src/functions/track/interaction.ts +0 -63
- package/vue2/src/functions/transform-block-properties.ts +0 -18
- package/vue2/src/functions/transform-block.ts +0 -6
- package/vue2/src/helpers/ab-tests.ts +0 -166
- package/vue2/src/helpers/canTrack.ts +0 -2
- package/vue2/src/helpers/cookie.ts +0 -81
- package/vue2/src/helpers/css.ts +0 -33
- package/vue2/src/helpers/flatten.ts +0 -19
- package/vue2/src/helpers/localStorage.ts +0 -36
- package/vue2/src/helpers/logger.ts +0 -7
- package/vue2/src/helpers/nullable.ts +0 -2
- package/vue2/src/helpers/preview-lru-cache/get.ts +0 -4
- package/vue2/src/helpers/preview-lru-cache/init.ts +0 -7
- package/vue2/src/helpers/preview-lru-cache/set.ts +0 -12
- package/vue2/src/helpers/sessionId.ts +0 -37
- package/vue2/src/helpers/time.ts +0 -2
- package/vue2/src/helpers/url.ts +0 -15
- package/vue2/src/helpers/uuid.ts +0 -17
- package/vue2/src/helpers/visitorId.ts +0 -37
- package/vue2/src/index-helpers/blocks-exports.ts +0 -20
- package/vue2/src/index-helpers/top-of-file.ts +0 -4
- package/vue2/src/index.ts +0 -8
- package/vue2/src/scripts/init-editing.ts +0 -113
- package/vue2/src/server-index.ts +0 -15
- package/vue2/tsconfig.config.json +0 -8
- package/vue2/tsconfig.json +0 -16
- package/vue2/vite.config.js +0 -31
- package/vue3/env.d.ts +0 -1
- package/vue3/node_modules/@types/node/LICENSE +0 -21
- package/vue3/node_modules/@types/node/README.md +0 -16
- package/vue3/node_modules/@types/node/assert/strict.d.ts +0 -8
- package/vue3/node_modules/@types/node/assert.d.ts +0 -962
- package/vue3/node_modules/@types/node/async_hooks.d.ts +0 -497
- package/vue3/node_modules/@types/node/buffer.d.ts +0 -2236
- package/vue3/node_modules/@types/node/child_process.d.ts +0 -1396
- package/vue3/node_modules/@types/node/cluster.d.ts +0 -414
- package/vue3/node_modules/@types/node/console.d.ts +0 -412
- package/vue3/node_modules/@types/node/constants.d.ts +0 -18
- package/vue3/node_modules/@types/node/crypto.d.ts +0 -3869
- package/vue3/node_modules/@types/node/dgram.d.ts +0 -545
- package/vue3/node_modules/@types/node/diagnostics_channel.d.ts +0 -191
- package/vue3/node_modules/@types/node/dns/promises.d.ts +0 -369
- package/vue3/node_modules/@types/node/dns.d.ts +0 -655
- package/vue3/node_modules/@types/node/domain.d.ts +0 -170
- package/vue3/node_modules/@types/node/events.d.ts +0 -641
- package/vue3/node_modules/@types/node/fs/promises.d.ts +0 -1094
- package/vue3/node_modules/@types/node/fs.d.ts +0 -3803
- package/vue3/node_modules/@types/node/globals.d.ts +0 -287
- package/vue3/node_modules/@types/node/globals.global.d.ts +0 -1
- package/vue3/node_modules/@types/node/http.d.ts +0 -1504
- package/vue3/node_modules/@types/node/http2.d.ts +0 -2100
- package/vue3/node_modules/@types/node/https.d.ts +0 -532
- package/vue3/node_modules/@types/node/index.d.ts +0 -131
- package/vue3/node_modules/@types/node/inspector.d.ts +0 -2745
- package/vue3/node_modules/@types/node/module.d.ts +0 -115
- package/vue3/node_modules/@types/node/net.d.ts +0 -828
- package/vue3/node_modules/@types/node/os.d.ts +0 -455
- package/vue3/node_modules/@types/node/package.json +0 -232
- package/vue3/node_modules/@types/node/path.d.ts +0 -191
- package/vue3/node_modules/@types/node/perf_hooks.d.ts +0 -586
- package/vue3/node_modules/@types/node/process.d.ts +0 -1481
- package/vue3/node_modules/@types/node/punycode.d.ts +0 -117
- package/vue3/node_modules/@types/node/querystring.d.ts +0 -131
- package/vue3/node_modules/@types/node/readline.d.ts +0 -543
- package/vue3/node_modules/@types/node/repl.d.ts +0 -424
- package/vue3/node_modules/@types/node/stream/consumers.d.ts +0 -12
- package/vue3/node_modules/@types/node/stream/promises.d.ts +0 -42
- package/vue3/node_modules/@types/node/stream/web.d.ts +0 -392
- package/vue3/node_modules/@types/node/stream.d.ts +0 -1363
- package/vue3/node_modules/@types/node/string_decoder.d.ts +0 -67
- package/vue3/node_modules/@types/node/test.d.ts +0 -190
- package/vue3/node_modules/@types/node/timers/promises.d.ts +0 -93
- package/vue3/node_modules/@types/node/timers.d.ts +0 -94
- package/vue3/node_modules/@types/node/tls.d.ts +0 -1019
- package/vue3/node_modules/@types/node/trace_events.d.ts +0 -161
- package/vue3/node_modules/@types/node/ts4.8/assert/strict.d.ts +0 -8
- package/vue3/node_modules/@types/node/ts4.8/assert.d.ts +0 -962
- package/vue3/node_modules/@types/node/ts4.8/async_hooks.d.ts +0 -497
- package/vue3/node_modules/@types/node/ts4.8/buffer.d.ts +0 -2236
- package/vue3/node_modules/@types/node/ts4.8/child_process.d.ts +0 -1396
- package/vue3/node_modules/@types/node/ts4.8/cluster.d.ts +0 -414
- package/vue3/node_modules/@types/node/ts4.8/console.d.ts +0 -412
- package/vue3/node_modules/@types/node/ts4.8/constants.d.ts +0 -18
- package/vue3/node_modules/@types/node/ts4.8/crypto.d.ts +0 -3866
- package/vue3/node_modules/@types/node/ts4.8/dgram.d.ts +0 -545
- package/vue3/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +0 -191
- package/vue3/node_modules/@types/node/ts4.8/dns/promises.d.ts +0 -368
- package/vue3/node_modules/@types/node/ts4.8/dns.d.ts +0 -654
- package/vue3/node_modules/@types/node/ts4.8/domain.d.ts +0 -170
- package/vue3/node_modules/@types/node/ts4.8/events.d.ts +0 -641
- package/vue3/node_modules/@types/node/ts4.8/fs/promises.d.ts +0 -1094
- package/vue3/node_modules/@types/node/ts4.8/fs.d.ts +0 -3802
- package/vue3/node_modules/@types/node/ts4.8/globals.d.ts +0 -284
- package/vue3/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -1
- package/vue3/node_modules/@types/node/ts4.8/http.d.ts +0 -1503
- package/vue3/node_modules/@types/node/ts4.8/http2.d.ts +0 -2100
- package/vue3/node_modules/@types/node/ts4.8/https.d.ts +0 -532
- package/vue3/node_modules/@types/node/ts4.8/index.d.ts +0 -86
- package/vue3/node_modules/@types/node/ts4.8/inspector.d.ts +0 -2745
- package/vue3/node_modules/@types/node/ts4.8/module.d.ts +0 -115
- package/vue3/node_modules/@types/node/ts4.8/net.d.ts +0 -828
- package/vue3/node_modules/@types/node/ts4.8/os.d.ts +0 -456
- package/vue3/node_modules/@types/node/ts4.8/path.d.ts +0 -191
- package/vue3/node_modules/@types/node/ts4.8/perf_hooks.d.ts +0 -586
- package/vue3/node_modules/@types/node/ts4.8/process.d.ts +0 -1481
- package/vue3/node_modules/@types/node/ts4.8/punycode.d.ts +0 -117
- package/vue3/node_modules/@types/node/ts4.8/querystring.d.ts +0 -131
- package/vue3/node_modules/@types/node/ts4.8/readline.d.ts +0 -543
- package/vue3/node_modules/@types/node/ts4.8/repl.d.ts +0 -424
- package/vue3/node_modules/@types/node/ts4.8/stream/consumers.d.ts +0 -12
- package/vue3/node_modules/@types/node/ts4.8/stream/promises.d.ts +0 -42
- package/vue3/node_modules/@types/node/ts4.8/stream/web.d.ts +0 -392
- package/vue3/node_modules/@types/node/ts4.8/stream.d.ts +0 -1363
- package/vue3/node_modules/@types/node/ts4.8/string_decoder.d.ts +0 -67
- package/vue3/node_modules/@types/node/ts4.8/test.d.ts +0 -190
- package/vue3/node_modules/@types/node/ts4.8/timers/promises.d.ts +0 -93
- package/vue3/node_modules/@types/node/ts4.8/timers.d.ts +0 -94
- package/vue3/node_modules/@types/node/ts4.8/tls.d.ts +0 -1019
- package/vue3/node_modules/@types/node/ts4.8/trace_events.d.ts +0 -161
- package/vue3/node_modules/@types/node/ts4.8/tty.d.ts +0 -204
- package/vue3/node_modules/@types/node/ts4.8/url.d.ts +0 -855
- package/vue3/node_modules/@types/node/ts4.8/util.d.ts +0 -1594
- package/vue3/node_modules/@types/node/ts4.8/v8.d.ts +0 -472
- package/vue3/node_modules/@types/node/ts4.8/vm.d.ts +0 -507
- package/vue3/node_modules/@types/node/ts4.8/wasi.d.ts +0 -158
- package/vue3/node_modules/@types/node/ts4.8/worker_threads.d.ts +0 -649
- package/vue3/node_modules/@types/node/ts4.8/zlib.d.ts +0 -517
- package/vue3/node_modules/@types/node/tty.d.ts +0 -204
- package/vue3/node_modules/@types/node/url.d.ts +0 -855
- package/vue3/node_modules/@types/node/util.d.ts +0 -1594
- package/vue3/node_modules/@types/node/v8.d.ts +0 -472
- package/vue3/node_modules/@types/node/vm.d.ts +0 -507
- package/vue3/node_modules/@types/node/wasi.d.ts +0 -158
- package/vue3/node_modules/@types/node/worker_threads.d.ts +0 -649
- package/vue3/node_modules/@types/node/zlib.d.ts +0 -517
- package/vue3/node_modules/@vitejs/plugin-vue/LICENSE +0 -21
- package/vue3/node_modules/@vitejs/plugin-vue/README.md +0 -171
- package/vue3/node_modules/@vitejs/plugin-vue/package.json +0 -51
- package/vue3/node_modules/@vue/server-renderer/LICENSE +0 -21
- package/vue3/node_modules/@vue/server-renderer/README.md +0 -178
- package/vue3/node_modules/@vue/server-renderer/index.js +0 -7
- package/vue3/node_modules/@vue/server-renderer/package.json +0 -41
- package/vue3/node_modules/@vue/tsconfig/README.md +0 -31
- package/vue3/node_modules/@vue/tsconfig/package.json +0 -35
- package/vue3/node_modules/@vue/tsconfig/tsconfig.json +0 -40
- package/vue3/node_modules/@vue/tsconfig/tsconfig.node.json +0 -17
- package/vue3/node_modules/@vue/tsconfig/tsconfig.web.json +0 -19
- package/vue3/node_modules/esbuild/LICENSE.md +0 -21
- package/vue3/node_modules/esbuild/README.md +0 -3
- package/vue3/node_modules/esbuild/bin/esbuild +0 -212
- package/vue3/node_modules/esbuild/install.js +0 -245
- package/vue3/node_modules/esbuild/package.json +0 -42
- package/vue3/node_modules/vite/LICENSE.md +0 -3450
- package/vue3/node_modules/vite/README.md +0 -20
- package/vue3/node_modules/vite/bin/openChrome.applescript +0 -95
- package/vue3/node_modules/vite/bin/vite.js +0 -61
- package/vue3/node_modules/vite/client.d.ts +0 -248
- package/vue3/node_modules/vite/index.cjs +0 -34
- package/vue3/node_modules/vite/package.json +0 -154
- package/vue3/node_modules/vite-plugin-dts/LICENSE +0 -21
- package/vue3/node_modules/vite-plugin-dts/README.md +0 -368
- package/vue3/node_modules/vite-plugin-dts/README.zh-CN.md +0 -368
- package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/LICENSE +0 -21
- package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/README.md +0 -36
- package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/bin/vue-tsc.js +0 -67
- package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/index.d.ts +0 -16
- package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/index.js +0 -120
- package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/shared.d.ts +0 -8
- package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/out/shared.js +0 -5
- package/vue3/node_modules/vite-plugin-dts/node_modules/vue-tsc/package.json +0 -28
- package/vue3/node_modules/vite-plugin-dts/package.json +0 -103
- package/vue3/node_modules/vue/LICENSE +0 -21
- package/vue3/node_modules/vue/README.md +0 -54
- package/vue3/node_modules/vue/compiler-sfc/index.d.mts +0 -1
- package/vue3/node_modules/vue/compiler-sfc/index.d.ts +0 -1
- package/vue3/node_modules/vue/compiler-sfc/index.js +0 -3
- package/vue3/node_modules/vue/compiler-sfc/index.mjs +0 -3
- package/vue3/node_modules/vue/compiler-sfc/package.json +0 -4
- package/vue3/node_modules/vue/compiler-sfc/register-ts.js +0 -5
- package/vue3/node_modules/vue/index.js +0 -7
- package/vue3/node_modules/vue/index.mjs +0 -1
- package/vue3/node_modules/vue/jsx-runtime/index.d.ts +0 -29
- package/vue3/node_modules/vue/jsx-runtime/index.js +0 -15
- package/vue3/node_modules/vue/jsx-runtime/index.mjs +0 -17
- package/vue3/node_modules/vue/jsx-runtime/package.json +0 -5
- package/vue3/node_modules/vue/jsx.d.ts +0 -26
- package/vue3/node_modules/vue/macros-global.d.ts +0 -19
- package/vue3/node_modules/vue/macros.d.ts +0 -112
- package/vue3/node_modules/vue/package.json +0 -103
- package/vue3/node_modules/vue/ref-macros.d.ts +0 -2
- package/vue3/node_modules/vue/server-renderer/index.d.mts +0 -1
- package/vue3/node_modules/vue/server-renderer/index.d.ts +0 -1
- package/vue3/node_modules/vue/server-renderer/index.js +0 -1
- package/vue3/node_modules/vue/server-renderer/index.mjs +0 -1
- package/vue3/node_modules/vue/server-renderer/package.json +0 -4
- package/vue3/node_modules/vue-tsc/LICENSE +0 -21
- package/vue3/node_modules/vue-tsc/README.md +0 -44
- package/vue3/node_modules/vue-tsc/bin/vue-tsc.js +0 -48
- package/vue3/node_modules/vue-tsc/out/proxy.d.ts +0 -4
- package/vue3/node_modules/vue-tsc/out/proxy.js +0 -110
- package/vue3/node_modules/vue-tsc/package.json +0 -26
- package/vue3/src/blocks/BaseText.vue +0 -25
- package/vue3/src/blocks/button/button.vue +0 -71
- package/vue3/src/blocks/button/component-info.ts +0 -35
- package/vue3/src/blocks/columns/columns.vue +0 -220
- package/vue3/src/blocks/columns/component-info.ts +0 -219
- package/vue3/src/blocks/custom-code/component-info.ts +0 -24
- package/vue3/src/blocks/custom-code/custom-code.vue +0 -88
- package/vue3/src/blocks/embed/component-info.ts +0 -38
- package/vue3/src/blocks/embed/embed.vue +0 -71
- package/vue3/src/blocks/embed/helpers.ts +0 -2
- package/vue3/src/blocks/form/component-info.ts +0 -233
- package/vue3/src/blocks/form/form.vue +0 -7
- package/vue3/src/blocks/fragment/component-info.ts +0 -8
- package/vue3/src/blocks/fragment/fragment.vue +0 -19
- package/vue3/src/blocks/helpers.ts +0 -43
- package/vue3/src/blocks/image/component-info.ts +0 -124
- package/vue3/src/blocks/image/image.helpers.ts +0 -47
- package/vue3/src/blocks/image/image.vue +0 -172
- package/vue3/src/blocks/img/component-info.ts +0 -16
- package/vue3/src/blocks/img/img.vue +0 -59
- package/vue3/src/blocks/input/component-info.ts +0 -47
- package/vue3/src/blocks/input/input.vue +0 -52
- package/vue3/src/blocks/raw-text/component-info.ts +0 -11
- package/vue3/src/blocks/raw-text/raw-text.vue +0 -35
- package/vue3/src/blocks/section/component-info.ts +0 -41
- package/vue3/src/blocks/section/section.vue +0 -47
- package/vue3/src/blocks/select/component-info.ts +0 -44
- package/vue3/src/blocks/select/select.vue +0 -46
- package/vue3/src/blocks/submit-button/component-info.ts +0 -27
- package/vue3/src/blocks/submit-button/submit-button.vue +0 -34
- package/vue3/src/blocks/symbol/component-info.ts +0 -35
- package/vue3/src/blocks/symbol/symbol.helpers.ts +0 -47
- package/vue3/src/blocks/symbol/symbol.vue +0 -134
- package/vue3/src/blocks/text/component-info.ts +0 -20
- package/vue3/src/blocks/text/text.vue +0 -23
- package/vue3/src/blocks/textarea/component-info.ts +0 -38
- package/vue3/src/blocks/textarea/textarea.vue +0 -38
- package/vue3/src/blocks/video/component-info.ts +0 -83
- package/vue3/src/blocks/video/video.vue +0 -105
- package/vue3/src/components/block/block.helpers.ts +0 -89
- package/vue3/src/components/block/block.vue +0 -214
- package/vue3/src/components/block/components/block-styles.vue +0 -100
- package/vue3/src/components/block/components/block-wrapper.vue +0 -86
- package/vue3/src/components/block/components/component-ref/component-ref.helpers.ts +0 -52
- package/vue3/src/components/block/components/component-ref/component-ref.vue +0 -74
- package/vue3/src/components/block/components/interactive-element.vue +0 -48
- package/vue3/src/components/block/components/repeated-block.vue +0 -51
- package/vue3/src/components/block/types.ts +0 -6
- package/vue3/src/components/blocks/blocks-wrapper.vue +0 -91
- package/vue3/src/components/blocks/blocks.vue +0 -78
- package/vue3/src/components/content/components/enable-editor.vue +0 -419
- package/vue3/src/components/content/components/styles.helpers.ts +0 -77
- package/vue3/src/components/content/components/styles.vue +0 -51
- package/vue3/src/components/content/content.helpers.ts +0 -42
- package/vue3/src/components/content/content.types.ts +0 -23
- package/vue3/src/components/content/content.vue +0 -169
- package/vue3/src/components/content/index.ts +0 -1
- package/vue3/src/components/content/wrap-component-ref.ts +0 -7
- package/vue3/src/components/content-variants/content-variants.types.ts +0 -20
- package/vue3/src/components/content-variants/content-variants.vue +0 -151
- package/vue3/src/components/content-variants/helpers.ts +0 -207
- package/vue3/src/components/inlined-script.vue +0 -12
- package/vue3/src/components/inlined-styles.vue +0 -12
- package/vue3/src/constants/builder-registered-components.ts +0 -62
- package/vue3/src/constants/device-sizes.ts +0 -59
- package/vue3/src/constants/sdk-version.ts +0 -1
- package/vue3/src/constants/target.ts +0 -4
- package/vue3/src/context/builder.context.ts +0 -16
- package/vue3/src/context/components.context.ts +0 -6
- package/vue3/src/context/types.ts +0 -36
- package/vue3/src/functions/apply-patch-with-mutation.ts +0 -61
- package/vue3/src/functions/camel-to-kebab-case.ts +0 -1
- package/vue3/src/functions/deopt.ts +0 -6
- package/vue3/src/functions/evaluate/browser-runtime/browser.ts +0 -41
- package/vue3/src/functions/evaluate/browser-runtime/index.ts +0 -1
- package/vue3/src/functions/evaluate/edge-runtime/acorn-interpreter.ts +0 -2891
- package/vue3/src/functions/evaluate/edge-runtime/edge-runtime.ts +0 -96
- package/vue3/src/functions/evaluate/edge-runtime/index.ts +0 -1
- package/vue3/src/functions/evaluate/evaluate.ts +0 -66
- package/vue3/src/functions/evaluate/helpers.ts +0 -32
- package/vue3/src/functions/evaluate/index.ts +0 -1
- package/vue3/src/functions/evaluate/node-runtime/index.ts +0 -1
- package/vue3/src/functions/evaluate/placeholder-runtime.ts +0 -4
- package/vue3/src/functions/event-handler-name.ts +0 -1
- package/vue3/src/functions/extract-text-styles.ts +0 -24
- package/vue3/src/functions/fast-clone.ts +0 -4
- package/vue3/src/functions/fetch-builder-props.ts +0 -62
- package/vue3/src/functions/get-block-actions-handler.ts +0 -16
- package/vue3/src/functions/get-block-actions.ts +0 -36
- package/vue3/src/functions/get-block-component-options.ts +0 -11
- package/vue3/src/functions/get-block-properties.ts +0 -82
- package/vue3/src/functions/get-builder-search-params/index.ts +0 -40
- package/vue3/src/functions/get-content/generate-content-url.ts +0 -45
- package/vue3/src/functions/get-content/index.ts +0 -110
- package/vue3/src/functions/get-content/types.ts +0 -62
- package/vue3/src/functions/get-fetch.ts +0 -11
- package/vue3/src/functions/get-global-this.ts +0 -16
- package/vue3/src/functions/get-processed-block.ts +0 -69
- package/vue3/src/functions/get-react-native-block-styles.ts +0 -27
- package/vue3/src/functions/is-browser.ts +0 -3
- package/vue3/src/functions/is-edge-runtime.ts +0 -9
- package/vue3/src/functions/is-editing.ts +0 -5
- package/vue3/src/functions/is-iframe.ts +0 -4
- package/vue3/src/functions/is-previewing.ts +0 -11
- package/vue3/src/functions/on-change.ts +0 -29
- package/vue3/src/functions/register-component.ts +0 -48
- package/vue3/src/functions/register.ts +0 -44
- package/vue3/src/functions/sanitize-react-native-block-styles.ts +0 -58
- package/vue3/src/functions/set-editor-settings.ts +0 -15
- package/vue3/src/functions/set.ts +0 -14
- package/vue3/src/functions/track/helpers.ts +0 -51
- package/vue3/src/functions/track/index.ts +0 -131
- package/vue3/src/functions/track/interaction.ts +0 -63
- package/vue3/src/functions/transform-block-properties.ts +0 -18
- package/vue3/src/functions/transform-block.ts +0 -6
- package/vue3/src/helpers/ab-tests.ts +0 -166
- package/vue3/src/helpers/canTrack.ts +0 -2
- package/vue3/src/helpers/cookie.ts +0 -81
- package/vue3/src/helpers/css.ts +0 -33
- package/vue3/src/helpers/flatten.ts +0 -19
- package/vue3/src/helpers/localStorage.ts +0 -36
- package/vue3/src/helpers/logger.ts +0 -7
- package/vue3/src/helpers/nullable.ts +0 -2
- package/vue3/src/helpers/preview-lru-cache/get.ts +0 -4
- package/vue3/src/helpers/preview-lru-cache/init.ts +0 -7
- package/vue3/src/helpers/preview-lru-cache/set.ts +0 -12
- package/vue3/src/helpers/sessionId.ts +0 -37
- package/vue3/src/helpers/time.ts +0 -2
- package/vue3/src/helpers/url.ts +0 -15
- package/vue3/src/helpers/uuid.ts +0 -17
- package/vue3/src/helpers/visitorId.ts +0 -37
- package/vue3/src/index-helpers/blocks-exports.ts +0 -20
- package/vue3/src/index-helpers/top-of-file.ts +0 -4
- package/vue3/src/index.ts +0 -8
- package/vue3/src/scripts/init-editing.ts +0 -113
- package/vue3/src/server-index.ts +0 -15
- package/vue3/tsconfig.config.json +0 -8
- package/vue3/tsconfig.json +0 -17
- package/vue3/vite.config.js +0 -31
- /package/vue2/{src/helpers/preview-lru-cache/helpers.ts → lib/browser/helpers/preview-lru-cache/helpers.d.ts} +0 -0
- /package/vue2/{src/helpers/preview-lru-cache/types.ts → lib/browser/helpers/preview-lru-cache/types.d.ts} +0 -0
- /package/{vue3/src/helpers/preview-lru-cache/helpers.ts → vue2/lib/edge/helpers/preview-lru-cache/helpers.d.ts} +0 -0
- /package/{vue3/src/helpers/preview-lru-cache/types.ts → vue2/lib/edge/helpers/preview-lru-cache/types.d.ts} +0 -0
|
@@ -1,497 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* The `async_hooks` module provides an API to track asynchronous resources. It
|
|
3
|
-
* can be accessed using:
|
|
4
|
-
*
|
|
5
|
-
* ```js
|
|
6
|
-
* import async_hooks from 'async_hooks';
|
|
7
|
-
* ```
|
|
8
|
-
* @experimental
|
|
9
|
-
* @see [source](https://github.com/nodejs/node/blob/v16.9.0/lib/async_hooks.js)
|
|
10
|
-
*/
|
|
11
|
-
declare module 'async_hooks' {
|
|
12
|
-
/**
|
|
13
|
-
* ```js
|
|
14
|
-
* import { executionAsyncId } from 'async_hooks';
|
|
15
|
-
*
|
|
16
|
-
* console.log(executionAsyncId()); // 1 - bootstrap
|
|
17
|
-
* fs.open(path, 'r', (err, fd) => {
|
|
18
|
-
* console.log(executionAsyncId()); // 6 - open()
|
|
19
|
-
* });
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* The ID returned from `executionAsyncId()` is related to execution timing, not
|
|
23
|
-
* causality (which is covered by `triggerAsyncId()`):
|
|
24
|
-
*
|
|
25
|
-
* ```js
|
|
26
|
-
* const server = net.createServer((conn) => {
|
|
27
|
-
* // Returns the ID of the server, not of the new connection, because the
|
|
28
|
-
* // callback runs in the execution scope of the server's MakeCallback().
|
|
29
|
-
* async_hooks.executionAsyncId();
|
|
30
|
-
*
|
|
31
|
-
* }).listen(port, () => {
|
|
32
|
-
* // Returns the ID of a TickObject (process.nextTick()) because all
|
|
33
|
-
* // callbacks passed to .listen() are wrapped in a nextTick().
|
|
34
|
-
* async_hooks.executionAsyncId();
|
|
35
|
-
* });
|
|
36
|
-
* ```
|
|
37
|
-
*
|
|
38
|
-
* Promise contexts may not get precise `executionAsyncIds` by default.
|
|
39
|
-
* See the section on `promise execution tracking`.
|
|
40
|
-
* @since v8.1.0
|
|
41
|
-
* @return The `asyncId` of the current execution context. Useful to track when something calls.
|
|
42
|
-
*/
|
|
43
|
-
function executionAsyncId(): number;
|
|
44
|
-
/**
|
|
45
|
-
* Resource objects returned by `executionAsyncResource()` are most often internal
|
|
46
|
-
* Node.js handle objects with undocumented APIs. Using any functions or properties
|
|
47
|
-
* on the object is likely to crash your application and should be avoided.
|
|
48
|
-
*
|
|
49
|
-
* Using `executionAsyncResource()` in the top-level execution context will
|
|
50
|
-
* return an empty object as there is no handle or request object to use,
|
|
51
|
-
* but having an object representing the top-level can be helpful.
|
|
52
|
-
*
|
|
53
|
-
* ```js
|
|
54
|
-
* import { open } from 'fs';
|
|
55
|
-
* import { executionAsyncId, executionAsyncResource } from 'async_hooks';
|
|
56
|
-
*
|
|
57
|
-
* console.log(executionAsyncId(), executionAsyncResource()); // 1 {}
|
|
58
|
-
* open(new URL(import.meta.url), 'r', (err, fd) => {
|
|
59
|
-
* console.log(executionAsyncId(), executionAsyncResource()); // 7 FSReqWrap
|
|
60
|
-
* });
|
|
61
|
-
* ```
|
|
62
|
-
*
|
|
63
|
-
* This can be used to implement continuation local storage without the
|
|
64
|
-
* use of a tracking `Map` to store the metadata:
|
|
65
|
-
*
|
|
66
|
-
* ```js
|
|
67
|
-
* import { createServer } from 'http';
|
|
68
|
-
* import {
|
|
69
|
-
* executionAsyncId,
|
|
70
|
-
* executionAsyncResource,
|
|
71
|
-
* createHook
|
|
72
|
-
* } from 'async_hooks';
|
|
73
|
-
* const sym = Symbol('state'); // Private symbol to avoid pollution
|
|
74
|
-
*
|
|
75
|
-
* createHook({
|
|
76
|
-
* init(asyncId, type, triggerAsyncId, resource) {
|
|
77
|
-
* const cr = executionAsyncResource();
|
|
78
|
-
* if (cr) {
|
|
79
|
-
* resource[sym] = cr[sym];
|
|
80
|
-
* }
|
|
81
|
-
* }
|
|
82
|
-
* }).enable();
|
|
83
|
-
*
|
|
84
|
-
* const server = createServer((req, res) => {
|
|
85
|
-
* executionAsyncResource()[sym] = { state: req.url };
|
|
86
|
-
* setTimeout(function() {
|
|
87
|
-
* res.end(JSON.stringify(executionAsyncResource()[sym]));
|
|
88
|
-
* }, 100);
|
|
89
|
-
* }).listen(3000);
|
|
90
|
-
* ```
|
|
91
|
-
* @since v13.9.0, v12.17.0
|
|
92
|
-
* @return The resource representing the current execution. Useful to store data within the resource.
|
|
93
|
-
*/
|
|
94
|
-
function executionAsyncResource(): object;
|
|
95
|
-
/**
|
|
96
|
-
* ```js
|
|
97
|
-
* const server = net.createServer((conn) => {
|
|
98
|
-
* // The resource that caused (or triggered) this callback to be called
|
|
99
|
-
* // was that of the new connection. Thus the return value of triggerAsyncId()
|
|
100
|
-
* // is the asyncId of "conn".
|
|
101
|
-
* async_hooks.triggerAsyncId();
|
|
102
|
-
*
|
|
103
|
-
* }).listen(port, () => {
|
|
104
|
-
* // Even though all callbacks passed to .listen() are wrapped in a nextTick()
|
|
105
|
-
* // the callback itself exists because the call to the server's .listen()
|
|
106
|
-
* // was made. So the return value would be the ID of the server.
|
|
107
|
-
* async_hooks.triggerAsyncId();
|
|
108
|
-
* });
|
|
109
|
-
* ```
|
|
110
|
-
*
|
|
111
|
-
* Promise contexts may not get valid `triggerAsyncId`s by default. See
|
|
112
|
-
* the section on `promise execution tracking`.
|
|
113
|
-
* @return The ID of the resource responsible for calling the callback that is currently being executed.
|
|
114
|
-
*/
|
|
115
|
-
function triggerAsyncId(): number;
|
|
116
|
-
interface HookCallbacks {
|
|
117
|
-
/**
|
|
118
|
-
* Called when a class is constructed that has the possibility to emit an asynchronous event.
|
|
119
|
-
* @param asyncId a unique ID for the async resource
|
|
120
|
-
* @param type the type of the async resource
|
|
121
|
-
* @param triggerAsyncId the unique ID of the async resource in whose execution context this async resource was created
|
|
122
|
-
* @param resource reference to the resource representing the async operation, needs to be released during destroy
|
|
123
|
-
*/
|
|
124
|
-
init?(asyncId: number, type: string, triggerAsyncId: number, resource: object): void;
|
|
125
|
-
/**
|
|
126
|
-
* When an asynchronous operation is initiated or completes a callback is called to notify the user.
|
|
127
|
-
* The before callback is called just before said callback is executed.
|
|
128
|
-
* @param asyncId the unique identifier assigned to the resource about to execute the callback.
|
|
129
|
-
*/
|
|
130
|
-
before?(asyncId: number): void;
|
|
131
|
-
/**
|
|
132
|
-
* Called immediately after the callback specified in before is completed.
|
|
133
|
-
* @param asyncId the unique identifier assigned to the resource which has executed the callback.
|
|
134
|
-
*/
|
|
135
|
-
after?(asyncId: number): void;
|
|
136
|
-
/**
|
|
137
|
-
* Called when a promise has resolve() called. This may not be in the same execution id
|
|
138
|
-
* as the promise itself.
|
|
139
|
-
* @param asyncId the unique id for the promise that was resolve()d.
|
|
140
|
-
*/
|
|
141
|
-
promiseResolve?(asyncId: number): void;
|
|
142
|
-
/**
|
|
143
|
-
* Called after the resource corresponding to asyncId is destroyed
|
|
144
|
-
* @param asyncId a unique ID for the async resource
|
|
145
|
-
*/
|
|
146
|
-
destroy?(asyncId: number): void;
|
|
147
|
-
}
|
|
148
|
-
interface AsyncHook {
|
|
149
|
-
/**
|
|
150
|
-
* Enable the callbacks for a given AsyncHook instance. If no callbacks are provided enabling is a noop.
|
|
151
|
-
*/
|
|
152
|
-
enable(): this;
|
|
153
|
-
/**
|
|
154
|
-
* Disable the callbacks for a given AsyncHook instance from the global pool of AsyncHook callbacks to be executed. Once a hook has been disabled it will not be called again until enabled.
|
|
155
|
-
*/
|
|
156
|
-
disable(): this;
|
|
157
|
-
}
|
|
158
|
-
/**
|
|
159
|
-
* Registers functions to be called for different lifetime events of each async
|
|
160
|
-
* operation.
|
|
161
|
-
*
|
|
162
|
-
* The callbacks `init()`/`before()`/`after()`/`destroy()` are called for the
|
|
163
|
-
* respective asynchronous event during a resource's lifetime.
|
|
164
|
-
*
|
|
165
|
-
* All callbacks are optional. For example, if only resource cleanup needs to
|
|
166
|
-
* be tracked, then only the `destroy` callback needs to be passed. The
|
|
167
|
-
* specifics of all functions that can be passed to `callbacks` is in the `Hook Callbacks` section.
|
|
168
|
-
*
|
|
169
|
-
* ```js
|
|
170
|
-
* import { createHook } from 'async_hooks';
|
|
171
|
-
*
|
|
172
|
-
* const asyncHook = createHook({
|
|
173
|
-
* init(asyncId, type, triggerAsyncId, resource) { },
|
|
174
|
-
* destroy(asyncId) { }
|
|
175
|
-
* });
|
|
176
|
-
* ```
|
|
177
|
-
*
|
|
178
|
-
* The callbacks will be inherited via the prototype chain:
|
|
179
|
-
*
|
|
180
|
-
* ```js
|
|
181
|
-
* class MyAsyncCallbacks {
|
|
182
|
-
* init(asyncId, type, triggerAsyncId, resource) { }
|
|
183
|
-
* destroy(asyncId) {}
|
|
184
|
-
* }
|
|
185
|
-
*
|
|
186
|
-
* class MyAddedCallbacks extends MyAsyncCallbacks {
|
|
187
|
-
* before(asyncId) { }
|
|
188
|
-
* after(asyncId) { }
|
|
189
|
-
* }
|
|
190
|
-
*
|
|
191
|
-
* const asyncHook = async_hooks.createHook(new MyAddedCallbacks());
|
|
192
|
-
* ```
|
|
193
|
-
*
|
|
194
|
-
* Because promises are asynchronous resources whose lifecycle is tracked
|
|
195
|
-
* via the async hooks mechanism, the `init()`, `before()`, `after()`, and`destroy()` callbacks _must not_ be async functions that return promises.
|
|
196
|
-
* @since v8.1.0
|
|
197
|
-
* @param callbacks The `Hook Callbacks` to register
|
|
198
|
-
* @return Instance used for disabling and enabling hooks
|
|
199
|
-
*/
|
|
200
|
-
function createHook(callbacks: HookCallbacks): AsyncHook;
|
|
201
|
-
interface AsyncResourceOptions {
|
|
202
|
-
/**
|
|
203
|
-
* The ID of the execution context that created this async event.
|
|
204
|
-
* @default executionAsyncId()
|
|
205
|
-
*/
|
|
206
|
-
triggerAsyncId?: number | undefined;
|
|
207
|
-
/**
|
|
208
|
-
* Disables automatic `emitDestroy` when the object is garbage collected.
|
|
209
|
-
* This usually does not need to be set (even if `emitDestroy` is called
|
|
210
|
-
* manually), unless the resource's `asyncId` is retrieved and the
|
|
211
|
-
* sensitive API's `emitDestroy` is called with it.
|
|
212
|
-
* @default false
|
|
213
|
-
*/
|
|
214
|
-
requireManualDestroy?: boolean | undefined;
|
|
215
|
-
}
|
|
216
|
-
/**
|
|
217
|
-
* The class `AsyncResource` is designed to be extended by the embedder's async
|
|
218
|
-
* resources. Using this, users can easily trigger the lifetime events of their
|
|
219
|
-
* own resources.
|
|
220
|
-
*
|
|
221
|
-
* The `init` hook will trigger when an `AsyncResource` is instantiated.
|
|
222
|
-
*
|
|
223
|
-
* The following is an overview of the `AsyncResource` API.
|
|
224
|
-
*
|
|
225
|
-
* ```js
|
|
226
|
-
* import { AsyncResource, executionAsyncId } from 'async_hooks';
|
|
227
|
-
*
|
|
228
|
-
* // AsyncResource() is meant to be extended. Instantiating a
|
|
229
|
-
* // new AsyncResource() also triggers init. If triggerAsyncId is omitted then
|
|
230
|
-
* // async_hook.executionAsyncId() is used.
|
|
231
|
-
* const asyncResource = new AsyncResource(
|
|
232
|
-
* type, { triggerAsyncId: executionAsyncId(), requireManualDestroy: false }
|
|
233
|
-
* );
|
|
234
|
-
*
|
|
235
|
-
* // Run a function in the execution context of the resource. This will
|
|
236
|
-
* // * establish the context of the resource
|
|
237
|
-
* // * trigger the AsyncHooks before callbacks
|
|
238
|
-
* // * call the provided function `fn` with the supplied arguments
|
|
239
|
-
* // * trigger the AsyncHooks after callbacks
|
|
240
|
-
* // * restore the original execution context
|
|
241
|
-
* asyncResource.runInAsyncScope(fn, thisArg, ...args);
|
|
242
|
-
*
|
|
243
|
-
* // Call AsyncHooks destroy callbacks.
|
|
244
|
-
* asyncResource.emitDestroy();
|
|
245
|
-
*
|
|
246
|
-
* // Return the unique ID assigned to the AsyncResource instance.
|
|
247
|
-
* asyncResource.asyncId();
|
|
248
|
-
*
|
|
249
|
-
* // Return the trigger ID for the AsyncResource instance.
|
|
250
|
-
* asyncResource.triggerAsyncId();
|
|
251
|
-
* ```
|
|
252
|
-
*/
|
|
253
|
-
class AsyncResource {
|
|
254
|
-
/**
|
|
255
|
-
* AsyncResource() is meant to be extended. Instantiating a
|
|
256
|
-
* new AsyncResource() also triggers init. If triggerAsyncId is omitted then
|
|
257
|
-
* async_hook.executionAsyncId() is used.
|
|
258
|
-
* @param type The type of async event.
|
|
259
|
-
* @param triggerAsyncId The ID of the execution context that created
|
|
260
|
-
* this async event (default: `executionAsyncId()`), or an
|
|
261
|
-
* AsyncResourceOptions object (since v9.3.0)
|
|
262
|
-
*/
|
|
263
|
-
constructor(type: string, triggerAsyncId?: number | AsyncResourceOptions);
|
|
264
|
-
/**
|
|
265
|
-
* Binds the given function to the current execution context.
|
|
266
|
-
*
|
|
267
|
-
* The returned function will have an `asyncResource` property referencing
|
|
268
|
-
* the `AsyncResource` to which the function is bound.
|
|
269
|
-
* @since v14.8.0, v12.19.0
|
|
270
|
-
* @param fn The function to bind to the current execution context.
|
|
271
|
-
* @param type An optional name to associate with the underlying `AsyncResource`.
|
|
272
|
-
*/
|
|
273
|
-
static bind<Func extends (this: ThisArg, ...args: any[]) => any, ThisArg>(
|
|
274
|
-
fn: Func,
|
|
275
|
-
type?: string,
|
|
276
|
-
thisArg?: ThisArg
|
|
277
|
-
): Func & {
|
|
278
|
-
asyncResource: AsyncResource;
|
|
279
|
-
};
|
|
280
|
-
/**
|
|
281
|
-
* Binds the given function to execute to this `AsyncResource`'s scope.
|
|
282
|
-
*
|
|
283
|
-
* The returned function will have an `asyncResource` property referencing
|
|
284
|
-
* the `AsyncResource` to which the function is bound.
|
|
285
|
-
* @since v14.8.0, v12.19.0
|
|
286
|
-
* @param fn The function to bind to the current `AsyncResource`.
|
|
287
|
-
*/
|
|
288
|
-
bind<Func extends (...args: any[]) => any>(
|
|
289
|
-
fn: Func
|
|
290
|
-
): Func & {
|
|
291
|
-
asyncResource: AsyncResource;
|
|
292
|
-
};
|
|
293
|
-
/**
|
|
294
|
-
* Call the provided function with the provided arguments in the execution context
|
|
295
|
-
* of the async resource. This will establish the context, trigger the AsyncHooks
|
|
296
|
-
* before callbacks, call the function, trigger the AsyncHooks after callbacks, and
|
|
297
|
-
* then restore the original execution context.
|
|
298
|
-
* @since v9.6.0
|
|
299
|
-
* @param fn The function to call in the execution context of this async resource.
|
|
300
|
-
* @param thisArg The receiver to be used for the function call.
|
|
301
|
-
* @param args Optional arguments to pass to the function.
|
|
302
|
-
*/
|
|
303
|
-
runInAsyncScope<This, Result>(fn: (this: This, ...args: any[]) => Result, thisArg?: This, ...args: any[]): Result;
|
|
304
|
-
/**
|
|
305
|
-
* Call all `destroy` hooks. This should only ever be called once. An error will
|
|
306
|
-
* be thrown if it is called more than once. This **must** be manually called. If
|
|
307
|
-
* the resource is left to be collected by the GC then the `destroy` hooks will
|
|
308
|
-
* never be called.
|
|
309
|
-
* @return A reference to `asyncResource`.
|
|
310
|
-
*/
|
|
311
|
-
emitDestroy(): this;
|
|
312
|
-
/**
|
|
313
|
-
* @return The unique `asyncId` assigned to the resource.
|
|
314
|
-
*/
|
|
315
|
-
asyncId(): number;
|
|
316
|
-
/**
|
|
317
|
-
*
|
|
318
|
-
* @return The same `triggerAsyncId` that is passed to the `AsyncResource` constructor.
|
|
319
|
-
*/
|
|
320
|
-
triggerAsyncId(): number;
|
|
321
|
-
}
|
|
322
|
-
/**
|
|
323
|
-
* This class creates stores that stay coherent through asynchronous operations.
|
|
324
|
-
*
|
|
325
|
-
* While you can create your own implementation on top of the `async_hooks` module,`AsyncLocalStorage` should be preferred as it is a performant and memory safe
|
|
326
|
-
* implementation that involves significant optimizations that are non-obvious to
|
|
327
|
-
* implement.
|
|
328
|
-
*
|
|
329
|
-
* The following example uses `AsyncLocalStorage` to build a simple logger
|
|
330
|
-
* that assigns IDs to incoming HTTP requests and includes them in messages
|
|
331
|
-
* logged within each request.
|
|
332
|
-
*
|
|
333
|
-
* ```js
|
|
334
|
-
* import http from 'http';
|
|
335
|
-
* import { AsyncLocalStorage } from 'async_hooks';
|
|
336
|
-
*
|
|
337
|
-
* const asyncLocalStorage = new AsyncLocalStorage();
|
|
338
|
-
*
|
|
339
|
-
* function logWithId(msg) {
|
|
340
|
-
* const id = asyncLocalStorage.getStore();
|
|
341
|
-
* console.log(`${id !== undefined ? id : '-'}:`, msg);
|
|
342
|
-
* }
|
|
343
|
-
*
|
|
344
|
-
* let idSeq = 0;
|
|
345
|
-
* http.createServer((req, res) => {
|
|
346
|
-
* asyncLocalStorage.run(idSeq++, () => {
|
|
347
|
-
* logWithId('start');
|
|
348
|
-
* // Imagine any chain of async operations here
|
|
349
|
-
* setImmediate(() => {
|
|
350
|
-
* logWithId('finish');
|
|
351
|
-
* res.end();
|
|
352
|
-
* });
|
|
353
|
-
* });
|
|
354
|
-
* }).listen(8080);
|
|
355
|
-
*
|
|
356
|
-
* http.get('http://localhost:8080');
|
|
357
|
-
* http.get('http://localhost:8080');
|
|
358
|
-
* // Prints:
|
|
359
|
-
* // 0: start
|
|
360
|
-
* // 1: start
|
|
361
|
-
* // 0: finish
|
|
362
|
-
* // 1: finish
|
|
363
|
-
* ```
|
|
364
|
-
*
|
|
365
|
-
* Each instance of `AsyncLocalStorage` maintains an independent storage context.
|
|
366
|
-
* Multiple instances can safely exist simultaneously without risk of interfering
|
|
367
|
-
* with each other data.
|
|
368
|
-
* @since v13.10.0, v12.17.0
|
|
369
|
-
*/
|
|
370
|
-
class AsyncLocalStorage<T> {
|
|
371
|
-
/**
|
|
372
|
-
* Disables the instance of `AsyncLocalStorage`. All subsequent calls
|
|
373
|
-
* to `asyncLocalStorage.getStore()` will return `undefined` until`asyncLocalStorage.run()` or `asyncLocalStorage.enterWith()` is called again.
|
|
374
|
-
*
|
|
375
|
-
* When calling `asyncLocalStorage.disable()`, all current contexts linked to the
|
|
376
|
-
* instance will be exited.
|
|
377
|
-
*
|
|
378
|
-
* Calling `asyncLocalStorage.disable()` is required before the`asyncLocalStorage` can be garbage collected. This does not apply to stores
|
|
379
|
-
* provided by the `asyncLocalStorage`, as those objects are garbage collected
|
|
380
|
-
* along with the corresponding async resources.
|
|
381
|
-
*
|
|
382
|
-
* Use this method when the `asyncLocalStorage` is not in use anymore
|
|
383
|
-
* in the current process.
|
|
384
|
-
* @since v13.10.0, v12.17.0
|
|
385
|
-
* @experimental
|
|
386
|
-
*/
|
|
387
|
-
disable(): void;
|
|
388
|
-
/**
|
|
389
|
-
* Returns the current store.
|
|
390
|
-
* If called outside of an asynchronous context initialized by
|
|
391
|
-
* calling `asyncLocalStorage.run()` or `asyncLocalStorage.enterWith()`, it
|
|
392
|
-
* returns `undefined`.
|
|
393
|
-
* @since v13.10.0, v12.17.0
|
|
394
|
-
*/
|
|
395
|
-
getStore(): T | undefined;
|
|
396
|
-
/**
|
|
397
|
-
* Runs a function synchronously within a context and returns its
|
|
398
|
-
* return value. The store is not accessible outside of the callback function or
|
|
399
|
-
* the asynchronous operations created within the callback.
|
|
400
|
-
*
|
|
401
|
-
* The optional `args` are passed to the callback function.
|
|
402
|
-
*
|
|
403
|
-
* If the callback function throws an error, the error is thrown by `run()` too.
|
|
404
|
-
* The stacktrace is not impacted by this call and the context is exited.
|
|
405
|
-
*
|
|
406
|
-
* Example:
|
|
407
|
-
*
|
|
408
|
-
* ```js
|
|
409
|
-
* const store = { id: 2 };
|
|
410
|
-
* try {
|
|
411
|
-
* asyncLocalStorage.run(store, () => {
|
|
412
|
-
* asyncLocalStorage.getStore(); // Returns the store object
|
|
413
|
-
* throw new Error();
|
|
414
|
-
* });
|
|
415
|
-
* } catch (e) {
|
|
416
|
-
* asyncLocalStorage.getStore(); // Returns undefined
|
|
417
|
-
* // The error will be caught here
|
|
418
|
-
* }
|
|
419
|
-
* ```
|
|
420
|
-
* @since v13.10.0, v12.17.0
|
|
421
|
-
*/
|
|
422
|
-
run<R, TArgs extends any[]>(store: T, callback: (...args: TArgs) => R, ...args: TArgs): R;
|
|
423
|
-
/**
|
|
424
|
-
* Runs a function synchronously outside of a context and returns its
|
|
425
|
-
* return value. The store is not accessible within the callback function or
|
|
426
|
-
* the asynchronous operations created within the callback. Any `getStore()`call done within the callback function will always return `undefined`.
|
|
427
|
-
*
|
|
428
|
-
* The optional `args` are passed to the callback function.
|
|
429
|
-
*
|
|
430
|
-
* If the callback function throws an error, the error is thrown by `exit()` too.
|
|
431
|
-
* The stacktrace is not impacted by this call and the context is re-entered.
|
|
432
|
-
*
|
|
433
|
-
* Example:
|
|
434
|
-
*
|
|
435
|
-
* ```js
|
|
436
|
-
* // Within a call to run
|
|
437
|
-
* try {
|
|
438
|
-
* asyncLocalStorage.getStore(); // Returns the store object or value
|
|
439
|
-
* asyncLocalStorage.exit(() => {
|
|
440
|
-
* asyncLocalStorage.getStore(); // Returns undefined
|
|
441
|
-
* throw new Error();
|
|
442
|
-
* });
|
|
443
|
-
* } catch (e) {
|
|
444
|
-
* asyncLocalStorage.getStore(); // Returns the same object or value
|
|
445
|
-
* // The error will be caught here
|
|
446
|
-
* }
|
|
447
|
-
* ```
|
|
448
|
-
* @since v13.10.0, v12.17.0
|
|
449
|
-
* @experimental
|
|
450
|
-
*/
|
|
451
|
-
exit<R, TArgs extends any[]>(callback: (...args: TArgs) => R, ...args: TArgs): R;
|
|
452
|
-
/**
|
|
453
|
-
* Transitions into the context for the remainder of the current
|
|
454
|
-
* synchronous execution and then persists the store through any following
|
|
455
|
-
* asynchronous calls.
|
|
456
|
-
*
|
|
457
|
-
* Example:
|
|
458
|
-
*
|
|
459
|
-
* ```js
|
|
460
|
-
* const store = { id: 1 };
|
|
461
|
-
* // Replaces previous store with the given store object
|
|
462
|
-
* asyncLocalStorage.enterWith(store);
|
|
463
|
-
* asyncLocalStorage.getStore(); // Returns the store object
|
|
464
|
-
* someAsyncOperation(() => {
|
|
465
|
-
* asyncLocalStorage.getStore(); // Returns the same object
|
|
466
|
-
* });
|
|
467
|
-
* ```
|
|
468
|
-
*
|
|
469
|
-
* This transition will continue for the _entire_ synchronous execution.
|
|
470
|
-
* This means that if, for example, the context is entered within an event
|
|
471
|
-
* handler subsequent event handlers will also run within that context unless
|
|
472
|
-
* specifically bound to another context with an `AsyncResource`. That is why`run()` should be preferred over `enterWith()` unless there are strong reasons
|
|
473
|
-
* to use the latter method.
|
|
474
|
-
*
|
|
475
|
-
* ```js
|
|
476
|
-
* const store = { id: 1 };
|
|
477
|
-
*
|
|
478
|
-
* emitter.on('my-event', () => {
|
|
479
|
-
* asyncLocalStorage.enterWith(store);
|
|
480
|
-
* });
|
|
481
|
-
* emitter.on('my-event', () => {
|
|
482
|
-
* asyncLocalStorage.getStore(); // Returns the same object
|
|
483
|
-
* });
|
|
484
|
-
*
|
|
485
|
-
* asyncLocalStorage.getStore(); // Returns undefined
|
|
486
|
-
* emitter.emit('my-event');
|
|
487
|
-
* asyncLocalStorage.getStore(); // Returns the same object
|
|
488
|
-
* ```
|
|
489
|
-
* @since v13.11.0, v12.17.0
|
|
490
|
-
* @experimental
|
|
491
|
-
*/
|
|
492
|
-
enterWith(store: T): void;
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
declare module 'node:async_hooks' {
|
|
496
|
-
export * from 'async_hooks';
|
|
497
|
-
}
|