@builder.io/sdk-vue 0.7.0 → 0.7.1-0
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 +4 -2
- package/vue2/lib/browser/{block-134a618c.cjs → block-b12c2a9e.cjs} +2 -2
- package/vue2/lib/{node/block-169c0cf4.js → browser/block-d44d5b8a.js} +7 -7
- package/vue2/lib/{node/block-styles-d8839dd9.js → browser/block-styles-b2bcecac.js} +5 -5
- package/vue2/lib/{edge/block-styles-57f025e0.cjs → browser/block-styles-fad43b2e.cjs} +1 -1
- package/vue2/lib/browser/{block-wrapper-ad23d63e.js → block-wrapper-230a8abf.js} +5 -5
- package/vue2/lib/browser/{block-wrapper-54cd4f6c.cjs → block-wrapper-ecdc5285.cjs} +1 -1
- package/vue2/lib/browser/blocks/custom-code/custom-code.vue.d.ts +0 -1
- package/vue2/lib/browser/blocks/image/image.vue.d.ts +1 -1
- package/vue2/lib/{edge/blocks-wrapper-671e376d.js → browser/blocks-wrapper-37d1fbf5.js} +1 -1
- package/vue2/lib/{edge/blocks-wrapper-be28f72a.cjs → browser/blocks-wrapper-5f4ff269.cjs} +1 -1
- package/vue2/lib/{edge/component-ref-65be9ea0.js → browser/component-ref-25028977.js} +6 -6
- package/vue2/lib/{edge/component-ref-276a92fb.cjs → browser/component-ref-8d39a7f4.cjs} +1 -1
- package/vue2/lib/browser/components/content/components/enable-editor.vue.d.ts +2 -0
- package/vue2/lib/browser/constants/sdk-version.d.ts +1 -1
- package/vue2/lib/browser/{content-91d3070e.cjs → content-e0b5be50.cjs} +1 -1
- package/vue2/lib/{edge/content-962ba49d.js → browser/content-e775e1b1.js} +62 -64
- package/vue2/lib/browser/{css-ccd5d9e3.js → css-41c2e31d.js} +1 -1
- package/vue2/lib/browser/{css-2c9ad067.cjs → css-c292bae4.cjs} +1 -1
- package/vue2/lib/browser/{enable-editor-d9f53d7d.js → enable-editor-836e8731.js} +107 -92
- package/vue2/lib/browser/enable-editor-bf828ceb.cjs +1 -0
- package/vue2/lib/browser/evaluate-239c4f2e.js +86 -0
- package/vue2/lib/browser/evaluate-37bcc296.cjs +1 -0
- package/vue2/lib/browser/functions/evaluate/choose-eval.d.ts +6 -0
- package/vue2/lib/browser/functions/evaluate/evaluate.d.ts +1 -5
- package/vue2/lib/browser/functions/evaluate/helpers.d.ts +7 -1
- package/vue2/lib/browser/functions/evaluate/node-runtime/index.d.ts +1 -1
- package/vue2/lib/browser/functions/evaluate/node-runtime/node-runtime.d.ts +2 -0
- package/vue2/lib/browser/functions/get-content/types.d.ts +94 -3
- package/vue2/lib/browser/functions/is-node-runtime.d.ts +4 -0
- package/vue2/lib/browser/{get-block-actions-7a5e8d90.cjs → get-block-actions-0e6055b8.cjs} +1 -1
- package/vue2/lib/{node/get-block-actions-e6c36554.js → browser/get-block-actions-eb308dbc.js} +2 -2
- package/vue2/lib/{node/get-block-properties-088a8d57.cjs → browser/get-block-properties-a17c5ae7.cjs} +1 -1
- package/vue2/lib/browser/{get-block-properties-fded8311.js → get-block-properties-f1d87f5b.js} +2 -2
- package/vue2/lib/browser/{get-processed-block-cb418829.cjs → get-processed-block-469b6014.cjs} +1 -1
- package/vue2/lib/browser/{get-processed-block-28afdbdd.js → get-processed-block-dac77b11.js} +2 -2
- package/vue2/lib/browser/index-0daf250a.cjs +32 -0
- package/vue2/lib/{node/index-8b428b10.js → browser/index-2c3e3aa0.js} +382 -367
- package/vue2/lib/browser/index.cjs +1 -1
- package/vue2/lib/browser/index.js +4 -4
- package/vue2/lib/browser/{inlined-script-36c7686b.cjs → inlined-script-17a3e298.cjs} +1 -1
- package/vue2/lib/{edge/inlined-script-45e42092.js → browser/inlined-script-a2ce7e25.js} +1 -1
- package/vue2/lib/{node/inlined-styles-f49a7f1a.cjs → browser/inlined-styles-02129d25.cjs} +1 -1
- package/vue2/lib/{node/inlined-styles-48c2284e.js → browser/inlined-styles-25974197.js} +1 -1
- package/vue2/lib/{node/interactive-element-2463f839.cjs → browser/interactive-element-31618273.cjs} +1 -1
- package/vue2/lib/{node/interactive-element-b479db6b.js → browser/interactive-element-95e7ed70.js} +5 -5
- package/vue2/lib/browser/{repeated-block-d5a07fb8.cjs → repeated-block-dc24507b.cjs} +1 -1
- package/vue2/lib/{node/repeated-block-284f31d8.js → browser/repeated-block-df873ea1.js} +2 -2
- package/vue2/lib/browser/style.css +1 -1
- package/vue2/lib/{node/styles-4803ecb4.js → browser/styles-c0e6af8c.js} +2 -2
- package/vue2/lib/{node/styles-f19bff73.cjs → browser/styles-eb6d5133.cjs} +2 -2
- package/vue2/lib/{node/block-134a618c.cjs → edge/block-6ae253d3.cjs} +2 -2
- package/vue2/lib/{browser/block-169c0cf4.js → edge/block-ee5e6b30.js} +7 -7
- package/vue2/lib/{node/block-styles-dd554acd.cjs → edge/block-styles-0db05976.cjs} +1 -1
- package/vue2/lib/edge/{block-styles-9d313184.js → block-styles-7ddd1160.js} +5 -5
- package/vue2/lib/{node/block-wrapper-ad23d63e.js → edge/block-wrapper-2516c8f0.js} +5 -5
- package/vue2/lib/edge/{block-wrapper-252f3467.cjs → block-wrapper-4a546b0f.cjs} +1 -1
- package/vue2/lib/edge/blocks/custom-code/custom-code.vue.d.ts +0 -1
- package/vue2/lib/edge/blocks/image/image.vue.d.ts +1 -1
- package/vue2/lib/{browser/blocks-wrapper-051a6973.cjs → edge/blocks-wrapper-be115723.cjs} +1 -1
- package/vue2/lib/{browser/blocks-wrapper-ba3f831e.js → edge/blocks-wrapper-f30c1e2e.js} +1 -1
- package/vue2/lib/{node/component-ref-7c67cc85.js → edge/component-ref-7ca49e69.js} +6 -6
- package/vue2/lib/{node/component-ref-73bbe275.cjs → edge/component-ref-f5f09e76.cjs} +1 -1
- package/vue2/lib/edge/components/content/components/enable-editor.vue.d.ts +2 -0
- package/vue2/lib/edge/constants/sdk-version.d.ts +1 -1
- package/vue2/lib/{browser/content-c3064d9d.js → edge/content-32e8afd0.js} +62 -64
- package/vue2/lib/{node/content-91d3070e.cjs → edge/content-e389cb08.cjs} +1 -1
- package/vue2/lib/edge/{css-9d2e1bcb.js → css-905123d6.js} +1 -1
- package/vue2/lib/{node/css-2c9ad067.cjs → edge/css-db1fb81d.cjs} +1 -1
- package/vue2/lib/{node/enable-editor-d9f53d7d.js → edge/enable-editor-5339c72b.js} +107 -92
- package/vue2/lib/edge/enable-editor-8460bc4f.cjs +1 -0
- package/vue2/lib/edge/evaluate-7b0fdb29.cjs +21 -0
- package/vue2/lib/edge/{evaluate-becf2384.js → evaluate-8d6921da.js} +379 -346
- package/vue2/lib/edge/functions/evaluate/choose-eval.d.ts +6 -0
- package/vue2/lib/edge/functions/evaluate/evaluate.d.ts +1 -5
- package/vue2/lib/edge/functions/evaluate/helpers.d.ts +7 -1
- package/vue2/lib/edge/functions/evaluate/node-runtime/index.d.ts +1 -1
- package/vue2/lib/edge/functions/evaluate/node-runtime/node-runtime.d.ts +2 -0
- package/vue2/lib/edge/functions/get-content/types.d.ts +94 -3
- package/vue2/lib/edge/functions/is-node-runtime.d.ts +4 -0
- package/vue2/lib/edge/{get-block-actions-0ed7b9a3.cjs → get-block-actions-ac5cd221.cjs} +1 -1
- package/vue2/lib/{browser/get-block-actions-e6c36554.js → edge/get-block-actions-eb1322f1.js} +2 -2
- package/vue2/lib/{browser/get-block-properties-088a8d57.cjs → edge/get-block-properties-e45bd13c.cjs} +1 -1
- package/vue2/lib/edge/{get-block-properties-c460b7ad.js → get-block-properties-fc55bc69.js} +2 -2
- package/vue2/lib/edge/{get-processed-block-fe5c136a.cjs → get-processed-block-3a429bb7.cjs} +1 -1
- package/vue2/lib/edge/{get-processed-block-23aa8a9f.js → get-processed-block-9e3229f1.js} +2 -2
- package/vue2/lib/edge/{index-8d71df29.js → index-0840538e.js} +382 -367
- package/vue2/lib/edge/index-66f83dfa.cjs +32 -0
- package/vue2/lib/edge/index.cjs +1 -1
- package/vue2/lib/edge/index.js +4 -4
- package/vue2/lib/{node/inlined-script-de7385eb.js → edge/inlined-script-8ceab368.js} +1 -1
- package/vue2/lib/{node/inlined-script-36c7686b.cjs → edge/inlined-script-9311a8f4.cjs} +1 -1
- package/vue2/lib/edge/{inlined-styles-411ade32.js → inlined-styles-4826f427.js} +1 -1
- package/vue2/lib/{browser/inlined-styles-f49a7f1a.cjs → edge/inlined-styles-f0c5389f.cjs} +1 -1
- package/vue2/lib/{browser/interactive-element-2463f839.cjs → edge/interactive-element-20464160.cjs} +1 -1
- package/vue2/lib/{browser/interactive-element-b479db6b.js → edge/interactive-element-a4e1753a.js} +5 -5
- package/vue2/lib/{browser/repeated-block-284f31d8.js → edge/repeated-block-5ff563c4.js} +2 -2
- package/vue2/lib/edge/{repeated-block-8eefee0f.cjs → repeated-block-90ff0a8e.cjs} +1 -1
- package/vue2/lib/edge/style.css +1 -1
- package/vue2/lib/{browser/styles-4803ecb4.js → edge/styles-0821e7bd.js} +2 -2
- package/vue2/lib/{browser/styles-f19bff73.cjs → edge/styles-8e148f6b.cjs} +2 -2
- package/vue2/lib/{edge/block-7f6b0f80.cjs → node/block-46a1926a.cjs} +2 -2
- package/vue2/lib/{edge/block-04a014ef.js → node/block-a1bcdc0f.js} +7 -7
- package/vue2/lib/{browser/block-styles-dd554acd.cjs → node/block-styles-34b37b5f.cjs} +1 -1
- package/vue2/lib/{browser/block-styles-d8839dd9.js → node/block-styles-40dfb747.js} +5 -5
- package/vue2/lib/{edge/block-wrapper-e16ccd29.js → node/block-wrapper-02a13832.js} +5 -5
- package/vue2/lib/node/{block-wrapper-54cd4f6c.cjs → block-wrapper-d012bc77.cjs} +1 -1
- package/vue2/lib/node/blocks/custom-code/custom-code.vue.d.ts +0 -1
- package/vue2/lib/node/blocks/image/image.vue.d.ts +1 -1
- package/vue2/lib/node/{blocks-wrapper-051a6973.cjs → blocks-wrapper-111adf2e.cjs} +1 -1
- package/vue2/lib/node/{blocks-wrapper-ba3f831e.js → blocks-wrapper-2cf7c243.js} +1 -1
- package/vue2/lib/{browser/component-ref-7c67cc85.js → node/component-ref-686b70a8.js} +6 -6
- package/vue2/lib/{browser/component-ref-73bbe275.cjs → node/component-ref-8664d291.cjs} +1 -1
- package/vue2/lib/node/components/content/components/enable-editor.vue.d.ts +2 -0
- package/vue2/lib/node/constants/sdk-version.d.ts +1 -1
- package/vue2/lib/node/{content-c3064d9d.js → content-750b77c5.js} +62 -64
- package/vue2/lib/{edge/content-6d81d16f.cjs → node/content-804eb1c1.cjs} +1 -1
- package/vue2/lib/node/{css-ccd5d9e3.js → css-0997fa70.js} +1 -1
- package/vue2/lib/{edge/css-88f2410f.cjs → node/css-698817f7.cjs} +1 -1
- package/vue2/lib/node/enable-editor-4c3b62ba.cjs +1 -0
- package/vue2/lib/{edge/enable-editor-b6040943.js → node/enable-editor-991cf703.js} +107 -92
- package/vue2/lib/node/evaluate-06bae117.js +187 -0
- package/vue2/lib/node/evaluate-fc74c806.cjs +41 -0
- package/vue2/lib/node/functions/evaluate/choose-eval.d.ts +6 -0
- package/vue2/lib/node/functions/evaluate/evaluate.d.ts +1 -5
- package/vue2/lib/node/functions/evaluate/helpers.d.ts +7 -1
- package/vue2/lib/node/functions/evaluate/node-runtime/index.d.ts +1 -1
- package/vue2/lib/node/functions/evaluate/node-runtime/node-runtime.d.ts +2 -0
- package/vue2/lib/node/functions/get-content/types.d.ts +94 -3
- package/vue2/lib/node/functions/is-node-runtime.d.ts +4 -0
- package/vue2/lib/node/{get-block-actions-7a5e8d90.cjs → get-block-actions-779fa30b.cjs} +1 -1
- package/vue2/lib/{edge/get-block-actions-046a80d0.js → node/get-block-actions-9781c926.js} +2 -2
- package/vue2/lib/{edge/get-block-properties-a9ab7e30.cjs → node/get-block-properties-090f2906.cjs} +1 -1
- package/vue2/lib/node/{get-block-properties-fded8311.js → get-block-properties-ed8d55a8.js} +2 -2
- package/vue2/lib/node/get-processed-block-267a96eb.js +52 -0
- package/vue2/lib/node/get-processed-block-270c0450.cjs +1 -0
- package/vue2/lib/node/index-55b86b2c.cjs +32 -0
- package/vue2/lib/{browser/index-8b428b10.js → node/index-fe4f9482.js} +382 -367
- package/vue2/lib/node/index.cjs +1 -1
- package/vue2/lib/node/index.js +4 -4
- package/vue2/lib/{edge/inlined-script-f370acdf.cjs → node/inlined-script-37af305a.cjs} +1 -1
- package/vue2/lib/{browser/inlined-script-de7385eb.js → node/inlined-script-9bf9544a.js} +1 -1
- package/vue2/lib/{browser/inlined-styles-48c2284e.js → node/inlined-styles-7a704065.js} +1 -1
- package/vue2/lib/{edge/inlined-styles-375c218f.cjs → node/inlined-styles-e812d54a.cjs} +1 -1
- package/vue2/lib/{edge/interactive-element-0e97e5ad.js → node/interactive-element-a9adc81f.js} +5 -5
- package/vue2/lib/{edge/interactive-element-92851fbe.cjs → node/interactive-element-e940e56b.cjs} +1 -1
- package/vue2/lib/{edge/repeated-block-c41268e9.js → node/repeated-block-acab5426.js} +2 -2
- package/vue2/lib/node/{repeated-block-d5a07fb8.cjs → repeated-block-ef2bf12f.cjs} +1 -1
- package/vue2/lib/node/style.css +1 -1
- package/vue2/lib/{edge/styles-633d9689.js → node/styles-34c3741a.js} +2 -2
- package/vue2/lib/{edge/styles-f2039a70.cjs → node/styles-93f84a1d.cjs} +2 -2
- package/vue2/package.json +1 -0
- package/vue3/lib/browser/{block-wrapper.c00ddfcb.cjs → block-wrapper.75f65d10.cjs} +1 -1
- package/vue3/lib/{node/block-wrapper.b3297452.js → browser/block-wrapper.eb12cfdc.js} +8 -8
- package/vue3/lib/browser/blocks/custom-code/custom-code.vue.d.ts +0 -1
- package/vue3/lib/browser/blocks/image/image.vue.d.ts +1 -1
- package/vue3/lib/{edge/component-ref.f5eef526.js → browser/component-ref.ce36b7ec.js} +17 -17
- package/vue3/lib/browser/component-ref.f391a5ee.cjs +1 -0
- package/vue3/lib/browser/components/content/components/enable-editor.vue.d.ts +8 -6
- package/vue3/lib/browser/components/content/content.vue.d.ts +6 -6
- package/vue3/lib/browser/constants/sdk-version.d.ts +1 -1
- package/vue3/lib/browser/functions/evaluate/choose-eval.d.ts +6 -0
- package/vue3/lib/browser/functions/evaluate/evaluate.d.ts +1 -5
- package/vue3/lib/browser/functions/evaluate/helpers.d.ts +7 -1
- package/vue3/lib/browser/functions/evaluate/node-runtime/index.d.ts +1 -1
- package/vue3/lib/browser/functions/evaluate/node-runtime/node-runtime.d.ts +2 -0
- package/vue3/lib/browser/functions/get-content/types.d.ts +94 -3
- package/vue3/lib/browser/functions/is-node-runtime.d.ts +4 -0
- package/vue3/lib/{edge/get-block-actions.f1dcfc47.js → browser/get-block-actions.7c580dff.js} +1 -1
- package/vue3/lib/{edge/get-block-actions.c5c7e487.cjs → browser/get-block-actions.e6dfffe3.cjs} +1 -1
- package/vue3/lib/{node/index.c51504ff.js → browser/index.188d2ee5.js} +826 -795
- package/vue3/lib/browser/index.cjs +1 -1
- package/vue3/lib/browser/index.fb1c2a1f.cjs +69 -0
- package/vue3/lib/browser/index.js +1 -1
- package/vue3/lib/browser/{repeated-block.2245fce7.cjs → repeated-block.2431c33d.cjs} +1 -1
- package/vue3/lib/{edge/repeated-block.e2eb73cd.js → browser/repeated-block.7a8762fc.js} +6 -6
- package/vue3/lib/edge/{block-wrapper.6e434dc7.cjs → block-wrapper.0868030f.cjs} +1 -1
- package/vue3/lib/{browser/block-wrapper.b3297452.js → edge/block-wrapper.cab4805b.js} +8 -8
- package/vue3/lib/edge/blocks/custom-code/custom-code.vue.d.ts +0 -1
- package/vue3/lib/edge/blocks/image/image.vue.d.ts +1 -1
- package/vue3/lib/{node/component-ref.88102d68.js → edge/component-ref.ace67608.js} +17 -17
- package/vue3/lib/edge/component-ref.ae7eec27.cjs +1 -0
- package/vue3/lib/edge/components/content/components/enable-editor.vue.d.ts +8 -6
- package/vue3/lib/edge/components/content/content.vue.d.ts +6 -6
- package/vue3/lib/edge/constants/sdk-version.d.ts +1 -1
- package/vue3/lib/edge/functions/evaluate/choose-eval.d.ts +6 -0
- package/vue3/lib/edge/functions/evaluate/evaluate.d.ts +1 -5
- package/vue3/lib/edge/functions/evaluate/helpers.d.ts +7 -1
- package/vue3/lib/edge/functions/evaluate/node-runtime/index.d.ts +1 -1
- package/vue3/lib/edge/functions/evaluate/node-runtime/node-runtime.d.ts +2 -0
- package/vue3/lib/edge/functions/get-content/types.d.ts +94 -3
- package/vue3/lib/edge/functions/is-node-runtime.d.ts +4 -0
- package/vue3/lib/{node/get-block-actions.703f8554.cjs → edge/get-block-actions.83fca99e.cjs} +1 -1
- package/vue3/lib/{browser/get-block-actions.1865148e.js → edge/get-block-actions.cfa7e625.js} +1 -1
- package/vue3/lib/edge/{index.f80ab661.js → index.28b94406.js} +1352 -1293
- package/vue3/lib/edge/index.8e0db5cb.cjs +89 -0
- package/vue3/lib/edge/index.cjs +1 -1
- package/vue3/lib/edge/index.js +1 -1
- package/vue3/lib/edge/{repeated-block.8292d33a.cjs → repeated-block.4515ae00.cjs} +1 -1
- package/vue3/lib/{browser/repeated-block.f6fdedb6.js → edge/repeated-block.4f0522f0.js} +6 -6
- package/vue3/lib/node/block-wrapper.4b048f0a.cjs +1 -0
- package/vue3/lib/{edge/block-wrapper.dad1bb39.js → node/block-wrapper.529d85d5.js} +7 -6
- package/vue3/lib/node/blocks/custom-code/custom-code.vue.d.ts +0 -1
- package/vue3/lib/node/blocks/image/image.vue.d.ts +1 -1
- package/vue3/lib/{browser/component-ref.88102d68.js → node/component-ref.3c9a0fb1.js} +18 -17
- package/vue3/lib/node/component-ref.c78bd861.cjs +1 -0
- package/vue3/lib/node/components/content/components/enable-editor.vue.d.ts +8 -6
- package/vue3/lib/node/components/content/content.vue.d.ts +6 -6
- package/vue3/lib/node/constants/sdk-version.d.ts +1 -1
- package/vue3/lib/node/functions/evaluate/choose-eval.d.ts +6 -0
- package/vue3/lib/node/functions/evaluate/evaluate.d.ts +1 -5
- package/vue3/lib/node/functions/evaluate/helpers.d.ts +7 -1
- package/vue3/lib/node/functions/evaluate/node-runtime/index.d.ts +1 -1
- package/vue3/lib/node/functions/evaluate/node-runtime/node-runtime.d.ts +2 -0
- package/vue3/lib/node/functions/get-content/types.d.ts +94 -3
- package/vue3/lib/node/functions/is-node-runtime.d.ts +4 -0
- package/vue3/lib/node/{get-block-actions.1865148e.js → get-block-actions.65678660.js} +1 -1
- package/vue3/lib/{browser/get-block-actions.703f8554.cjs → node/get-block-actions.977f70db.cjs} +1 -1
- package/vue3/lib/{browser/index.c51504ff.js → node/index.1a21f267.js} +977 -852
- package/vue3/lib/node/index.baa2a660.cjs +109 -0
- package/vue3/lib/node/index.cjs +1 -1
- package/vue3/lib/node/index.js +27 -26
- package/vue3/lib/node/{repeated-block.f6fdedb6.js → repeated-block.04f4039b.js} +7 -6
- package/vue3/lib/node/repeated-block.33e03818.cjs +1 -0
- package/vue3/package.json +1 -0
- package/vue2/lib/browser/enable-editor-f87e3e48.cjs +0 -1
- package/vue2/lib/browser/evaluate-043734e5.cjs +0 -1
- package/vue2/lib/browser/evaluate-b309ef11.js +0 -81
- package/vue2/lib/browser/index-7b952a40.cjs +0 -32
- package/vue2/lib/edge/enable-editor-617a4b09.cjs +0 -1
- package/vue2/lib/edge/evaluate-e31fc7a4.cjs +0 -21
- package/vue2/lib/edge/index-cb2684cd.cjs +0 -32
- package/vue2/lib/node/enable-editor-f87e3e48.cjs +0 -1
- package/vue2/lib/node/evaluate-043734e5.cjs +0 -1
- package/vue2/lib/node/evaluate-b309ef11.js +0 -81
- package/vue2/lib/node/get-processed-block-28afdbdd.js +0 -58
- package/vue2/lib/node/get-processed-block-cb418829.cjs +0 -1
- package/vue2/lib/node/index-7b952a40.cjs +0 -32
- package/vue3/lib/browser/component-ref.5446db23.cjs +0 -1
- package/vue3/lib/browser/index.403011b1.cjs +0 -69
- package/vue3/lib/edge/component-ref.94b009f1.cjs +0 -1
- package/vue3/lib/edge/index.61c09215.cjs +0 -89
- package/vue3/lib/node/block-wrapper.c00ddfcb.cjs +0 -1
- package/vue3/lib/node/component-ref.5446db23.cjs +0 -1
- package/vue3/lib/node/index.403011b1.cjs +0 -69
- package/vue3/lib/node/repeated-block.2245fce7.cjs +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as k } from "vue";
|
|
2
|
-
import { e as
|
|
3
|
-
import { r as
|
|
4
|
-
const
|
|
5
|
-
|
|
2
|
+
import { e as f } from "./evaluate-8d6921da.js";
|
|
3
|
+
import { r as w, m as p, T as y, l as g, _ as b, o as S, p as _, i as h, f as E, q as I, t as U, u as M, v as H, n as P } from "./index-0840538e.js";
|
|
4
|
+
const T = "0.7.1-0", K = () => {
|
|
5
|
+
w("insertMenu", {
|
|
6
6
|
name: "_default",
|
|
7
7
|
default: !0,
|
|
8
8
|
items: [{
|
|
@@ -24,14 +24,14 @@ const H = "0.6.4", q = () => {
|
|
|
24
24
|
}]
|
|
25
25
|
});
|
|
26
26
|
};
|
|
27
|
-
let
|
|
28
|
-
const
|
|
27
|
+
let C = !1;
|
|
28
|
+
const q = (n = {}) => {
|
|
29
29
|
var e, t;
|
|
30
|
-
|
|
30
|
+
C || (C = !0, p() && ((e = window.parent) == null || e.postMessage({
|
|
31
31
|
type: "builder.sdkInfo",
|
|
32
32
|
data: {
|
|
33
|
-
target:
|
|
34
|
-
version:
|
|
33
|
+
target: y,
|
|
34
|
+
version: T,
|
|
35
35
|
supportsPatchUpdates: !1,
|
|
36
36
|
// Supports builder-model="..." attribute which is needed to
|
|
37
37
|
// scope our '+ add block' button styling
|
|
@@ -50,33 +50,33 @@ const K = (n = {}) => {
|
|
|
50
50
|
if (i != null && i.type)
|
|
51
51
|
switch (i.type) {
|
|
52
52
|
case "builder.evaluate": {
|
|
53
|
-
const a = i.data.text,
|
|
54
|
-
let r,
|
|
53
|
+
const a = i.data.text, d = i.data.arguments || [], l = i.data.id, x = new Function(a);
|
|
54
|
+
let r, c = null;
|
|
55
55
|
try {
|
|
56
|
-
r =
|
|
57
|
-
} catch (
|
|
58
|
-
|
|
56
|
+
r = x.apply(null, d);
|
|
57
|
+
} catch (u) {
|
|
58
|
+
c = u;
|
|
59
59
|
}
|
|
60
|
-
|
|
60
|
+
c ? (o = window.parent) == null || o.postMessage({
|
|
61
61
|
type: "builder.evaluateError",
|
|
62
62
|
data: {
|
|
63
|
-
id:
|
|
64
|
-
error:
|
|
63
|
+
id: l,
|
|
64
|
+
error: c.message
|
|
65
65
|
}
|
|
66
|
-
}, "*") : r && typeof r.then == "function" ? r.then((
|
|
67
|
-
var
|
|
68
|
-
(
|
|
66
|
+
}, "*") : r && typeof r.then == "function" ? r.then((u) => {
|
|
67
|
+
var m;
|
|
68
|
+
(m = window.parent) == null || m.postMessage({
|
|
69
69
|
type: "builder.evaluateResult",
|
|
70
70
|
data: {
|
|
71
|
-
id:
|
|
72
|
-
result:
|
|
71
|
+
id: l,
|
|
72
|
+
result: u
|
|
73
73
|
}
|
|
74
74
|
}, "*");
|
|
75
75
|
}).catch(console.error) : (s = window.parent) == null || s.postMessage({
|
|
76
76
|
type: "builder.evaluateResult",
|
|
77
77
|
data: {
|
|
78
78
|
result: r,
|
|
79
|
-
id:
|
|
79
|
+
id: l
|
|
80
80
|
}
|
|
81
81
|
}, "*");
|
|
82
82
|
break;
|
|
@@ -84,7 +84,7 @@ const K = (n = {}) => {
|
|
|
84
84
|
}
|
|
85
85
|
})));
|
|
86
86
|
};
|
|
87
|
-
function
|
|
87
|
+
function v(n) {
|
|
88
88
|
return Math.round(n * 1e3) / 1e3;
|
|
89
89
|
}
|
|
90
90
|
const O = (n, e, t = !0) => {
|
|
@@ -101,11 +101,11 @@ const O = (n, e, t = !0) => {
|
|
|
101
101
|
}, N = (n) => O(n, (e) => {
|
|
102
102
|
const t = e.getAttribute("builder-id") || e.id;
|
|
103
103
|
return (t == null ? void 0 : t.indexOf("builder-")) === 0;
|
|
104
|
-
}),
|
|
104
|
+
}), R = ({
|
|
105
105
|
event: n,
|
|
106
106
|
target: e
|
|
107
107
|
}) => {
|
|
108
|
-
const t = e.getBoundingClientRect(), i = n.clientX - t.left, o = n.clientY - t.top, s =
|
|
108
|
+
const t = e.getBoundingClientRect(), i = n.clientX - t.left, o = n.clientY - t.top, s = v(i / t.width), a = v(o / t.height);
|
|
109
109
|
return {
|
|
110
110
|
x: s,
|
|
111
111
|
y: a
|
|
@@ -115,11 +115,11 @@ const O = (n, e, t = !0) => {
|
|
|
115
115
|
return {
|
|
116
116
|
targetBuilderElement: i || void 0,
|
|
117
117
|
metadata: {
|
|
118
|
-
targetOffset: e ?
|
|
118
|
+
targetOffset: e ? R({
|
|
119
119
|
event: n,
|
|
120
120
|
target: e
|
|
121
121
|
}) : void 0,
|
|
122
|
-
builderTargetOffset: t ?
|
|
122
|
+
builderTargetOffset: t ? R({
|
|
123
123
|
event: n,
|
|
124
124
|
target: t
|
|
125
125
|
}) : void 0,
|
|
@@ -134,12 +134,12 @@ const O = (n, e, t = !0) => {
|
|
|
134
134
|
"context",
|
|
135
135
|
"canTrack",
|
|
136
136
|
"apiKey",
|
|
137
|
-
"showContent",
|
|
138
|
-
"classNameProp",
|
|
139
|
-
"content",
|
|
140
137
|
"locale",
|
|
141
138
|
"includeRefs",
|
|
142
|
-
"enrich"
|
|
139
|
+
"enrich",
|
|
140
|
+
"content",
|
|
141
|
+
"showContent",
|
|
142
|
+
"classNameProp"
|
|
143
143
|
],
|
|
144
144
|
data() {
|
|
145
145
|
return {
|
|
@@ -148,63 +148,40 @@ const O = (n, e, t = !0) => {
|
|
|
148
148
|
shouldSendResetCookie: !1,
|
|
149
149
|
httpReqsData: {},
|
|
150
150
|
clicked: !1,
|
|
151
|
-
builderContext:
|
|
151
|
+
builderContext: g
|
|
152
152
|
};
|
|
153
153
|
},
|
|
154
154
|
provide() {
|
|
155
155
|
const n = this;
|
|
156
156
|
return {
|
|
157
|
-
[
|
|
157
|
+
[g.key]: n.builderContextSignal
|
|
158
158
|
};
|
|
159
159
|
},
|
|
160
160
|
mounted() {
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
this.
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
const i = E(t);
|
|
180
|
-
(o = window.parent) == null || o.postMessage(i, "*");
|
|
181
|
-
}), window.addEventListener(
|
|
182
|
-
"builder:component:stateChangeListenerActivated",
|
|
183
|
-
this.emitStateUpdate
|
|
184
|
-
)), this.builderContextSignal.content) {
|
|
185
|
-
const t = (n = this.builderContextSignal.content) == null ? void 0 : n.testVariationId, i = (e = this.builderContextSignal.content) == null ? void 0 : e.id;
|
|
186
|
-
g({
|
|
187
|
-
type: "impression",
|
|
188
|
-
canTrack: b(this.canTrack),
|
|
189
|
-
contentId: i,
|
|
190
|
-
apiKey: this.apiKey,
|
|
191
|
-
variationId: t !== i ? t : void 0
|
|
192
|
-
});
|
|
193
|
-
}
|
|
194
|
-
if (I()) {
|
|
195
|
-
const t = new URL(location.href).searchParams, i = t.get("builder.preview"), o = t.get(
|
|
196
|
-
`builder.preview.${i}`
|
|
197
|
-
), s = t.get("apiKey") || t.get("builder.space");
|
|
198
|
-
i === this.model && s === this.apiKey && (!this.content || o === this.content.id) && U({
|
|
199
|
-
model: this.model,
|
|
200
|
-
apiKey: this.apiKey,
|
|
201
|
-
apiVersion: this.builderContextSignal.apiVersion
|
|
202
|
-
}).then((a) => {
|
|
203
|
-
a && this.mergeNewContent(a);
|
|
204
|
-
});
|
|
161
|
+
(() => {
|
|
162
|
+
var t, i;
|
|
163
|
+
if (p()) {
|
|
164
|
+
if (h() && this.$refs.elementRef && this.$refs.elementRef.dispatchEvent(
|
|
165
|
+
new CustomEvent("initeditingbldr")
|
|
166
|
+
), this.builderContextSignal.content && S(this.canTrack)) {
|
|
167
|
+
const s = (t = this.builderContextSignal.content) == null ? void 0 : t.testVariationId, a = (i = this.builderContextSignal.content) == null ? void 0 : i.id, d = this.apiKey;
|
|
168
|
+
b({
|
|
169
|
+
type: "impression",
|
|
170
|
+
canTrack: !0,
|
|
171
|
+
contentId: a,
|
|
172
|
+
apiKey: d,
|
|
173
|
+
variationId: s !== a ? s : void 0
|
|
174
|
+
});
|
|
175
|
+
}
|
|
176
|
+
M() && this.$refs.elementRef && this.$refs.elementRef.dispatchEvent(
|
|
177
|
+
new CustomEvent("initpreviewingbldr")
|
|
178
|
+
);
|
|
205
179
|
}
|
|
206
|
-
|
|
207
|
-
|
|
180
|
+
})(), (() => {
|
|
181
|
+
this.apiKey || H.error(
|
|
182
|
+
"No API key provided to `RenderContent` component. This can cause issues. Please provide an API key using the `apiKey` prop."
|
|
183
|
+
), this.evaluateJsCode(), this.runHttpRequests(), this.emitStateUpdate();
|
|
184
|
+
})();
|
|
208
185
|
},
|
|
209
186
|
watch: {
|
|
210
187
|
onUpdateHook0: {
|
|
@@ -235,7 +212,7 @@ const O = (n, e, t = !0) => {
|
|
|
235
212
|
}
|
|
236
213
|
},
|
|
237
214
|
unmounted() {
|
|
238
|
-
|
|
215
|
+
p() && (window.removeEventListener("message", this.processMessage), window.removeEventListener(
|
|
239
216
|
"builder:component:stateChangeListenerActivated",
|
|
240
217
|
this.emitStateUpdate
|
|
241
218
|
));
|
|
@@ -314,7 +291,7 @@ const O = (n, e, t = !0) => {
|
|
|
314
291
|
evaluateJsCode() {
|
|
315
292
|
var e, t;
|
|
316
293
|
const n = (t = (e = this.builderContextSignal.content) == null ? void 0 : e.data) == null ? void 0 : t.jsCode;
|
|
317
|
-
n &&
|
|
294
|
+
n && f({
|
|
318
295
|
code: n,
|
|
319
296
|
context: this.context || {},
|
|
320
297
|
localState: void 0,
|
|
@@ -326,9 +303,9 @@ const O = (n, e, t = !0) => {
|
|
|
326
303
|
var e, t;
|
|
327
304
|
if (this.builderContextSignal.content) {
|
|
328
305
|
const i = (e = this.builderContextSignal.content) == null ? void 0 : e.testVariationId, o = (t = this.builderContextSignal.content) == null ? void 0 : t.id;
|
|
329
|
-
|
|
306
|
+
b({
|
|
330
307
|
type: "click",
|
|
331
|
-
canTrack:
|
|
308
|
+
canTrack: S(this.canTrack),
|
|
332
309
|
contentId: o,
|
|
333
310
|
apiKey: this.apiKey,
|
|
334
311
|
variationId: i !== o ? i : void 0,
|
|
@@ -341,7 +318,7 @@ const O = (n, e, t = !0) => {
|
|
|
341
318
|
evalExpression(n) {
|
|
342
319
|
return n.replace(
|
|
343
320
|
/{{([^}]+)}}/g,
|
|
344
|
-
(e, t) =>
|
|
321
|
+
(e, t) => f({
|
|
345
322
|
code: t,
|
|
346
323
|
context: this.context || {},
|
|
347
324
|
localState: void 0,
|
|
@@ -351,7 +328,7 @@ const O = (n, e, t = !0) => {
|
|
|
351
328
|
);
|
|
352
329
|
},
|
|
353
330
|
handleRequest({ url: n, key: e }) {
|
|
354
|
-
|
|
331
|
+
_(n).then((t) => t.json()).then((t) => {
|
|
355
332
|
var o, s;
|
|
356
333
|
const i = {
|
|
357
334
|
...this.builderContextSignal.rootState,
|
|
@@ -366,7 +343,7 @@ const O = (n, e, t = !0) => {
|
|
|
366
343
|
var e, t;
|
|
367
344
|
const n = ((t = (e = this.builderContextSignal.content) == null ? void 0 : e.data) == null ? void 0 : t.httpRequests) ?? {};
|
|
368
345
|
Object.entries(n).forEach(([i, o]) => {
|
|
369
|
-
if (o && (!this.httpReqsData[i] ||
|
|
346
|
+
if (o && (!this.httpReqsData[i] || h())) {
|
|
370
347
|
const s = this.evalExpression(o);
|
|
371
348
|
this.handleRequest({
|
|
372
349
|
url: s,
|
|
@@ -376,12 +353,12 @@ const O = (n, e, t = !0) => {
|
|
|
376
353
|
});
|
|
377
354
|
},
|
|
378
355
|
emitStateUpdate() {
|
|
379
|
-
|
|
356
|
+
h() && window.dispatchEvent(
|
|
380
357
|
new CustomEvent(
|
|
381
358
|
"builder:component:stateChange",
|
|
382
359
|
{
|
|
383
360
|
detail: {
|
|
384
|
-
state:
|
|
361
|
+
state: E(this.builderContextSignal.rootState),
|
|
385
362
|
ref: {
|
|
386
363
|
name: this.model
|
|
387
364
|
}
|
|
@@ -390,6 +367,40 @@ const O = (n, e, t = !0) => {
|
|
|
390
367
|
)
|
|
391
368
|
);
|
|
392
369
|
},
|
|
370
|
+
elementRef_onIniteditingbldr(n) {
|
|
371
|
+
this.forceReRenderCount = this.forceReRenderCount + 1, window.addEventListener("message", this.processMessage), K(), q({
|
|
372
|
+
...this.locale ? {
|
|
373
|
+
locale: this.locale
|
|
374
|
+
} : {},
|
|
375
|
+
...this.includeRefs ? {
|
|
376
|
+
includeRefs: this.includeRefs
|
|
377
|
+
} : {},
|
|
378
|
+
...this.enrich ? {
|
|
379
|
+
enrich: this.enrich
|
|
380
|
+
} : {}
|
|
381
|
+
}), Object.values(
|
|
382
|
+
this.builderContextSignal.componentInfos
|
|
383
|
+
).forEach((e) => {
|
|
384
|
+
var i;
|
|
385
|
+
const t = I(e);
|
|
386
|
+
(i = window.parent) == null || i.postMessage(t, "*");
|
|
387
|
+
}), window.addEventListener(
|
|
388
|
+
"builder:component:stateChangeListenerActivated",
|
|
389
|
+
this.emitStateUpdate
|
|
390
|
+
);
|
|
391
|
+
},
|
|
392
|
+
elementRef_onInitpreviewingbldr(n) {
|
|
393
|
+
const e = new URL(location.href).searchParams, t = e.get("builder.preview"), i = e.get(
|
|
394
|
+
`builder.preview.${t}`
|
|
395
|
+
), o = e.get("apiKey") || e.get("builder.space");
|
|
396
|
+
t === this.model && o === this.apiKey && (!this.content || i === this.content.id) && U({
|
|
397
|
+
model: this.model,
|
|
398
|
+
apiKey: this.apiKey,
|
|
399
|
+
apiVersion: this.builderContextSignal.apiVersion
|
|
400
|
+
}).then((s) => {
|
|
401
|
+
s && this.mergeNewContent(s);
|
|
402
|
+
});
|
|
403
|
+
},
|
|
393
404
|
_classStringToObject(n) {
|
|
394
405
|
const e = {};
|
|
395
406
|
if (typeof n != "string")
|
|
@@ -406,13 +417,17 @@ var L = function() {
|
|
|
406
417
|
var e = this, t = e._self._c;
|
|
407
418
|
return e._self._setupProxy, e.builderContextSignal.content ? t("div", e._b({ key: e.forceReRenderCount, ref: "elementRef", class: e._classStringToObject(e.classNameProp), attrs: { "builder-content-id": (i = e.builderContextSignal.content) == null ? void 0 : i.id, "builder-model": e.model }, on: { click: function(o) {
|
|
408
419
|
return e.onClick(o);
|
|
420
|
+
}, initeditingbldr: function(o) {
|
|
421
|
+
return e.elementRef_onIniteditingbldr(o);
|
|
422
|
+
}, initpreviewingbldr: function(o) {
|
|
423
|
+
return e.elementRef_onInitpreviewingbldr(o);
|
|
409
424
|
} } }, "div", {
|
|
410
425
|
...e.showContent ? {} : {
|
|
411
426
|
hidden: !0,
|
|
412
427
|
"aria-hidden": !0
|
|
413
428
|
}
|
|
414
429
|
}, !1), [e._t("default")], 2) : e._e();
|
|
415
|
-
}, B = [], D = /* @__PURE__ */
|
|
430
|
+
}, B = [], D = /* @__PURE__ */ P(
|
|
416
431
|
A,
|
|
417
432
|
L,
|
|
418
433
|
B,
|
|
@@ -422,7 +437,7 @@ var L = function() {
|
|
|
422
437
|
null,
|
|
423
438
|
null
|
|
424
439
|
);
|
|
425
|
-
const
|
|
440
|
+
const J = D.exports;
|
|
426
441
|
export {
|
|
427
|
-
|
|
442
|
+
J as default
|
|
428
443
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const S=require("vue"),m=require("./evaluate-7b0fdb29.cjs"),r=require("./index-66f83dfa.cjs"),v="0.7.1-0",x=()=>{r.register("insertMenu",{name:"_default",default:!0,items:[{name:"Box"},{name:"Text"},{name:"Image"},{name:"Columns"},{name:"Core:Section"},{name:"Core:Button"},{name:"Embed"},{name:"Custom Code"}]})};let f=!1;const R=(n={})=>{var e,t;f||(f=!0,r.isBrowser()&&((e=window.parent)==null||e.postMessage({type:"builder.sdkInfo",data:{target:r.TARGET,version:v,supportsPatchUpdates:!1,supportsAddBlockScoping:!0,supportsCustomBreakpoints:!0}},"*"),(t=window.parent)==null||t.postMessage({type:"builder.updateContent",data:{options:n}},"*"),window.addEventListener("message",({data:i})=>{var o,s;if(i!=null&&i.type)switch(i.type){case"builder.evaluate":{const a=i.data.text,l=i.data.arguments||[],c=i.data.id,C=new Function(a);let d,u=null;try{d=C.apply(null,l)}catch(h){u=h}u?(o=window.parent)==null||o.postMessage({type:"builder.evaluateError",data:{id:c,error:u.message}},"*"):d&&typeof d.then=="function"?d.then(h=>{var p;(p=window.parent)==null||p.postMessage({type:"builder.evaluateResult",data:{id:c,result:h}},"*")}).catch(console.error):(s=window.parent)==null||s.postMessage({type:"builder.evaluateResult",data:{result:d,id:c}},"*");break}}})))};function g(n){return Math.round(n*1e3)/1e3}const k=(n,e,t=!0)=>{if(!(n instanceof HTMLElement))return null;let i=t?n:n.parentElement;do{if(!i)return null;if(e(i))return i}while(i=i.parentElement);return null},w=n=>k(n,e=>{const t=e.getAttribute("builder-id")||e.id;return(t==null?void 0:t.indexOf("builder-"))===0}),b=({event:n,target:e})=>{const t=e.getBoundingClientRect(),i=n.clientX-t.left,o=n.clientY-t.top,s=g(i/t.width),a=g(o/t.height);return{x:s,y:a}},y=n=>{const e=n.target,t=e&&w(e),i=(t==null?void 0:t.getAttribute("builder-id"))||(t==null?void 0:t.id);return{targetBuilderElement:i||void 0,metadata:{targetOffset:e?b({event:n,target:e}):void 0,builderTargetOffset:t?b({event:n,target:t}):void 0,builderElementIndex:t&&i?[].slice.call(document.getElementsByClassName(i)).indexOf(t):void 0}}},_=S.defineComponent({name:"enable-editor",props:["builderContextSignal","model","context","canTrack","apiKey","locale","includeRefs","enrich","content","showContent","classNameProp"],data(){return{forceReRenderCount:0,lastUpdated:0,shouldSendResetCookie:!1,httpReqsData:{},clicked:!1,builderContext:r.builderContext}},provide(){const n=this;return{[r.builderContext.key]:n.builderContextSignal}},mounted(){(()=>{var t,i;if(r.isBrowser()){if(r.isEditing()&&this.$refs.elementRef&&this.$refs.elementRef.dispatchEvent(new CustomEvent("initeditingbldr")),this.builderContextSignal.content&&r.getDefaultCanTrack(this.canTrack)){const s=(t=this.builderContextSignal.content)==null?void 0:t.testVariationId,a=(i=this.builderContextSignal.content)==null?void 0:i.id,l=this.apiKey;r._track({type:"impression",canTrack:!0,contentId:a,apiKey:l,variationId:s!==a?s:void 0})}r.isPreviewing()&&this.$refs.elementRef&&this.$refs.elementRef.dispatchEvent(new CustomEvent("initpreviewingbldr"))}})(),(()=>{this.apiKey||r.logger.error("No API key provided to `RenderContent` component. This can cause issues. Please provide an API key using the `apiKey` prop."),this.evaluateJsCode(),this.runHttpRequests(),this.emitStateUpdate()})()},watch:{onUpdateHook0:{handler(){this.content&&this.mergeNewContent(this.content)},immediate:!0},onUpdateHook1:{handler(){},immediate:!0},onUpdateHook2:{handler(){this.evaluateJsCode()},immediate:!0},onUpdateHook3:{handler(){this.runHttpRequests()},immediate:!0},onUpdateHook4:{handler(){this.emitStateUpdate()},immediate:!0}},unmounted(){r.isBrowser()&&(window.removeEventListener("message",this.processMessage),window.removeEventListener("builder:component:stateChangeListenerActivated",this.emitStateUpdate))},computed:{onUpdateHook0(){return{0:this.content}},onUpdateHook1(){return{0:this.shouldSendResetCookie}},onUpdateHook2(){var n,e;return{0:(e=(n=this.builderContextSignal.content)==null?void 0:n.data)==null?void 0:e.jsCode,1:this.builderContextSignal.rootState}},onUpdateHook3(){var n,e;return{0:(e=(n=this.builderContextSignal.content)==null?void 0:n.data)==null?void 0:e.httpRequests}},onUpdateHook4(){return{0:this.builderContextSignal.rootState}}},methods:{mergeNewContent(n){var t,i,o,s,a;const e={...this.builderContextSignal.content,...n,data:{...(t=this.builderContextSignal.content)==null?void 0:t.data,...n==null?void 0:n.data},meta:{...(i=this.builderContextSignal.content)==null?void 0:i.meta,...n==null?void 0:n.meta,breakpoints:((o=n==null?void 0:n.meta)==null?void 0:o.breakpoints)||((a=(s=this.builderContextSignal.content)==null?void 0:s.meta)==null?void 0:a.breakpoints)}};this.builderContextSignal.content=e},processMessage(n){var t;const{data:e}=n;if(e)switch(e.type){case"builder.configureSdk":{const i=e.data,{breakpoints:o,contentId:s}=i;if(!s||s!==((t=this.builderContextSignal.content)==null?void 0:t.id))return;o&&this.mergeNewContent({meta:{breakpoints:o}}),this.forceReRenderCount=this.forceReRenderCount+1;break}case"builder.contentUpdate":{const i=e.data,o=i.key||i.alias||i.entry||i.modelName,s=i.data;o===this.model&&(this.mergeNewContent(s),this.forceReRenderCount=this.forceReRenderCount+1);break}}},evaluateJsCode(){var e,t;const n=(t=(e=this.builderContextSignal.content)==null?void 0:e.data)==null?void 0:t.jsCode;n&&m.evaluate({code:n,context:this.context||{},localState:void 0,rootState:this.builderContextSignal.rootState,rootSetState:this.builderContextSignal.rootSetState})},onClick(n){var e,t;if(this.builderContextSignal.content){const i=(e=this.builderContextSignal.content)==null?void 0:e.testVariationId,o=(t=this.builderContextSignal.content)==null?void 0:t.id;r._track({type:"click",canTrack:r.getDefaultCanTrack(this.canTrack),contentId:o,apiKey:this.apiKey,variationId:i!==o?i:void 0,...y(n),unique:!this.clicked})}this.clicked||(this.clicked=!0)},evalExpression(n){return n.replace(/{{([^}]+)}}/g,(e,t)=>m.evaluate({code:t,context:this.context||{},localState:void 0,rootState:this.builderContextSignal.rootState,rootSetState:this.builderContextSignal.rootSetState}))},handleRequest({url:n,key:e}){r.fetch(n).then(t=>t.json()).then(t=>{var o,s;const i={...this.builderContextSignal.rootState,[e]:t};(s=(o=this.builderContextSignal).rootSetState)==null||s.call(o,i),this.httpReqsData[e]=!0}).catch(t=>{console.error("error fetching dynamic data",n,t)})},runHttpRequests(){var e,t;const n=((t=(e=this.builderContextSignal.content)==null?void 0:e.data)==null?void 0:t.httpRequests)??{};Object.entries(n).forEach(([i,o])=>{if(o&&(!this.httpReqsData[i]||r.isEditing())){const s=this.evalExpression(o);this.handleRequest({url:s,key:i})}})},emitStateUpdate(){r.isEditing()&&window.dispatchEvent(new CustomEvent("builder:component:stateChange",{detail:{state:r.fastClone(this.builderContextSignal.rootState),ref:{name:this.model}}}))},elementRef_onIniteditingbldr(n){this.forceReRenderCount=this.forceReRenderCount+1,window.addEventListener("message",this.processMessage),x(),R({...this.locale?{locale:this.locale}:{},...this.includeRefs?{includeRefs:this.includeRefs}:{},...this.enrich?{enrich:this.enrich}:{}}),Object.values(this.builderContextSignal.componentInfos).forEach(e=>{var i;const t=r.createRegisterComponentMessage(e);(i=window.parent)==null||i.postMessage(t,"*")}),window.addEventListener("builder:component:stateChangeListenerActivated",this.emitStateUpdate)},elementRef_onInitpreviewingbldr(n){const e=new URL(location.href).searchParams,t=e.get("builder.preview"),i=e.get(`builder.preview.${t}`),o=e.get("apiKey")||e.get("builder.space");t===this.model&&o===this.apiKey&&(!this.content||i===this.content.id)&&r.fetchOneEntry({model:this.model,apiKey:this.apiKey,apiVersion:this.builderContextSignal.apiVersion}).then(s=>{s&&this.mergeNewContent(s)})},_classStringToObject(n){const e={};if(typeof n!="string")return e;const t=n.trim().split(/\s+/);for(const i of t)e[i]=!0;return e}}});var E=function(){var i;var e=this,t=e._self._c;return e._self._setupProxy,e.builderContextSignal.content?t("div",e._b({key:e.forceReRenderCount,ref:"elementRef",class:e._classStringToObject(e.classNameProp),attrs:{"builder-content-id":(i=e.builderContextSignal.content)==null?void 0:i.id,"builder-model":e.model},on:{click:function(o){return e.onClick(o)},initeditingbldr:function(o){return e.elementRef_onIniteditingbldr(o)},initpreviewingbldr:function(o){return e.elementRef_onInitpreviewingbldr(o)}}},"div",{...e.showContent?{}:{hidden:!0,"aria-hidden":!0}},!1),[e._t("default")],2):e._e()},I=[],M=r.normalizeComponent(_,E,I,!1,null,null,null,null);const U=M.exports;exports.default=U;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";const q=require("./index-66f83dfa.cjs"),Sr=({builder:e,context:t,event:n,state:r})=>Object.entries({state:r,Builder:e,builder:e,context:t,event:n}),$r=()=>({isEditing:q.isEditing(),isBrowser:q.isBrowser(),isServer:!q.isBrowser(),getUserAttributes:()=>q.getUserAttributes()}),Jr=(e,{isExpression:t=!0})=>t&&!(e.includes(";")||e.includes(" return ")||e.trim().startsWith("return "))?`return (${e});`:e,Yr=({code:e,builder:t,context:n,event:r,localState:i,rootSetState:s,rootState:u})=>{const h=Sr({builder:t,context:n,event:r,state:Kr(u,i,s)});return new Function(...h.map(([E])=>E),e)(...h.map(([,E])=>E))};function Kr(e,t,n){if(e===t)throw new Error("rootState === localState");return new Proxy(e,{get:(r,i)=>t&&i in t?t[i]:e[i],set:(r,i,s)=>{if(t&&i in t)throw new Error("Writing to local state is not allowed as it is read-only.");return e[i]=s,n==null||n(e),!0}})}const kr=(e,t,n)=>{if(Object(e)!==e)return e;const r=Array.isArray(t)?t:t.toString().match(/[^.[\]]+/g);return r.slice(0,-1).reduce((i,s,u)=>Object(i[s])===i[s]?i[s]:i[s]=Math.abs(Number(r[u+1]))>>0===+r[u+1]?[]:{},e)[r[r.length-1]]=n,e};var C,Zr=function(e){function t(o){return 48>o?o===36:58>o?!0:65>o?!1:91>o?!0:97>o?o===95:123>o?!0:170<=o&&Wr.test(String.fromCharCode(o))}function n(o){return 65>o?o===36:91>o?!0:97>o?o===95:123>o?!0:170<=o&&yr.test(String.fromCharCode(o))}function r(o,a){for(var l=g,p=1,w=0;;){Ze.lastIndex=w;var R=Ze.exec(l);if(R&&R.index<o)++p,w=R.index+R[0].length;else break}throw l={line:p,ab:o-w},a+=" ("+l.line+":"+l.ab+")",a=new SyntaxError(a),a.j=o,a.X=l,a.o=c,a}function i(o){o=o.split(" ");for(var a=Object.create(null),l=0;l<o.length;l++)a[o[l]]=!0;return function(p){return a[p]||!1}}function s(){this.line=le,this.ab=c-K}function u(o,a){he=c,j.C&&(lt=new s),m=o,E(),W=a,Ce=o.m}function h(){for(var o=c,a=j.va&&j.C&&new s,l=g.charCodeAt(c+=2);c<fe&&l!==10&&l!==13&&l!==8232&&l!==8233;)++c,l=g.charCodeAt(c);j.va&&j.va(!1,g.slice(o+2,c),o,c,a,j.C&&new s)}function E(){for(;c<fe;){var o=g.charCodeAt(c);if(o===32)++c;else if(o===13)++c,o=g.charCodeAt(c),o===10&&++c,j.C&&(++le,K=c);else if(o===10||o===8232||o===8233)++c,j.C&&(++le,K=c);else if(8<o&&14>o)++c;else if(o===47)if(o=g.charCodeAt(c+1),o===42){o=void 0;var a=j.va&&j.C&&new s,l=c,p=g.indexOf("*/",c+=2);if(p===-1&&r(c-2,"Unterminated comment"),c=p+2,j.C)for(Ze.lastIndex=l;(o=Ze.exec(g))&&o.index<c;)++le,K=o.index+o[0].length;j.va&&j.va(!0,g.slice(l+2,p),l,c,a,j.C&&new s)}else if(o===47)h();else break;else if(o===160)++c;else if(5760<=o&&Vr.test(String.fromCharCode(o)))++c;else break}}function F(o){switch(o){case 46:o=g.charCodeAt(c+1),48<=o&&57>=o?U(!0):(++c,u(ur));return;case 40:return++c,u(Z);case 41:return++c,u($);case 59:return++c,u(z);case 44:return++c,u(oe);case 91:return++c,u(wt);case 93:return++c,u(Et);case 123:return++c,u(Ie);case 125:return++c,u(ve);case 58:return++c,u(Te);case 63:return++c,u(lr);case 48:if(o=g.charCodeAt(c+1),o===120||o===88){c+=2,o=ae(16),o===null&&r(M+2,"Expected hexadecimal number"),n(g.charCodeAt(c))&&r(c,"Identifier directly after number"),u(Ae,o);return}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return U(!1);case 34:case 39:c++;for(var a="";;){c>=fe&&r(M,"Unterminated string constant");var l=g.charCodeAt(c);if(l===o){++c,u($e,a);break}if(l===92){l=g.charCodeAt(++c);var p=/^[0-7]+/.exec(g.slice(c,c+3));for(p&&(p=p[0]);p&&255<parseInt(p,8);)p=p.slice(0,-1);if(p==="0"&&(p=null),++c,p)V&&r(c-2,"Octal literal in strict mode"),a+=String.fromCharCode(parseInt(p,8)),c+=p.length-1;else switch(l){case 110:a+=`
|
|
2
|
+
`;break;case 114:a+="\r";break;case 120:a+=String.fromCharCode(X(2));break;case 117:a+=String.fromCharCode(X(4));break;case 85:a+=String.fromCharCode(X(8));break;case 116:a+=" ";break;case 98:a+="\b";break;case 118:a+="\v";break;case 102:a+="\f";break;case 48:a+="\0";break;case 13:g.charCodeAt(c)===10&&++c;case 10:j.C&&(K=c,++le);break;default:a+=String.fromCharCode(l)}}else l!==13&&l!==10&&l!==8232&&l!==8233||r(M,"Unterminated string constant"),a+=String.fromCharCode(l),++c}return;case 47:o=g.charCodeAt(c+1),Ce?(++c,Ge()):o===61?O(ce,2):O(cr,1);return;case 37:case 42:g.charCodeAt(c+1)===61?O(ce,2):O(Br,1);return;case 124:case 38:a=g.charCodeAt(c+1),a===o?O(o===124?hr:gr,2):a===61?O(ce,2):O(o===124?Pr:br,1);return;case 94:g.charCodeAt(c+1)===61?O(ce,2):O(Ur,1);return;case 43:case 45:a=g.charCodeAt(c+1),a===o?a===45&&g.charCodeAt(c+2)===62&&Ke.test(g.slice(ie,c))?(c+=3,h(),E(),N()):O(Rr,2):a===61?O(ce,2):O(Lr,1);return;case 60:case 62:a=g.charCodeAt(c+1),l=1,a===o?(l=o===62&&g.charCodeAt(c+2)===62?3:2,g.charCodeAt(c+l)===61?O(ce,l+1):O(Fr,l)):a===33&&o===60&&g.charCodeAt(c+2)===45&&g.charCodeAt(c+3)===45?(c+=4,h(),E(),N()):(a===61&&(l=g.charCodeAt(c+2)===61?3:2),O(_r,l));return;case 61:case 33:g.charCodeAt(c+1)===61?O(Dr,g.charCodeAt(c+2)===61?3:2):O(o===61?pr:fr,1);return;case 126:return O(fr,1)}return!1}function N(o){if(o?c=M+1:M=c,j.C&&(ut=new s),o)return Ge();if(c>=fe)return u(ft);if(o=g.charCodeAt(c),n(o)||o===92)return Xe();if(F(o)===!1){if(o=String.fromCharCode(o),o==="\\"||yr.test(o))return Xe();r(c,"Unexpected character '"+o+"'")}}function O(o,a){var l=g.slice(c,c+a);c+=a,u(o,l)}function Ge(){for(var o,a,l=c;;){c>=fe&&r(l,"Unterminated regexp");var p=g.charAt(c);if(Ke.test(p)&&r(l,"Unterminated regexp"),o)o=!1;else{if(p==="[")a=!0;else if(p==="]"&&a)a=!1;else if(p==="/"&&!a)break;o=p==="\\"}++c}o=g.slice(l,c),++c,(a=pe())&&!/^[gmi]*$/.test(a)&&r(l,"Invalid regexp flag");try{var w=new RegExp(o,a)}catch(R){throw R instanceof SyntaxError&&r(l,R.message),R}u(Vt,w)}function ae(o,a){for(var l=c,p=0,w=a===void 0?1/0:a,R=0;R<w;++R){var L=g.charCodeAt(c);if(L=97<=L?L-97+10:65<=L?L-65+10:48<=L&&57>=L?L-48:1/0,L>=o)break;++c,p=p*o+L}return c===l||a!==void 0&&c-l!==a?null:p}function U(o){var a=c,l=!1,p=g.charCodeAt(c)===48;o||ae(10)!==null||r(a,"Invalid number"),g.charCodeAt(c)===46&&(++c,ae(10),l=!0),o=g.charCodeAt(c),(o===69||o===101)&&(o=g.charCodeAt(++c),o!==43&&o!==45||++c,ae(10)===null&&r(a,"Invalid number"),l=!0),n(g.charCodeAt(c))&&r(c,"Identifier directly after number"),o=g.slice(a,c);var w;l?w=parseFloat(o):p&&o.length!==1?/[89]/.test(o)||V?r(a,"Invalid number"):w=parseInt(o,8):w=parseInt(o,10),u(Ae,w)}function X(o){return o=ae(16,o),o===null&&r(M,"Bad character escape sequence"),o}function pe(){ye=!1;for(var o,a=!0,l=c;;){var p=g.charCodeAt(c);if(t(p))ye&&(o+=g.charAt(c)),++c;else if(p===92){ye||(o=g.slice(l,c)),ye=!0,g.charCodeAt(++c)!==117&&r(c,"Expecting Unicode escape sequence \\uXXXX"),++c,p=X(4);var w=String.fromCharCode(p);w||r(c-1,"Invalid Unicode escape"),(a?n(p):t(p))||r(c-4,"Invalid Unicode escape"),o+=w}else break;a=!1}return ye?o:g.slice(l,c)}function Xe(){var o=pe(),a=ge;!ye&&Xr(o)&&(a=Mr[o]),u(a,o)}function S(){ct=M,ie=he,pt=lt,N()}function qe(o){if(V=o,c=M,j.C)for(;c<K;)K=g.lastIndexOf(`
|
|
3
|
+
`,K-2)+1,--le;E(),N()}function Ft(){this.type=null,this.start=M,this.end=null}function Lt(){this.start=ut,this.end=null,at&&(this.source=at)}function b(){var o=new Ft;return j.C&&(o.X=new Lt),j.vb&&(o.sourceFile=j.vb),j.Xa&&(o.j=[M,0]),o}function ne(o){var a=new Ft;return a.start=o.start,j.C&&(a.X=new Lt,a.X.start=o.X.start),j.Xa&&(a.j=[o.j[0],0]),a}function x(o,a){return o.type=a,o.end=ie,j.C&&(o.X.end=pt),j.Xa&&(o.j[1]=ie),o}function et(o){return o.type==="ExpressionStatement"&&o.la.type==="Literal"&&o.la.value==="use strict"}function A(o){return m===o?(S(),!0):!1}function Ve(){return!j.fc&&(m===ft||m===ve||Ke.test(g.slice(ie,M)))}function ue(){A(z)||Ve()||J()}function I(o){m===o?S():J()}function J(){r(M,"Unexpected token")}function We(o){o.type!=="Identifier"&&o.type!=="MemberExpression"&&r(o.start,"Assigning to rvalue"),V&&o.type==="Identifier"&&Ye(o.name)&&r(o.start,"Assigning to "+o.name+" in strict mode")}function H(){(m===cr||m===ce&&W==="/=")&&N(!0);var o=m,a=b();switch(o){case ht:case Ht:S();var l=o===ht;A(z)||Ve()?a.label=null:m!==ge?J():(a.label=Y(),ue());for(var p=0;p<T.length;++p){var w=T[p];if((a.label===null||w.name===a.label.name)&&(w.kind!==null&&(l||w.kind==="loop")||a.label&&l))break}return p===T.length&&r(a.start,"Unsyntactic "+o.l),x(a,l?"BreakStatement":"ContinueStatement");case $t:return S(),ue(),x(a,"DebuggerStatement");case Yt:return S(),T.push(xt),a.body=H(),T.pop(),I(mt),a.test=je(),ue(),x(a,"DoWhileStatement");case zt:return S(),T.push(xt),I(Z),m===z?tt(a,null):m===dt?(o=b(),S(),Gt(o,!0),x(o,"VariableDeclaration"),o.fa.length===1&&A(Je)?Bt(a,o):tt(a,o)):(o=_(!1,!0),A(Je)?(We(o),Bt(a,o)):tt(a,o));case vt:return S(),ot(a,!0);case Qt:return S(),a.test=je(),a.da=H(),a.alternate=A(Kt)?H():null,x(a,"IfStatement");case qt:return Oe||j.Ib||r(M,"'return' outside of function"),S(),A(z)||Ve()?a.K=null:(a.K=_(),ue()),x(a,"ReturnStatement");case yt:for(S(),a.Qb=je(),a.tb=[],I(Ie),T.push(Hr);m!==ve;)m===gt||m===Jt?(o=m===gt,p&&x(p,"SwitchCase"),a.tb.push(p=b()),p.da=[],S(),o?p.test=_():(l&&r(ct,"Multiple default clauses"),l=!0,p.test=null),I(Te)):(p||J(),p.da.push(H()));return p&&x(p,"SwitchCase"),S(),T.pop(),x(a,"SwitchStatement");case er:return S(),Ke.test(g.slice(ie,M))&&r(ie,"Illegal newline after throw"),a.K=_(),ue(),x(a,"ThrowStatement");case tr:return S(),a.block=Se(),a.Ea=null,m===Wt&&(o=b(),S(),I(Z),o.Ua=Y(),V&&Ye(o.Ua.name)&&r(o.Ua.start,"Binding "+o.Ua.name+" in strict mode"),I($),o.body=Se(),a.Ea=x(o,"CatchClause")),a.fb=A(Zt)?Se():null,a.Ea||a.fb||r(a.start,"Missing catch or finally clause"),x(a,"TryStatement");case dt:return S(),Gt(a),ue(),x(a,"VariableDeclaration");case mt:return S(),a.test=je(),T.push(xt),a.body=H(),T.pop(),x(a,"WhileStatement");case rr:return V&&r(M,"'with' in strict mode"),S(),a.object=je(),a.body=H(),x(a,"WithStatement");case Ie:return Se();case z:return S(),x(a,"EmptyStatement");default:if(l=W,w=_(),o===ge&&w.type==="Identifier"&&A(Te)){for(p=0;p<T.length;++p)T[p].name===l&&r(w.start,"Label '"+l+"' is already declared");return T.push({name:l,kind:m.W?"loop":m===yt?"switch":null}),a.body=H(),T.pop(),a.label=w,x(a,"LabeledStatement")}return a.la=w,ue(),x(a,"ExpressionStatement")}}function je(){I(Z);var o=_();return I($),o}function Se(o){var a=b(),l=!0,p=!1;for(a.body=[],I(Ie);!A(ve);){var w=H();if(a.body.push(w),l&&o&&et(w)){var R=p;qe(p=!0)}l=!1}return p&&!R&&qe(!1),x(a,"BlockStatement")}function tt(o,a){return o.ua=a,I(z),o.test=m===z?null:_(),I(z),o.update=m===$?null:_(),I($),o.body=H(),T.pop(),x(o,"ForStatement")}function Bt(o,a){return o.left=a,o.right=_(),I($),o.body=H(),T.pop(),x(o,"ForInStatement")}function Gt(o,a){for(o.fa=[],o.kind="var";;){var l=b();if(l.id=Y(),V&&Ye(l.id.name)&&r(l.id.start,"Binding "+l.id.name+" in strict mode"),l.ua=A(pr)?_(!0,a):null,o.fa.push(x(l,"VariableDeclarator")),!A(oe))break}}function _(o,a){var l=rt(a);if(!o&&m===oe){for(o=ne(l),o.xb=[l];A(oe);)o.xb.push(rt(a));return x(o,"SequenceExpression")}return l}function rt(o){var a=nt(it(),-1,o);if(A(lr)){var l=ne(a);l.test=a,l.da=_(!0),I(Te),l.alternate=_(!0,o),a=x(l,"ConditionalExpression")}return m.Cb?(l=ne(a),l.operator=W,l.left=a,S(),l.right=rt(o),We(a),x(l,"AssignmentExpression")):a}function nt(o,a,l){var p=m.L;if(p!==null&&(!l||m!==Je)&&p>a){var w=ne(o);return w.left=o,w.operator=W,o=m,S(),w.right=nt(it(),p,l),p=x(w,o===hr||o===gr?"LogicalExpression":"BinaryExpression"),nt(p,a,l)}return o}function it(){if(m.prefix){var o=b(),a=m.$b;return o.operator=W,Ce=o.prefix=!0,S(),o.K=it(),a?We(o.K):V&&o.operator==="delete"&&o.K.type==="Identifier"&&r(o.start,"Deleting local variable in strict mode"),x(o,a?"UpdateExpression":"UnaryExpression")}for(a=ke(He());m.cc&&!Ve();)o=ne(a),o.operator=W,o.prefix=!1,o.K=a,We(a),S(),a=x(o,"UpdateExpression");return a}function ke(o,a){if(A(ur)){var l=ne(o);return l.object=o,l.Wa=Y(!0),l.bb=!1,ke(x(l,"MemberExpression"),a)}return A(wt)?(l=ne(o),l.object=o,l.Wa=_(),l.bb=!0,I(Et),ke(x(l,"MemberExpression"),a)):!a&&A(Z)?(l=ne(o),l.callee=o,l.arguments=st($,!1),ke(x(l,"CallExpression"),a)):o}function He(){switch(m){case ir:var o=b();return S(),x(o,"ThisExpression");case ge:return Y();case Ae:case $e:case Vt:return o=b(),o.value=W,o.raw=g.slice(M,he),S(),x(o,"Literal");case or:case sr:case ar:return o=b(),o.value=m.$a,o.raw=m.l,S(),x(o,"Literal");case Z:o=ut;var a=M;S();var l=_();return l.start=a,l.end=he,j.C&&(l.X.start=o,l.X.end=lt),j.Xa&&(l.j=[a,he]),I($),l;case wt:return o=b(),S(),o.elements=st(Et,!0,!0),x(o,"ArrayExpression");case Ie:for(o=b(),a=!0,l=!1,o.h=[],S();!A(ve);){if(a)a=!1;else if(I(oe),j.sb&&A(ve))break;var p={key:m===Ae||m===$e?He():Y(!0)},w=!1;if(A(Te)){p.value=_(!0);var R=p.kind="init"}else p.key.type!=="Identifier"||p.key.name!=="get"&&p.key.name!=="set"?J():(w=l=!0,R=p.kind=p.key.name,p.key=m===Ae||m===$e?He():Y(!0),m!==Z&&J(),p.value=ot(b(),!1));if(p.key.type==="Identifier"&&(V||l))for(var L=0;L<o.h.length;++L){var de=o.h[L];if(de.key.name===p.key.name){var jt=R===de.kind||w&&de.kind==="init"||R==="init"&&(de.kind==="get"||de.kind==="set");jt&&!V&&R==="init"&&de.kind==="init"&&(jt=!1),jt&&r(p.key.start,"Redefinition of property")}}o.h.push(p)}return x(o,"ObjectExpression");case vt:return o=b(),S(),ot(o,!1);case nr:return o=b(),S(),o.callee=ke(He(),!0),o.arguments=A(Z)?st($,!1):Nr,x(o,"NewExpression")}J()}function ot(o,a){m===ge?o.id=Y():a?J():o.id=null,o.oa=[];var l=!0;for(I(Z);!A($);)l?l=!1:I(oe),o.oa.push(Y());l=Oe;var p=T;if(Oe=!0,T=[],o.body=Se(!0),Oe=l,T=p,V||o.body.body.length&&et(o.body.body[0])){for(l=o.id?-1:0;l<o.oa.length;++l)if(p=0>l?o.id:o.oa[l],(vr(p.name)||Ye(p.name))&&r(p.start,"Defining '"+p.name+"' in strict mode"),0<=l)for(var w=0;w<l;++w)p.name===o.oa[w].name&&r(p.start,"Argument name clash in strict mode")}return x(o,a?"FunctionDeclaration":"FunctionExpression")}function st(o,a,l){for(var p=[],w=!0;!A(o);){if(w)w=!1;else if(I(oe),a&&j.sb&&A(o))break;p.push(l&&m===oe?null:_(!0))}return p}function Y(o){var a=b();return o&&j.yb==="everywhere"&&(o=!1),m===ge?(!o&&(j.yb&&Gr(W)||V&&vr(W))&&g.slice(M,he).indexOf("\\")===-1&&r(M,"The keyword '"+W+"' is reserved"),a.name=W):o&&m.l?a.name=m.l:J(),Ce=!1,S(),x(a,"Identifier")}e.version="0.5.0";var j,g="",fe,at;e.parse=function(o,a){g=String(o),fe=g.length,j=a||{};for(var l in Xt)Object.prototype.hasOwnProperty.call(j,l)||(j[l]=Xt[l]);for(at=j.sourceFile,le=1,c=K=0,Ce=!0,E(),l=j.dc,ct=ie=c,j.C&&(pt=new s),Oe=V=!1,T=[],N(),o=l||b(),a=!0,l||(o.body=[]);m!==ft;)l=H(),o.body.push(l),a&&et(l)&&qe(!0),a=!1;return x(o,"Program")};var Xt={fc:!1,sb:!0,yb:!1,Ib:!1,C:!1,va:null,Xa:!1,dc:null,sourceFile:null,vb:null},c=0,M=0,he=0,ut,lt,m,W,Ce,le,K,ct=0,ie=0,pt,Oe,T,V,Nr=[],Ae={type:"num"},Vt={type:"regexp"},$e={type:"string"},ge={type:"name"},ft={type:"eof"},ht={l:"break"},gt={l:"case",m:!0},Wt={l:"catch"},Ht={l:"continue"},$t={l:"debugger"},Jt={l:"default"},Yt={l:"do",W:!0},Kt={l:"else",m:!0},Zt={l:"finally"},zt={l:"for",W:!0},vt={l:"function"},Qt={l:"if"},qt={l:"return",m:!0},yt={l:"switch"},er={l:"throw",m:!0},tr={l:"try"},dt={l:"var"},mt={l:"while",W:!0},rr={l:"with"},nr={l:"new",m:!0},ir={l:"this"},or={l:"null",$a:null},sr={l:"true",$a:!0},ar={l:"false",$a:!1},Je={l:"in",L:7,m:!0},Mr={break:ht,case:gt,catch:Wt,continue:Ht,debugger:$t,default:Jt,do:Yt,else:Kt,finally:Zt,for:zt,function:vt,if:Qt,return:qt,switch:yt,throw:er,try:tr,var:dt,while:mt,with:rr,null:or,true:sr,false:ar,new:nr,in:Je,instanceof:{l:"instanceof",L:7,m:!0},this:ir,typeof:{l:"typeof",prefix:!0,m:!0},void:{l:"void",prefix:!0,m:!0},delete:{l:"delete",prefix:!0,m:!0}},wt={type:"[",m:!0},Et={type:"]"},Ie={type:"{",m:!0},ve={type:"}"},Z={type:"(",m:!0},$={type:")"},oe={type:",",m:!0},z={type:";",m:!0},Te={type:":",m:!0},ur={type:"."},lr={type:"?",m:!0},cr={L:10,m:!0},pr={Cb:!0,m:!0},ce={Cb:!0,m:!0},Rr={cc:!0,prefix:!0,$b:!0},fr={prefix:!0,m:!0},hr={L:1,m:!0},gr={L:2,m:!0},Pr={L:3,m:!0},Ur={L:4,m:!0},br={L:5,m:!0},Dr={L:6,m:!0},_r={L:7,m:!0},Fr={L:8,m:!0},Lr={L:9,prefix:!0,m:!0},Br={L:10,m:!0},Gr=i("class enum extends super const export import"),vr=i("implements interface let package private protected public static yield"),Ye=i("eval arguments"),Xr=i("break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this"),Vr=/[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/,yr=RegExp("[ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛰᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々-〇〡-〩〱-〵〸-〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ]"),Wr=RegExp("[ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԧԱ-Ֆՙա-ևא-תװ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࢠࢢ-ࢬऄ-हऽॐक़-ॡॱ-ॷॹ-ॿঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-ళవ-హఽౘౙౠౡಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൠൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏼᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛰᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡷᢀ-ᢨᢪᢰ-ᣵᤀ-ᤜᥐ-ᥭᥰ-ᥴᦀ-ᦫᧁ-ᧇᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕℙ-ℝℤΩℨK-ℭℯ-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞⸯ々-〇〡-〩〱-〵〸-〼ぁ-ゖゝ-ゟァ-ヺー-ヿㄅ-ㄭㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿌ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚗꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꪀ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ̀-ͯ҃-֑҇-ׇֽֿׁׂׅׄؐ-ؚؠ-ىٲ-ۓۧ-ۨۻ-ۼܰ-݊ࠀ-ࠔࠛ-ࠣࠥ-ࠧࠩ-࠭ࡀ-ࡗࣤ-ࣾऀ-ःऺ-़ा-ॏ॑-ॗॢ-ॣ०-९ঁ-ঃ়া-ৄেৈৗয়-ৠਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢ-ૣ૦-૯ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୟ-ୠ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఁ-ఃె-ైొ-్ౕౖౢ-ౣ౦-౯ಂಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢ-ೣ೦-೯ംഃെ-ൈൗൢ-ൣ൦-൯ංඃ්ා-ුූෘ-ෟෲෳิ-ฺเ-ๅ๐-๙ິ-ູ່-ໍ໐-໙༘༙༠-༩༹༵༷ཁ-ཇཱ-྄྆-྇ྍ-ྗྙ-ྼ࿆က-ဩ၀-၉ၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟ᜎ-ᜐᜠ-ᜰᝀ-ᝐᝲᝳក-ឲ៝០-៩᠋-᠍᠐-᠙ᤠ-ᤫᤰ-᤻ᥑ-ᥭᦰ-ᧀᧈ-ᧉ᧐-᧙ᨀ-ᨕᨠ-ᩓ᩠-᩿᩼-᪉᪐-᪙ᭆ-ᭋ᭐-᭙᭫-᭳᮰-᮹᯦-᯳ᰀ-ᰢ᱀-᱉ᱛ-ᱽ᳐-᳒ᴀ-ᶾḁ-ἕ‿⁀⁔⃐-⃥⃜⃡-⃰ⶁ-ⶖⷠ-ⷿ〡-〨゙゚Ꙁ-ꙭꙴ-꙽ꚟ꛰-꛱ꟸ-ꠀ꠆ꠋꠣ-ꠧꢀ-ꢁꢴ-꣄꣐-꣙ꣳ-ꣷ꤀-꤉ꤦ-꤭ꤰ-ꥅꦀ-ꦃ꦳-꧀ꨀ-ꨧꩀ-ꩁꩌ-ꩍ꩐-꩙ꩻꫠ-ꫩꫲ-ꫳꯀ-ꯡ꯬꯭꯰-꯹ﬠ-ﬨ︀-️︠-︦︳︴﹍-﹏0-9_]"),Ke=/[\n\r\u2028\u2029]/,Ze=/\r\n|[\n\r\u2028\u2029]/g,ye,xt={kind:"loop"},Hr={kind:"switch"}},kt=kt=typeof globalThis>"u"?void 0:globalThis;Zr(kt.j||(kt.j={}));function f(e,t){typeof e=="string"&&(e=we(e,"code"));var n=e.constructor;this.ya=function(){return new n({options:{}})};var r=this.ya(),i;for(i in e)r[i]=i==="body"?e[i].slice():e[i];this.ra=r,this.ca=[],this.qb=t,this.za=!1,this.ba=[],this.Ya=0,this.rb=Object.create(null),e=/^step([A-Z]\w*)$/;var s,u;for(u in this)typeof this[u]=="function"&&(s=u.match(e))&&(this.rb[s[1]]=this[u].bind(this));this.N=Ot(this,this.ra,null),this.Na=this.N.object,this.ra=we(this.ba.join(`
|
|
4
|
+
`),"polyfills"),this.ba=void 0,ze(this.ra),s=new y(this.ra,this.N),s.done=!1,this.o=[s],this.Eb(),this.value=void 0,this.ra=r,s=new y(this.ra,this.N),s.done=!1,this.o.length=0,this.o[0]=s}var dr={C:!0,kc:5},At={configurable:!0,enumerable:!0,writable:!1},v={configurable:!0,enumerable:!1,writable:!0},G={configurable:!0,enumerable:!1,writable:!1},Ne={configurable:!1,enumerable:!1,writable:!1},mr={configurable:!1,enumerable:!0,writable:!0},Cr={STEP_ERROR:!0},xe={SCOPE_REFERENCE:!0},_e={VALUE_IN_DESCRIPTOR:!0},me={REGEXP_TIMEOUT:!0},wr=[],ee=null,be=null,se=typeof globalThis>"u"?void 0:globalThis,zr=["onmessage = function(e) {","var result;","var data = e.data;","switch (data[0]) {","case 'split':","result = data[1].split(data[2], data[3]);","break;","case 'match':","result = data[1].match(data[2]);","break;","case 'search':","result = data[1].search(data[2]);","break;","case 'replace':","result = data[1].replace(data[2], data[3]);","break;","case 'exec':","var regexp = data[1];","regexp.lastIndex = data[2];","result = [regexp.exec(data[3]), data[1].lastIndex];","break;","default:","throw Error('Unknown RegExp operation: ' + data[0]);","}","postMessage(result);","close();","};"];function It(e){var t=e>>>0;return t===Number(e)?t:NaN}function De(e){var t=e>>>0;return String(t)===String(e)&&t!==4294967295?t:NaN}function ze(e,t,n){t?e.start=t:delete e.start,n?e.end=n:delete e.end;for(var r in e)if(r!=="loc"&&e.hasOwnProperty(r)){var i=e[r];i&&typeof i=="object"&&ze(i,t,n)}}f.prototype.REGEXP_MODE=2;f.prototype.REGEXP_THREAD_TIMEOUT=1e3;f.prototype.POLYFILL_TIMEOUT=1e3;C=f.prototype;C.P=!1;C.Ka=!1;C.Kb=0;C.ic=0;function we(e,t){var n={},r;for(r in dr)n[r]=dr[r];return n.sourceFile=t,se.j.parse(e,n)}C.Jb=function(e){var t=this.o[0];if(!t||t.node.type!=="Program")throw Error("Expecting original AST to start with a Program node");if(typeof e=="string"&&(e=we(e,"appendCode"+this.Kb++)),!e||e.type!=="Program")throw Error("Expecting new AST to start with a Program node");Fe(this,e,t.scope),Array.prototype.push.apply(t.node.body,e.body),t.node.body.jb=null,t.done=!1};C.lb=function(){var e=this.o,t;do{var n=e[e.length-1];if(this.za)break;if(!n||n.node.type==="Program"&&n.done){if(!this.ca.length)return!1;if(n=this.ca[0],!n||n.time>Date.now())n=null;else{this.ca.shift(),0<=n.interval&&Ir(this,n,n.interval);var r=new y(n.node,n.scope);n.zb&&(r.ia=2,r.B=this.Na,r.U=n.zb,r.Qa=!0,r.F=n.Lb),n=r}if(!n)break}r=n.node;var i=be;be=this;try{var s=this.rb[r.type](e,n,r)}catch(u){if(u!==Cr)throw this.value!==u&&(this.value=void 0),u}finally{be=i}if(s&&e.push(s),this.P)throw this.value=void 0,Error("Getter not supported in this context");if(this.Ka)throw this.value=void 0,Error("Setter not supported in this context");t||r.end||(t=Date.now()+this.POLYFILL_TIMEOUT)}while(!r.end&&t>Date.now());return!0};C.Eb=function(){for(;!this.za&&this.lb(););return this.za};function Qr(e,t){e.g(t,"NaN",NaN,Ne),e.g(t,"Infinity",1/0,Ne),e.g(t,"undefined",void 0,Ne),e.g(t,"window",t,At),e.g(t,"this",t,Ne),e.g(t,"self",t),e.M=new k(null),e.Z=new k(e.M),qr(e,t),en(e,t),t.xa=e.M,e.g(t,"constructor",e.v,v),tn(e,t),rn(e,t),nn(e,t),on(e,t),sn(e,t),an(e,t),un(e,t),ln(e,t),cn(e,t);var n=e.i(function(){throw EvalError("Can't happen")},!1);n.eval=!0,e.g(t,"eval",n,v),e.g(t,"parseInt",e.i(parseInt,!1),v),e.g(t,"parseFloat",e.i(parseFloat,!1),v),e.g(t,"isNaN",e.i(isNaN,!1),v),e.g(t,"isFinite",e.i(isFinite,!1),v);for(var r=[[escape,"escape"],[unescape,"unescape"],[decodeURI,"decodeURI"],[decodeURIComponent,"decodeURIComponent"],[encodeURI,"encodeURI"],[encodeURIComponent,"encodeURIComponent"]],i=0;i<r.length;i++)n=function(s){return function(u){try{return s(u)}catch(h){d(e,e.Gb,h.message)}}}(r[i][0]),e.g(t,r[i][1],e.i(n,!1),v);n=function(s){return Er(e,!1,arguments)},e.g(t,"setTimeout",e.i(n,!1),v),n=function(s){return Er(e,!0,arguments)},e.g(t,"setInterval",e.i(n,!1),v),n=function(s){xr(e,s)},e.g(t,"clearTimeout",e.i(n,!1),v),n=function(s){xr(e,s)},e.g(t,"clearInterval",e.i(n,!1),v),e.OBJECT=e.v,e.OBJECT_PROTO=e.M,e.FUNCTION=e.O,e.FUNCTION_PROTO=e.Z,e.ARRAY=e.qa,e.ARRAY_PROTO=e.La,e.REGEXP=e.I,e.REGEXP_PROTO=e.Ma,e.DATE=e.$,e.DATE_PROTO=e.nb,e.qb&&e.qb(e,t)}C.Wb=0;function qr(e,t){var n=/^[A-Za-z_$][\w$]*$/,r=function(i){var s=arguments.length?String(arguments[arguments.length-1]):"",u=Array.prototype.slice.call(arguments,0,-1).join(",").trim();if(u){u=u.split(/\s*,\s*/);for(var h=0;h<u.length;h++){var E=u[h];n.test(E)||d(e,e.T,"Invalid function argument: "+E)}u=u.join(", ")}try{var F=we("(function("+u+") {"+s+"})","function"+e.Wb++)}catch(N){d(e,e.T,"Invalid code: "+N.message)}return F.body.length!==1&&d(e,e.T,"Invalid code in function body"),Mt(e,F.body[0].la,e.N,"anonymous")};e.O=e.i(r,!0),e.g(t,"Function",e.O,v),e.g(e.O,"prototype",e.Z,v),e.g(e.Z,"constructor",e.O,v),e.Z.Ta=function(){},e.Z.Ta.id=e.Ya++,e.Z.Ab=!0,e.g(e.Z,"length",0,G),e.Z.H="Function",r=function(i,s){var u=e.o[e.o.length-1];u.U=this,u.B=i,u.F=[],s!=null&&(s instanceof k?u.F=Or(e,s):d(e,e.j,"CreateListFromArrayLike called on non-object")),u.eb=!1},P(e,e.O,"apply",r),r=function(i){var s=e.o[e.o.length-1];s.U=this,s.B=i,s.F=[];for(var u=1;u<arguments.length;u++)s.F.push(arguments[u]);s.eb=!1},P(e,e.O,"call",r),e.ba.push("Object.defineProperty(Function.prototype, 'bind',","{configurable: true, writable: true, value:","function bind(oThis) {","if (typeof this !== 'function') {","throw TypeError('What is trying to be bound is not callable');","}","var aArgs = Array.prototype.slice.call(arguments, 1),","fToBind = this,","fNOP = function() {},","fBound = function() {","return fToBind.apply(this instanceof fNOP","? this",": oThis,","aArgs.concat(Array.prototype.slice.call(arguments)));","};","if (this.prototype) {","fNOP.prototype = this.prototype;","}","fBound.prototype = new fNOP();","return fBound;","}","});",""),r=function(){return String(this)},P(e,e.O,"toString",r),e.g(e.O,"toString",e.i(r,!1),v),r=function(){return this.valueOf()},P(e,e.O,"valueOf",r),e.g(e.O,"valueOf",e.i(r,!1),v)}function en(e,t){function n(i){i!=null||d(e,e.j,"Cannot convert '"+i+"' to object")}var r=function(i){if(i==null)return re(e)?this:e.s(e.M);if(!(i instanceof k)){var s=e.s(te(e,i));return s.data=i,s}return i};e.v=e.i(r,!0),e.g(e.v,"prototype",e.M,v),e.g(e.M,"constructor",e.v,v),e.g(t,"Object",e.v,v),r=function(i){return n(i),Q(e,Object.getOwnPropertyNames(i instanceof k?i.h:i))},e.g(e.v,"getOwnPropertyNames",e.i(r,!1),v),r=function(i){return n(i),i instanceof k&&(i=i.h),Q(e,Object.keys(i))},e.g(e.v,"keys",e.i(r,!1),v),r=function(i){return i===null?e.s(null):(i instanceof k||d(e,e.j,"Object prototype may only be an Object or null, not "+i),e.s(i))},e.g(e.v,"create",e.i(r,!1),v),e.ba.push("(function() {","var create_ = Object.create;","Object.create = function create(proto, props) {","var obj = create_(proto);","props && Object.defineProperties(obj, props);","return obj;","};","})();",""),r=function(i,s,u){return s=String(s),i instanceof k||d(e,e.j,"Object.defineProperty called on non-object: "+i),u instanceof k||d(e,e.j,"Property description must be an object"),!i.preventExtensions||s in i.h||d(e,e.j,"Can't define property '"+s+"', object is not extensible"),e.g(i,s,_e,u.h),i},e.g(e.v,"defineProperty",e.i(r,!1),v),e.ba.push("(function() {","var defineProperty_ = Object.defineProperty;","Object.defineProperty = function defineProperty(obj, prop, d1) {","var d2 = {};","if ('configurable' in d1) d2.configurable = d1.configurable;","if ('enumerable' in d1) d2.enumerable = d1.enumerable;","if ('writable' in d1) d2.writable = d1.writable;","if ('value' in d1) d2.value = d1.value;","if ('get' in d1) d2.get = d1.get;","if ('set' in d1) d2.set = d1.set;","return defineProperty_(obj, prop, d2);","};","})();","Object.defineProperty(Object, 'defineProperties',","{configurable: true, writable: true, value:","function defineProperties(obj, props) {","var keys = Object.keys(props);","for (var i = 0; i < keys.length; i++) {","Object.defineProperty(obj, keys[i], props[keys[i]]);","}","return obj;","}","});",""),r=function(i,s){if(i instanceof k||d(e,e.j,"Object.getOwnPropertyDescriptor called on non-object: "+i),s=String(s),s in i.h){var u=Object.getOwnPropertyDescriptor(i.h,s),h=i.V[s];return i=i.Y[s],s=e.s(e.M),h||i?(e.g(s,"get",h),e.g(s,"set",i)):(e.g(s,"value",u.value),e.g(s,"writable",u.writable)),e.g(s,"configurable",u.configurable),e.g(s,"enumerable",u.enumerable),s}},e.g(e.v,"getOwnPropertyDescriptor",e.i(r,!1),v),r=function(i){return n(i),te(e,i)},e.g(e.v,"getPrototypeOf",e.i(r,!1),v),r=function(i){return!!i&&!i.preventExtensions},e.g(e.v,"isExtensible",e.i(r,!1),v),r=function(i){return i instanceof k&&(i.preventExtensions=!0),i},e.g(e.v,"preventExtensions",e.i(r,!1),v),P(e,e.v,"toString",k.prototype.toString),P(e,e.v,"toLocaleString",k.prototype.toString),P(e,e.v,"valueOf",k.prototype.valueOf),r=function(i){return n(this),this instanceof k?String(i)in this.h:this.hasOwnProperty(i)},P(e,e.v,"hasOwnProperty",r),r=function(i){return n(this),this instanceof k?Object.prototype.propertyIsEnumerable.call(this.h,i):this.propertyIsEnumerable(i)},P(e,e.v,"propertyIsEnumerable",r),r=function(i){for(;;){if(i=te(e,i),!i)return!1;if(i===this)return!0}},P(e,e.v,"isPrototypeOf",r)}function tn(e,t){var n=function(r){var i=re(e)?this:Ee(e),s=arguments[0];if(arguments.length===1&&typeof s=="number")isNaN(It(s))&&d(e,e.ob,"Invalid array length: "+s),i.h.length=s;else{for(s=0;s<arguments.length;s++)i.h[s]=arguments[s];i.h.length=s}return i};e.qa=e.i(n,!0),e.La=e.qa.h.prototype,e.g(t,"Array",e.qa,v),n=function(r){return r&&r.H==="Array"},e.g(e.qa,"isArray",e.i(n,!1),v),e.g(e.La,"length",0,{configurable:!1,enumerable:!1,writable:!0}),e.La.H="Array",e.ba.push("(function() {","function createArrayMethod_(f) {","Object.defineProperty(Array.prototype, f.name,","{configurable: true, writable: true, value: f});","}","createArrayMethod_(","function pop() {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","if (!len || len < 0) {","o.length = 0;","return undefined;","}","len--;","var x = o[len];","delete o[len];","o.length = len;","return x;","}",");","createArrayMethod_(","function push(var_args) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","for (var i = 0; i < arguments.length; i++) {","o[len] = arguments[i];","len++;","}","o.length = len;","return len;","}",");","createArrayMethod_(","function shift() {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","if (!len || len < 0) {","o.length = 0;","return undefined;","}","var value = o[0];","for (var i = 0; i < len - 1; i++) {","if ((i + 1) in o) {","o[i] = o[i + 1];","} else {","delete o[i];","}","}","delete o[i];","o.length = len - 1;","return value;","}",");","createArrayMethod_(","function unshift(var_args) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","if (!len || len < 0) {","len = 0;","}","for (var i = len - 1; i >= 0; i--) {","if (i in o) {","o[i + arguments.length] = o[i];","} else {","delete o[i + arguments.length];","}","}","for (var i = 0; i < arguments.length; i++) {","o[i] = arguments[i];","}","return (o.length = len + arguments.length);","}",");","createArrayMethod_(","function reverse() {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","if (!len || len < 2) {","return o;","}","for (var i = 0; i < len / 2 - 0.5; i++) {","var x = o[i];","var hasX = i in o;","if ((len - i - 1) in o) {","o[i] = o[len - i - 1];","} else {","delete o[i];","}","if (hasX) {","o[len - i - 1] = x;","} else {","delete o[len - i - 1];","}","}","return o;","}",");","createArrayMethod_(","function indexOf(searchElement, fromIndex) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","var n = fromIndex | 0;","if (!len || n >= len) {","return -1;","}","var i = Math.max(n >= 0 ? n : len - Math.abs(n), 0);","while (i < len) {","if (i in o && o[i] === searchElement) {","return i;","}","i++;","}","return -1;","}",");","createArrayMethod_(","function lastIndexOf(searchElement, fromIndex) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","if (!len) {","return -1;","}","var n = len - 1;","if (arguments.length > 1) {","n = fromIndex | 0;","if (n) {","n = (n > 0 || -1) * Math.floor(Math.abs(n));","}","}","var i = n >= 0 ? Math.min(n, len - 1) : len - Math.abs(n);","while (i >= 0) {","if (i in o && o[i] === searchElement) {","return i;","}","i--;","}","return -1;","}",");","createArrayMethod_(","function slice(start, end) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","start |= 0;","start = (start >= 0) ? start : Math.max(0, len + start);","if (typeof end !== 'undefined') {","if (end !== Infinity) {","end |= 0;","}","if (end < 0) {","end = len + end;","} else {","end = Math.min(end, len);","}","} else {","end = len;","}","var size = end - start;","var cloned = new Array(size);","for (var i = 0; i < size; i++) {","if ((start + i) in o) {","cloned[i] = o[start + i];","}","}","return cloned;","}",");","createArrayMethod_(","function splice(start, deleteCount, var_args) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","start |= 0;","if (start < 0) {","start = Math.max(len + start, 0);","} else {","start = Math.min(start, len);","}","if (arguments.length < 1) {","deleteCount = len - start;","} else {","deleteCount |= 0;","deleteCount = Math.max(0, Math.min(deleteCount, len - start));","}","var removed = [];","for (var i = start; i < start + deleteCount; i++) {","if (i in o) {","removed.push(o[i]);","} else {","removed.length++;","}","if ((i + deleteCount) in o) {","o[i] = o[i + deleteCount];","} else {","delete o[i];","}","}","for (var i = start + deleteCount; i < len - deleteCount; i++) {","if ((i + deleteCount) in o) {","o[i] = o[i + deleteCount];","} else {","delete o[i];","}","}","for (var i = len - deleteCount; i < len; i++) {","delete o[i];","}","len -= deleteCount;","var arl = arguments.length - 2;","for (var i = len - 1; i >= start; i--) {","if (i in o) {","o[i + arl] = o[i];","} else {","delete o[i + arl];","}","}","len += arl;","for (var i = 2; i < arguments.length; i++) {","o[start + i - 2] = arguments[i];","}","o.length = len;","return removed;","}",");","createArrayMethod_(","function concat(var_args) {","if (!this) throw TypeError();","var o = Object(this);","var cloned = [];","for (var i = -1; i < arguments.length; i++) {","var value = (i === -1) ? o : arguments[i];","if (Array.isArray(value)) {","for (var j = 0, l = value.length; j < l; j++) {","if (j in value) {","cloned.push(value[j]);","} else {","cloned.length++;","}","}","} else {","cloned.push(value);","}","}","return cloned;","}",");","createArrayMethod_(","function join(opt_separator) {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","var sep = typeof opt_separator === 'undefined' ?","',' : ('' + opt_separator);","var str = '';","for (var i = 0; i < len; i++) {","if (i && sep) str += sep;","str += (o[i] === null || o[i] === undefined) ? '' : o[i];","}","return str;","}",");","createArrayMethod_(","function every(callbackfn, thisArg) {","if (!this || typeof callbackfn !== 'function') throw TypeError();","var t, k = 0;","var o = Object(this), len = o.length >>> 0;","if (arguments.length > 1) t = thisArg;","while (k < len) {","if (k in o && !callbackfn.call(t, o[k], k, o)) return false;","k++;","}","return true;","}",");","createArrayMethod_(","function filter(fun, var_args) {","if (this === void 0 || this === null || typeof fun !== 'function') throw TypeError();","var o = Object(this), len = o.length >>> 0;","var res = [];","var thisArg = arguments.length >= 2 ? arguments[1] : void 0;","for (var i = 0; i < len; i++) {","if (i in o) {","var val = o[i];","if (fun.call(thisArg, val, i, o)) res.push(val);","}","}","return res;","}",");","createArrayMethod_(","function forEach(callback, thisArg) {","if (!this || typeof callback !== 'function') throw TypeError();","var t, k = 0;","var o = Object(this), len = o.length >>> 0;","if (arguments.length > 1) t = thisArg;","while (k < len) {","if (k in o) callback.call(t, o[k], k, o);","k++;","}","}",");","createArrayMethod_(","function map(callback, thisArg) {","if (!this || typeof callback !== 'function') throw TypeError();","var t, k = 0;","var o = Object(this), len = o.length >>> 0;","if (arguments.length > 1) t = thisArg;","var a = new Array(len);","while (k < len) {","if (k in o) a[k] = callback.call(t, o[k], k, o);","k++;","}","return a;","}",");","createArrayMethod_(","function reduce(callback /*, initialValue*/) {","if (!this || typeof callback !== 'function') throw TypeError();","var o = Object(this), len = o.length >>> 0;","var k = 0, value;","if (arguments.length === 2) {","value = arguments[1];","} else {","while (k < len && !(k in o)) k++;","if (k >= len) {","throw TypeError('Reduce of empty array with no initial value');","}","value = o[k++];","}","for (; k < len; k++) {","if (k in o) value = callback(value, o[k], k, o);","}","return value;","}",");","createArrayMethod_(","function reduceRight(callback /*, initialValue*/) {","if (null === this || 'undefined' === typeof this || 'function' !== typeof callback) throw TypeError();","var o = Object(this), len = o.length >>> 0;","var k = len - 1, value;","if (arguments.length >= 2) {","value = arguments[1];","} else {","while (k >= 0 && !(k in o)) k--;","if (k < 0) {","throw TypeError('Reduce of empty array with no initial value');","}","value = o[k--];","}","for (; k >= 0; k--) {","if (k in o) value = callback(value, o[k], k, o);","}","return value;","}",");","createArrayMethod_(","function some(fun/*, thisArg*/) {","if (!this || typeof fun !== 'function') throw TypeError();","var o = Object(this), len = o.length >>> 0;","var thisArg = arguments.length >= 2 ? arguments[1] : void 0;","for (var i = 0; i < len; i++) {","if (i in o && fun.call(thisArg, o[i], i, o)) return true;","}","return false;","}",");","createArrayMethod_(","function sort(opt_comp) {","if (!this) throw TypeError();","if (typeof opt_comp !== 'function') {","opt_comp = undefined;","}","for (var i = 0; i < this.length; i++) {","var changes = 0;","for (var j = 0; j < this.length - i - 1; j++) {","if (opt_comp ? (opt_comp(this[j], this[j + 1]) > 0) :","(String(this[j]) > String(this[j + 1]))) {","var swap = this[j];","var hasSwap = j in this;","if ((j + 1) in this) {","this[j] = this[j + 1];","} else {","delete this[j];","}","if (hasSwap) {","this[j + 1] = swap;","} else {","delete this[j + 1];","}","changes++;","}","}","if (!changes) break;","}","return this;","}",");","createArrayMethod_(","function toLocaleString() {","if (!this) throw TypeError();","var o = Object(this), len = o.length >>> 0;","var out = [];","for (var i = 0; i < len; i++) {","out[i] = (o[i] === null || o[i] === undefined) ? '' : o[i].toLocaleString();","}","return out.join(',');","}",");","})();","")}function rn(e,t){var n=function(r){return r=arguments.length?se.String(r):"",re(e)?(this.data=r,this):r};for(e.J=e.i(n,!0),e.g(t,"String",e.J,v),e.g(e.J,"fromCharCode",e.i(String.fromCharCode,!1),v),t="charAt charCodeAt concat indexOf lastIndexOf slice substr substring toLocaleLowerCase toLocaleUpperCase toLowerCase toUpperCase trim".split(" "),n=0;n<t.length;n++)P(e,e.J,t[n],String.prototype[t[n]]);n=function(r,i,s){i=e.R(i),s=e.R(s);try{return String(this).localeCompare(r,i,s)}catch(u){d(e,e.D,"localeCompare: "+u.message)}},P(e,e.J,"localeCompare",n),n=function(r,i,s){var u=String(this);if(i=i?Number(i):void 0,D(e,r,e.I)&&(r=r.data,Re(e,r,s),e.REGEXP_MODE===2)){if(ee)r=Me(e,"string.split(separator, limit)",{string:u,separator:r,limit:i},r,s),r!==me&&s(Q(e,r));else{var h=e.ha(),E=Pe(e,r,h,s);h.onmessage=function(F){clearTimeout(E),s(Q(e,F.data))},h.postMessage(["split",u,r,i])}return}r=u.split(r,i),s(Q(e,r))},Ue(e,e.J,"split",n),n=function(r,i){var s=String(this);if(r=D(e,r,e.I)?r.data:new RegExp(r),Re(e,r,i),e.REGEXP_MODE===2)if(ee)r=Me(e,"string.match(regexp)",{string:s,regexp:r},r,i),r!==me&&i(r&&Q(e,r));else{var u=e.ha(),h=Pe(e,r,u,i);u.onmessage=function(E){clearTimeout(h),i(E.data&&Q(e,E.data))},u.postMessage(["match",s,r])}else r=s.match(r),i(r&&Q(e,r))},Ue(e,e.J,"match",n),n=function(r,i){var s=String(this);if(D(e,r,e.I)?r=r.data:r=new RegExp(r),Re(e,r,i),e.REGEXP_MODE===2)if(ee)r=Me(e,"string.search(regexp)",{string:s,regexp:r},r,i),r!==me&&i(r);else{var u=e.ha(),h=Pe(e,r,u,i);u.onmessage=function(E){clearTimeout(h),i(E.data)},u.postMessage(["search",s,r])}else i(s.search(r))},Ue(e,e.J,"search",n),n=function(r,i,s){var u=String(this);if(i=String(i),D(e,r,e.I)&&(r=r.data,Re(e,r,s),e.REGEXP_MODE===2)){if(ee)r=Me(e,"string.replace(substr, newSubstr)",{string:u,substr:r,newSubstr:i},r,s),r!==me&&s(r);else{var h=e.ha(),E=Pe(e,r,h,s);h.onmessage=function(F){clearTimeout(E),s(F.data)},h.postMessage(["replace",u,r,i])}return}s(u.replace(r,i))},Ue(e,e.J,"replace",n),e.ba.push("(function() {","var replace_ = String.prototype.replace;","String.prototype.replace = function replace(substr, newSubstr) {","if (typeof newSubstr !== 'function') {","return replace_.call(this, substr, newSubstr);","}","var str = this;","if (substr instanceof RegExp) {","var subs = [];","var m = substr.exec(str);","while (m) {","m.push(m.index, str);","var inject = newSubstr.apply(null, m);","subs.push([m.index, m[0].length, inject]);","m = substr.global ? substr.exec(str) : null;","}","for (var i = subs.length - 1; i >= 0; i--) {","str = str.substring(0, subs[i][0]) + subs[i][2] + str.substring(subs[i][0] + subs[i][1]);","}","} else {","var i = str.indexOf(substr);","if (i !== -1) {","var inject = newSubstr(str.substr(i, substr.length), i, str);","str = str.substring(0, i) + inject + str.substring(i + substr.length);","}","}","return str;","};","})();","")}function nn(e,t){e.mb=e.i(function(n){return n=se.Boolean(n),re(e)?(this.data=n,this):n},!0),e.g(t,"Boolean",e.mb,v)}function on(e,t){var n=function(r){return r=arguments.length?se.Number(r):0,re(e)?(this.data=r,this):r};for(e.aa=e.i(n,!0),e.g(t,"Number",e.aa,v),t=["MAX_VALUE","MIN_VALUE","NaN","NEGATIVE_INFINITY","POSITIVE_INFINITY"],n=0;n<t.length;n++)e.g(e.aa,t[n],Number[t[n]],Ne);n=function(r){try{return Number(this).toExponential(r)}catch(i){d(e,e.D,i.message)}},P(e,e.aa,"toExponential",n),n=function(r){try{return Number(this).toFixed(r)}catch(i){d(e,e.D,i.message)}},P(e,e.aa,"toFixed",n),n=function(r){try{return Number(this).toPrecision(r)}catch(i){d(e,e.D,i.message)}},P(e,e.aa,"toPrecision",n),n=function(r){try{return Number(this).toString(r)}catch(i){d(e,e.D,i.message)}},P(e,e.aa,"toString",n),n=function(r,i){r=r?e.R(r):void 0,i=i?e.R(i):void 0;try{return Number(this).toLocaleString(r,i)}catch(s){d(e,e.D,"toLocaleString: "+s.message)}},P(e,e.aa,"toLocaleString",n)}function sn(e,t){var n=function(i,s){if(!re(e))return se.Date();var u=[null].concat(Array.from(arguments));return this.data=new(Function.prototype.bind.apply(se.Date,u)),this};e.$=e.i(n,!0),e.nb=e.$.h.prototype,e.g(t,"Date",e.$,v),e.g(e.$,"now",e.i(Date.now,!1),v),e.g(e.$,"parse",e.i(Date.parse,!1),v),e.g(e.$,"UTC",e.i(Date.UTC,!1),v),t="getDate getDay getFullYear getHours getMilliseconds getMinutes getMonth getSeconds getTime getTimezoneOffset getUTCDate getUTCDay getUTCFullYear getUTCHours getUTCMilliseconds getUTCMinutes getUTCMonth getUTCSeconds getYear setDate setFullYear setHours setMilliseconds setMinutes setMonth setSeconds setTime setUTCDate setUTCFullYear setUTCHours setUTCMilliseconds setUTCMinutes setUTCMonth setUTCSeconds setYear toDateString toISOString toJSON toGMTString toLocaleDateString toLocaleString toLocaleTimeString toTimeString toUTCString".split(" ");for(var r=0;r<t.length;r++)n=function(i){return function(s){var u=this.data;u instanceof Date||d(e,e.j,i+" not called on a Date");for(var h=[],E=0;E<arguments.length;E++)h[E]=e.R(arguments[E]);return u[i].apply(u,h)}}(t[r]),P(e,e.$,t[r],n)}function an(e,t){var n=function(r,i){if(re(e))var s=this;else{if(i===void 0&&D(e,r,e.I))return r;s=e.s(e.Ma)}r=r===void 0?"":String(r),i=i?String(i):"",/^[gmi]*$/.test(i)||d(e,e.T,"Invalid regexp flag: "+i);try{var u=new se.RegExp(r,i)}catch(h){d(e,e.T,h.message)}return Tt(e,s,u),s};e.I=e.i(n,!0),e.Ma=e.I.h.prototype,e.g(t,"RegExp",e.I,v),e.g(e.I.h.prototype,"global",void 0,G),e.g(e.I.h.prototype,"ignoreCase",void 0,G),e.g(e.I.h.prototype,"multiline",void 0,G),e.g(e.I.h.prototype,"source","(?:)",G),e.ba.push("Object.defineProperty(RegExp.prototype, 'test',","{configurable: true, writable: true, value:","function test(str) {","return !!this.exec(str);","}","});"),n=function(r,i){function s(N){if(N){var O=Q(e,N);return e.g(O,"index",N.index),e.g(O,"input",N.input),O}return null}var u=this.data;if(r=String(r),u.lastIndex=Number(e.G(this,"lastIndex")),Re(e,u,i),e.REGEXP_MODE===2)if(ee)r=Me(e,"regexp.exec(string)",{string:r,regexp:u},u,i),r!==me&&(e.g(this,"lastIndex",u.lastIndex),i(s(r)));else{var h=e.ha(),E=Pe(e,u,h,i),F=this;h.onmessage=function(N){clearTimeout(E),e.g(F,"lastIndex",N.data[1]),i(s(N.data[0]))},h.postMessage(["exec",u,u.lastIndex,r])}else r=u.exec(r),e.g(this,"lastIndex",u.lastIndex),i(s(r))},Ue(e,e.I,"exec",n)}function un(e,t){function n(r){var i=e.i(function(s){var u=re(e)?this:e.Aa(i);return Ct(e,u,s),u},!0);return e.g(i,"prototype",e.Aa(e.D),v),e.g(i.h.prototype,"name",r,v),e.g(t,r,i,v),i}e.D=e.i(function(r){var i=re(e)?this:e.Aa(e.D);return Ct(e,i,r),i},!0),e.g(t,"Error",e.D,v),e.g(e.D.h.prototype,"message","",v),e.g(e.D.h.prototype,"name","Error",v),n("EvalError"),e.ob=n("RangeError"),e.pb=n("ReferenceError"),e.T=n("SyntaxError"),e.j=n("TypeError"),e.Gb=n("URIError")}function ln(e,t){var n=e.s(e.M);e.g(t,"Math",n,v);var r="E LN2 LN10 LOG2E LOG10E PI SQRT1_2 SQRT2".split(" ");for(t=0;t<r.length;t++)e.g(n,r[t],Math[r[t]],G);for(r="abs acos asin atan atan2 ceil cos exp floor log max min pow random round sin sqrt tan".split(" "),t=0;t<r.length;t++)e.g(n,r[t],e.i(Math[r[t]],!1),v)}function cn(e,t){var n=e.s(e.M);e.g(t,"JSON",n,v),t=function(r){try{var i=JSON.parse(String(r))}catch(s){d(e,e.T,s.message)}return e.Ia(i)},e.g(n,"parse",e.i(t,!1)),t=function(r,i,s){i&&i.H==="Function"?d(e,e.j,"Function replacer on JSON.stringify not supported"):i&&i.H==="Array"?(i=Or(e,i),i=i.filter(function(h){return typeof h=="string"||typeof h=="number"})):i=null,typeof s!="string"&&typeof s!="number"&&(s=void 0),r=e.R(r);try{var u=JSON.stringify(r,i,s)}catch(h){d(e,e.j,h.message)}return u},e.g(n,"stringify",e.i(t,!1))}function D(e,t,n){if(t==null||!n)return!1;if(n=n.h.prototype,t===n)return!0;for(t=te(e,t);t;){if(t===n)return!0;t=t.xa}return!1}function Tt(e,t,n){t.data=new RegExp(n.source,n.flags),e.g(t,"lastIndex",n.lastIndex,v),e.g(t,"source",n.source,G),e.g(t,"global",n.global,G),e.g(t,"ignoreCase",n.ignoreCase,G),e.g(t,"multiline",n.multiline,G)}function Ct(e,t,n){n&&e.g(t,"message",String(n),v),n=[];for(var r=e.o.length-1;0<=r;r--){var i=e.o[r],s=i.node;s.type==="CallExpression"&&(i=i.U)&&n.length&&(n[n.length-1].Ob=e.G(i,"name")),!s.X||n.length&&s.type!=="CallExpression"||n.push({Nb:s.X})}for(r=String(e.G(t,"name")),s=String(e.G(t,"message")),s=r+": "+s+`
|
|
5
|
+
`,r=0;r<n.length;r++){var u=n[r].Nb;i=n[r].Ob,u=u.source+":"+u.start.line+":"+u.start.ab,s=i?s+(" at "+i+" ("+u+`)
|
|
6
|
+
`):s+(" at "+u+`
|
|
7
|
+
`)}e.g(t,"stack",s.trim(),v)}C.ha=function(){var e=this.ha.Mb;return e||(e=new Blob([zr.join(`
|
|
8
|
+
`)],{type:"application/javascript"}),this.ha.Mb=e),new Worker(URL.createObjectURL(e))};function Me(e,t,n,r,i){var s={timeout:e.REGEXP_THREAD_TIMEOUT};try{return ee.runInNewContext(t,n,s)}catch{i(null),d(e,e.D,"RegExp Timeout: "+r)}return me}function Re(e,t,n){if(e.REGEXP_MODE===0)var r=!1;else if(e.REGEXP_MODE===1)r=!0;else if(ee)r=!0;else if(typeof Worker=="function"&&typeof URL=="function")r=!0;else if(typeof require=="function"){try{ee=require("vm")}catch{}r=!!ee}else r=!1;r||(n(null),d(e,e.D,"Regular expressions not supported: "+t))}function Pe(e,t,n,r){return setTimeout(function(){n.terminate(),r(null);try{d(e,e.D,"RegExp Timeout: "+t)}catch{}},e.REGEXP_THREAD_TIMEOUT)}C.Aa=function(e){return this.s(e&&e.h.prototype)};C.s=function(e){if(typeof e!="object")throw Error("Non object prototype");return e=new k(e),D(this,e,this.D)&&(e.H="Error"),e};function Ee(e){var t=e.s(e.La);return e.g(t,"length",0,{configurable:!1,enumerable:!1,writable:!0}),t.H="Array",t}function Nt(e,t,n){var r=e.s(e.Z);return n?(n=e.s(e.M),e.g(r,"prototype",n,v),e.g(n,"constructor",r,v)):r.Ab=!0,e.g(r,"length",t,G),r.H="Function",r}function Mt(e,t,n,r){var i=Nt(e,t.oa.length,!0);return i.Va=n,i.node=t,e.g(i,"name",t.id?String(t.id.name):r||"",G),i}C.i=function(e,t){return t=Nt(this,e.length,t),t.Ta=e,e.id=this.Ya++,this.g(t,"name",e.name,G),t};C.ub=function(e){var t=Nt(this,e.length,!0);return t.Za=e,e.id=this.Ya++,this.g(t,"name",e.name,G),t};C.Ia=function(e){if(e instanceof k)throw Error("Object is already pseudo");if(e==null||e===!0||e===!1||typeof e=="string"||typeof e=="number")return e;if(e instanceof RegExp){var t=this.s(this.Ma);return Tt(this,t,e),t}if(e instanceof Date)return t=this.s(this.nb),t.data=new Date(e.valueOf()),t;if(typeof e=="function"){var n=this;return t=Object.getOwnPropertyDescriptor(e,"prototype"),this.i(function(){var i=Array.prototype.slice.call(arguments).map(function(s){return n.R(s)});return i=e.apply(n,i),n.Ia(i)},!!t)}if(Array.isArray(e)){t=Ee(this);for(var r=0;r<e.length;r++)r in e&&this.g(t,r,this.Ia(e[r]));return t}t=this.s(this.M);for(r in e)this.g(t,r,this.Ia(e[r]));return t};C.R=function(e,t){if(typeof e!="object"&&typeof e!="function"||e===null)return e;if(!(e instanceof k))throw Error("Object is not pseudo");if(D(this,e,this.I))return t=new RegExp(e.data.source,e.data.flags),t.lastIndex=e.data.lastIndex,t;if(D(this,e,this.$))return new Date(e.data.valueOf());t=t||{hb:[],Sa:[]};var n=t.hb.indexOf(e);if(n!==-1)return t.Sa[n];if(t.hb.push(e),D(this,e,this.qa)){n=[],t.Sa.push(n);for(var r=this.G(e,"length"),i=0;i<r;i++)Qe(this,e,i)&&(n[i]=this.R(this.G(e,i),t))}else for(r in n={},t.Sa.push(n),e.h)i=this.R(e.h[r],t),Object.defineProperty(n,r,{value:i,writable:!0,enumerable:!0,configurable:!0});return t.hb.pop(),t.Sa.pop(),n};function Q(e,t){for(var n=Ee(e),r=Object.getOwnPropertyNames(t),i=0;i<r.length;i++)e.g(n,r[i],t[r[i]]);return n}function Or(e,t){var n=[],r;for(r in t.h)n[r]=e.G(t,r);return n.length=It(e.G(t,"length"))||0,n}function te(e,t){switch(typeof t){case"number":return e.aa.h.prototype;case"boolean":return e.mb.h.prototype;case"string":return e.J.h.prototype}return t?t.xa:null}C.G=function(e,t){if(this.P)throw Error("Getter not supported in that context");if(t=String(t),e!=null||d(this,this.j,"Cannot read property '"+t+"' of "+e),typeof e=="object"&&!(e instanceof k))throw TypeError("Expecting native value or pseudo object");if(t==="length"){if(D(this,e,this.J))return String(e).length}else if(64>t.charCodeAt(0)&&D(this,e,this.J)){var n=De(t);if(!isNaN(n)&&n<String(e).length)return String(e)[n]}do if(e.h&&t in e.h)return(n=e.V[t])?(this.P=!0,n):e.h[t];while(e=te(this,e))};function Qe(e,t,n){if(!(t instanceof k))throw TypeError("Primitive data type has no properties");if(n=String(n),n==="length"&&D(e,t,e.J))return!0;if(D(e,t,e.J)){var r=De(n);if(!isNaN(r)&&r<String(t).length)return!0}do if(t.h&&n in t.h)return!0;while(t=te(e,t));return!1}C.g=function(e,t,n,r){if(this.Ka)throw Error("Setter not supported in that context");if(t=String(t),e!=null||d(this,this.j,"Cannot set property '"+t+"' of "+e),typeof e=="object"&&!(e instanceof k))throw TypeError("Expecting native value or pseudo object");r&&("get"in r||"set"in r)&&("value"in r||"writable"in r)&&d(this,this.j,"Invalid property descriptor. Cannot both specify accessors and a value or writable attribute");var i=!this.o||Rt(this).S;if(e instanceof k){if(D(this,e,this.J)){var s=De(t);if(t==="length"||!isNaN(s)&&s<String(e).length){i&&d(this,this.j,"Cannot assign to read only property '"+t+"' of String '"+e.data+"'");return}}if(e.H==="Array")if(s=e.h.length,t==="length"){if(r){if(!("value"in r))return;n=r.value}if(n=It(n),isNaN(n)&&d(this,this.ob,"Invalid array length"),n<s)for(u in e.h){var u=De(u);!isNaN(u)&&n<=u&&delete e.h[u]}}else isNaN(u=De(t))||(e.h.length=Math.max(s,u+1));if(!e.preventExtensions||t in e.h)if(r){i={},"get"in r&&r.get&&(e.V[t]=r.get,i.get=this.g.ac),"set"in r&&r.set&&(e.Y[t]=r.set,i.set=this.g.bc),"configurable"in r&&(i.configurable=r.configurable),"enumerable"in r&&(i.enumerable=r.enumerable),"writable"in r&&(i.writable=r.writable,delete e.V[t],delete e.Y[t]),"value"in r?(i.value=r.value,delete e.V[t],delete e.Y[t]):n!==_e&&(i.value=n,delete e.V[t],delete e.Y[t]);try{Object.defineProperty(e.h,t,i)}catch{d(this,this.j,"Cannot redefine property: "+t)}"get"in r&&!r.get&&delete e.V[t],"set"in r&&!r.set&&delete e.Y[t]}else{if(n===_e)throw ReferenceError("Value not specified");for(r=e;!(t in r.h);)if(r=te(this,r),!r){r=e;break}if(r.Y&&r.Y[t])return this.Ka=!0,r.Y[t];if(r.V&&r.V[t])i&&d(this,this.j,"Cannot set property '"+t+"' of object '"+e+"' which only has a getter");else try{e.h[t]=n}catch{i&&d(this,this.j,"Cannot assign to read only property '"+t+"' of object '"+e+"'")}}else i&&d(this,this.j,"Can't add property '"+t+"', object is not extensible")}else i&&d(this,this.j,"Can't create property '"+t+"' on '"+e+"'")};C.g.ac=function(){throw Error("Placeholder getter")};C.g.bc=function(){throw Error("Placeholder setter")};function P(e,t,n,r){e.g(t.h.prototype,n,e.i(r,!1),v)}function Ue(e,t,n,r){e.g(t.h.prototype,n,e.ub(r),v)}function Rt(e){if(e=e.o[e.o.length-1].scope,!e)throw Error("No scope found");return e}function Ot(e,t,n){var r=!1;if(n&&n.S)r=!0;else{var i=t.body&&t.body[0];i&&i.la&&i.la.type==="Literal"&&i.la.value==="use strict"&&(r=!0)}return i=e.s(null),r=new Tr(n,r,i),n||Qr(e,r.object),Fe(e,t,r),r}function Pt(e,t,n){if(!t)throw Error("parentScope required");return e=n||e.s(null),new Tr(t,t.S,e)}function Ut(e,t){for(var n=Rt(e);n&&n!==e.N;){if(t in n.object.h)return n.object.h[t];n=n.Va}if(n===e.N&&Qe(e,n.object,t))return e.G(n.object,t);n=e.o[e.o.length-1].node,n.type==="UnaryExpression"&&n.operator==="typeof"||d(e,e.pb,t+" is not defined")}function Ar(e,t,n){for(var r=Rt(e),i=r.S;r&&r!==e.N;){if(t in r.object.h){try{r.object.h[t]=n}catch{i&&d(e,e.j,"Cannot assign to read only variable '"+t+"'")}return}r=r.Va}if(r===e.N&&(!i||Qe(e,r.object,t)))return e.g(r.object,t,n);d(e,e.pb,t+" is not defined")}function Fe(e,t,n){if(t.jb)var r=t.jb;else{switch(r=Object.create(null),t.type){case"VariableDeclaration":for(var i=0;i<t.fa.length;i++)r[t.fa[i].id.name]=!0;break;case"FunctionDeclaration":r[t.id.name]=t;break;case"BlockStatement":case"CatchClause":case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"IfStatement":case"LabeledStatement":case"Program":case"SwitchCase":case"SwitchStatement":case"TryStatement":case"WithStatement":case"WhileStatement":var s=t.constructor,u;for(u in t)if(u!=="loc"){var h=t[u];if(h&&typeof h=="object"){if(Array.isArray(h)){for(i=0;i<h.length;i++)if(h[i]&&h[i].constructor===s){var E=Fe(e,h[i],n);for(u in E)r[u]=E[u]}}else if(h.constructor===s)for(u in E=Fe(e,h,n),E)r[u]=E[u]}}}t.jb=r}for(u in r)r[u]===!0?e.g(n.object,u,void 0,mr):e.g(n.object,u,Mt(e,r[u],n),mr);return r}function re(e){return e.o[e.o.length-1].isConstructor}function bt(e,t){return t[0]===xe?Ut(e,t[1]):e.G(t[0],t[1])}function Dt(e,t,n){return t[0]===xe?Ar(e,t[1],n):e.g(t[0],t[1],n)}function d(e,t,n){throw e.N?(n!==void 0&&t instanceof k&&(t=e.Aa(t),Ct(e,t,n)),Le(e,4,t),Cr):n===void 0?t:n}function Le(e,t,n,r){if(t===0)throw TypeError("Should not unwind for NORMAL completions");var i=e.o;e:for(;0<i.length;i.pop()){var s=i[i.length-1];switch(s.node.type){case"TryStatement":s.ea={type:t,value:n,label:r};return;case"CallExpression":case"NewExpression":if(t===3){s.value=n;return}if(t!==4)throw Error("Unsynatctic break/continue not rejected by Acorn");break;case"Program":s.done=!0;break e}if(t===1){if(r?s.labels&&s.labels.indexOf(r)!==-1:s.W||s.Zb){i.pop();return}}else if(t===2&&(r?s.labels&&s.labels.indexOf(r)!==-1:s.W))return}throw D(e,n,e.D)?(t={EvalError,RangeError,ReferenceError,SyntaxError,TypeError,URIError},r=String(e.G(n,"name")),i=e.G(n,"message").valueOf(),t=(t[r]||Error)(i),t.stack=String(e.G(n,"stack"))):t=String(n),e.value=t,t}function B(e,t){switch(t.type){case"ArrayExpression":return"[...]";case"BinaryExpression":case"LogicalExpression":return B(e,t.left)+" "+t.operator+" "+B(e,t.right);case"CallExpression":return B(e,t.callee)+"(...)";case"ConditionalExpression":return B(e,t.test)+" ? "+B(e,t.da)+" : "+B(e,t.alternate);case"Identifier":return t.name;case"Literal":return t.raw;case"MemberExpression":var n=B(e,t.object);return e=B(e,t.Wa),t.bb?n+"["+e+"]":n+"."+e;case"NewExpression":return"new "+B(e,t.callee)+"(...)";case"ObjectExpression":return"{...}";case"ThisExpression":return"this";case"UnaryExpression":return t.operator+" "+B(e,t.K);case"UpdateExpression":return n=B(e,t.K),t.prefix?t.operator+n:n+t.operator}return"???"}function Er(e,t,n){var r=e.o[e.o.length-1],i=Array.from(n),s=i.shift();n=Math.max(Number(i.shift()||0),0);var u=e.ya();if(s instanceof k&&s.H==="Function"){var h=s;u.type="CallExpression",r=r.scope}else{try{var E=we(String(s),"taskCode"+e.ic++)}catch(F){d(e,e.T,"Invalid code: "+F.message)}u.type="EvalProgram_",u.body=E.body,r=r.node.arguments[0],ze(u,r?r.start:void 0,r?r.end:void 0),r=e.N,i.length=0}return t=new pn(h,i,r,u,t?n:-1),Ir(e,t,n),t.Db}function Ir(e,t,n){t.time=Date.now()+n,e.ca.push(t),e.ca.sort(function(r,i){return r.time-i.time})}function xr(e,t){for(var n=0;n<e.ca.length;n++)if(e.ca[n].Db==t){e.ca.splice(n,1);break}}function Be(e,t,n){if(!e.P)throw Error("Unexpected call to createGetter");e.P=!1,n=Array.isArray(n)?n[0]:n;var r=e.ya();return r.type="CallExpression",e=new y(r,e.o[e.o.length-1].scope),e.ia=2,e.B=n,e.U=t,e.Qa=!0,e.F=[],e}function _t(e,t,n,r){if(!e.Ka)throw Error("Unexpected call to createSetter");e.Ka=!1,n=Array.isArray(n)?n[0]:e.Na;var i=e.ya();return i.type="CallExpression",e=new y(i,e.o[e.o.length-1].scope),e.ia=2,e.B=n,e.U=t,e.Qa=!0,e.F=[r],e}function St(e,t){return t==null?e.Na:t instanceof k?t:(e=e.s(te(e,t)),e.data=t,e)}C.Xb=function(){return this.N};C.Yb=function(){return this.o};C.ec=function(e){this.o=e};function y(e,t){this.node=e,this.scope=t}function Tr(e,t,n){this.Va=e,this.S=t,this.object=n}function k(e){this.V=Object.create(null),this.Y=Object.create(null),this.h=Object.create(null),this.xa=e}C=k.prototype;C.xa=null;C.H="Object";C.data=null;C.toString=function(){if(!be)return"[object Interpreter.Object]";if(!(this instanceof k))return String(this);if(this.H==="Array"){var e=wr;e.push(this);try{var t=[],n=this.h.length,r=!1;1024<n&&(n=1e3,r=!0);for(var i=0;i<n;i++){var s=this.h[i];t[i]=s instanceof k&&e.indexOf(s)!==-1?"...":s}r&&t.push("...")}finally{e.pop()}return t.join(",")}if(this.H==="Error"){if(e=wr,e.indexOf(this)!==-1)return"[object Error]";n=this;do if("name"in n.h){t=n.h.name;break}while(n=n.xa);n=this;do if("message"in n.h){r=n.h.message;break}while(n=n.xa);e.push(this);try{t=t&&String(t),r=r&&String(r)}finally{e.pop()}return r?t+": "+r:String(t)}return this.data!==null?String(this.data):"[object "+this.H+"]"};C.valueOf=function(){return!be||this.data===void 0||this.data===null||this.data instanceof RegExp?this:this.data instanceof Date?this.data.valueOf():this.data};function pn(e,t,n,r,i){this.zb=e,this.Lb=t,this.scope=n,this.node=r,this.interval=i,this.Db=++fn,this.time=0}var fn=0;f.prototype.stepArrayExpression=function(e,t,n){n=n.elements;var r=t.A||0;for(t.Oa?(this.g(t.Oa,r,t.value),r++):(t.Oa=Ee(this),t.Oa.h.length=n.length);r<n.length;){if(n[r])return t.A=r,new y(n[r],t.scope);r++}e.pop(),e[e.length-1].value=t.Oa};f.prototype.stepAssignmentExpression=function(e,t,n){if(!t.ja)return t.ja=!0,t=new y(n.left,t.scope),t.sa=!0,t;if(!t.Da)return t.Fa||(t.Fa=t.value),t.Ba&&(t.ma=t.value),!t.Ba&&n.operator!=="="&&(e=bt(this,t.Fa),t.ma=e,this.P)?(t.Ba=!0,Be(this,e,t.Fa)):(t.Da=!0,n.operator==="="&&n.left.type==="Identifier"&&(t.Pa=n.left.name),new y(n.right,t.scope));if(t.ta)e.pop(),e[e.length-1].value=t.ib;else{var r=t.ma,i=t.value;switch(n.operator){case"=":r=i;break;case"+=":r+=i;break;case"-=":r-=i;break;case"*=":r*=i;break;case"/=":r/=i;break;case"%=":r%=i;break;case"<<=":r<<=i;break;case">>=":r>>=i;break;case">>>=":r>>>=i;break;case"&=":r&=i;break;case"^=":r^=i;break;case"|=":r|=i;break;default:throw SyntaxError("Unknown assignment expression: "+n.operator)}if(n=Dt(this,t.Fa,r))return t.ta=!0,t.ib=r,_t(this,n,t.Fa,r);e.pop(),e[e.length-1].value=r}};f.prototype.stepBinaryExpression=function(e,t,n){if(!t.ja)return t.ja=!0,new y(n.left,t.scope);if(!t.Da)return t.Da=!0,t.ma=t.value,new y(n.right,t.scope);e.pop();var r=t.ma;switch(t=t.value,n.operator){case"==":n=r==t;break;case"!=":n=r!=t;break;case"===":n=r===t;break;case"!==":n=r!==t;break;case">":n=r>t;break;case">=":n=r>=t;break;case"<":n=r<t;break;case"<=":n=r<=t;break;case"+":n=r+t;break;case"-":n=r-t;break;case"*":n=r*t;break;case"/":n=r/t;break;case"%":n=r%t;break;case"&":n=r&t;break;case"|":n=r|t;break;case"^":n=r^t;break;case"<<":n=r<<t;break;case">>":n=r>>t;break;case">>>":n=r>>>t;break;case"in":t instanceof k||d(this,this.j,"'in' expects an object, not '"+t+"'"),n=Qe(this,t,r);break;case"instanceof":D(this,t,this.O)||d(this,this.j,"'instanceof' expects an object, not '"+t+"'"),n=r instanceof k?D(this,r,t):!1;break;default:throw SyntaxError("Unknown binary operator: "+n.operator)}e[e.length-1].value=n};f.prototype.stepBlockStatement=function(e,t,n){var r=t.A||0;if(n=n.body[r])return t.A=r+1,new y(n,t.scope);e.pop()};f.prototype.stepBreakStatement=function(e,t,n){Le(this,1,void 0,n.label&&n.label.name)};f.prototype.Hb=0;f.prototype.stepCallExpression=function(e,t,n){if(!t.ia){t.ia=1;var r=new y(n.callee,t.scope);return r.sa=!0,r}if(t.ia===1){t.ia=2;var i=t.value;if(Array.isArray(i)){if(t.U=bt(this,i),i[0]===xe?t.Pb=i[1]==="eval":t.B=i[0],i=t.U,this.P)return t.ia=1,Be(this,i,t.value)}else t.U=i;t.F=[],t.A=0}if(i=t.U,!t.Qa){if(t.A!==0&&t.F.push(t.value),n.arguments[t.A])return new y(n.arguments[t.A++],t.scope);if(n.type==="NewExpression"){if(i instanceof k&&!i.Ab||d(this,this.j,B(this,n.callee)+" is not a constructor"),i===this.qa)t.B=Ee(this);else{var s=i.h.prototype;(typeof s!="object"||s===null)&&(s=this.M),t.B=this.s(s)}t.isConstructor=!0}t.Qa=!0}if(t.eb)e.pop(),e[e.length-1].value=t.isConstructor&&typeof t.value!="object"?t.B:t.value;else{if(t.eb=!0,i instanceof k||d(this,this.j,B(this,n.callee)+" is not a function"),e=i.node){for(n=Ot(this,e.body,i.Va),r=Ee(this),i=0;i<t.F.length;i++)this.g(r,i,t.F[i]);for(this.g(n.object,"arguments",r),i=0;i<e.oa.length;i++)this.g(n.object,e.oa[i].name,t.F.length>i?t.F[i]:void 0);return n.S||(t.B=St(this,t.B)),this.g(n.object,"this",t.B,At),t.value=void 0,new y(e.body,n)}if(i.eval)if(i=t.F[0],typeof i!="string")t.value=i;else{try{r=we(String(i),"eval"+this.Hb++)}catch(h){d(this,this.T,"Invalid code: "+h.message)}return i=this.ya(),i.type="EvalProgram_",i.body=r.body,ze(i,n.start,n.end),n=t.Pb?t.scope:this.N,n.S?n=Ot(this,r,n):Fe(this,r,n),this.value=void 0,new y(i,n)}else if(i.Ta)t.scope.S||(t.B=St(this,t.B)),t.value=i.Ta.apply(t.B,t.F);else if(i.Za){var u=this;r=i.Za.length-1,r=t.F.concat(Array(r)).slice(0,r),r.push(function(h){t.value=h,u.za=!1}),this.za=!0,t.scope.S||(t.B=St(this,t.B)),i.Za.apply(t.B,r)}else d(this,this.j,B(this,n.callee)+" is not callable")}};f.prototype.stepConditionalExpression=function(e,t,n){var r=t.na||0;if(r===0)return t.na=1,new y(n.test,t.scope);if(r===1){if(t.na=2,(r=!!t.value)&&n.da)return new y(n.da,t.scope);if(!r&&n.alternate)return new y(n.alternate,t.scope);this.value=void 0}e.pop(),n.type==="ConditionalExpression"&&(e[e.length-1].value=t.value)};f.prototype.stepContinueStatement=function(e,t,n){Le(this,2,void 0,n.label&&n.label.name)};f.prototype.stepDebuggerStatement=function(e){e.pop()};f.prototype.stepDoWhileStatement=function(e,t,n){if(n.type==="DoWhileStatement"&&t.ga===void 0&&(t.value=!0,t.ga=!0),!t.ga)return t.ga=!0,new y(n.test,t.scope);if(!t.value)e.pop();else if(n.body)return t.ga=!1,t.W=!0,new y(n.body,t.scope)};f.prototype.stepEmptyStatement=function(e){e.pop()};f.prototype.stepEvalProgram_=function(e,t,n){var r=t.A||0;if(n=n.body[r])return t.A=r+1,new y(n,t.scope);e.pop(),e[e.length-1].value=this.value};f.prototype.stepExpressionStatement=function(e,t,n){if(!t.ka)return this.value=void 0,t.ka=!0,new y(n.la,t.scope);e.pop(),this.value=t.value};f.prototype.stepForInStatement=function(e,t,n){if(!t.Ub&&(t.Ub=!0,n.left.fa&&n.left.fa[0].ua))return t.scope.S&&d(this,this.T,"for-in loop variable declaration may not have an initializer"),new y(n.left,t.scope);if(!t.Ca)return t.Ca=!0,t.pa||(t.pa=t.value),new y(n.right,t.scope);if(t.W||(t.W=!0,t.u=t.value,t.kb=Object.create(null)),t.Ra===void 0)e:for(;;){if(t.u instanceof k)for(t.wa||(t.wa=Object.getOwnPropertyNames(t.u.h));;){var r=t.wa.shift();if(r===void 0)break;if(Object.prototype.hasOwnProperty.call(t.u.h,r)&&!t.kb[r]&&(t.kb[r]=!0,Object.prototype.propertyIsEnumerable.call(t.u.h,r))){t.Ra=r;break e}}else if(t.u!==null&&t.u!==void 0){for(t.wa||(t.wa=Object.getOwnPropertyNames(t.u));r=t.wa.shift(),r!==void 0;)if(t.kb[r]=!0,Object.prototype.propertyIsEnumerable.call(t.u,r)){t.Ra=r;break e}}if(t.u=te(this,t.u),t.wa=null,t.u===null){e.pop();return}}if(!t.wb)if(t.wb=!0,e=n.left,e.type==="VariableDeclaration")t.pa=[xe,e.fa[0].id.name];else return t.pa=null,t=new y(e,t.scope),t.sa=!0,t;if(t.pa||(t.pa=t.value),!t.ta&&(t.ta=!0,e=t.Ra,r=Dt(this,t.pa,e)))return _t(this,r,t.pa,e);if(t.Ra=void 0,t.wb=!1,t.ta=!1,n.body)return new y(n.body,t.scope)};f.prototype.stepForStatement=function(e,t,n){switch(t.na){default:if(t.na=1,n.ua)return new y(n.ua,t.scope);break;case 1:if(t.na=2,n.test)return new y(n.test,t.scope);break;case 2:if(t.na=3,n.test&&!t.value)e.pop();else return t.W=!0,new y(n.body,t.scope);break;case 3:if(t.na=1,n.update)return new y(n.update,t.scope)}};f.prototype.stepFunctionDeclaration=function(e){e.pop()};f.prototype.stepFunctionExpression=function(e,t,n){e.pop(),t=e[e.length-1],e=t.scope,n.id&&(e=Pt(this,e)),t.value=Mt(this,n,e,t.Pa),n.id&&this.g(e.object,n.id.name,t.value,At)};f.prototype.stepIdentifier=function(e,t,n){if(e.pop(),t.sa)e[e.length-1].value=[xe,n.name];else{if(t=Ut(this,n.name),this.P)return Be(this,t,this.Na);e[e.length-1].value=t}};f.prototype.stepIfStatement=f.prototype.stepConditionalExpression;f.prototype.stepLabeledStatement=function(e,t,n){return e.pop(),e=t.labels||[],e.push(n.label.name),t=new y(n.body,t.scope),t.labels=e,t};f.prototype.stepLiteral=function(e,t,n){e.pop(),t=n.value,t instanceof RegExp&&(n=this.s(this.Ma),Tt(this,n,t),t=n),e[e.length-1].value=t};f.prototype.stepLogicalExpression=function(e,t,n){if(n.operator!=="&&"&&n.operator!=="||")throw SyntaxError("Unknown logical operator: "+n.operator);if(!t.ja)return t.ja=!0,new y(n.left,t.scope);if(t.Da)e.pop(),e[e.length-1].value=t.value;else if(n.operator==="&&"&&!t.value||n.operator==="||"&&t.value)e.pop(),e[e.length-1].value=t.value;else return t.Da=!0,new y(n.right,t.scope)};f.prototype.stepMemberExpression=function(e,t,n){if(!t.Ca)return t.Ca=!0,new y(n.object,t.scope);if(n.bb)if(t.Vb)n=t.value;else return t.u=t.value,t.Vb=!0,new y(n.Wa,t.scope);else t.u=t.value,n=n.Wa.name;if(e.pop(),t.sa)e[e.length-1].value=[t.u,n];else{if(n=this.G(t.u,n),this.P)return Be(this,n,t.u);e[e.length-1].value=n}};f.prototype.stepNewExpression=f.prototype.stepCallExpression;f.prototype.stepObjectExpression=function(e,t,n){var r=t.A||0,i=n.h[r];if(t.u){var s=t.Pa;t.Ja[s]||(t.Ja[s]={}),t.Ja[s][i.kind]=t.value,t.A=++r,i=n.h[r]}else t.u=this.s(this.M),t.Ja=Object.create(null);if(i){var u=i.key;if(u.type==="Identifier")s=u.name;else if(u.type==="Literal")s=u.value;else throw SyntaxError("Unknown object structure: "+u.type);return t.Pa=s,new y(i.value,t.scope)}for(u in t.Ja)n=t.Ja[u],"get"in n||"set"in n?this.g(t.u,u,_e,{configurable:!0,enumerable:!0,get:n.get,set:n.set}):this.g(t.u,u,n.init);e.pop(),e[e.length-1].value=t.u};f.prototype.stepProgram=function(e,t,n){if(e=n.body.shift())return t.done=!1,new y(e,t.scope);t.done=!0};f.prototype.stepReturnStatement=function(e,t,n){if(n.K&&!t.ka)return t.ka=!0,new y(n.K,t.scope);Le(this,3,t.value)};f.prototype.stepSequenceExpression=function(e,t,n){var r=t.A||0;if(n=n.xb[r])return t.A=r+1,new y(n,t.scope);e.pop(),e[e.length-1].value=t.value};f.prototype.stepSwitchStatement=function(e,t,n){if(!t.ga)return t.ga=1,new y(n.Qb,t.scope);for(t.ga===1&&(t.ga=2,t.hc=t.value,t.cb=-1);;){var r=t.gb||0,i=n.tb[r];if(t.Ha||!i||i.test)if(i||t.Ha||t.cb===-1)if(i){if(!t.Ha&&!t.Fb&&i.test)return t.Fb=!0,new y(i.test,t.scope);if(t.Ha||t.value===t.hc){t.Ha=!0;var s=t.A||0;if(i.da[s])return t.Zb=!0,t.A=s+1,new y(i.da[s],t.scope)}t.Fb=!1,t.A=0,t.gb=r+1}else{e.pop();break}else t.Ha=!0,t.gb=t.cb;else t.cb=r,t.gb=r+1}};f.prototype.stepThisExpression=function(e){e.pop(),e[e.length-1].value=Ut(this,"this")};f.prototype.stepThrowStatement=function(e,t,n){if(t.ka)d(this,t.value);else return t.ka=!0,new y(n.K,t.scope)};f.prototype.stepTryStatement=function(e,t,n){if(!t.Rb)return t.Rb=!0,new y(n.block,t.scope);if(t.ea&&t.ea.type===4&&!t.Tb&&n.Ea)return t.Tb=!0,e=Pt(this,t.scope),this.g(e.object,n.Ea.Ua.name,t.ea.value),t.ea=void 0,new y(n.Ea.body,e);if(!t.Sb&&n.fb)return t.Sb=!0,new y(n.fb,t.scope);e.pop(),t.ea&&Le(this,t.ea.type,t.ea.value,t.ea.label)};f.prototype.stepUnaryExpression=function(e,t,n){if(!t.ka)return t.ka=!0,e=new y(n.K,t.scope),e.sa=n.operator==="delete",e;e.pop();var r=t.value;switch(n.operator){case"-":r=-r;break;case"+":r=+r;break;case"!":r=!r;break;case"~":r=~r;break;case"delete":if(n=!0,Array.isArray(r)){var i=r[0];i===xe&&(i=t.scope),r=String(r[1]);try{delete i.h[r]}catch{t.scope.S?d(this,this.j,"Cannot delete property '"+r+"' of '"+i+"'"):n=!1}}r=n;break;case"typeof":r=r&&r.H==="Function"?"function":typeof r;break;case"void":r=void 0;break;default:throw SyntaxError("Unknown unary operator: "+n.operator)}e[e.length-1].value=r};f.prototype.stepUpdateExpression=function(e,t,n){if(!t.ja)return t.ja=!0,e=new y(n.K,t.scope),e.sa=!0,e;if(t.Ga||(t.Ga=t.value),t.Ba&&(t.ma=t.value),!t.Ba){var r=bt(this,t.Ga);if(t.ma=r,this.P)return t.Ba=!0,Be(this,r,t.Ga)}if(t.ta)e.pop(),e[e.length-1].value=t.ib;else{if(r=Number(t.ma),n.operator==="++")var i=r+1;else if(n.operator==="--")i=r-1;else throw SyntaxError("Unknown update expression: "+n.operator);if(n=n.prefix?i:r,r=Dt(this,t.Ga,i))return t.ta=!0,t.ib=n,_t(this,r,t.Ga,i);e.pop(),e[e.length-1].value=n}};f.prototype.stepVariableDeclaration=function(e,t,n){n=n.fa;var r=t.A||0,i=n[r];for(t.Bb&&i&&(Ar(this,i.id.name,t.value),t.Bb=!1,i=n[++r]);i;){if(i.ua)return t.A=r,t.Bb=!0,t.Pa=i.id.name,new y(i.ua,t.scope);i=n[++r]}e.pop()};f.prototype.stepWithStatement=function(e,t,n){return t.Ca?(e.pop(),e=Pt(this,t.scope,t.value),new y(n.body,e)):(t.Ca=!0,new y(n.object,t.scope))};f.prototype.stepWhileStatement=f.prototype.stepDoWhileStatement;se.Interpreter=f;f.prototype.step=f.prototype.lb;f.prototype.run=f.prototype.Eb;f.prototype.appendCode=f.prototype.Jb;f.prototype.createObject=f.prototype.Aa;f.prototype.createObjectProto=f.prototype.s;f.prototype.createAsyncFunction=f.prototype.ub;f.prototype.createNativeFunction=f.prototype.i;f.prototype.getProperty=f.prototype.G;f.prototype.setProperty=f.prototype.g;f.prototype.nativeToPseudo=f.prototype.Ia;f.prototype.pseudoToNative=f.prototype.R;f.prototype.getGlobalScope=f.prototype.Xb;f.prototype.getStateStack=f.prototype.Yb;f.prototype.setStateStack=f.prototype.ec;f.VALUE_IN_DESCRIPTOR=_e;const hn=e=>e.split(`
|
|
9
|
+
`).map(t=>{const n=t.trim();if(t.includes("__awaiter"))return;if(!n.startsWith("state."))return t;const[i,s]=n.split("="),h=`setRootState('${i.replace("state.","").trim()}', ${s.trim()})`;return`
|
|
10
|
+
${t}
|
|
11
|
+
${h}
|
|
12
|
+
`}).filter(Boolean).join(`
|
|
13
|
+
`),jr=e=>e+"JSON",gn=({builder:e,context:t,event:n,rootState:r,localState:i,rootSetState:s,code:u})=>{const h={...r,...i},E=Sr({builder:e,context:t,event:n,state:h}),F=E.map(([U])=>{const X=jr(U);return`var ${U} = ${X} === undefined ? undefined : JSON.parse(${X});`}).join(`
|
|
14
|
+
`),N=hn(u);if(N===""){q.logger.warn("Skipping evaluation of empty code block.");return}const O=`
|
|
15
|
+
function theFunction() {
|
|
16
|
+
${F}
|
|
17
|
+
|
|
18
|
+
${N}
|
|
19
|
+
}
|
|
20
|
+
theFunction();
|
|
21
|
+
`,Ge=(U,X)=>{const pe=kr(h,U,X);s==null||s(pe)},ae=function(U,X){E.forEach(([pe,Xe])=>{const S=JSON.stringify(Xe);U.setProperty(X,jr(pe),S)}),U.setProperty(X,"setRootState",U.createNativeFunction(Ge))};try{const U=new f(O,ae);return U.run(),U.pseudoToNative(U.value)}catch(U){q.logger.warn("Custom code error in edge runtime. NOTE: your code must be ES5 JavaScript.",{e:U});return}},vn=e=>q.isBrowser()?Yr(e):gn(e);function yn({code:e,context:t,localState:n,rootState:r,rootSetState:i,event:s,isExpression:u=!0}){if(e===""){q.logger.warn("Skipping evaluation of empty code block.");return}const h={code:Jr(e,{isExpression:u}),builder:$r(),context:t,event:s,rootSetState:i,rootState:r,localState:n};try{return vn(h)}catch(E){q.logger.error("Failed code evaluation: "+E.message,{code:e});return}}exports.evaluate=yn;exports.set=kr;
|