@builder.io/sdk-vue 0.5.4 → 0.5.6-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 +20 -9
- package/packages/_vue2/dist/block-12099f71.js +189 -0
- package/packages/_vue2/dist/block-246063be.cjs +3 -0
- package/packages/_vue2/dist/block-styles-9360f05a.cjs +1 -0
- package/packages/_vue2/dist/block-styles-cfdd1b51.js +79 -0
- package/packages/_vue2/dist/block-wrapper-857a5d4f.cjs +1 -0
- package/packages/_vue2/dist/{block-wrapper.6a744b92.js → block-wrapper-f852f3a4.js} +19 -16
- package/packages/_vue2/dist/{blocks-wrapper.ab5c72c6.cjs → blocks-wrapper-87a5ef9b.cjs} +1 -1
- package/packages/_vue2/dist/{blocks-wrapper.d33d2eb3.js → blocks-wrapper-98241c68.js} +1 -1
- package/packages/_vue2/dist/{component-ref.ae718032.js → component-ref-47d34951.js} +29 -21
- package/packages/_vue2/dist/component-ref-b891d36b.cjs +1 -0
- package/packages/_vue2/dist/content-043dd197.cjs +1 -0
- package/packages/_vue2/dist/{content.ceded193.js → content-ab735937.js} +36 -19
- package/packages/_vue2/dist/{css.e3de5493.cjs → css-03a9ebe6.cjs} +1 -1
- package/packages/_vue2/dist/{css.29007594.js → css-8b11bb6e.js} +1 -1
- package/packages/_vue2/dist/enable-editor-04399d8f.cjs +1 -0
- package/packages/_vue2/dist/{enable-editor.291bc6cc.js → enable-editor-2d8d86f8.js} +28 -22
- package/packages/_vue2/dist/evaluate-6a213bca.cjs +1 -0
- package/packages/_vue2/dist/evaluate-c9d68bff.js +76 -0
- package/packages/_vue2/dist/get-block-actions-2b1bc20b.cjs +1 -0
- package/packages/_vue2/dist/get-block-actions-75e52f20.js +36 -0
- package/packages/_vue2/dist/get-block-properties-0e241c2c.cjs +1 -0
- package/packages/_vue2/dist/{get-block-properties.c65799b6.js → get-block-properties-f778ef2a.js} +2 -2
- package/packages/_vue2/dist/get-processed-block-41399170.cjs +1 -0
- package/packages/_vue2/dist/get-processed-block-940605b2.js +46 -0
- package/packages/_vue2/dist/helpers-327ed263.js +16 -0
- package/packages/_vue2/dist/helpers-4efe31ac.cjs +1 -0
- package/packages/_vue2/dist/index-537704ba.cjs +1 -0
- package/packages/_vue2/dist/{index.9a42542a.js → index-a089abc3.js} +592 -540
- package/packages/_vue2/dist/index-c1c356f8.cjs +32 -0
- package/packages/_vue2/dist/index-cc904f8c.js +10 -0
- package/packages/_vue2/dist/{inlined-script.8d01264c.js → inlined-script-5ac8fff7.js} +1 -1
- package/packages/_vue2/dist/{inlined-script.b0a9d187.cjs → inlined-script-73ce088c.cjs} +1 -1
- package/packages/_vue2/dist/inlined-styles-1d50f193.cjs +1 -0
- package/packages/_vue2/dist/{inlined-styles.316b8b1e.js → inlined-styles-3a327fbd.js} +1 -1
- package/packages/_vue2/dist/{interactive-element.8dc26caa.js → interactive-element-2aec4d6f.js} +12 -10
- package/packages/_vue2/dist/interactive-element-67792031.cjs +1 -0
- package/packages/_vue2/dist/main.cjs +1 -0
- package/packages/_vue2/dist/main.js +29 -0
- package/packages/_vue2/dist/node-runtime-25e8d976.js +93 -0
- package/packages/_vue2/dist/node-runtime-5a567c42.cjs +39 -0
- package/packages/_vue2/dist/repeated-block-5eb2f7c6.cjs +1 -0
- package/packages/_vue2/dist/{repeated-block.10e3172b.js → repeated-block-a0f25ac2.js} +6 -6
- package/packages/_vue2/dist/src/blocks/columns/columns.vue.d.ts +2 -2
- package/packages/_vue2/dist/src/blocks/symbol/symbol.helpers.d.ts +1 -1
- package/packages/_vue2/dist/src/blocks/symbol/symbol.vue.d.ts +2 -2
- package/packages/_vue2/dist/src/components/block/block.helpers.d.ts +5 -2
- package/packages/_vue2/dist/src/components/block/block.vue.d.ts +2 -4
- package/packages/_vue2/dist/src/components/block/components/block-styles.vue.d.ts +5 -0
- package/packages/_vue2/dist/src/components/block/components/block-wrapper.vue.d.ts +3 -0
- package/packages/_vue2/dist/src/components/block/components/component-ref/component-ref.helpers.d.ts +3 -2
- package/packages/_vue2/dist/src/components/block/components/interactive-element.vue.d.ts +5 -0
- package/packages/_vue2/dist/src/components/blocks/blocks.vue.d.ts +9 -8
- package/packages/_vue2/dist/src/components/content/content.vue.d.ts +1 -0
- package/packages/_vue2/dist/src/components/content-variants/content-variants.types.d.ts +2 -0
- package/packages/_vue2/dist/src/components/content-variants/content-variants.vue.d.ts +3 -0
- package/packages/_vue2/dist/src/functions/evaluate/browser-runtime/browser.d.ts +4 -0
- package/packages/_vue2/dist/src/functions/evaluate/browser-runtime/index.d.ts +1 -0
- package/packages/_vue2/dist/src/functions/evaluate/evaluate.d.ts +6 -7
- package/packages/_vue2/dist/src/functions/evaluate/helpers.d.ts +18 -0
- package/packages/_vue2/dist/src/functions/evaluate/node-runtime/index.d.ts +1 -0
- package/packages/_vue2/dist/src/functions/evaluate/node-runtime/node-runtime.d.ts +2 -0
- package/packages/_vue2/dist/src/functions/fetch-builder-props.d.ts +39 -0
- package/packages/_vue2/dist/src/functions/get-block-actions-handler.d.ts +2 -5
- package/packages/_vue2/dist/src/functions/get-block-actions.d.ts +3 -3
- package/packages/_vue2/dist/src/functions/get-content/index.d.ts +20 -3
- package/packages/_vue2/dist/src/functions/get-processed-block.d.ts +5 -3
- package/packages/_vue2/dist/src/helpers/preview-lru-cache/get.d.ts +2 -1
- package/packages/_vue2/dist/src/index-helpers/blocks-exports.d.ts +86 -2
- package/packages/_vue2/dist/src/index.d.ts +2 -1
- package/packages/_vue2/dist/src/types/builder-props.d.ts +15 -3
- package/packages/_vue2/dist/style.css +1 -1
- package/packages/_vue2/dist/{styles.c15a31cd.js → styles-183aeb6b.js} +18 -18
- package/packages/_vue2/dist/{styles.4dc21fe2.cjs → styles-6e2cbe10.cjs} +5 -5
- package/packages/_vue3/dist/{block-wrapper.ac816add.cjs → block-wrapper.500b81ef.cjs} +1 -1
- package/packages/_vue3/dist/{block-wrapper.08dd54d9.js → block-wrapper.5ca35adf.js} +2 -2
- package/packages/_vue3/dist/{component-ref.d0335518.js → component-ref.5764cdf2.js} +2 -2
- package/packages/_vue3/dist/{component-ref.754dc07d.cjs → component-ref.67d028bc.cjs} +1 -1
- package/packages/_vue3/dist/{get-block-actions.b4525c26.js → get-block-actions.0f635805.js} +1 -1
- package/packages/_vue3/dist/{get-block-actions.9bec6cab.cjs → get-block-actions.20d51d99.cjs} +1 -1
- package/packages/_vue3/dist/index.0db0f592.cjs +69 -0
- package/packages/_vue3/dist/{index.b56aec16.js → index.f5a3101b.js} +607 -553
- package/packages/_vue3/dist/node-runtime.ba895a23.cjs +39 -0
- package/packages/_vue3/dist/node-runtime.dc2f1f18.js +93 -0
- package/packages/{_vue2/dist/non-node-runtime.16157193.js → _vue3/dist/non-node-runtime.45773de4.js} +62 -64
- package/packages/_vue3/dist/{non-node-runtime.d2ddf155.cjs → non-node-runtime.c8fc465e.cjs} +8 -8
- package/packages/_vue3/dist/{repeated-block.85d9be5c.js → repeated-block.238616b4.js} +2 -2
- package/packages/_vue3/dist/{repeated-block.d02083fc.cjs → repeated-block.8ca9be30.cjs} +1 -1
- package/packages/_vue3/dist/sdk.cjs +1 -1
- package/packages/_vue3/dist/sdk.js +24 -19
- package/packages/_vue3/dist/src/blocks/symbol/symbol.helpers.d.ts +1 -1
- package/packages/_vue3/dist/src/functions/evaluate/browser-runtime/browser.d.ts +4 -0
- package/packages/_vue3/dist/src/functions/evaluate/browser-runtime/index.d.ts +1 -0
- package/packages/_vue3/dist/src/functions/evaluate/evaluate.d.ts +1 -5
- package/packages/_vue3/dist/src/functions/evaluate/helpers.d.ts +18 -0
- package/packages/{_vue2/dist/src/functions/evaluate/non-node-runtime → _vue3/dist/src/functions/evaluate/node-runtime}/index.d.ts +2 -2
- package/packages/_vue3/dist/src/functions/evaluate/node-runtime/node-runtime.d.ts +2 -0
- package/packages/_vue3/dist/src/functions/evaluate/non-node-runtime/non-node-runtime.d.ts +2 -2
- package/packages/_vue3/dist/src/functions/fetch-builder-props.d.ts +39 -0
- package/packages/_vue3/dist/src/functions/get-content/index.d.ts +20 -3
- package/packages/_vue3/dist/src/helpers/preview-lru-cache/get.d.ts +2 -1
- package/packages/_vue3/dist/src/index-helpers/blocks-exports.d.ts +103 -2
- package/packages/_vue3/dist/src/index.d.ts +2 -1
- package/packages/_vue3/dist/style.css +1 -1
- package/packages/_vue2/dist/block-styles.563377dc.js +0 -78
- package/packages/_vue2/dist/block-styles.aabc1381.cjs +0 -1
- package/packages/_vue2/dist/block-wrapper.c398fe34.cjs +0 -1
- package/packages/_vue2/dist/block.4a82f1e9.js +0 -179
- package/packages/_vue2/dist/block.fa54ef53.cjs +0 -3
- package/packages/_vue2/dist/component-ref.bea9f39d.cjs +0 -1
- package/packages/_vue2/dist/content.9a0690f2.cjs +0 -1
- package/packages/_vue2/dist/enable-editor.e85c5d91.cjs +0 -1
- package/packages/_vue2/dist/evaluate.83e2fb2d.cjs +0 -4
- package/packages/_vue2/dist/evaluate.eae5dad2.js +0 -79
- package/packages/_vue2/dist/get-block-actions.22f6ccba.js +0 -36
- package/packages/_vue2/dist/get-block-actions.46be48ce.cjs +0 -1
- package/packages/_vue2/dist/get-block-properties.b4dbb641.cjs +0 -1
- package/packages/_vue2/dist/get-processed-block.2e8ebb41.js +0 -53
- package/packages/_vue2/dist/get-processed-block.72afae32.cjs +0 -1
- package/packages/_vue2/dist/index.30399a4c.cjs +0 -32
- package/packages/_vue2/dist/inlined-styles.5b59dee2.cjs +0 -1
- package/packages/_vue2/dist/interactive-element.9055f3e5.cjs +0 -1
- package/packages/_vue2/dist/non-node-runtime.2bbed913.cjs +0 -21
- package/packages/_vue2/dist/repeated-block.14f211c3.cjs +0 -1
- package/packages/_vue2/dist/sdk.cjs +0 -1
- package/packages/_vue2/dist/sdk.js +0 -24
- package/packages/_vue2/dist/set.87eb0329.cjs +0 -1
- package/packages/_vue2/dist/set.b219ab0e.js +0 -9
- package/packages/_vue2/dist/src/functions/evaluate/non-node-runtime/non-node-runtime.d.ts +0 -2
- package/packages/_vue2/dist/src/functions/evaluate/types.d.ts +0 -11
- package/packages/_vue2/dist/src/helpers/preview-lru-cache/helpers.d.ts +0 -1
- package/packages/_vue2/dist/src/helpers/preview-lru-cache/init.d.ts +0 -6
- package/packages/_vue2/dist/src/helpers/preview-lru-cache/types.d.ts +0 -12
- package/packages/_vue3/dist/index.6a3c8bf5.cjs +0 -72
- package/packages/_vue3/dist/non-node-runtime.3700b5dd.js +0 -2476
- package/packages/_vue3/dist/src/functions/evaluate/acorn-interpreter.d.ts +0 -2
- package/packages/_vue3/dist/src/functions/evaluate/types.d.ts +0 -11
- package/packages/_vue3/dist/src/helpers/preview-lru-cache/helpers.d.ts +0 -1
- package/packages/_vue3/dist/src/helpers/preview-lru-cache/init.d.ts +0 -6
- package/packages/_vue3/dist/src/helpers/preview-lru-cache/types.d.ts +0 -12
- /package/packages/_vue2/dist/{sdk.d.ts → index.d.ts} +0 -0
- /package/packages/{_vue2/dist/src/functions/evaluate → _vue3/dist/src/functions/evaluate/non-node-runtime}/acorn-interpreter.d.ts +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ExecutorArgs } from '../
|
|
2
|
-
export declare const runInNonNode: ({ builder, context, event, rootState, localState, rootSetState,
|
|
1
|
+
import type { ExecutorArgs } from '../helpers';
|
|
2
|
+
export declare const runInNonNode: ({ builder, context, event, rootState, localState, rootSetState, code }: ExecutorArgs) => any;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { ContentVariantsProps } from '../components/content-variants/content-variants.types';
|
|
2
|
+
import type { Dictionary } from '../types/typescript';
|
|
3
|
+
import type { GetContentOptions } from './get-content/types';
|
|
4
|
+
type GetBuilderPropsOptions = (Omit<GetContentOptions, 'model'> & {
|
|
5
|
+
model?: string;
|
|
6
|
+
}) & ({
|
|
7
|
+
/**
|
|
8
|
+
* The current URL path. Used to determine the `urlPath` for targeting content.
|
|
9
|
+
*
|
|
10
|
+
* Cannot be used with `url`.
|
|
11
|
+
*/
|
|
12
|
+
path: string;
|
|
13
|
+
/**
|
|
14
|
+
* The current URL search params. Used to parse the `searchParams` for targeting content.
|
|
15
|
+
*
|
|
16
|
+
* Cannot be used with `url`.
|
|
17
|
+
*/
|
|
18
|
+
searchParams?: URLSearchParams | Dictionary<string | string[]>;
|
|
19
|
+
url?: undefined;
|
|
20
|
+
} | {
|
|
21
|
+
/**
|
|
22
|
+
* The current URL. Used to determine the `urlPath` for targeting content and
|
|
23
|
+
* to parse the `searchParams` for targeting content.
|
|
24
|
+
*
|
|
25
|
+
* Cannot be used with `path` or `searchParams`.
|
|
26
|
+
*/
|
|
27
|
+
url: URL;
|
|
28
|
+
path?: undefined;
|
|
29
|
+
searchParams?: undefined;
|
|
30
|
+
} | {
|
|
31
|
+
url?: undefined;
|
|
32
|
+
path?: undefined;
|
|
33
|
+
searchParams?: undefined;
|
|
34
|
+
});
|
|
35
|
+
/**
|
|
36
|
+
* Fetches builder content, and returns it along with sensible defaults for other props that `Content` needs to render.
|
|
37
|
+
*/
|
|
38
|
+
export declare const fetchBuilderProps: (_args: GetBuilderPropsOptions) => Promise<ContentVariantsProps>;
|
|
39
|
+
export {};
|
|
@@ -1,12 +1,29 @@
|
|
|
1
1
|
import type { BuilderContent } from '../../types/builder-content.js';
|
|
2
2
|
import type { GetContentOptions } from './types.js';
|
|
3
|
-
|
|
3
|
+
/**
|
|
4
|
+
* Returns a the first entry that matches the given options.
|
|
5
|
+
*/
|
|
6
|
+
export declare function fetchOneEntry(options: GetContentOptions): Promise<BuilderContent | null>;
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated
|
|
9
|
+
* Consider using `fetchBuilderProps` instead for easier setup.
|
|
10
|
+
*
|
|
11
|
+
* NOTE: `getContent` was renamed to `fetchOneEntry` and will be removed in a future release.
|
|
12
|
+
*/
|
|
13
|
+
export declare const getContent: typeof fetchOneEntry;
|
|
4
14
|
type ContentResults = {
|
|
5
15
|
results: BuilderContent[];
|
|
6
16
|
};
|
|
7
17
|
/**
|
|
8
18
|
* Exported only for testing purposes. Should not be used directly.
|
|
9
19
|
*/
|
|
10
|
-
export declare const
|
|
11
|
-
|
|
20
|
+
export declare const _processContentResult: (options: GetContentOptions, content: ContentResults, url?: URL) => Promise<ContentResults>;
|
|
21
|
+
/**
|
|
22
|
+
* Returns a paginated array of entries that match the given options.
|
|
23
|
+
*/
|
|
24
|
+
export declare function fetchEntries(options: GetContentOptions): Promise<ContentResults | null>;
|
|
25
|
+
/**
|
|
26
|
+
* @deprecated Use `fetchEntries` instead.
|
|
27
|
+
*/
|
|
28
|
+
export declare const getAllContent: typeof fetchEntries;
|
|
12
29
|
export {};
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { BuilderContent } from '../../types/builder-content';
|
|
2
|
+
export declare function getPreviewContent(_searchParams: URLSearchParams): BuilderContent | undefined;
|
|
@@ -2,9 +2,110 @@ export { default as Button } from '../blocks/button/button.vue';
|
|
|
2
2
|
export { default as Columns } from '../blocks/columns/columns.vue';
|
|
3
3
|
export { default as Fragment } from '../blocks/fragment/fragment.vue';
|
|
4
4
|
export { default as Image } from '../blocks/image/image.vue';
|
|
5
|
-
export { default as RenderBlocks } from '../components/blocks/blocks.vue';
|
|
6
5
|
export { default as Section } from '../blocks/section/section.vue';
|
|
7
6
|
export { default as Symbol } from '../blocks/symbol/symbol.vue';
|
|
8
7
|
export { default as Text } from '../blocks/text/text.vue';
|
|
9
8
|
export { default as Video } from '../blocks/video/video.vue';
|
|
10
|
-
|
|
9
|
+
import { default as Blocks } from '../components/blocks/blocks.vue';
|
|
10
|
+
import { default as Content } from '../components/content-variants/content-variants.vue';
|
|
11
|
+
export { Blocks, Content };
|
|
12
|
+
/**
|
|
13
|
+
* @deprecated Use `Blocks` instead.
|
|
14
|
+
*/
|
|
15
|
+
export declare const RenderBlocks: import("vue").DefineComponent<Readonly<{
|
|
16
|
+
blocks?: any;
|
|
17
|
+
parent?: any;
|
|
18
|
+
path?: any;
|
|
19
|
+
styleProp?: any;
|
|
20
|
+
context?: any;
|
|
21
|
+
registeredComponents?: any;
|
|
22
|
+
}>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
|
|
23
|
+
blocks?: any;
|
|
24
|
+
parent?: any;
|
|
25
|
+
path?: any;
|
|
26
|
+
styleProp?: any;
|
|
27
|
+
context?: any;
|
|
28
|
+
registeredComponents?: any;
|
|
29
|
+
}>>>, {
|
|
30
|
+
readonly blocks?: any;
|
|
31
|
+
readonly parent?: any;
|
|
32
|
+
readonly path?: any;
|
|
33
|
+
readonly styleProp?: any;
|
|
34
|
+
readonly context?: any;
|
|
35
|
+
readonly registeredComponents?: any;
|
|
36
|
+
}, {}>;
|
|
37
|
+
/**
|
|
38
|
+
* @deprecated Use `Content` instead.
|
|
39
|
+
*/
|
|
40
|
+
export declare const RenderContent: import("vue").DefineComponent<Readonly<{
|
|
41
|
+
data?: any;
|
|
42
|
+
context?: any;
|
|
43
|
+
content?: any;
|
|
44
|
+
canTrack?: any;
|
|
45
|
+
model?: any;
|
|
46
|
+
apiKey?: any;
|
|
47
|
+
locale?: any;
|
|
48
|
+
includeRefs?: any;
|
|
49
|
+
enrich?: any;
|
|
50
|
+
customComponents?: any;
|
|
51
|
+
apiVersion?: any;
|
|
52
|
+
__isNestedRender?: any;
|
|
53
|
+
}>, unknown, {
|
|
54
|
+
shouldRenderVariants: boolean;
|
|
55
|
+
getScriptString: () => string;
|
|
56
|
+
getVariants: (content: import("../helpers/nullable").Nullable<import("../types/builder-content").BuilderContent>) => {
|
|
57
|
+
testVariationId: string | undefined;
|
|
58
|
+
id: string | undefined;
|
|
59
|
+
data?: {
|
|
60
|
+
[key: string]: any;
|
|
61
|
+
title?: string | undefined;
|
|
62
|
+
blocks?: import("../types/builder-block").BuilderBlock[] | undefined;
|
|
63
|
+
inputs?: import("../types/input").Input[] | undefined;
|
|
64
|
+
state?: {
|
|
65
|
+
[key: string]: any;
|
|
66
|
+
} | undefined;
|
|
67
|
+
jsCode?: string | undefined;
|
|
68
|
+
tsCode?: string | undefined;
|
|
69
|
+
httpRequests?: {
|
|
70
|
+
[key: string]: string;
|
|
71
|
+
} | undefined;
|
|
72
|
+
} | undefined;
|
|
73
|
+
name?: string | undefined;
|
|
74
|
+
testRatio?: number | undefined;
|
|
75
|
+
meta?: {
|
|
76
|
+
[key: string]: any;
|
|
77
|
+
breakpoints?: import("../types/typescript").Nullable<import("../types/builder-content").Breakpoints>;
|
|
78
|
+
} | undefined;
|
|
79
|
+
}[];
|
|
80
|
+
TARGET: import("../types/targets").Target;
|
|
81
|
+
}, {
|
|
82
|
+
variantScriptStr(): string;
|
|
83
|
+
hideVariantsStyleString(): string;
|
|
84
|
+
defaultContent(): any;
|
|
85
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
|
|
86
|
+
data?: any;
|
|
87
|
+
context?: any;
|
|
88
|
+
content?: any;
|
|
89
|
+
canTrack?: any;
|
|
90
|
+
model?: any;
|
|
91
|
+
apiKey?: any;
|
|
92
|
+
locale?: any;
|
|
93
|
+
includeRefs?: any;
|
|
94
|
+
enrich?: any;
|
|
95
|
+
customComponents?: any;
|
|
96
|
+
apiVersion?: any;
|
|
97
|
+
__isNestedRender?: any;
|
|
98
|
+
}>>>, {
|
|
99
|
+
readonly data?: any;
|
|
100
|
+
readonly context?: any;
|
|
101
|
+
readonly content?: any;
|
|
102
|
+
readonly canTrack?: any;
|
|
103
|
+
readonly model?: any;
|
|
104
|
+
readonly apiKey?: any;
|
|
105
|
+
readonly locale?: any;
|
|
106
|
+
readonly includeRefs?: any;
|
|
107
|
+
readonly enrich?: any;
|
|
108
|
+
readonly customComponents?: any;
|
|
109
|
+
readonly apiVersion?: any;
|
|
110
|
+
readonly __isNestedRender?: any;
|
|
111
|
+
}, {}>;
|
|
@@ -7,9 +7,10 @@ export { register } from './functions/register.js';
|
|
|
7
7
|
export type { InsertMenuConfig, InsertMenuItem } from './functions/register.js';
|
|
8
8
|
export { setEditorSettings } from './functions/set-editor-settings.js';
|
|
9
9
|
export type { Settings } from './functions/set-editor-settings.js';
|
|
10
|
-
export { getAllContent, getContent,
|
|
10
|
+
export { fetchEntries, fetchOneEntry, getAllContent, getContent, _processContentResult } from './functions/get-content/index.js';
|
|
11
11
|
export { getBuilderSearchParams } from './functions/get-builder-search-params/index.js';
|
|
12
12
|
export { track } from './functions/track/index.js';
|
|
13
13
|
export type { RegisteredComponent } from './context/types';
|
|
14
14
|
export type { ComponentInfo } from './types/components';
|
|
15
15
|
export type { ContentProps } from './components/content/content.types.js';
|
|
16
|
+
export { fetchBuilderProps } from './functions/fetch-builder-props.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.button-
|
|
1
|
+
.button-21azgz5avex[data-v-ab4af752]{all:unset}.div-178o76acnws[data-v-4d6a880e]{display:flex;flex-direction:column;align-items:stretch}.div-16nol0lwi20[data-v-c37bdfa8]{display:flex;line-height:normal}.div-16nol0lwi20-2[data-v-c37bdfa8]{display:flex;flex-direction:column;align-items:stretch}.img-1be3j8m9ewb[data-v-22a5a139]{opacity:1;transition:opacity .2s ease-in-out}.div-1be3j8m9ewb[data-v-22a5a139]{width:100%;pointer-events:none;font-size:0}.div-1be3j8m9ewb-2[data-v-22a5a139]{display:flex;flex-direction:column;align-items:stretch;position:absolute;top:0;left:0;width:100%;height:100%}
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { defineComponent as h } from "vue";
|
|
2
|
-
import { T as S, c as i, g as k, a as m, n as y } from "./index.9a42542a.js";
|
|
3
|
-
import { g as f } from "./get-processed-block.2e8ebb41.js";
|
|
4
|
-
import { c as n } from "./css.29007594.js";
|
|
5
|
-
import "./evaluate.eae5dad2.js";
|
|
6
|
-
import "./set.b219ab0e.js";
|
|
7
|
-
const _ = () => import("./inlined-styles.316b8b1e.js").then((t) => t.default).catch((t) => {
|
|
8
|
-
throw console.error(
|
|
9
|
-
"Error while attempting to dynamically import component InlinedStyles at ../../inlined-styles.vue",
|
|
10
|
-
t
|
|
11
|
-
), t;
|
|
12
|
-
}), B = h({
|
|
13
|
-
name: "block-styles",
|
|
14
|
-
components: { "inlined-styles": _ },
|
|
15
|
-
props: ["block", "context"],
|
|
16
|
-
data() {
|
|
17
|
-
return {
|
|
18
|
-
processedBlock: f({
|
|
19
|
-
block: this.block,
|
|
20
|
-
localState: this.context.localState,
|
|
21
|
-
rootState: this.context.rootState,
|
|
22
|
-
rootSetState: this.context.rootSetState,
|
|
23
|
-
context: this.context.context,
|
|
24
|
-
shouldEvaluateBindings: !0
|
|
25
|
-
}),
|
|
26
|
-
TARGET: S
|
|
27
|
-
};
|
|
28
|
-
},
|
|
29
|
-
computed: {
|
|
30
|
-
canShowBlock() {
|
|
31
|
-
return i(this.processedBlock.hide) ? !this.processedBlock.hide : i(this.processedBlock.show) ? this.processedBlock.show : !0;
|
|
32
|
-
},
|
|
33
|
-
css() {
|
|
34
|
-
var a;
|
|
35
|
-
const t = this.processedBlock.responsiveStyles, e = this.context.content, s = k(
|
|
36
|
-
((a = e == null ? void 0 : e.meta) == null ? void 0 : a.breakpoints) || {}
|
|
37
|
-
), r = t == null ? void 0 : t.large, c = t == null ? void 0 : t.medium, l = t == null ? void 0 : t.small, o = this.processedBlock.id;
|
|
38
|
-
if (!o)
|
|
39
|
-
return "";
|
|
40
|
-
const d = r ? n({
|
|
41
|
-
className: o,
|
|
42
|
-
styles: r
|
|
43
|
-
}) : "", p = c ? n({
|
|
44
|
-
className: o,
|
|
45
|
-
styles: c,
|
|
46
|
-
mediaQuery: m(
|
|
47
|
-
"medium",
|
|
48
|
-
s
|
|
49
|
-
)
|
|
50
|
-
}) : "", u = l ? n({
|
|
51
|
-
className: o,
|
|
52
|
-
styles: l,
|
|
53
|
-
mediaQuery: m(
|
|
54
|
-
"small",
|
|
55
|
-
s
|
|
56
|
-
)
|
|
57
|
-
}) : "";
|
|
58
|
-
return [d, p, u].join(" ");
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
});
|
|
62
|
-
var x = function() {
|
|
63
|
-
var e = this, s = e._self._c;
|
|
64
|
-
return e._self._setupProxy, e.TARGET !== "reactNative" && e.css && e.canShowBlock ? s("inlined-styles", { attrs: { styles: e.css } }) : e._e();
|
|
65
|
-
}, g = [], v = /* @__PURE__ */ y(
|
|
66
|
-
B,
|
|
67
|
-
x,
|
|
68
|
-
g,
|
|
69
|
-
!1,
|
|
70
|
-
null,
|
|
71
|
-
null,
|
|
72
|
-
null,
|
|
73
|
-
null
|
|
74
|
-
);
|
|
75
|
-
const F = v.exports;
|
|
76
|
-
export {
|
|
77
|
-
F as default
|
|
78
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const h=require("vue"),t=require("./index.30399a4c.cjs"),p=require("./get-processed-block.72afae32.cjs"),n=require("./css.e3de5493.cjs");require("./evaluate.83e2fb2d.cjs");require("./set.87eb0329.cjs");const S=()=>Promise.resolve().then(()=>require("./inlined-styles.5b59dee2.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component InlinedStyles at ../../inlined-styles.vue",e),e}),y=h.defineComponent({name:"block-styles",components:{"inlined-styles":S},props:["block","context"],data(){return{processedBlock:p.getProcessedBlock({block:this.block,localState:this.context.localState,rootState:this.context.rootState,rootSetState:this.context.rootSetState,context:this.context.context,shouldEvaluateBindings:!0}),TARGET:t.TARGET}},computed:{canShowBlock(){return t.checkIsDefined(this.processedBlock.hide)?!this.processedBlock.hide:t.checkIsDefined(this.processedBlock.show)?this.processedBlock.show:!0},css(){var a;const e=this.processedBlock.responsiveStyles,s=this.context.content,o=t.getSizesForBreakpoints(((a=s==null?void 0:s.meta)==null?void 0:a.breakpoints)||{}),r=e==null?void 0:e.large,l=e==null?void 0:e.medium,i=e==null?void 0:e.small,c=this.processedBlock.id;if(!c)return"";const d=r?n.createCssClass({className:c,styles:r}):"",u=l?n.createCssClass({className:c,styles:l,mediaQuery:t.getMaxWidthQueryForSize("medium",o)}):"",m=i?n.createCssClass({className:c,styles:i,mediaQuery:t.getMaxWidthQueryForSize("small",o)}):"";return[d,u,m].join(" ")}}});var k=function(){var s=this,o=s._self._c;return s._self._setupProxy,s.TARGET!=="reactNative"&&s.css&&s.canShowBlock?o("inlined-styles",{attrs:{styles:s.css}}):s._e()},f=[],_=t.normalizeComponent(y,k,f,!1,null,null,null,null);const v=_.exports;exports.default=v;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("vue"),c=require("./get-block-actions.46be48ce.cjs"),r=require("./get-block-properties.b4dbb641.cjs"),n=require("./index.30399a4c.cjs");require("./evaluate.83e2fb2d.cjs");require("./css.e3de5493.cjs");const l=o.defineComponent({name:"block-wrapper",props:["Wrapper","block","context","hasChildren"],data(){return{getBlockActions:c.getBlockActions,getBlockProperties:r.getBlockProperties}}});var a=function(){var t=this,e=t._self._c;return t._self._setupProxy,t.hasChildren?e(t.Wrapper,t._g(t._b({tag:"component"},"component",t.getBlockProperties({block:t.block,context:t.context}),!1),t.getBlockActions({block:t.block,rootState:t.context.rootState,rootSetState:t.context.rootSetState,localState:t.context.localState,context:t.context.context,stripPrefix:!0})),[t._t("default")],2):e(t.Wrapper,t._g(t._b({tag:"component"},"component",t.getBlockProperties({block:t.block,context:t.context}),!1),t.getBlockActions({block:t.block,rootState:t.context.rootState,rootSetState:t.context.rootSetState,localState:t.context.localState,context:t.context.context,stripPrefix:!0})))},s=[],i=n.normalizeComponent(l,a,s,!1,null,null,null,null);const p=i.exports;exports.default=p;
|
|
@@ -1,179 +0,0 @@
|
|
|
1
|
-
import { defineComponent as p } from "vue";
|
|
2
|
-
import { g as a } from "./get-processed-block.2e8ebb41.js";
|
|
3
|
-
import { e as m } from "./evaluate.eae5dad2.js";
|
|
4
|
-
import { n as d } from "./index.9a42542a.js";
|
|
5
|
-
import "./set.b219ab0e.js";
|
|
6
|
-
function h(e) {
|
|
7
|
-
var t;
|
|
8
|
-
return {
|
|
9
|
-
...(t = e.component) == null ? void 0 : t.options,
|
|
10
|
-
...e.options,
|
|
11
|
-
builderBlock: e
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
const k = ["area", "base", "br", "col", "embed", "hr", "img", "input", "keygen", "link", "meta", "param", "source", "track", "wbr"], u = (e) => typeof e == "string" && k.includes(e.toLowerCase()), f = ({
|
|
15
|
-
block: e,
|
|
16
|
-
context: t,
|
|
17
|
-
registeredComponents: o
|
|
18
|
-
}) => {
|
|
19
|
-
var r;
|
|
20
|
-
const c = (r = a({
|
|
21
|
-
block: e,
|
|
22
|
-
localState: t.localState,
|
|
23
|
-
rootState: t.rootState,
|
|
24
|
-
rootSetState: t.rootSetState,
|
|
25
|
-
context: t.context,
|
|
26
|
-
shouldEvaluateBindings: !1
|
|
27
|
-
}).component) == null ? void 0 : r.name;
|
|
28
|
-
if (!c)
|
|
29
|
-
return null;
|
|
30
|
-
const n = o[c];
|
|
31
|
-
if (n)
|
|
32
|
-
return n;
|
|
33
|
-
console.warn(`
|
|
34
|
-
Could not find a registered component named "${c}".
|
|
35
|
-
If you registered it, is the file that registered it imported by the file that needs to render it?`);
|
|
36
|
-
}, b = ({
|
|
37
|
-
block: e,
|
|
38
|
-
context: t
|
|
39
|
-
}) => {
|
|
40
|
-
const {
|
|
41
|
-
repeat: o,
|
|
42
|
-
...c
|
|
43
|
-
} = e;
|
|
44
|
-
if (!(o != null && o.collection))
|
|
45
|
-
return;
|
|
46
|
-
const n = m({
|
|
47
|
-
code: o.collection,
|
|
48
|
-
localState: t.localState,
|
|
49
|
-
rootState: t.rootState,
|
|
50
|
-
rootSetState: t.rootSetState,
|
|
51
|
-
context: t.context
|
|
52
|
-
});
|
|
53
|
-
if (!Array.isArray(n))
|
|
54
|
-
return;
|
|
55
|
-
const r = o.collection.split(".").pop(), s = o.itemName || (r ? r + "Item" : "item");
|
|
56
|
-
return n.map((l, i) => ({
|
|
57
|
-
context: {
|
|
58
|
-
...t,
|
|
59
|
-
localState: {
|
|
60
|
-
...t.localState,
|
|
61
|
-
$index: i,
|
|
62
|
-
$item: l,
|
|
63
|
-
[s]: l,
|
|
64
|
-
[`$${s}Index`]: i
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
block: c
|
|
68
|
-
}));
|
|
69
|
-
}, C = () => import("./block-styles.563377dc.js").then((e) => e.default).catch((e) => {
|
|
70
|
-
throw console.error(
|
|
71
|
-
"Error while attempting to dynamically import component BlockStyles at ./components/block-styles.vue",
|
|
72
|
-
e
|
|
73
|
-
), e;
|
|
74
|
-
}), S = () => import("./repeated-block.10e3172b.js").then((e) => e.default).catch((e) => {
|
|
75
|
-
throw console.error(
|
|
76
|
-
"Error while attempting to dynamically import component RepeatedBlock at ./components/repeated-block.vue",
|
|
77
|
-
e
|
|
78
|
-
), e;
|
|
79
|
-
}), g = () => import("./component-ref.ae718032.js").then((e) => e.default).catch((e) => {
|
|
80
|
-
throw console.error(
|
|
81
|
-
"Error while attempting to dynamically import component ComponentRef at ./components/component-ref/component-ref.vue",
|
|
82
|
-
e
|
|
83
|
-
), e;
|
|
84
|
-
}), y = () => import("./block-wrapper.6a744b92.js").then((e) => e.default).catch((e) => {
|
|
85
|
-
throw console.error(
|
|
86
|
-
"Error while attempting to dynamically import component BlockWrapper at ./components/block-wrapper.vue",
|
|
87
|
-
e
|
|
88
|
-
), e;
|
|
89
|
-
}), x = p({
|
|
90
|
-
name: "block",
|
|
91
|
-
components: {
|
|
92
|
-
"component-ref": g,
|
|
93
|
-
"block-wrapper": y,
|
|
94
|
-
"repeated-block": S,
|
|
95
|
-
"block-styles": C
|
|
96
|
-
},
|
|
97
|
-
props: ["block", "context", "registeredComponents"],
|
|
98
|
-
data() {
|
|
99
|
-
return { childrenContext: this.context, isEmptyHtmlElement: u };
|
|
100
|
-
},
|
|
101
|
-
computed: {
|
|
102
|
-
blockComponent() {
|
|
103
|
-
return f({
|
|
104
|
-
block: this.block,
|
|
105
|
-
context: this.context,
|
|
106
|
-
registeredComponents: this.registeredComponents
|
|
107
|
-
});
|
|
108
|
-
},
|
|
109
|
-
repeatItem() {
|
|
110
|
-
return b({
|
|
111
|
-
block: this.block,
|
|
112
|
-
context: this.context
|
|
113
|
-
});
|
|
114
|
-
},
|
|
115
|
-
processedBlock() {
|
|
116
|
-
return this.repeatItem ? this.block : a({
|
|
117
|
-
block: this.block,
|
|
118
|
-
localState: this.context.localState,
|
|
119
|
-
rootState: this.context.rootState,
|
|
120
|
-
rootSetState: this.context.rootSetState,
|
|
121
|
-
context: this.context.context,
|
|
122
|
-
shouldEvaluateBindings: !0
|
|
123
|
-
});
|
|
124
|
-
},
|
|
125
|
-
Tag() {
|
|
126
|
-
return this.block.tagName || "div";
|
|
127
|
-
},
|
|
128
|
-
canShowBlock() {
|
|
129
|
-
return "hide" in this.processedBlock ? !this.processedBlock.hide : "show" in this.processedBlock ? this.processedBlock.show : !0;
|
|
130
|
-
},
|
|
131
|
-
childrenWithoutParentComponent() {
|
|
132
|
-
var t, o;
|
|
133
|
-
return !((t = this.blockComponent) != null && t.component) && !this.repeatItem ? (o = this.processedBlock.children) != null ? o : [] : [];
|
|
134
|
-
},
|
|
135
|
-
componentRefProps() {
|
|
136
|
-
var e, t, o, c, n, r;
|
|
137
|
-
return {
|
|
138
|
-
blockChildren: (e = this.processedBlock.children) != null ? e : [],
|
|
139
|
-
componentRef: (t = this.blockComponent) == null ? void 0 : t.component,
|
|
140
|
-
componentOptions: {
|
|
141
|
-
...h(this.processedBlock),
|
|
142
|
-
builderContext: this.context,
|
|
143
|
-
...((o = this.blockComponent) == null ? void 0 : o.name) === "Symbol" || ((c = this.blockComponent) == null ? void 0 : c.name) === "Columns" ? {
|
|
144
|
-
builderComponents: this.registeredComponents
|
|
145
|
-
} : {}
|
|
146
|
-
},
|
|
147
|
-
context: this.childrenContext,
|
|
148
|
-
registeredComponents: this.registeredComponents,
|
|
149
|
-
builderBlock: this.processedBlock,
|
|
150
|
-
includeBlockProps: ((n = this.blockComponent) == null ? void 0 : n.noWrap) === !0,
|
|
151
|
-
isInteractive: !((r = this.blockComponent) != null && r.isRSC)
|
|
152
|
-
};
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
});
|
|
156
|
-
var B = function() {
|
|
157
|
-
var c;
|
|
158
|
-
var t = this, o = t._self._c;
|
|
159
|
-
return t._self._setupProxy, !Boolean(!((c = t.blockComponent) != null && c.noWrap)) && t.canShowBlock ? o("component-ref", t._b({}, "component-ref", t.componentRefProps, !1)) : t.isEmptyHtmlElement(t.Tag) && t.canShowBlock ? o("block-wrapper", { attrs: { Wrapper: t.Tag, block: t.processedBlock, context: t.context, hasChildren: !1 } }) : !t.isEmptyHtmlElement(t.Tag) && t.repeatItem && t.canShowBlock ? o("div", { staticClass: "vue2-root-element-workaround" }, t._l(t.repeatItem, function(n, r) {
|
|
160
|
-
return o("repeated-block", { key: r, attrs: { repeatContext: n.context, block: n.block, registeredComponents: t.registeredComponents } });
|
|
161
|
-
}), 1) : t.canShowBlock ? o("block-wrapper", { attrs: { Wrapper: t.Tag, block: t.processedBlock, context: t.context, hasChildren: !0 } }, [o("component-ref", t._b({}, "component-ref", t.componentRefProps, !1)), t._l(t.childrenWithoutParentComponent, function(n, r) {
|
|
162
|
-
return o("block", { key: "block-" + n.id, attrs: { block: n, context: t.childrenContext, registeredComponents: t.registeredComponents } });
|
|
163
|
-
}), t._l(t.childrenWithoutParentComponent, function(n, r) {
|
|
164
|
-
return o("block-styles", { key: "block-style-" + n.id, attrs: { block: n, context: t.childrenContext } });
|
|
165
|
-
})], 2) : t._e();
|
|
166
|
-
}, _ = [], w = /* @__PURE__ */ d(
|
|
167
|
-
x,
|
|
168
|
-
B,
|
|
169
|
-
_,
|
|
170
|
-
!1,
|
|
171
|
-
null,
|
|
172
|
-
null,
|
|
173
|
-
null,
|
|
174
|
-
null
|
|
175
|
-
);
|
|
176
|
-
const T = w.exports;
|
|
177
|
-
export {
|
|
178
|
-
T as default
|
|
179
|
-
};
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const p=require("vue"),a=require("./get-processed-block.72afae32.cjs"),m=require("./evaluate.83e2fb2d.cjs"),d=require("./index.30399a4c.cjs");require("./set.87eb0329.cjs");function h(t){var e;return{...(e=t.component)==null?void 0:e.options,...t.options,builderBlock:t}}const u=["area","base","br","col","embed","hr","img","input","keygen","link","meta","param","source","track","wbr"],k=t=>typeof t=="string"&&u.includes(t.toLowerCase()),b=({block:t,context:e,registeredComponents:o})=>{var r;const c=(r=a.getProcessedBlock({block:t,localState:e.localState,rootState:e.rootState,rootSetState:e.rootSetState,context:e.context,shouldEvaluateBindings:!1}).component)==null?void 0:r.name;if(!c)return null;const n=o[c];if(n)return n;console.warn(`
|
|
2
|
-
Could not find a registered component named "${c}".
|
|
3
|
-
If you registered it, is the file that registered it imported by the file that needs to render it?`)},f=({block:t,context:e})=>{const{repeat:o,...c}=t;if(!(o!=null&&o.collection))return;const n=m.evaluate({code:o.collection,localState:e.localState,rootState:e.rootState,rootSetState:e.rootSetState,context:e.context});if(!Array.isArray(n))return;const r=o.collection.split(".").pop(),s=o.itemName||(r?r+"Item":"item");return n.map((l,i)=>({context:{...e,localState:{...e.localState,$index:i,$item:l,[s]:l,[`$${s}Index`]:i}},block:c}))},C=()=>Promise.resolve().then(()=>require("./block-styles.aabc1381.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component BlockStyles at ./components/block-styles.vue",t),t}),S=()=>Promise.resolve().then(()=>require("./repeated-block.14f211c3.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component RepeatedBlock at ./components/repeated-block.vue",t),t}),g=()=>Promise.resolve().then(()=>require("./component-ref.bea9f39d.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component ComponentRef at ./components/component-ref/component-ref.vue",t),t}),y=()=>Promise.resolve().then(()=>require("./block-wrapper.c398fe34.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component BlockWrapper at ./components/block-wrapper.vue",t),t}),B=p.defineComponent({name:"block",components:{"component-ref":g,"block-wrapper":y,"repeated-block":S,"block-styles":C},props:["block","context","registeredComponents"],data(){return{childrenContext:this.context,isEmptyHtmlElement:k}},computed:{blockComponent(){return b({block:this.block,context:this.context,registeredComponents:this.registeredComponents})},repeatItem(){return f({block:this.block,context:this.context})},processedBlock(){return this.repeatItem?this.block:a.getProcessedBlock({block:this.block,localState:this.context.localState,rootState:this.context.rootState,rootSetState:this.context.rootSetState,context:this.context.context,shouldEvaluateBindings:!0})},Tag(){return this.block.tagName||"div"},canShowBlock(){return"hide"in this.processedBlock?!this.processedBlock.hide:"show"in this.processedBlock?this.processedBlock.show:!0},childrenWithoutParentComponent(){var e,o;return!((e=this.blockComponent)!=null&&e.component)&&!this.repeatItem?(o=this.processedBlock.children)!=null?o:[]:[]},componentRefProps(){var t,e,o,c,n,r;return{blockChildren:(t=this.processedBlock.children)!=null?t:[],componentRef:(e=this.blockComponent)==null?void 0:e.component,componentOptions:{...h(this.processedBlock),builderContext:this.context,...((o=this.blockComponent)==null?void 0:o.name)==="Symbol"||((c=this.blockComponent)==null?void 0:c.name)==="Columns"?{builderComponents:this.registeredComponents}:{}},context:this.childrenContext,registeredComponents:this.registeredComponents,builderBlock:this.processedBlock,includeBlockProps:((n=this.blockComponent)==null?void 0:n.noWrap)===!0,isInteractive:!((r=this.blockComponent)!=null&&r.isRSC)}}}});var x=function(){var c;var e=this,o=e._self._c;return e._self._setupProxy,!Boolean(!((c=e.blockComponent)!=null&&c.noWrap))&&e.canShowBlock?o("component-ref",e._b({},"component-ref",e.componentRefProps,!1)):e.isEmptyHtmlElement(e.Tag)&&e.canShowBlock?o("block-wrapper",{attrs:{Wrapper:e.Tag,block:e.processedBlock,context:e.context,hasChildren:!1}}):!e.isEmptyHtmlElement(e.Tag)&&e.repeatItem&&e.canShowBlock?o("div",{staticClass:"vue2-root-element-workaround"},e._l(e.repeatItem,function(n,r){return o("repeated-block",{key:r,attrs:{repeatContext:n.context,block:n.block,registeredComponents:e.registeredComponents}})}),1):e.canShowBlock?o("block-wrapper",{attrs:{Wrapper:e.Tag,block:e.processedBlock,context:e.context,hasChildren:!0}},[o("component-ref",e._b({},"component-ref",e.componentRefProps,!1)),e._l(e.childrenWithoutParentComponent,function(n,r){return o("block",{key:"block-"+n.id,attrs:{block:n,context:e.childrenContext,registeredComponents:e.registeredComponents}})}),e._l(e.childrenWithoutParentComponent,function(n,r){return o("block-styles",{key:"block-style-"+n.id,attrs:{block:n,context:e.childrenContext}})})],2):e._e()},v=[],w=d.normalizeComponent(B,x,v,!1,null,null,null,null);const _=w.exports;exports.default=_;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("vue"),a=require("./get-block-properties.b4dbb641.cjs"),p=require("./index.30399a4c.cjs");require("./css.e3de5493.cjs");const m=({componentOptions:t,builderBlock:e,context:n,componentRef:o,includeBlockProps:r,isInteractive:l,contextValue:s})=>l?{Wrapper:o,block:e,context:n,wrapperProps:t}:{...t,...r?{attributes:a.getBlockProperties({block:e,context:s})}:{}},u=()=>Promise.resolve().then(()=>require("./block-styles.aabc1381.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component BlockStyles at ../block-styles.vue",t),t}),d=()=>Promise.resolve().then(()=>require("./block.fa54ef53.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component Block at ../../block.vue",t),t}),c=()=>Promise.resolve().then(()=>require("./interactive-element.9055f3e5.cjs")).then(t=>t.default).catch(t=>{throw console.error("Error while attempting to dynamically import component InteractiveElement at ../interactive-element.vue",t),t}),k=i.defineComponent({name:"component-ref",components:{block:d,"block-styles":u,"interactive-element":c},props:["isInteractive","componentRef","componentOptions","builderBlock","context","includeBlockProps","blockChildren","registeredComponents"],data(){return{Wrapper:this.isInteractive?c:this.componentRef,getWrapperProps:m}}});var b=function(){var e=this,n=e._self._c;return e._self._setupProxy,e.componentRef?n(e.Wrapper,e._b({tag:"component"},"component",e.getWrapperProps({componentOptions:e.componentOptions,builderBlock:e.builderBlock,context:e.context,componentRef:e.componentRef,includeBlockProps:e.includeBlockProps,isInteractive:e.isInteractive,contextValue:e.context}),!1),[e._l(e.blockChildren,function(o,r){return n("block",{key:"block-"+o.id,attrs:{block:o,context:e.context,registeredComponents:e.registeredComponents}})}),e._l(e.blockChildren,function(o,r){return n("block-styles",{key:"block-style-"+o.id,attrs:{block:o,context:e.context}})})],2):e._e()},f=[],v=p.normalizeComponent(k,b,f,!1,null,null,null,null);const _=v.exports;exports.default=_;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u=require("vue"),i=require("./index.30399a4c.cjs"),g={name:"Core:Button",image:"https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F81a15681c3e74df09677dfc57a615b13",defaultStyles:{appearance:"none",paddingTop:"15px",paddingBottom:"15px",paddingLeft:"25px",paddingRight:"25px",backgroundColor:"#000000",color:"white",borderRadius:"4px",textAlign:"center",cursor:"pointer"},inputs:[{name:"text",type:"text",defaultValue:"Click me!",bubble:!0},{name:"link",type:"url",bubble:!0},{name:"openLinkInNewTab",type:"boolean",defaultValue:!1,friendlyName:"Open link in new tab"}],static:!0,noWrap:!0},b={name:"Columns",isRSC:!0,inputs:[{name:"columns",type:"array",broadcast:!0,subFields:[{name:"blocks",type:"array",hideFromUI:!0,defaultValue:[{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto",minHeight:"20px",minWidth:"20px",overflow:"hidden"}},component:{name:"Image",options:{image:"https://builder.io/api/v1/image/assets%2Fpwgjf0RoYWbdnJSbpBAjXNRMe9F2%2Ffb27a7c790324294af8be1c35fe30f4d",backgroundPosition:"center",backgroundSize:"cover",aspectRatio:.7004048582995948}}},{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto"}},component:{name:"Text",options:{text:"<p>Enter some text...</p>"}}}]},{name:"width",type:"number",hideFromUI:!0,helperText:"Width %, e.g. set to 50 to fill half of the space"},{name:"link",type:"url",helperText:"Optionally set a url that clicking this column will link to"}],defaultValue:[{blocks:[{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto",minHeight:"20px",minWidth:"20px",overflow:"hidden"}},component:{name:"Image",options:{image:"https://builder.io/api/v1/image/assets%2Fpwgjf0RoYWbdnJSbpBAjXNRMe9F2%2Ffb27a7c790324294af8be1c35fe30f4d",backgroundPosition:"center",backgroundSize:"cover",aspectRatio:.7004048582995948}}},{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto"}},component:{name:"Text",options:{text:"<p>Enter some text...</p>"}}}]},{blocks:[{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto",minHeight:"20px",minWidth:"20px",overflow:"hidden"}},component:{name:"Image",options:{image:"https://builder.io/api/v1/image/assets%2Fpwgjf0RoYWbdnJSbpBAjXNRMe9F2%2Ffb27a7c790324294af8be1c35fe30f4d",backgroundPosition:"center",backgroundSize:"cover",aspectRatio:.7004048582995948}}},{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{display:"flex",flexDirection:"column",alignItems:"stretch",flexShrink:"0",position:"relative",marginTop:"30px",textAlign:"center",lineHeight:"normal",height:"auto"}},component:{name:"Text",options:{text:"<p>Enter some text...</p>"}}}]}],onChange:e=>{function t(){n.forEach(a=>{a.delete("width")})}const n=e.get("columns");Array.isArray(n)&&!!n.find(r=>r.get("width"))&&(!!n.find(c=>!c.get("width"))||n.reduce((s,l)=>s+l.get("width"),0)!==100)&&t()}},{name:"space",type:"number",defaultValue:20,helperText:"Size of gap between columns",advanced:!0},{name:"stackColumnsAt",type:"string",defaultValue:"tablet",helperText:"Convert horizontal columns to vertical at what device size",enum:["tablet","mobile","never"],advanced:!0},{name:"reverseColumnsWhenStacked",type:"boolean",defaultValue:!1,helperText:"When stacking columns for mobile devices, reverse the ordering",advanced:!0}]},y={name:"Fragment",static:!0,hidden:!0,canHaveChildren:!0,noWrap:!0},x={name:"Image",static:!0,image:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-insert_photo-24px.svg?alt=media&token=4e5d0ef4-f5e8-4e57-b3a9-38d63a9b9dc4",defaultStyles:{position:"relative",minHeight:"20px",minWidth:"20px",overflow:"hidden"},canHaveChildren:!0,inputs:[{name:"image",type:"file",bubble:!0,allowedFileTypes:["jpeg","jpg","png","svg"],required:!0,defaultValue:"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F72c80f114dc149019051b6852a9e3b7a",onChange:e=>{e.delete("srcset"),e.delete("noWebp");function n(o,s=6e4){return new Promise((l,d)=>{const p=document.createElement("img");let m=!1;p.onload=()=>{m=!0,l(p)},p.addEventListener("error",h=>{console.warn("Image load failed",h.error),d(h.error)}),p.src=o,setTimeout(()=>{m||d(new Error("Image load timed out"))},s)})}function a(o){return Math.round(o*1e3)/1e3}const r=e.get("image"),c=e.get("aspectRatio");if(fetch(r).then(o=>o.blob()).then(o=>{o.type.includes("svg")&&e.set("noWebp",!0)}),r&&(!c||c===.7041))return n(r).then(o=>{const s=e.get("aspectRatio");e.get("image")===r&&(!s||s===.7041)&&o.width&&o.height&&(e.set("aspectRatio",a(o.height/o.width)),e.set("height",o.height),e.set("width",o.width))})}},{name:"backgroundSize",type:"text",defaultValue:"cover",enum:[{label:"contain",value:"contain",helperText:"The image should never get cropped"},{label:"cover",value:"cover",helperText:"The image should fill it's box, cropping when needed"}]},{name:"backgroundPosition",type:"text",defaultValue:"center",enum:["center","top","left","right","bottom","top left","top right","bottom left","bottom right"]},{name:"altText",type:"string",helperText:"Text to display when the user has images off"},{name:"height",type:"number",hideFromUI:!0},{name:"width",type:"number",hideFromUI:!0},{name:"sizes",type:"string",hideFromUI:!0},{name:"srcset",type:"string",hideFromUI:!0},{name:"lazy",type:"boolean",defaultValue:!0,hideFromUI:!0},{name:"fitContent",type:"boolean",helperText:"When child blocks are provided, fit to them instead of using the image's aspect ratio",defaultValue:!0},{name:"aspectRatio",type:"number",helperText:"This is the ratio of height/width, e.g. set to 1.5 for a 300px wide and 200px tall photo. Set to 0 to not force the image to maintain it's aspect ratio",advanced:!0,defaultValue:.7041}]},v={name:"Core:Section",static:!0,image:"https://cdn.builder.io/api/v1/image/assets%2FIsxPKMo2gPRRKeakUztj1D6uqed2%2F682efef23ace49afac61748dd305c70a",inputs:[{name:"maxWidth",type:"number",defaultValue:1200},{name:"lazyLoad",type:"boolean",defaultValue:!1,advanced:!0,description:"Only render this section when in view"}],defaultStyles:{paddingLeft:"20px",paddingRight:"20px",paddingTop:"50px",paddingBottom:"50px",marginTop:"0px",width:"100vw",marginLeft:"calc(50% - 50vw)"},canHaveChildren:!0,defaultChildren:[{"@type":"@builder.io/sdk:Element",responsiveStyles:{large:{textAlign:"center"}},component:{name:"Text",options:{text:"<p><b>I am a section! My content keeps from getting too wide, so that it's easy to read even on big screens.</b></p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur</p>"}}}]},S={name:"Symbol",noWrap:!0,static:!0,isRSC:!0,inputs:[{name:"symbol",type:"uiSymbol"},{name:"dataOnly",helperText:"Make this a data symbol that doesn't display any UI",type:"boolean",defaultValue:!1,advanced:!0,hideFromUI:!0},{name:"inheritState",helperText:"Inherit the parent component state and data",type:"boolean",defaultValue:!1,advanced:!0},{name:"renderToLiquid",helperText:"Render this symbols contents to liquid. Turn off to fetch with javascript and use custom targeting",type:"boolean",defaultValue:!1,advanced:!0,hideFromUI:!0},{name:"useChildren",hideFromUI:!0,type:"boolean"}]},T={name:"Text",static:!0,isRSC:!0,image:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-text_fields-24px%20(1).svg?alt=media&token=12177b73-0ee3-42ca-98c6-0dd003de1929",inputs:[{name:"text",type:"html",required:!0,autoFocus:!0,bubble:!0,defaultValue:"Enter some text..."}],defaultStyles:{lineHeight:"normal",height:"auto",textAlign:"center"}},_={name:"Video",canHaveChildren:!0,defaultStyles:{minHeight:"20px",minWidth:"20px"},image:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-videocam-24px%20(1).svg?alt=media&token=49a84e4a-b20e-4977-a650-047f986874bb",inputs:[{name:"video",type:"file",allowedFileTypes:["mp4"],bubble:!0,defaultValue:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/assets%2FKQlEmWDxA0coC3PK6UvkrjwkIGI2%2F28cb070609f546cdbe5efa20e931aa4b?alt=media&token=912e9551-7a7c-4dfb-86b6-3da1537d1a7f",required:!0},{name:"posterImage",type:"file",allowedFileTypes:["jpeg","png"],helperText:"Image to show before the video plays"},{name:"autoPlay",type:"boolean",defaultValue:!0},{name:"controls",type:"boolean",defaultValue:!1},{name:"muted",type:"boolean",defaultValue:!0},{name:"loop",type:"boolean",defaultValue:!0},{name:"playsInline",type:"boolean",defaultValue:!0},{name:"fit",type:"text",defaultValue:"cover",enum:["contain","cover","fill","auto"]},{name:"preload",type:"text",defaultValue:"metadata",enum:["auto","metadata","none"]},{name:"fitContent",type:"boolean",helperText:"When child blocks are provided, fit to them instead of using the aspect ratio",defaultValue:!0,advanced:!0},{name:"position",type:"text",defaultValue:"center",enum:["center","top","left","right","bottom","top left","top right","bottom left","bottom right"]},{name:"height",type:"number",advanced:!0},{name:"width",type:"number",advanced:!0},{name:"aspectRatio",type:"number",advanced:!0,defaultValue:.7004048582995948},{name:"lazyLoad",type:"boolean",helperText:'Load this video "lazily" - as in only when a user scrolls near the video. Recommended for optmized performance and bandwidth consumption',defaultValue:!0,advanced:!0}]},C={name:"Embed",static:!0,inputs:[{name:"url",type:"url",required:!0,defaultValue:"",helperText:"e.g. enter a youtube url, google map, etc",onChange:e=>{const t=e.get("url");if(t)return e.set("content","Loading..."),fetch(`https://iframe.ly/api/iframely?url=${t}&api_key=ae0e60e78201a3f2b0de4b`).then(a=>a.json()).then(a=>{e.get("url")===t&&(a.html?e.set("content",a.html):e.set("content","Invalid url, please try another"))}).catch(a=>{e.set("content","There was an error embedding this URL, please try again or another URL")});e.delete("content")}},{name:"content",type:"html",defaultValue:'<div style="padding: 20px; text-align: center">(Choose an embed URL)<div>',hideFromUI:!0}]},I=["text/javascript","application/javascript","application/ecmascript"],w=e=>I.includes(e.type),k=u.defineComponent({name:"builder-embed",props:["content"],data(){return{scriptsInserted:[],scriptsRun:[],ranInitFn:!1}},watch:{onUpdateHook0:{handler(){this.$refs.elem&&!this.ranInitFn&&(this.ranInitFn=!0,this.findAndRunScripts())},immediate:!0}},computed:{onUpdateHook0(){return{0:this.$refs.elem,1:this.ranInitFn}}},methods:{findAndRunScripts(){if(!this.$refs.elem||!this.$refs.elem.getElementsByTagName)return;const e=this.$refs.elem.getElementsByTagName("script");for(let t=0;t<e.length;t++){const n=e[t];if(n.src&&!this.scriptsInserted.includes(n.src)){this.scriptsInserted.push(n.src);const a=document.createElement("script");a.async=!0,a.src=n.src,document.head.appendChild(a)}else if(w(n)&&!this.scriptsRun.includes(n.innerText))try{this.scriptsRun.push(n.innerText),new Function(n.innerText)()}catch(a){console.warn("`Embed`: Error running script:",a)}}}}});var R=function(){var t=this,n=t._self._c;return t._self._setupProxy,n("div",{ref:"elem",staticClass:"builder-embed",domProps:{innerHTML:t._s(t.content)}})},F=[],E=i.normalizeComponent(k,R,F,!1,null,null,null,null);const V=E.exports,A=u.defineComponent({name:"builder-img-component",props:["backgroundSize","backgroundPosition","imgSrc","altText","image","attributes"],data(){return{isEditing:i.isEditing,filterAttrs:i.filterAttrs}}});var P=function(){var t=this,n=t._self._c;return t._self._setupProxy,n("img",t._g(t._b({key:t.isEditing()&&t.imgSrc||"default-key",style:{objectFit:t.backgroundSize||"cover",objectPosition:t.backgroundPosition||"center"},attrs:{alt:t.altText,src:t.imgSrc||t.image}},"img",t.filterAttrs(t.attributes,"v-on:",!1),!1),t.filterAttrs(t.attributes,"v-on:",!0)))},$=[],W=i.normalizeComponent(A,P,$,!1,null,null,null,null);const j=W.exports,U={name:"Raw:Img",hideFromInsertMenu:!0,image:"https://firebasestorage.googleapis.com/v0/b/builder-3b0a2.appspot.com/o/images%2Fbaseline-insert_photo-24px.svg?alt=media&token=4e5d0ef4-f5e8-4e57-b3a9-38d63a9b9dc4",inputs:[{name:"image",bubble:!0,type:"file",allowedFileTypes:["jpeg","jpg","png","svg","gif","webp"],required:!0}],noWrap:!0,static:!0},z=u.defineComponent({name:"builder-custom-code",props:["replaceNodes","code"],data(){return{scriptsInserted:[],scriptsRun:[]}},mounted(){this.findAndRunScripts()},methods:{findAndRunScripts(){if(this.$refs.elem&&this.$refs.elem.getElementsByTagName&&typeof window<"u"){const e=this.$refs.elem.getElementsByTagName("script");for(let t=0;t<e.length;t++){const n=e[t];if(n.src){if(this.scriptsInserted.includes(n.src))continue;this.scriptsInserted.push(n.src);const a=document.createElement("script");a.async=!0,a.src=n.src,document.head.appendChild(a)}else if(!n.type||["text/javascript","application/javascript","application/ecmascript"].includes(n.type)){if(this.scriptsRun.includes(n.innerText))continue;try{this.scriptsRun.push(n.innerText),new Function(n.innerText)()}catch(a){console.warn("`CustomCode`: Error running script:",a)}}}}},_classStringToObject(e){const t={};if(typeof e!="string")return t;const n=e.trim().split(/\s+/);for(const a of n)t[a]=!0;return t}}});var H=function(){var t=this,n=t._self._c;return t._self._setupProxy,n("div",{ref:"elem",class:t._classStringToObject("builder-custom-code"+(t.replaceNodes?" replace-nodes":"")),domProps:{innerHTML:t._s(t.code)}})},q=[],L=i.normalizeComponent(z,H,q,!1,null,null,null,null);const D=L.exports,N={name:"Custom Code",static:!0,requiredPermissions:["editCode"],inputs:[{name:"code",type:"html",required:!0,defaultValue:"<p>Hello there, I am custom HTML code!</p>",code:!0},{name:"replaceNodes",type:"boolean",helperText:"Preserve server rendered dom nodes",advanced:!0},{name:"scriptsClientOnly",type:"boolean",defaultValue:!1,helperText:"Only print and run scripts on the client. Important when scripts influence DOM that could be replaced when client loads",advanced:!0}]},f=()=>[{component:i.Button,...g},{component:i.Columns,...b},{component:D,...N},{component:V,...C},{component:i.Fragment,...y},{component:i.Image,...x},{component:j,...U},{component:i.Section,...v},{component:i.Symbol,...S},{component:i.Text,...T},{component:i.Video,..._}],M=({content:e,data:t,locale:n})=>{var c,o,s;const a={};(o=(c=e==null?void 0:e.data)==null?void 0:c.inputs)==null||o.forEach(l=>{var d;l.name&&l.defaultValue!==void 0&&((d=e==null?void 0:e.data)==null?void 0:d.state)&&e.data.state[l.name]===void 0&&(a[l.name]=l.defaultValue)});const r={...(s=e==null?void 0:e.data)==null?void 0:s.state,...t,...n?{locale:n}:{}};return{...a,...r}},B=({content:e,data:t})=>e?{...e,data:{...e==null?void 0:e.data,...t},meta:e==null?void 0:e.meta}:void 0,K=()=>Promise.resolve().then(()=>require("./index.30399a4c.cjs")).then(e=>e.blocks$1).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component Blocks at ../blocks/blocks.vue",e),e}),O=()=>Promise.resolve().then(()=>require("./styles.4dc21fe2.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component ContentStyles at ./components/styles.vue",e),e}),G=()=>Promise.resolve().then(()=>require("./enable-editor.e85c5d91.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component EnableEditor at ./components/enable-editor.vue",e),e}),J=()=>Promise.resolve().then(()=>require("./inlined-script.b0a9d187.cjs")).then(e=>e.default).catch(e=>{throw console.error("Error while attempting to dynamically import component InlinedScript at ../inlined-script.vue",e),e}),Y=u.defineComponent({name:"content-component",components:{"enable-editor":G,"inlined-script":J,"content-styles":O,blocks:K},props:["content","customComponents","data","locale","context","apiKey","apiVersion","model","canTrack","includeRefs","enrich","classNameProp","showContent","isSsrAbTest"],data(){var e,t;return{scriptStr:i.getRenderContentScriptString({variationId:(e=this.content)==null?void 0:e.testVariationId,contentId:(t=this.content)==null?void 0:t.id}),registeredComponents:[...f(),...i.components,...this.customComponents||[]].reduce((n,{component:a,...r})=>({...n,[r.name]:{component:a,...i.serializeComponentInfo(r)}}),{}),builderContextSignal:{content:B({content:this.content,data:this.data}),localState:void 0,rootState:M({content:this.content,data:this.data,locale:this.locale}),rootSetState:this.contentSetState,context:this.context||{},apiKey:this.apiKey,apiVersion:this.apiVersion,componentInfos:[...f(),...i.components,...this.customComponents||[]].reduce((n,{component:a,...r})=>({...n,[r.name]:i.serializeComponentInfo(r)}),{}),inheritedStyles:{}},TARGET:i.TARGET}},provide(){const e=this;return{[i.ComponentsContext.key]:{registeredComponents:e.registeredComponents}}},methods:{contentSetState(e){this.builderContextSignal.rootState=e}}});var X=function(){var a,r,c,o,s,l,d;var t=this,n=t._self._c;return t._self._setupProxy,n("enable-editor",t._b({attrs:{content:t.content,model:t.model,context:t.context,apiKey:t.apiKey,canTrack:t.canTrack,locale:t.locale,includeRefs:t.includeRefs,enrich:t.enrich,classNameProp:t.classNameProp,showContent:t.showContent,builderContextSignal:t.builderContextSignal}},"enable-editor",{},!1),[t.isSsrAbTest?[n("inlined-script",{attrs:{scriptStr:t.scriptStr}})]:t._e(),t.TARGET!=="reactNative"?[n("content-styles",{attrs:{contentId:(a=t.builderContextSignal.content)==null?void 0:a.id,cssCode:(c=(r=t.builderContextSignal.content)==null?void 0:r.data)==null?void 0:c.cssCode,customFonts:(s=(o=t.builderContextSignal.content)==null?void 0:o.data)==null?void 0:s.customFonts}})]:t._e(),n("blocks",{attrs:{blocks:(d=(l=t.builderContextSignal.content)==null?void 0:l.data)==null?void 0:d.blocks,context:t.builderContextSignal,registeredComponents:t.registeredComponents}})],2)},Q=[],Z=i.normalizeComponent(Y,X,Q,!1,null,null,null,null);const ee=Z.exports;exports.default=ee;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const C=require("vue"),p=require("./evaluate.83e2fb2d.cjs"),a=require("./index.30399a4c.cjs"),v="UNKNOWN_VERSION",x=()=>{a.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 m=!1;const k=(n={})=>{var e,t;m||(m=!0,a.isBrowser()&&((e=window.parent)==null||e.postMessage({type:"builder.sdkInfo",data:{target:a.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 r=i.data.text,b=i.data.arguments||[],c=i.data.id,S=new Function(r);let d,l=null;try{d=S.apply(null,b)}catch(u){l=u}l?(o=window.parent)==null||o.postMessage({type:"builder.evaluateError",data:{id:c,error:l.message}},"*"):d&&typeof d.then=="function"?d.then(u=>{var h;(h=window.parent)==null||h.postMessage({type:"builder.evaluateResult",data:{id:c,result:u}},"*")}).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 R=(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},y=n=>R(n,e=>{const t=e.getAttribute("builder-id")||e.id;return Boolean((t==null?void 0:t.indexOf("builder-"))===0)}),f=({event:n,target:e})=>{const t=e.getBoundingClientRect(),i=n.clientX-t.left,o=n.clientY-t.top,s=g(i/t.width),r=g(o/t.height);return{x:s,y:r}},w=n=>{const e=n.target,t=e&&y(e),i=(t==null?void 0:t.getAttribute("builder-id"))||(t==null?void 0:t.id);return{targetBuilderElement:i||void 0,metadata:{targetOffset:e?f({event:n,target:e}):void 0,builderTargetOffset:t?f({event:n,target:t}):void 0,builderElementIndex:t&&i?[].slice.call(document.getElementsByClassName(i)).indexOf(t):void 0}}},_=C.defineComponent({name:"enable-editor",props:["canTrack","builderContextSignal","model","context","apiKey","showContent","classNameProp","content","locale","includeRefs","enrich"],data(){return{canTrackToUse:a.checkIsDefined(this.canTrack)?this.canTrack:!0,forceReRenderCount:0,lastUpdated:0,shouldSendResetCookie:!1,httpReqsData:{},clicked:!1,builderContext:a.builderContext}},provide(){const n=this;return{[a.builderContext.key]:n.builderContextSignal}},mounted(){var n,e;if(this.apiKey||a.logger.error("No API key provided to `RenderContent` component. This can cause issues. Please provide an API key using the `apiKey` prop."),a.isBrowser()){if(a.isEditing()&&(this.forceReRenderCount=this.forceReRenderCount+1,window.addEventListener("message",this.processMessage),x(),k({...this.locale?{locale:this.locale}:{},...this.includeRefs?{includeRefs:this.includeRefs}:{},...this.enrich?{enrich:this.enrich}:{}}),Object.values(this.builderContextSignal.componentInfos).forEach(t=>{var o;const i=a.createRegisterComponentMessage(t);(o=window.parent)==null||o.postMessage(i,"*")}),window.addEventListener("builder:component:stateChangeListenerActivated",this.emitStateUpdate)),this.builderContextSignal.content){const t=(n=this.builderContextSignal.content)==null?void 0:n.testVariationId,i=(e=this.builderContextSignal.content)==null?void 0:e.id;a._track({type:"impression",canTrack:this.canTrackToUse,contentId:i,apiKey:this.apiKey,variationId:t!==i?t:void 0})}if(a.isPreviewing()){const t=new URL(location.href).searchParams,i=t.get("builder.preview"),o=t.get(`builder.preview.${i}`),s=t.get("apiKey")||t.get("builder.space");i===this.model&&s===this.apiKey&&(!this.content||o===this.content.id)&&a.getContent({model:this.model,apiKey:this.apiKey,apiVersion:this.builderContextSignal.apiVersion}).then(r=>{r&&this.mergeNewContent(r)})}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(){a.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,r;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)||((r=(s=this.builderContextSignal.content)==null?void 0:s.meta)==null?void 0:r.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&&p.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;a._track({type:"click",canTrack:this.canTrackToUse,contentId:o,apiKey:this.apiKey,variationId:i!==o?i:void 0,...w(n),unique:!this.clicked})}this.clicked||(this.clicked=!0)},evalExpression(n){return n.replace(/{{([^}]+)}}/g,(e,t)=>p.evaluate({code:t,context:this.context||{},localState:void 0,rootState:this.builderContextSignal.rootState,rootSetState:this.builderContextSignal.rootSetState}))},handleRequest({url:n,key:e}){a.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,i;const n=(i=(t=(e=this.builderContextSignal.content)==null?void 0:e.data)==null?void 0:t.httpRequests)!=null?i:{};Object.entries(n).forEach(([o,s])=>{if(s&&(!this.httpReqsData[o]||a.isEditing())){const r=this.evalExpression(s);this.handleRequest({url:r,key:o})}})},emitStateUpdate(){a.isEditing()&&window.dispatchEvent(new CustomEvent("builder:component:stateChange",{detail:{state:this.builderContextSignal.rootState,ref:{name:this.model}}}))},_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)}}},"div",{...e.showContent?{}:{hidden:!0,"aria-hidden":!0}},!1),[e._t("default")],2):e._e()},U=[],I=a.normalizeComponent(_,E,U,!1,null,null,null,null);const T=I.exports;exports.default=T;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";const s=require("./index.30399a4c.cjs");function a(){const r=()=>{var e;return typeof process<"u"&&((e=process==null?void 0:process.versions)==null?void 0:e.node)};return!s.isBrowser()&&!r()}let g;a()&&Promise.resolve().then(()=>require("./non-node-runtime.2bbed913.cjs")).then(r=>{g=r.runInNonNode}).catch(r=>{const e="Error importing JS interpreter for non-Node.js runtimes. Make sure `js-interpreter` is installed.\n Read more here: https://github.com/BuilderIO/builder/tree/main/packages/sdks/README.md#non-nodejs-runtimes-edge-serverless\n ";s.logger.error(e,r),g=(...i)=>{s.logger.error(e)}});function w({code:r,context:e,localState:i,rootState:t,rootSetState:n,event:u,isExpression:o=!0}){if(r===""){s.logger.warn("Skipping evaluation of empty code block.");return}const d={isEditing:s.isEditing(),isBrowser:s.isBrowser(),isServer:!s.isBrowser()},c={useCode:o&&!(r.includes(";")||r.includes(" return ")||r.trim().startsWith("return "))?`return (${r});`:r,builder:d,context:e,event:u,rootSetState:n,rootState:t,localState:i};return s.isBrowser()?f(c):a()?g(c):h(c)}const f=({useCode:r,builder:e,context:i,event:t,localState:n,rootSetState:u,rootState:o})=>{const d=m(o,n,u);try{return new Function("builder","Builder","state","context","event",r)(e,e,d,i,t)}catch(l){s.logger.warn(`Builder custom code error:
|
|
2
|
-
While Evaluating:
|
|
3
|
-
`,r,`
|
|
4
|
-
`,l)}},h=r=>f(r);function m(r,e,i){if(r===e)throw new Error("rootState === localState");return new Proxy(r,{get:(t,n)=>e&&n in e?e[n]:r[n],set:(t,n,u)=>{if(e&&n in e)throw new Error("Writing to local state is not allowed as it is read-only.");return r[n]=u,i==null||i(r),!0}})}exports.evaluate=w;
|