@builder.io/sdk-vue 0.1.2 → 0.1.4

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 (97) hide show
  1. package/package.json +1 -1
  2. package/packages/_vue2/dist/{block-styles.e9ae5c99.js → block-styles.062b71eb.js} +6 -4
  3. package/packages/_vue2/dist/block-styles.c799c71a.cjs +1 -0
  4. package/packages/{_vue3/dist/get-processed-block.1220ffe6.js → _vue2/dist/get-processed-block.44306844.js} +1 -1
  5. package/packages/_vue2/dist/{get-processed-block.ac23eb44.cjs → get-processed-block.837e0313.cjs} +1 -1
  6. package/packages/_vue2/dist/index.59a0624f.cjs +30 -0
  7. package/packages/_vue2/dist/{index.71913926.js → index.b2edb9b2.js} +531 -435
  8. package/packages/_vue2/dist/render-block.74bfd4ea.js +249 -0
  9. package/packages/_vue2/dist/render-block.b97311ac.cjs +3 -0
  10. package/packages/_vue2/dist/{render-component.e0a952b3.js → render-component.b325feac.js} +3 -3
  11. package/packages/_vue2/dist/{render-component.4e09cdef.cjs → render-component.e59489c1.cjs} +1 -1
  12. package/packages/_vue2/dist/render-inlined-styles.14b606a5.cjs +1 -0
  13. package/packages/_vue2/dist/{render-inlined-styles.58be9e46.js → render-inlined-styles.734fe2c9.js} +7 -5
  14. package/packages/_vue2/dist/render-repeated-block.bbbfafcc.cjs +1 -0
  15. package/packages/_vue2/dist/render-repeated-block.e1d94c10.js +41 -0
  16. package/packages/_vue2/dist/{render-styles.b0b466c2.js → render-styles.0b296b86.js} +2 -2
  17. package/packages/_vue2/dist/{render-styles.5381508b.cjs → render-styles.6732290e.cjs} +1 -1
  18. package/packages/_vue2/dist/sdk.cjs +1 -1
  19. package/packages/_vue2/dist/sdk.js +3 -3
  20. package/packages/_vue2/dist/src/blocks/columns/columns.vue.d.ts +35 -175
  21. package/packages/_vue2/dist/src/blocks/custom-code/custom-code.vue.d.ts +1 -1
  22. package/packages/_vue2/dist/src/blocks/embed/embed.vue.d.ts +5 -2
  23. package/packages/_vue2/dist/src/blocks/img/img.vue.d.ts +1 -1
  24. package/packages/_vue2/dist/src/blocks/symbol/symbol.vue.d.ts +65 -192
  25. package/packages/_vue2/dist/src/components/render-block/block-styles.vue.d.ts +2 -2
  26. package/packages/_vue2/dist/src/components/render-block/render-block.helpers.d.ts +11 -0
  27. package/packages/_vue2/dist/src/components/render-block/render-block.vue.d.ts +30 -170
  28. package/packages/_vue2/dist/src/components/render-block/render-component.vue.d.ts +7 -57
  29. package/packages/_vue2/dist/src/components/render-block/render-repeated-block.vue.d.ts +28 -168
  30. package/packages/_vue2/dist/src/components/render-blocks.vue.d.ts +33 -173
  31. package/packages/_vue2/dist/src/components/render-content/components/render-styles.vue.d.ts +1 -1
  32. package/packages/_vue2/dist/src/components/render-content/render-content.vue.d.ts +59 -189
  33. package/packages/_vue2/dist/src/components/render-inlined-styles.vue.d.ts +1 -1
  34. package/packages/_vue2/dist/src/context/builder.context.d.ts +11 -1
  35. package/packages/_vue2/dist/src/functions/track/helpers.d.ts +5 -0
  36. package/packages/{_vue3/dist/src/functions/track.d.ts → _vue2/dist/src/functions/track/index.d.ts} +5 -10
  37. package/packages/_vue2/dist/src/functions/track/interaction.d.ts +13 -0
  38. package/packages/_vue2/dist/src/index.d.ts +1 -1
  39. package/packages/_vue2/dist/style.css +1 -1
  40. package/packages/_vue3/dist/{block-styles.ab09f721.js → block-styles.413a68e9.js} +19 -17
  41. package/packages/_vue3/dist/block-styles.6e935df7.cjs +1 -0
  42. package/packages/{_vue2/dist/get-processed-block.985f56a5.js → _vue3/dist/get-processed-block.ab2d823c.js} +1 -1
  43. package/packages/_vue3/dist/{get-processed-block.c0ffa71e.cjs → get-processed-block.b0588cd8.cjs} +1 -1
  44. package/packages/_vue3/dist/index.218c45a5.cjs +30 -0
  45. package/packages/_vue3/dist/{index.e0d3400f.js → index.7db5ef7e.js} +469 -374
  46. package/packages/_vue3/dist/render-block.a53e9af1.js +258 -0
  47. package/packages/_vue3/dist/render-block.a9195cb6.cjs +3 -0
  48. package/packages/_vue3/dist/{render-component.7a972660.js → render-component.41330655.js} +3 -3
  49. package/packages/_vue3/dist/{render-component.af4b9326.cjs → render-component.adae07fa.cjs} +1 -1
  50. package/packages/_vue3/dist/render-inlined-styles.47114c43.js +32 -0
  51. package/packages/_vue3/dist/render-inlined-styles.c80dee1c.cjs +1 -0
  52. package/packages/_vue3/dist/render-repeated-block.5b77dd2a.cjs +1 -0
  53. package/packages/_vue3/dist/render-repeated-block.648adc14.js +36 -0
  54. package/packages/_vue3/dist/{render-styles.c8214c85.js → render-styles.8780951f.js} +2 -2
  55. package/packages/_vue3/dist/{render-styles.1e95e77c.cjs → render-styles.9f30e56b.cjs} +1 -1
  56. package/packages/_vue3/dist/sdk.cjs +1 -1
  57. package/packages/_vue3/dist/sdk.js +6 -6
  58. package/packages/_vue3/dist/src/blocks/columns/columns.vue.d.ts +5 -5
  59. package/packages/_vue3/dist/src/blocks/custom-code/custom-code.vue.d.ts +1 -1
  60. package/packages/_vue3/dist/src/blocks/embed/embed.vue.d.ts +5 -2
  61. package/packages/_vue3/dist/src/blocks/img/img.vue.d.ts +1 -1
  62. package/packages/_vue3/dist/src/blocks/symbol/symbol.vue.d.ts +35 -22
  63. package/packages/_vue3/dist/src/components/render-block/block-styles.vue.d.ts +2 -2
  64. package/packages/_vue3/dist/src/components/render-block/render-block.helpers.d.ts +11 -0
  65. package/packages/_vue3/dist/src/components/render-block/render-component.vue.d.ts +1 -31
  66. package/packages/_vue3/dist/src/components/render-block/render-repeated-block.vue.d.ts +8 -1
  67. package/packages/_vue3/dist/src/components/render-blocks.vue.d.ts +3 -3
  68. package/packages/_vue3/dist/src/components/render-content/components/render-styles.vue.d.ts +1 -1
  69. package/packages/_vue3/dist/src/components/render-content/render-content.vue.d.ts +29 -19
  70. package/packages/_vue3/dist/src/components/render-inlined-styles.vue.d.ts +1 -1
  71. package/packages/_vue3/dist/src/context/builder.context.d.ts +11 -1
  72. package/packages/_vue3/dist/src/functions/track/helpers.d.ts +5 -0
  73. package/packages/{_vue2/dist/src/functions/track.d.ts → _vue3/dist/src/functions/track/index.d.ts} +5 -10
  74. package/packages/_vue3/dist/src/functions/track/interaction.d.ts +13 -0
  75. package/packages/_vue3/dist/src/index.d.ts +1 -1
  76. package/packages/_vue3/dist/style.css +1 -1
  77. package/packages/_vue2/dist/block-styles.b9cb70e5.cjs +0 -1
  78. package/packages/_vue2/dist/index.50198d49.cjs +0 -30
  79. package/packages/_vue2/dist/render-block.2c42b2ea.cjs +0 -3
  80. package/packages/_vue2/dist/render-block.6f078e8d.js +0 -251
  81. package/packages/_vue2/dist/render-component-with-context.795868f2.js +0 -53
  82. package/packages/_vue2/dist/render-component-with-context.88c14993.cjs +0 -1
  83. package/packages/_vue2/dist/render-inlined-styles.171750b7.cjs +0 -1
  84. package/packages/_vue2/dist/render-repeated-block.2ef95a2e.cjs +0 -1
  85. package/packages/_vue2/dist/render-repeated-block.58051104.js +0 -53
  86. package/packages/_vue2/dist/src/components/render-block/render-component-with-context.vue.d.ts +0 -114
  87. package/packages/_vue3/dist/block-styles.4a2a7b8d.cjs +0 -1
  88. package/packages/_vue3/dist/index.ac143767.cjs +0 -30
  89. package/packages/_vue3/dist/render-block.489f5bb0.cjs +0 -3
  90. package/packages/_vue3/dist/render-block.f4974fcf.js +0 -262
  91. package/packages/_vue3/dist/render-component-with-context.49bb17cb.cjs +0 -1
  92. package/packages/_vue3/dist/render-component-with-context.b7aac17f.js +0 -50
  93. package/packages/_vue3/dist/render-inlined-styles.37596a05.js +0 -30
  94. package/packages/_vue3/dist/render-inlined-styles.ffa23fbe.cjs +0 -1
  95. package/packages/_vue3/dist/render-repeated-block.704b65cb.cjs +0 -1
  96. package/packages/_vue3/dist/render-repeated-block.7b85cf89.js +0 -48
  97. package/packages/_vue3/dist/src/components/render-block/render-component-with-context.vue.d.ts +0 -48
@@ -14,22 +14,14 @@ declare const _sfc_main: {
14
14
  RenderBlock: () => Promise<{
15
15
  name: string;
16
16
  components: {
17
+ RenderComponent: () => Promise<any>;
17
18
  RenderRepeatedBlock: () => Promise<{
18
19
  name: string;
19
20
  components: {
20
21
  RenderBlock: () => Promise<any>;
21
22
  };
22
23
  props: string[];
23
- provide(): {
24
- BuilderContext: {
25
- readonly content: any;
26
- readonly state: any;
27
- readonly context: any;
28
- readonly apiKey: any;
29
- readonly registeredComponents: any;
30
- readonly inheritedStyles: any;
31
- };
32
- };
24
+ provide(): any;
33
25
  }>;
34
26
  BlockStyles: () => Promise<{
35
27
  name: string;
@@ -37,7 +29,7 @@ declare const _sfc_main: {
37
29
  RenderInlinedStyles: () => Promise<{
38
30
  name: string;
39
31
  props: string[];
40
- data: () => {
32
+ data(): {
41
33
  TARGET: string;
42
34
  };
43
35
  computed: {
@@ -47,7 +39,7 @@ declare const _sfc_main: {
47
39
  }>;
48
40
  };
49
41
  props: string[];
50
- data: () => {
42
+ data(): {
51
43
  TARGET: string;
52
44
  };
53
45
  computed: {
@@ -55,59 +47,17 @@ declare const _sfc_main: {
55
47
  css(): any;
56
48
  };
57
49
  }>;
58
- RenderComponentWithContext: () => Promise<{
59
- name: string;
60
- components: {
61
- RenderComponent: () => Promise<any>;
62
- };
63
- props: string[];
64
- provide(): {
65
- BuilderContext: {
66
- readonly content: any;
67
- readonly state: any;
68
- readonly context: any;
69
- readonly apiKey: any;
70
- readonly registeredComponents: any;
71
- readonly inheritedStyles: any;
72
- };
73
- };
74
- }>;
75
- RenderComponent: () => Promise<any>;
76
50
  };
77
51
  props: string[];
78
- data: () => {
79
- isEmptyHtmlElement: (tagName: unknown) => boolean;
80
- };
52
+ data(): any;
81
53
  computed: {
82
- component(): any;
83
54
  tag(): any;
84
55
  useBlock(): any;
85
56
  actions(): any;
86
57
  attributes(): any;
87
- shouldWrap(): any;
88
58
  renderComponentProps(): any;
89
- useChildren(): any;
90
59
  childrenWithoutParentComponent(): any;
91
- repeatItemData(): any;
92
- inheritedTextStyles(): Partial<CSSStyleDeclaration>;
93
60
  childrenContext(): any;
94
- renderComponentTag(): (() => Promise<{
95
- name: string;
96
- components: {
97
- RenderComponent: () => Promise<any>;
98
- };
99
- props: string[];
100
- provide(): {
101
- BuilderContext: {
102
- readonly content: any;
103
- readonly state: any;
104
- readonly context: any;
105
- readonly apiKey: any;
106
- readonly registeredComponents: any;
107
- readonly inheritedStyles: any;
108
- };
109
- };
110
- }>) | (() => Promise<any>) | "RenderComponent";
111
61
  };
112
62
  }>;
113
63
  BlockStyles: () => Promise<{
@@ -116,7 +66,7 @@ declare const _sfc_main: {
116
66
  RenderInlinedStyles: () => Promise<{
117
67
  name: string;
118
68
  props: string[];
119
- data: () => {
69
+ data(): {
120
70
  TARGET: string;
121
71
  };
122
72
  computed: {
@@ -126,7 +76,7 @@ declare const _sfc_main: {
126
76
  }>;
127
77
  };
128
78
  props: string[];
129
- data: () => {
79
+ data(): {
130
80
  TARGET: string;
131
81
  };
132
82
  computed: {
@@ -4,78 +4,6 @@ declare const _sfc_main: {
4
4
  RenderBlock: () => Promise<{
5
5
  name: string;
6
6
  components: {
7
- RenderRepeatedBlock: () => Promise<any>;
8
- BlockStyles: () => Promise<{
9
- name: string;
10
- components: {
11
- RenderInlinedStyles: () => Promise<{
12
- name: string;
13
- props: string[];
14
- data: () => {
15
- TARGET: string;
16
- };
17
- computed: {
18
- injectedStyleScript(): any;
19
- tag(): string;
20
- };
21
- }>;
22
- };
23
- props: string[];
24
- data: () => {
25
- TARGET: string;
26
- };
27
- computed: {
28
- useBlock(): any;
29
- css(): any;
30
- };
31
- }>;
32
- RenderComponentWithContext: () => Promise<{
33
- name: string;
34
- components: {
35
- RenderComponent: () => Promise<{
36
- name: string;
37
- components: {
38
- RenderBlock: () => Promise<any>;
39
- BlockStyles: () => Promise<{
40
- name: string;
41
- components: {
42
- RenderInlinedStyles: () => Promise<{
43
- name: string;
44
- props: string[];
45
- data: () => {
46
- TARGET: string;
47
- };
48
- computed: {
49
- injectedStyleScript(): any;
50
- tag(): string;
51
- };
52
- }>;
53
- };
54
- props: string[];
55
- data: () => {
56
- TARGET: string;
57
- };
58
- computed: {
59
- useBlock(): any;
60
- css(): any;
61
- };
62
- }>;
63
- };
64
- props: string[];
65
- }>;
66
- };
67
- props: string[];
68
- provide(): {
69
- BuilderContext: {
70
- readonly content: any;
71
- readonly state: any;
72
- readonly context: any;
73
- readonly apiKey: any;
74
- readonly registeredComponents: any;
75
- readonly inheritedStyles: any;
76
- };
77
- };
78
- }>;
79
7
  RenderComponent: () => Promise<{
80
8
  name: string;
81
9
  components: {
@@ -86,7 +14,7 @@ declare const _sfc_main: {
86
14
  RenderInlinedStyles: () => Promise<{
87
15
  name: string;
88
16
  props: string[];
89
- data: () => {
17
+ data(): {
90
18
  TARGET: string;
91
19
  };
92
20
  computed: {
@@ -96,7 +24,7 @@ declare const _sfc_main: {
96
24
  }>;
97
25
  };
98
26
  props: string[];
99
- data: () => {
27
+ data(): {
100
28
  TARGET: string;
101
29
  };
102
30
  computed: {
@@ -107,114 +35,46 @@ declare const _sfc_main: {
107
35
  };
108
36
  props: string[];
109
37
  }>;
110
- };
111
- props: string[];
112
- data: () => {
113
- isEmptyHtmlElement: (tagName: unknown) => boolean;
114
- };
115
- computed: {
116
- component(): any;
117
- tag(): any;
118
- useBlock(): any;
119
- actions(): any;
120
- attributes(): any;
121
- shouldWrap(): any;
122
- renderComponentProps(): any;
123
- useChildren(): any;
124
- childrenWithoutParentComponent(): any;
125
- repeatItemData(): any;
126
- inheritedTextStyles(): Partial<CSSStyleDeclaration>;
127
- childrenContext(): any;
128
- renderComponentTag(): (() => Promise<{
129
- name: string;
130
- components: {
131
- RenderComponent: () => Promise<{
132
- name: string;
133
- components: {
134
- RenderBlock: () => Promise<any>;
135
- BlockStyles: () => Promise<{
136
- name: string;
137
- components: {
138
- RenderInlinedStyles: () => Promise<{
139
- name: string;
140
- props: string[];
141
- data: () => {
142
- TARGET: string;
143
- };
144
- computed: {
145
- injectedStyleScript(): any;
146
- tag(): string;
147
- };
148
- }>;
149
- };
150
- props: string[];
151
- data: () => {
152
- TARGET: string;
153
- };
154
- computed: {
155
- useBlock(): any;
156
- css(): any;
157
- };
158
- }>;
159
- };
160
- props: string[];
161
- }>;
162
- };
163
- props: string[];
164
- provide(): {
165
- BuilderContext: {
166
- readonly content: any;
167
- readonly state: any;
168
- readonly context: any;
169
- readonly apiKey: any;
170
- readonly registeredComponents: any;
171
- readonly inheritedStyles: any;
172
- };
173
- };
174
- }>) | (() => Promise<{
38
+ RenderRepeatedBlock: () => Promise<any>;
39
+ BlockStyles: () => Promise<{
175
40
  name: string;
176
41
  components: {
177
- RenderBlock: () => Promise<any>;
178
- BlockStyles: () => Promise<{
42
+ RenderInlinedStyles: () => Promise<{
179
43
  name: string;
180
- components: {
181
- RenderInlinedStyles: () => Promise<{
182
- name: string;
183
- props: string[];
184
- data: () => {
185
- TARGET: string;
186
- };
187
- computed: {
188
- injectedStyleScript(): any;
189
- tag(): string;
190
- };
191
- }>;
192
- };
193
44
  props: string[];
194
- data: () => {
45
+ data(): {
195
46
  TARGET: string;
196
47
  };
197
48
  computed: {
198
- useBlock(): any;
199
- css(): any;
49
+ injectedStyleScript(): any;
50
+ tag(): string;
200
51
  };
201
52
  }>;
202
53
  };
203
54
  props: string[];
204
- }>) | "RenderComponent";
55
+ data(): {
56
+ TARGET: string;
57
+ };
58
+ computed: {
59
+ useBlock(): any;
60
+ css(): any;
61
+ };
62
+ }>;
63
+ };
64
+ props: string[];
65
+ data(): any;
66
+ computed: {
67
+ tag(): any;
68
+ useBlock(): any;
69
+ actions(): any;
70
+ attributes(): any;
71
+ renderComponentProps(): any;
72
+ childrenWithoutParentComponent(): any;
73
+ childrenContext(): any;
205
74
  };
206
75
  }>;
207
76
  };
208
77
  props: string[];
209
- provide(): {
210
- BuilderContext: {
211
- readonly content: any;
212
- readonly state: any;
213
- readonly context: any;
214
- readonly apiKey: any;
215
- readonly registeredComponents: any;
216
- readonly inheritedStyles: any;
217
- };
218
- };
78
+ provide(): any;
219
79
  };
220
80
  export default _sfc_main;
@@ -11,94 +11,6 @@ declare const _sfc_main: {
11
11
  RenderBlock: () => Promise<{
12
12
  name: string;
13
13
  components: {
14
- RenderRepeatedBlock: () => Promise<{
15
- name: string;
16
- components: {
17
- RenderBlock: () => Promise<any>;
18
- };
19
- props: string[];
20
- provide(): {
21
- BuilderContext: {
22
- readonly content: any;
23
- readonly state: any;
24
- readonly context: any;
25
- readonly apiKey: any;
26
- readonly registeredComponents: any;
27
- readonly inheritedStyles: any;
28
- };
29
- };
30
- }>;
31
- BlockStyles: () => Promise<{
32
- name: string;
33
- components: {
34
- RenderInlinedStyles: () => Promise<{
35
- name: string;
36
- props: string[];
37
- data: () => {
38
- TARGET: string;
39
- };
40
- computed: {
41
- injectedStyleScript(): any;
42
- tag(): string;
43
- };
44
- }>;
45
- };
46
- props: string[];
47
- data: () => {
48
- TARGET: string;
49
- };
50
- computed: {
51
- useBlock(): any;
52
- css(): any;
53
- };
54
- }>;
55
- RenderComponentWithContext: () => Promise<{
56
- name: string;
57
- components: {
58
- RenderComponent: () => Promise<{
59
- name: string;
60
- components: {
61
- RenderBlock: () => Promise<any>;
62
- BlockStyles: () => Promise<{
63
- name: string;
64
- components: {
65
- RenderInlinedStyles: () => Promise<{
66
- name: string;
67
- props: string[];
68
- data: () => {
69
- TARGET: string;
70
- };
71
- computed: {
72
- injectedStyleScript(): any;
73
- tag(): string;
74
- };
75
- }>;
76
- };
77
- props: string[];
78
- data: () => {
79
- TARGET: string;
80
- };
81
- computed: {
82
- useBlock(): any;
83
- css(): any;
84
- };
85
- }>;
86
- };
87
- props: string[];
88
- }>;
89
- };
90
- props: string[];
91
- provide(): {
92
- BuilderContext: {
93
- readonly content: any;
94
- readonly state: any;
95
- readonly context: any;
96
- readonly apiKey: any;
97
- readonly registeredComponents: any;
98
- readonly inheritedStyles: any;
99
- };
100
- };
101
- }>;
102
14
  RenderComponent: () => Promise<{
103
15
  name: string;
104
16
  components: {
@@ -109,7 +21,7 @@ declare const _sfc_main: {
109
21
  RenderInlinedStyles: () => Promise<{
110
22
  name: string;
111
23
  props: string[];
112
- data: () => {
24
+ data(): {
113
25
  TARGET: string;
114
26
  };
115
27
  computed: {
@@ -119,7 +31,7 @@ declare const _sfc_main: {
119
31
  }>;
120
32
  };
121
33
  props: string[];
122
- data: () => {
34
+ data(): {
123
35
  TARGET: string;
124
36
  };
125
37
  computed: {
@@ -130,101 +42,49 @@ declare const _sfc_main: {
130
42
  };
131
43
  props: string[];
132
44
  }>;
133
- };
134
- props: string[];
135
- data: () => {
136
- isEmptyHtmlElement: (tagName: unknown) => boolean;
137
- };
138
- computed: {
139
- component(): any;
140
- tag(): any;
141
- useBlock(): any;
142
- actions(): any;
143
- attributes(): any;
144
- shouldWrap(): any;
145
- renderComponentProps(): any;
146
- useChildren(): any;
147
- childrenWithoutParentComponent(): any;
148
- repeatItemData(): any;
149
- inheritedTextStyles(): Partial<CSSStyleDeclaration>;
150
- childrenContext(): any;
151
- renderComponentTag(): (() => Promise<{
45
+ RenderRepeatedBlock: () => Promise<{
152
46
  name: string;
153
47
  components: {
154
- RenderComponent: () => Promise<{
155
- name: string;
156
- components: {
157
- RenderBlock: () => Promise<any>;
158
- BlockStyles: () => Promise<{
159
- name: string;
160
- components: {
161
- RenderInlinedStyles: () => Promise<{
162
- name: string;
163
- props: string[];
164
- data: () => {
165
- TARGET: string;
166
- };
167
- computed: {
168
- injectedStyleScript(): any;
169
- tag(): string;
170
- };
171
- }>;
172
- };
173
- props: string[];
174
- data: () => {
175
- TARGET: string;
176
- };
177
- computed: {
178
- useBlock(): any;
179
- css(): any;
180
- };
181
- }>;
182
- };
183
- props: string[];
184
- }>;
48
+ RenderBlock: () => Promise<any>;
185
49
  };
186
50
  props: string[];
187
- provide(): {
188
- BuilderContext: {
189
- readonly content: any;
190
- readonly state: any;
191
- readonly context: any;
192
- readonly apiKey: any;
193
- readonly registeredComponents: any;
194
- readonly inheritedStyles: any;
195
- };
196
- };
197
- }>) | (() => Promise<{
51
+ provide(): any;
52
+ }>;
53
+ BlockStyles: () => Promise<{
198
54
  name: string;
199
55
  components: {
200
- RenderBlock: () => Promise<any>;
201
- BlockStyles: () => Promise<{
56
+ RenderInlinedStyles: () => Promise<{
202
57
  name: string;
203
- components: {
204
- RenderInlinedStyles: () => Promise<{
205
- name: string;
206
- props: string[];
207
- data: () => {
208
- TARGET: string;
209
- };
210
- computed: {
211
- injectedStyleScript(): any;
212
- tag(): string;
213
- };
214
- }>;
215
- };
216
58
  props: string[];
217
- data: () => {
59
+ data(): {
218
60
  TARGET: string;
219
61
  };
220
62
  computed: {
221
- useBlock(): any;
222
- css(): any;
63
+ injectedStyleScript(): any;
64
+ tag(): string;
223
65
  };
224
66
  }>;
225
67
  };
226
68
  props: string[];
227
- }>) | "RenderComponent";
69
+ data(): {
70
+ TARGET: string;
71
+ };
72
+ computed: {
73
+ useBlock(): any;
74
+ css(): any;
75
+ };
76
+ }>;
77
+ };
78
+ props: string[];
79
+ data(): any;
80
+ computed: {
81
+ tag(): any;
82
+ useBlock(): any;
83
+ actions(): any;
84
+ attributes(): any;
85
+ renderComponentProps(): any;
86
+ childrenWithoutParentComponent(): any;
87
+ childrenContext(): any;
228
88
  };
229
89
  }>;
230
90
  BlockStyles: () => Promise<{
@@ -233,7 +93,7 @@ declare const _sfc_main: {
233
93
  RenderInlinedStyles: () => Promise<{
234
94
  name: string;
235
95
  props: string[];
236
- data: () => {
96
+ data(): {
237
97
  TARGET: string;
238
98
  };
239
99
  computed: {
@@ -243,7 +103,7 @@ declare const _sfc_main: {
243
103
  }>;
244
104
  };
245
105
  props: string[];
246
- data: () => {
106
+ data(): {
247
107
  TARGET: string;
248
108
  };
249
109
  computed: {
@@ -254,7 +114,7 @@ declare const _sfc_main: {
254
114
  };
255
115
  props: string[];
256
116
  inject: {
257
- builderContext: string;
117
+ builderContext: symbol;
258
118
  };
259
119
  computed: {
260
120
  className(): any;
@@ -4,7 +4,7 @@ declare const _sfc_main: {
4
4
  RenderInlinedStyles: () => Promise<{
5
5
  name: string;
6
6
  props: string[];
7
- data: () => {
7
+ data(): {
8
8
  TARGET: string;
9
9
  };
10
10
  computed: {