@builder.io/sdk-vue 1.1.2 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. package/lib/browser/block-styles-Csi42CXj.cjs +1 -0
  2. package/lib/browser/{block-styles-yF029qLO.js → block-styles-svOVzDaV.js} +14 -13
  3. package/lib/browser/{block-wrapper-W0P89bhM.cjs → block-wrapper-GE-RFbYp.cjs} +1 -1
  4. package/lib/browser/{block-wrapper-slzYlPm8.js → block-wrapper-KGQI5yrU.js} +3 -3
  5. package/lib/browser/blocks/accordion/accordion.vue.d.ts +3 -3
  6. package/lib/browser/blocks/button/button.vue.d.ts +3 -3
  7. package/lib/browser/blocks/columns/columns.vue.d.ts +9 -9
  8. package/lib/browser/blocks/form/form/form.vue.d.ts +9 -9
  9. package/lib/browser/blocks/form/input/input.vue.d.ts +6 -6
  10. package/lib/browser/blocks/form/textarea/textarea.vue.d.ts +3 -3
  11. package/lib/browser/blocks/symbol/symbol.vue.d.ts +9 -9
  12. package/lib/browser/blocks/tabs/tabs.vue.d.ts +3 -3
  13. package/lib/browser/blocks/video/video.vue.d.ts +3 -3
  14. package/lib/browser/{component-ref-gWh-KGno.cjs → component-ref-X2UZCaau.cjs} +1 -1
  15. package/lib/browser/{component-ref-f280Pij9.js → component-ref-k5NF2o_L.js} +2 -2
  16. package/lib/browser/components/block/block.helpers.d.ts +8 -8
  17. package/lib/browser/components/block/block.vue.d.ts +3 -3
  18. package/lib/browser/components/block/components/component-ref/component-ref.vue.d.ts +6 -6
  19. package/lib/browser/components/block/components/repeated-block.vue.d.ts +3 -3
  20. package/lib/browser/components/blocks/blocks.vue.d.ts +3 -3
  21. package/lib/browser/components/content/components/enable-editor.vue.d.ts +13 -12
  22. package/lib/browser/components/content/components/styles.vue.d.ts +3 -0
  23. package/lib/browser/components/content/content.vue.d.ts +22 -18
  24. package/lib/browser/components/content-variants/content-variants.types.d.ts +4 -0
  25. package/lib/browser/components/content-variants/content-variants.vue.d.ts +15 -12
  26. package/lib/browser/components/inlined-script.vue.d.ts +3 -0
  27. package/lib/browser/components/inlined-styles.vue.d.ts +3 -0
  28. package/lib/browser/constants/sdk-version.d.ts +1 -1
  29. package/lib/browser/context/builder.context.d.ts +1 -0
  30. package/lib/browser/context/types.d.ts +1 -0
  31. package/lib/browser/{get-block-properties-ReTq0tzj.js → get-block-properties-1Sn1T_z8.js} +1 -1
  32. package/lib/browser/{get-block-properties-EtNc4iW1.cjs → get-block-properties-lkKJCs4_.cjs} +1 -1
  33. package/lib/browser/index-5WrmkFk4.cjs +166 -0
  34. package/lib/browser/{index-yersTeTV.js → index-zc0i09p9.js} +626 -674
  35. package/lib/browser/index.cjs +1 -1
  36. package/lib/browser/index.mjs +1 -1
  37. package/lib/browser/{repeated-block-SxyAWZbs.js → repeated-block-BxE-FBVv.js} +2 -2
  38. package/lib/browser/{repeated-block-0lhWWEpG.cjs → repeated-block-U8EfEnWl.cjs} +1 -1
  39. package/lib/browser/style.css +1 -1
  40. package/lib/browser/types/builder-props.d.ts +3 -0
  41. package/lib/edge/{block-styles-eLJAbzLQ.js → block-styles-F04q1oh7.js} +14 -13
  42. package/lib/edge/block-styles-fRc_JL86.cjs +1 -0
  43. package/lib/edge/{block-wrapper-CQRALj_U.js → block-wrapper-8j2OMXf0.js} +3 -3
  44. package/lib/{node/block-wrapper-67YpxGJy.cjs → edge/block-wrapper-ai3_EF77.cjs} +1 -1
  45. package/lib/edge/blocks/accordion/accordion.vue.d.ts +3 -3
  46. package/lib/edge/blocks/button/button.vue.d.ts +3 -3
  47. package/lib/edge/blocks/columns/columns.vue.d.ts +9 -9
  48. package/lib/edge/blocks/form/form/form.vue.d.ts +9 -9
  49. package/lib/edge/blocks/form/input/input.vue.d.ts +6 -6
  50. package/lib/edge/blocks/form/textarea/textarea.vue.d.ts +3 -3
  51. package/lib/edge/blocks/symbol/symbol.vue.d.ts +9 -9
  52. package/lib/edge/blocks/tabs/tabs.vue.d.ts +3 -3
  53. package/lib/edge/blocks/video/video.vue.d.ts +3 -3
  54. package/lib/{node/component-ref-SjuqwDaZ.cjs → edge/component-ref-adfadHtQ.cjs} +1 -1
  55. package/lib/{node/component-ref-91bKp89Q.js → edge/component-ref-okii_K_0.js} +2 -2
  56. package/lib/edge/components/block/block.helpers.d.ts +8 -8
  57. package/lib/edge/components/block/block.vue.d.ts +3 -3
  58. package/lib/edge/components/block/components/component-ref/component-ref.vue.d.ts +6 -6
  59. package/lib/edge/components/block/components/repeated-block.vue.d.ts +3 -3
  60. package/lib/edge/components/blocks/blocks.vue.d.ts +3 -3
  61. package/lib/edge/components/content/components/enable-editor.vue.d.ts +13 -12
  62. package/lib/edge/components/content/components/styles.vue.d.ts +3 -0
  63. package/lib/edge/components/content/content.vue.d.ts +22 -18
  64. package/lib/edge/components/content-variants/content-variants.types.d.ts +4 -0
  65. package/lib/edge/components/content-variants/content-variants.vue.d.ts +15 -12
  66. package/lib/edge/components/inlined-script.vue.d.ts +3 -0
  67. package/lib/edge/components/inlined-styles.vue.d.ts +3 -0
  68. package/lib/edge/constants/sdk-version.d.ts +1 -1
  69. package/lib/edge/context/builder.context.d.ts +1 -0
  70. package/lib/edge/context/types.d.ts +1 -0
  71. package/lib/edge/{get-block-properties-aNnHrNuZ.cjs → get-block-properties-T-X8E9sU.cjs} +1 -1
  72. package/lib/edge/{get-block-properties-nrMer_9r.js → get-block-properties-aLqPRHin.js} +1 -1
  73. package/lib/edge/{index-1_sMRASk.js → index-Hw76nggP.js} +1122 -1170
  74. package/lib/edge/index-kEvRBdly.cjs +186 -0
  75. package/lib/edge/index.cjs +1 -1
  76. package/lib/edge/index.mjs +1 -1
  77. package/lib/edge/{repeated-block-BC4qb8GI.js → repeated-block-RuwJfamt.js} +2 -2
  78. package/lib/edge/{repeated-block-m2Y8nhgF.cjs → repeated-block-iGJv6g_d.cjs} +1 -1
  79. package/lib/edge/style.css +1 -1
  80. package/lib/edge/types/builder-props.d.ts +3 -0
  81. package/lib/node/{block-styles-qwbfY_0r.js → block-styles-akqgR8wB.js} +14 -13
  82. package/lib/node/block-styles-fnIQFp0q.cjs +1 -0
  83. package/lib/{edge/block-wrapper-KoPu2uk3.cjs → node/block-wrapper-x4ztktEw.cjs} +1 -1
  84. package/lib/node/{block-wrapper-U7AIQ7GW.js → block-wrapper-xIeM4taN.js} +3 -3
  85. package/lib/node/blocks/accordion/accordion.vue.d.ts +3 -3
  86. package/lib/node/blocks/button/button.vue.d.ts +3 -3
  87. package/lib/node/blocks/columns/columns.vue.d.ts +9 -9
  88. package/lib/node/blocks/form/form/form.vue.d.ts +9 -9
  89. package/lib/node/blocks/form/input/input.vue.d.ts +6 -6
  90. package/lib/node/blocks/form/textarea/textarea.vue.d.ts +3 -3
  91. package/lib/node/blocks/symbol/symbol.vue.d.ts +9 -9
  92. package/lib/node/blocks/tabs/tabs.vue.d.ts +3 -3
  93. package/lib/node/blocks/video/video.vue.d.ts +3 -3
  94. package/lib/{edge/component-ref-hQVwaczx.js → node/component-ref-SSAGqUU1.js} +2 -2
  95. package/lib/{edge/component-ref-O-8ZCGwW.cjs → node/component-ref-Xsv_XmLR.cjs} +1 -1
  96. package/lib/node/components/block/block.helpers.d.ts +8 -8
  97. package/lib/node/components/block/block.vue.d.ts +3 -3
  98. package/lib/node/components/block/components/component-ref/component-ref.vue.d.ts +6 -6
  99. package/lib/node/components/block/components/repeated-block.vue.d.ts +3 -3
  100. package/lib/node/components/blocks/blocks.vue.d.ts +3 -3
  101. package/lib/node/components/content/components/enable-editor.vue.d.ts +13 -12
  102. package/lib/node/components/content/components/styles.vue.d.ts +3 -0
  103. package/lib/node/components/content/content.vue.d.ts +22 -18
  104. package/lib/node/components/content-variants/content-variants.types.d.ts +4 -0
  105. package/lib/node/components/content-variants/content-variants.vue.d.ts +15 -12
  106. package/lib/node/components/inlined-script.vue.d.ts +3 -0
  107. package/lib/node/components/inlined-styles.vue.d.ts +3 -0
  108. package/lib/node/constants/sdk-version.d.ts +1 -1
  109. package/lib/node/context/builder.context.d.ts +1 -0
  110. package/lib/node/context/types.d.ts +1 -0
  111. package/lib/node/{get-block-properties-LS4sGehE.js → get-block-properties-4897A0cX.js} +1 -1
  112. package/lib/node/{get-block-properties-_Ao2htNM.cjs → get-block-properties-gYAacxBD.cjs} +1 -1
  113. package/lib/node/{index-QePuMUih.js → index-ZwTY1dOi.js} +77 -125
  114. package/lib/node/index-zlCXfe4Y.cjs +213 -0
  115. package/lib/node/index.cjs +1 -1
  116. package/lib/node/index.mjs +1 -1
  117. package/lib/node/{repeated-block-0Y81SWSj.js → repeated-block-hqi2-jn4.js} +2 -2
  118. package/lib/node/{repeated-block-fSrNRZJS.cjs → repeated-block-kVVd7Ki5.cjs} +1 -1
  119. package/lib/node/style.css +1 -1
  120. package/lib/node/types/builder-props.d.ts +3 -0
  121. package/package.json +1 -1
  122. package/lib/browser/block-styles-KQRcYCT9.cjs +0 -1
  123. package/lib/browser/index-QwWHODkZ.cjs +0 -166
  124. package/lib/edge/block-styles-zhL-ZVzT.cjs +0 -1
  125. package/lib/edge/index-mPTdNlEd.cjs +0 -186
  126. package/lib/node/block-styles-BVyQCkS3.cjs +0 -1
  127. package/lib/node/index-yffFzLQJ.cjs +0 -213
@@ -4,23 +4,23 @@ declare const _default: import("vue").DefineComponent<Readonly<{
4
4
  parent?: any;
5
5
  styleProp?: any;
6
6
  context?: any;
7
- linkComponent?: any;
8
7
  registeredComponents?: any;
8
+ linkComponent?: any;
9
9
  }>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
10
10
  path?: any;
11
11
  blocks?: any;
12
12
  parent?: any;
13
13
  styleProp?: any;
14
14
  context?: any;
15
- linkComponent?: any;
16
15
  registeredComponents?: any;
16
+ linkComponent?: any;
17
17
  }>>>, {
18
18
  readonly path?: any;
19
19
  readonly blocks?: any;
20
20
  readonly parent?: any;
21
21
  readonly styleProp?: any;
22
22
  readonly context?: any;
23
- readonly linkComponent?: any;
24
23
  readonly registeredComponents?: any;
24
+ readonly linkComponent?: any;
25
25
  }, {}>;
26
26
  export default _default;
@@ -6,14 +6,14 @@ declare const _default: import("vue").DefineComponent<Readonly<{
6
6
  content?: any;
7
7
  apiKey?: any;
8
8
  canTrack?: any;
9
- model?: any;
10
- trustedHosts?: any;
11
- showContent?: any;
9
+ builderContextSignal?: any;
12
10
  locale?: any;
13
11
  enrich?: any;
12
+ trustedHosts?: any;
13
+ model?: any;
14
+ showContent?: any;
14
15
  contentWrapper?: any;
15
16
  contentWrapperProps?: any;
16
- builderContextSignal?: any;
17
17
  }>, unknown, {
18
18
  ContentWrapper: any;
19
19
  httpReqsData: {};
@@ -32,6 +32,7 @@ declare const _default: import("vue").DefineComponent<Readonly<{
32
32
  inheritedStyles: {};
33
33
  BlocksWrapper: string;
34
34
  BlocksWrapperProps: {};
35
+ nonce: string;
35
36
  };
36
37
  key: symbol;
37
38
  };
@@ -78,27 +79,27 @@ declare const _default: import("vue").DefineComponent<Readonly<{
78
79
  content?: any;
79
80
  apiKey?: any;
80
81
  canTrack?: any;
81
- model?: any;
82
- trustedHosts?: any;
83
- showContent?: any;
82
+ builderContextSignal?: any;
84
83
  locale?: any;
85
84
  enrich?: any;
85
+ trustedHosts?: any;
86
+ model?: any;
87
+ showContent?: any;
86
88
  contentWrapper?: any;
87
89
  contentWrapperProps?: any;
88
- builderContextSignal?: any;
89
90
  }>>>, {
90
91
  readonly data?: any;
91
92
  readonly context?: any;
92
93
  readonly content?: any;
93
94
  readonly apiKey?: any;
94
95
  readonly canTrack?: any;
95
- readonly model?: any;
96
- readonly trustedHosts?: any;
97
- readonly showContent?: any;
96
+ readonly builderContextSignal?: any;
98
97
  readonly locale?: any;
99
98
  readonly enrich?: any;
99
+ readonly trustedHosts?: any;
100
+ readonly model?: any;
101
+ readonly showContent?: any;
100
102
  readonly contentWrapper?: any;
101
103
  readonly contentWrapperProps?: any;
102
- readonly builderContextSignal?: any;
103
104
  }, {}>;
104
105
  export default _default;
@@ -1,4 +1,5 @@
1
1
  declare const _default: import("vue").DefineComponent<Readonly<{
2
+ nonce?: any;
2
3
  contentId?: any;
3
4
  cssCode?: any;
4
5
  customFonts?: any;
@@ -6,11 +7,13 @@ declare const _default: import("vue").DefineComponent<Readonly<{
6
7
  }>, unknown, {
7
8
  injectedStyles: string;
8
9
  }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
10
+ nonce?: any;
9
11
  contentId?: any;
10
12
  cssCode?: any;
11
13
  customFonts?: any;
12
14
  isNestedRender?: any;
13
15
  }>>>, {
16
+ readonly nonce?: any;
14
17
  readonly contentId?: any;
15
18
  readonly cssCode?: any;
16
19
  readonly customFonts?: any;
@@ -7,20 +7,21 @@ declare const _default: import("vue").DefineComponent<Readonly<{
7
7
  content?: any;
8
8
  apiKey?: any;
9
9
  apiVersion?: any;
10
+ nonce?: any;
10
11
  canTrack?: any;
11
- model?: any;
12
- trustedHosts?: any;
13
- showContent?: any;
14
- isSsrAbTest?: any;
15
- customComponents?: any;
16
12
  linkComponent?: any;
17
13
  locale?: any;
18
14
  enrich?: any;
15
+ trustedHosts?: any;
16
+ model?: any;
17
+ showContent?: any;
19
18
  contentWrapper?: any;
20
19
  contentWrapperProps?: any;
20
+ isNestedRender?: any;
21
+ customComponents?: any;
21
22
  blocksWrapper?: any;
22
23
  blocksWrapperProps?: any;
23
- isNestedRender?: any;
24
+ isSsrAbTest?: any;
24
25
  }>, unknown, {
25
26
  scriptStr: string;
26
27
  registeredComponents: RegisteredComponents;
@@ -39,6 +40,7 @@ declare const _default: import("vue").DefineComponent<Readonly<{
39
40
  inheritedStyles: {};
40
41
  BlocksWrapper: any;
41
42
  BlocksWrapperProps: any;
43
+ nonce: any;
42
44
  };
43
45
  TARGET: import("../../types/targets").Target;
44
46
  }, {}, {
@@ -49,39 +51,41 @@ declare const _default: import("vue").DefineComponent<Readonly<{
49
51
  content?: any;
50
52
  apiKey?: any;
51
53
  apiVersion?: any;
54
+ nonce?: any;
52
55
  canTrack?: any;
53
- model?: any;
54
- trustedHosts?: any;
55
- showContent?: any;
56
- isSsrAbTest?: any;
57
- customComponents?: any;
58
56
  linkComponent?: any;
59
57
  locale?: any;
60
58
  enrich?: any;
59
+ trustedHosts?: any;
60
+ model?: any;
61
+ showContent?: any;
61
62
  contentWrapper?: any;
62
63
  contentWrapperProps?: any;
64
+ isNestedRender?: any;
65
+ customComponents?: any;
63
66
  blocksWrapper?: any;
64
67
  blocksWrapperProps?: any;
65
- isNestedRender?: any;
68
+ isSsrAbTest?: any;
66
69
  }>>>, {
67
70
  readonly data?: any;
68
71
  readonly context?: any;
69
72
  readonly content?: any;
70
73
  readonly apiKey?: any;
71
74
  readonly apiVersion?: any;
75
+ readonly nonce?: any;
72
76
  readonly canTrack?: any;
73
- readonly model?: any;
74
- readonly trustedHosts?: any;
75
- readonly showContent?: any;
76
- readonly isSsrAbTest?: any;
77
- readonly customComponents?: any;
78
77
  readonly linkComponent?: any;
79
78
  readonly locale?: any;
80
79
  readonly enrich?: any;
80
+ readonly trustedHosts?: any;
81
+ readonly model?: any;
82
+ readonly showContent?: any;
81
83
  readonly contentWrapper?: any;
82
84
  readonly contentWrapperProps?: any;
85
+ readonly isNestedRender?: any;
86
+ readonly customComponents?: any;
83
87
  readonly blocksWrapper?: any;
84
88
  readonly blocksWrapperProps?: any;
85
- readonly isNestedRender?: any;
89
+ readonly isSsrAbTest?: any;
86
90
  }, {}>;
87
91
  export default _default;
@@ -68,4 +68,8 @@ export interface ContentVariantsPrps {
68
68
  * List of hosts to allow editing content from.
69
69
  */
70
70
  trustedHosts?: string[];
71
+ /**
72
+ * A CSP nonce to use for the SDK's inlined `<script>` and `<style>` tags.
73
+ */
74
+ nonce?: string;
71
75
  }
@@ -4,18 +4,19 @@ declare const _default: import("vue").DefineComponent<Readonly<{
4
4
  content?: any;
5
5
  apiKey?: any;
6
6
  apiVersion?: any;
7
+ nonce?: any;
7
8
  canTrack?: any;
8
- model?: any;
9
- trustedHosts?: any;
10
- customComponents?: any;
11
9
  linkComponent?: any;
12
10
  locale?: any;
13
11
  enrich?: any;
12
+ trustedHosts?: any;
13
+ model?: any;
14
14
  contentWrapper?: any;
15
15
  contentWrapperProps?: any;
16
+ isNestedRender?: any;
17
+ customComponents?: any;
16
18
  blocksWrapper?: any;
17
19
  blocksWrapperProps?: any;
18
- isNestedRender?: any;
19
20
  }>, unknown, {
20
21
  shouldRenderVariants: boolean;
21
22
  TARGET: import("../../types/targets").Target;
@@ -54,35 +55,37 @@ declare const _default: import("vue").DefineComponent<Readonly<{
54
55
  content?: any;
55
56
  apiKey?: any;
56
57
  apiVersion?: any;
58
+ nonce?: any;
57
59
  canTrack?: any;
58
- model?: any;
59
- trustedHosts?: any;
60
- customComponents?: any;
61
60
  linkComponent?: any;
62
61
  locale?: any;
63
62
  enrich?: any;
63
+ trustedHosts?: any;
64
+ model?: any;
64
65
  contentWrapper?: any;
65
66
  contentWrapperProps?: any;
67
+ isNestedRender?: any;
68
+ customComponents?: any;
66
69
  blocksWrapper?: any;
67
70
  blocksWrapperProps?: any;
68
- isNestedRender?: any;
69
71
  }>>>, {
70
72
  readonly data?: any;
71
73
  readonly context?: any;
72
74
  readonly content?: any;
73
75
  readonly apiKey?: any;
74
76
  readonly apiVersion?: any;
77
+ readonly nonce?: any;
75
78
  readonly canTrack?: any;
76
- readonly model?: any;
77
- readonly trustedHosts?: any;
78
- readonly customComponents?: any;
79
79
  readonly linkComponent?: any;
80
80
  readonly locale?: any;
81
81
  readonly enrich?: any;
82
+ readonly trustedHosts?: any;
83
+ readonly model?: any;
82
84
  readonly contentWrapper?: any;
83
85
  readonly contentWrapperProps?: any;
86
+ readonly isNestedRender?: any;
87
+ readonly customComponents?: any;
84
88
  readonly blocksWrapper?: any;
85
89
  readonly blocksWrapperProps?: any;
86
- readonly isNestedRender?: any;
87
90
  }, {}>;
88
91
  export default _default;
@@ -1,10 +1,13 @@
1
1
  declare const _default: import("vue").DefineComponent<Readonly<{
2
+ nonce?: any;
2
3
  id?: any;
3
4
  scriptStr?: any;
4
5
  }>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
6
+ nonce?: any;
5
7
  id?: any;
6
8
  scriptStr?: any;
7
9
  }>>>, {
10
+ readonly nonce?: any;
8
11
  readonly id?: any;
9
12
  readonly scriptStr?: any;
10
13
  }, {}>;
@@ -1,10 +1,13 @@
1
1
  declare const _default: import("vue").DefineComponent<Readonly<{
2
+ nonce?: any;
2
3
  styles?: any;
3
4
  id?: any;
4
5
  }>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
6
+ nonce?: any;
5
7
  styles?: any;
6
8
  id?: any;
7
9
  }>>>, {
10
+ readonly nonce?: any;
8
11
  readonly styles?: any;
9
12
  readonly id?: any;
10
13
  }, {}>;
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.1.2";
1
+ export declare const SDK_VERSION = "2.0.1";
@@ -11,6 +11,7 @@ declare const _default: {
11
11
  inheritedStyles: {};
12
12
  BlocksWrapper: string;
13
13
  BlocksWrapperProps: {};
14
+ nonce: string;
14
15
  };
15
16
  key: symbol;
16
17
  };
@@ -33,5 +33,6 @@ export interface BuilderContextInterface extends Pick<BlocksWrapperProps, 'Block
33
33
  apiVersion: ApiVersion | undefined;
34
34
  componentInfos: Dictionary<ComponentInfo>;
35
35
  inheritedStyles: Record<string, unknown>;
36
+ nonce: string;
36
37
  canTrack?: boolean;
37
38
  }
@@ -1 +1 @@
1
- "use strict";const a=require("./index-mPTdNlEd.cjs"),c=e=>`v-on:${e.toLowerCase()}`,i=(e,t)=>r=>a.evaluate({code:e,context:t.context,localState:t.localState,rootState:t.rootState,rootSetState:t.rootSetState,event:r,isExpression:!1,enableCache:!0});function l(e){const t={},r=e.block.actions??{};for(const o in r){if(!r.hasOwnProperty(o))continue;const s=r[o];let n=c(o);if(e.stripPrefix)switch(a.TARGET){case"vue":n=n.replace("v-on:","");break;case"svelte":n=n.replace("on:","");break}t[n]=i(s,e)}return t}function u({properties:e}){return e}const f=e=>({href:e.href});function p({block:e,context:t}){var o;const r={...f(e),...e.properties,"builder-id":e.id,style:a.getStyle({block:e,context:t}),[a.getClassPropName()]:[e.id,"builder-block",e.class,(o=e.properties)==null?void 0:o.class].filter(Boolean).join(" ")};return u({properties:r,context:t,block:e})}exports.getBlockActions=l;exports.getBlockProperties=p;
1
+ "use strict";const a=require("./index-kEvRBdly.cjs"),c=e=>`v-on:${e.toLowerCase()}`,i=(e,t)=>r=>a.evaluate({code:e,context:t.context,localState:t.localState,rootState:t.rootState,rootSetState:t.rootSetState,event:r,isExpression:!1,enableCache:!0});function l(e){const t={},r=e.block.actions??{};for(const o in r){if(!r.hasOwnProperty(o))continue;const s=r[o];let n=c(o);if(e.stripPrefix)switch(a.TARGET){case"vue":n=n.replace("v-on:","");break;case"svelte":n=n.replace("on:","");break}t[n]=i(s,e)}return t}function u({properties:e}){return e}const f=e=>({href:e.href});function p({block:e,context:t}){var o;const r={...f(e),...e.properties,"builder-id":e.id,style:a.getStyle({block:e,context:t}),[a.getClassPropName()]:[e.id,"builder-block",e.class,(o=e.properties)==null?void 0:o.class].filter(Boolean).join(" ")};return u({properties:r,context:t,block:e})}exports.getBlockActions=l;exports.getBlockProperties=p;
@@ -1,4 +1,4 @@
1
- import { h as s, T as c, i, j as l } from "./index-1_sMRASk.js";
1
+ import { h as s, T as c, i, j as l } from "./index-Hw76nggP.js";
2
2
  const u = (e) => `v-on:${e.toLowerCase()}`, f = (e, t) => (r) => s({
3
3
  code: e,
4
4
  context: t.context,