@builder.io/sdk-vue 0.2.1 → 0.2.3

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 (110) hide show
  1. package/package.json +1 -1
  2. package/packages/_vue2/dist/{block-styles.e14644b9.js → block-styles.5729b057.js} +18 -17
  3. package/packages/_vue2/dist/block-styles.cb3c2dd0.cjs +1 -0
  4. package/packages/_vue2/dist/css.2efa95fa.cjs +6 -0
  5. package/packages/{_vue3/dist/css.a2956fb2.js → _vue2/dist/css.a54ddc90.js} +1 -1
  6. package/packages/_vue2/dist/{index.af260d16.js → index.6a9eec41.js} +416 -399
  7. package/packages/_vue2/dist/index.8547cce2.cjs +29 -0
  8. package/packages/_vue2/dist/{render-block.9394f002.js → render-block.4c7d7ca1.js} +38 -35
  9. package/packages/_vue2/dist/render-block.753d2325.cjs +3 -0
  10. package/packages/_vue2/dist/render-component.84d45798.js +38 -0
  11. package/packages/_vue2/dist/render-component.90275cfa.cjs +1 -0
  12. package/packages/_vue2/dist/render-inlined-styles.1999f52e.cjs +1 -0
  13. package/packages/_vue2/dist/render-inlined-styles.1fa49816.js +34 -0
  14. package/packages/_vue2/dist/{render-repeated-block.fd7c9132.js → render-repeated-block.900e2543.js} +15 -13
  15. package/packages/_vue2/dist/render-repeated-block.f522a309.cjs +1 -0
  16. package/packages/_vue2/dist/render-styles.15b8cdf0.cjs +31 -0
  17. package/packages/_vue2/dist/{render-styles.039fcc51.js → render-styles.591ca7be.js} +26 -25
  18. package/packages/_vue2/dist/sdk.cjs +1 -1
  19. package/packages/_vue2/dist/sdk.js +23 -22
  20. package/packages/_vue2/dist/src/blocks/button/button.vue.d.ts +19 -8
  21. package/packages/_vue2/dist/src/blocks/columns/columns.vue.d.ts +29 -174
  22. package/packages/_vue2/dist/src/blocks/custom-code/custom-code.vue.d.ts +9 -13
  23. package/packages/_vue2/dist/src/blocks/embed/embed.vue.d.ts +13 -20
  24. package/packages/_vue2/dist/src/blocks/fragment/fragment.vue.d.ts +1 -4
  25. package/packages/_vue2/dist/src/blocks/image/image.vue.d.ts +72 -0
  26. package/packages/_vue2/dist/src/blocks/img/img.vue.d.ts +8 -11
  27. package/packages/_vue2/dist/src/blocks/section/section.vue.d.ts +12 -7
  28. package/packages/_vue2/dist/src/blocks/symbol/symbol.vue.d.ts +15 -245
  29. package/packages/_vue2/dist/src/blocks/text/text.vue.d.ts +7 -4
  30. package/packages/_vue2/dist/src/blocks/video/video.vue.d.ts +42 -7
  31. package/packages/_vue2/dist/src/components/render-block/block-styles.vue.d.ts +18 -27
  32. package/packages/_vue2/dist/src/components/render-block/render-block.vue.d.ts +3 -86
  33. package/packages/_vue2/dist/src/components/render-block/render-component.vue.d.ts +3 -86
  34. package/packages/_vue2/dist/src/components/render-block/render-repeated-block.vue.d.ts +19 -84
  35. package/packages/_vue2/dist/src/components/render-blocks.vue.d.ts +23 -127
  36. package/packages/_vue2/dist/src/components/render-content/components/render-styles.vue.d.ts +15 -18
  37. package/packages/_vue2/dist/src/components/render-content/render-content.vue.d.ts +46 -212
  38. package/packages/_vue2/dist/src/components/render-inlined-styles.vue.d.ts +12 -11
  39. package/packages/_vue2/dist/src/functions/get-content/index.d.ts +1 -1
  40. package/packages/_vue2/dist/src/helpers/logger.d.ts +5 -0
  41. package/packages/_vue2/dist/src/index.d.ts +1 -0
  42. package/packages/_vue2/dist/src/types/builder-content.d.ts +1 -1
  43. package/packages/_vue2/dist/src/types/components.d.ts +1 -72
  44. package/packages/_vue2/dist/src/types/input.d.ts +121 -0
  45. package/packages/_vue2/dist/style.css +1 -1
  46. package/packages/_vue3/dist/block-styles.56f7b28a.cjs +1 -0
  47. package/packages/_vue3/dist/block-styles.f06f105b.js +69 -0
  48. package/packages/{_vue2/dist/css.9b722913.js → _vue3/dist/css.2ff361fc.js} +1 -1
  49. package/packages/{_vue2/dist/css.883115fd.cjs → _vue3/dist/css.f83437ab.cjs} +1 -1
  50. package/packages/_vue3/dist/{index.b87b71f2.js → index.0aed90df.js} +807 -791
  51. package/packages/_vue3/dist/index.d72bde22.cjs +29 -0
  52. package/packages/_vue3/dist/render-block.4e95bb8d.cjs +3 -0
  53. package/packages/_vue3/dist/{render-block.1a6dc153.js → render-block.905bcce5.js} +87 -106
  54. package/packages/_vue3/dist/render-component.0a7c094b.cjs +1 -0
  55. package/packages/_vue3/dist/render-component.b4a311b8.js +42 -0
  56. package/packages/_vue3/dist/render-inlined-styles.454bc38b.js +32 -0
  57. package/packages/_vue3/dist/render-inlined-styles.a596482a.cjs +1 -0
  58. package/packages/_vue3/dist/render-repeated-block.12894c71.js +38 -0
  59. package/packages/_vue3/dist/render-repeated-block.a95715ec.cjs +1 -0
  60. package/packages/_vue3/dist/{render-styles.86b7cc7d.js → render-styles.90b25836.js} +33 -33
  61. package/packages/_vue3/dist/render-styles.b6bf070d.cjs +31 -0
  62. package/packages/_vue3/dist/sdk.cjs +1 -1
  63. package/packages/_vue3/dist/sdk.js +1 -1
  64. package/packages/_vue3/dist/src/blocks/button/button.vue.d.ts +19 -8
  65. package/packages/_vue3/dist/src/blocks/columns/columns.vue.d.ts +45 -91
  66. package/packages/_vue3/dist/src/blocks/custom-code/custom-code.vue.d.ts +16 -13
  67. package/packages/_vue3/dist/src/blocks/embed/embed.vue.d.ts +17 -20
  68. package/packages/_vue3/dist/src/blocks/fragment/fragment.vue.d.ts +1 -4
  69. package/packages/_vue3/dist/src/blocks/image/image.vue.d.ts +54 -14
  70. package/packages/_vue3/dist/src/blocks/img/img.vue.d.ts +27 -11
  71. package/packages/_vue3/dist/src/blocks/section/section.vue.d.ts +12 -7
  72. package/packages/_vue3/dist/src/blocks/symbol/symbol.vue.d.ts +25 -171
  73. package/packages/_vue3/dist/src/blocks/text/text.vue.d.ts +7 -4
  74. package/packages/_vue3/dist/src/blocks/video/video.vue.d.ts +42 -7
  75. package/packages/_vue3/dist/src/components/render-block/block-styles.vue.d.ts +18 -27
  76. package/packages/_vue3/dist/src/components/render-block/render-block.vue.d.ts +2 -2
  77. package/packages/_vue3/dist/src/components/render-block/render-component.vue.d.ts +2 -2
  78. package/packages/_vue3/dist/src/components/render-block/render-repeated-block.vue.d.ts +19 -8
  79. package/packages/_vue3/dist/src/components/render-blocks.vue.d.ts +23 -44
  80. package/packages/_vue3/dist/src/components/render-content/components/render-styles.vue.d.ts +15 -18
  81. package/packages/_vue3/dist/src/components/render-content/render-content.vue.d.ts +77 -129
  82. package/packages/_vue3/dist/src/components/render-inlined-styles.vue.d.ts +12 -11
  83. package/packages/_vue3/dist/src/functions/get-content/index.d.ts +1 -1
  84. package/packages/_vue3/dist/src/helpers/logger.d.ts +5 -0
  85. package/packages/_vue3/dist/src/index.d.ts +1 -0
  86. package/packages/_vue3/dist/src/types/builder-content.d.ts +1 -1
  87. package/packages/_vue3/dist/src/types/components.d.ts +1 -72
  88. package/packages/_vue3/dist/src/types/input.d.ts +121 -0
  89. package/packages/_vue3/dist/style.css +1 -1
  90. package/packages/_vue2/dist/block-styles.1657b45f.cjs +0 -1
  91. package/packages/_vue2/dist/index.b9a8defa.cjs +0 -29
  92. package/packages/_vue2/dist/render-block.73e50e2a.cjs +0 -3
  93. package/packages/_vue2/dist/render-component.58fe0189.js +0 -37
  94. package/packages/_vue2/dist/render-component.ab9c6751.cjs +0 -1
  95. package/packages/_vue2/dist/render-inlined-styles.cdf66d21.js +0 -33
  96. package/packages/_vue2/dist/render-inlined-styles.f139e6d2.cjs +0 -1
  97. package/packages/_vue2/dist/render-repeated-block.d7008df1.cjs +0 -1
  98. package/packages/_vue2/dist/render-styles.5f902b3b.cjs +0 -31
  99. package/packages/_vue3/dist/block-styles.02894248.cjs +0 -1
  100. package/packages/_vue3/dist/block-styles.6e74059d.js +0 -69
  101. package/packages/_vue3/dist/css.4fc86c7e.cjs +0 -6
  102. package/packages/_vue3/dist/index.501ef5e2.cjs +0 -29
  103. package/packages/_vue3/dist/render-block.a0bf0cfc.cjs +0 -3
  104. package/packages/_vue3/dist/render-component.c1760213.js +0 -26
  105. package/packages/_vue3/dist/render-component.ce1da9f7.cjs +0 -1
  106. package/packages/_vue3/dist/render-inlined-styles.1e4cf51b.js +0 -32
  107. package/packages/_vue3/dist/render-inlined-styles.4e769566.cjs +0 -1
  108. package/packages/_vue3/dist/render-repeated-block.607b20dd.cjs +0 -1
  109. package/packages/_vue3/dist/render-repeated-block.bc4f1130.js +0 -37
  110. package/packages/_vue3/dist/render-styles.efd8cf3d.cjs +0 -31
@@ -1,3 +1,5 @@
1
+ import type { BuilderContent } from "../../types/builder-content.js";
2
+ import type { BuilderBlock } from "../../types/builder-block.js";
1
3
  export interface SymbolInfo {
2
4
  model?: string;
3
5
  entry?: string;
@@ -14,176 +16,28 @@ export interface SymbolProps {
14
16
  attributes?: any;
15
17
  inheritState?: boolean;
16
18
  }
17
- import { BuilderContent } from "../../types/builder-content.js";
18
- import { BuilderBlock } from "../../types/builder-block.js";
19
- declare const _sfc_main: {
20
- name: string;
21
- components: {
22
- RenderContent: {
23
- name: string;
24
- components: {
25
- RenderContentStyles: {
26
- name: string;
27
- components: {
28
- RenderInlinedStyles: {
29
- name: string;
30
- props: string[];
31
- data(): {
32
- TARGET: string;
33
- };
34
- computed: {
35
- tag(): string;
36
- injectedStyleScript(): any;
37
- };
38
- };
39
- };
40
- props: string[];
41
- data(): any;
42
- };
43
- RenderBlocks: {
44
- name: string;
45
- components: {
46
- RenderBlock: any;
47
- BlockStyles: {
48
- name: string;
49
- components: {
50
- RenderInlinedStyles: {
51
- name: string;
52
- props: string[];
53
- data(): {
54
- TARGET: string;
55
- };
56
- computed: {
57
- tag(): string;
58
- injectedStyleScript(): any;
59
- };
60
- };
61
- };
62
- props: string[];
63
- data(): {
64
- TARGET: string;
65
- };
66
- computed: {
67
- useBlock(): any;
68
- canShowBlock(): any;
69
- css(): any;
70
- };
71
- };
72
- };
73
- props: string[];
74
- inject: {
75
- builderContext: symbol;
76
- };
77
- computed: {
78
- className(): any;
79
- };
80
- methods: {
81
- onClick(): void;
82
- onMouseEnter(): void;
83
- /**
84
- * If:
85
- * - we have a symbol prop
86
- * - yet it does not have any content
87
- * - and we have not already stored content from before
88
- * - and it has a model name
89
- *
90
- * then we want to re-fetch the symbol content.
91
- */
92
- _classStringToObject(str: any): {};
93
- };
94
- };
95
- };
96
- props: string[];
97
- data(): {
98
- forceReRenderCount: number;
99
- overrideContent: null;
100
- useContent: import("../../types/typescript.js").Nullable<BuilderContent>;
101
- update: number;
102
- canTrackToUse: any;
103
- contentState: {
104
- [x: string]: unknown;
105
- };
106
- allRegisteredComponents: any;
107
- httpReqsData: {};
108
- clicked: boolean;
109
- TARGET: string;
110
- };
111
- provide(): {
112
- [x: symbol]: {
113
- content: any;
114
- state: any;
115
- setState: any;
116
- context: any;
117
- apiKey: any;
118
- apiVersion: any;
119
- registeredComponents: any;
120
- };
121
- };
122
- mounted(): void;
123
- watch: {
124
- onUpdateHook0: {
125
- handler(): void;
126
- immediate: boolean;
127
- };
128
- onUpdateHook1: {
129
- handler(): void;
130
- immediate: boolean;
131
- };
132
- onUpdateHook2: {
133
- handler(): void;
134
- immediate: boolean;
135
- };
136
- onUpdateHook3: {
137
- handler(): void;
138
- immediate: boolean;
139
- };
140
- };
141
- unmounted(): void;
142
- computed: {
143
- onUpdateHook0(): any;
144
- onUpdateHook1(): any;
145
- onUpdateHook2(): any;
146
- onUpdateHook3(): any;
147
- };
148
- methods: {
149
- mergeNewContent(newContent: BuilderContent): void;
150
- setBreakpoints(breakpoints: import("../../types/builder-content.js").Breakpoints): void;
151
- setContextState(newState: import("../../context/types.js").BuilderRenderState): void;
152
- processMessage(event: MessageEvent<any>): void;
153
- evaluateJsCode(): void;
154
- onClick(event: any): void;
155
- evalExpression(expression: string): string;
156
- handleRequest({ url, key }: {
157
- key: string;
158
- url: string;
159
- }): void;
160
- runHttpRequests(): void;
161
- emitStateUpdate(): void;
162
- };
163
- };
164
- };
165
- props: string[];
166
- data(): {
167
- className: string;
168
- contentToUse: any;
169
- };
170
- inject: {
171
- builderContext: symbol;
172
- };
173
- mounted(): void;
174
- watch: {
175
- onUpdateHook0: {
176
- handler(): void;
177
- immediate: boolean;
178
- };
179
- };
180
- computed: {
181
- onUpdateHook0(): any;
182
- };
183
- methods: {
184
- fetchContent(): void;
185
- filterAttrs: (attrs: {} | undefined, isEvent: any) => {};
186
- _classStringToObject(str: any): {};
19
+ declare const _sfc_main: import("vue").DefineComponent<Readonly<{
20
+ symbol?: any;
21
+ attributes?: any;
22
+ dynamic?: any;
23
+ }>, unknown, {
24
+ className: string;
25
+ contentToUse: any;
26
+ }, {
27
+ onUpdateHook0(): {
28
+ 0: any;
187
29
  };
188
- };
30
+ }, {
31
+ fetchContent(): void;
32
+ filterAttrs: (attrs: {} | undefined, isEvent: any) => {};
33
+ _classStringToObject(str: any): {};
34
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
35
+ symbol?: any;
36
+ attributes?: any;
37
+ dynamic?: any;
38
+ }>>>, {
39
+ readonly symbol?: any;
40
+ readonly attributes?: any;
41
+ readonly dynamic?: any;
42
+ }>;
189
43
  export default _sfc_main;
@@ -1,8 +1,11 @@
1
1
  export interface TextProps {
2
2
  text: string;
3
3
  }
4
- declare const _sfc_main: {
5
- name: string;
6
- props: string[];
7
- };
4
+ declare const _sfc_main: import("vue").DefineComponent<Readonly<{
5
+ text?: any;
6
+ }>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
7
+ text?: any;
8
+ }>>>, {
9
+ readonly text?: any;
10
+ }>;
8
11
  export default _sfc_main;
@@ -14,12 +14,47 @@ export interface VideoProps {
14
14
  posterImage?: string;
15
15
  lazyLoad?: boolean;
16
16
  }
17
- declare const _sfc_main: {
18
- name: string;
19
- props: string[];
20
- computed: {
21
- videoProps(): any;
22
- spreadProps(): any;
17
+ declare const _sfc_main: import("vue").DefineComponent<Readonly<{
18
+ position?: any;
19
+ attributes?: any;
20
+ autoPlay?: any;
21
+ muted?: any;
22
+ controls?: any;
23
+ loop?: any;
24
+ playsInline?: any;
25
+ fit?: any;
26
+ video?: any;
27
+ posterImage?: any;
28
+ }>, unknown, unknown, {
29
+ videoProps(): {
30
+ playsInline?: boolean | undefined;
31
+ loop?: boolean | undefined;
32
+ controls?: boolean | undefined;
33
+ muted?: boolean | undefined;
34
+ autoPlay?: boolean | undefined;
23
35
  };
24
- };
36
+ spreadProps(): any;
37
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
38
+ position?: any;
39
+ attributes?: any;
40
+ autoPlay?: any;
41
+ muted?: any;
42
+ controls?: any;
43
+ loop?: any;
44
+ playsInline?: any;
45
+ fit?: any;
46
+ video?: any;
47
+ posterImage?: any;
48
+ }>>>, {
49
+ readonly position?: any;
50
+ readonly attributes?: any;
51
+ readonly autoPlay?: any;
52
+ readonly muted?: any;
53
+ readonly controls?: any;
54
+ readonly loop?: any;
55
+ readonly playsInline?: any;
56
+ readonly fit?: any;
57
+ readonly video?: any;
58
+ readonly posterImage?: any;
59
+ }>;
25
60
  export default _sfc_main;
@@ -1,32 +1,23 @@
1
+ import type { BuilderContextInterface } from "../../context/types.js";
2
+ import type { BuilderBlock } from "../../types/builder-block.js";
1
3
  export type BlockStylesProps = {
2
4
  block: BuilderBlock;
3
5
  context: BuilderContextInterface;
4
6
  };
5
- import { BuilderContextInterface } from "../../context/types.js";
6
- import { BuilderBlock } from "../../types/builder-block.js";
7
- declare const _sfc_main: {
8
- name: string;
9
- components: {
10
- RenderInlinedStyles: {
11
- name: string;
12
- props: string[];
13
- data(): {
14
- TARGET: string;
15
- };
16
- computed: {
17
- tag(): string;
18
- injectedStyleScript(): any;
19
- };
20
- };
21
- };
22
- props: string[];
23
- data(): {
24
- TARGET: string;
25
- };
26
- computed: {
27
- useBlock(): any;
28
- canShowBlock(): any;
29
- css(): any;
30
- };
31
- };
7
+ declare const _sfc_main: import("vue").DefineComponent<Readonly<{
8
+ block?: any;
9
+ context?: any;
10
+ }>, unknown, {
11
+ TARGET: string;
12
+ }, {
13
+ useBlock(): BuilderBlock;
14
+ canShowBlock(): boolean;
15
+ css(): string;
16
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
17
+ block?: any;
18
+ context?: any;
19
+ }>>>, {
20
+ readonly block?: any;
21
+ readonly context?: any;
22
+ }>;
32
23
  export default _sfc_main;
@@ -1,8 +1,8 @@
1
+ import type { BuilderContextInterface } from "../../context/types.js";
2
+ import type { BuilderBlock } from "../../types/builder-block.js";
1
3
  export type RenderBlockProps = {
2
4
  block: BuilderBlock;
3
5
  context: BuilderContextInterface;
4
6
  };
5
- import { BuilderContextInterface } from "../../context/types.js";
6
- import { BuilderBlock } from "../../types/builder-block.js";
7
7
  declare const _sfc_main: any;
8
8
  export default _sfc_main;
@@ -1,3 +1,5 @@
1
+ import type { BuilderBlock } from "../../types/builder-block.js";
2
+ import type { BuilderContextInterface } from "../../context/types.js";
1
3
  type ComponentOptions = {
2
4
  [index: string]: any;
3
5
  attributes?: {
@@ -10,7 +12,5 @@ export interface RenderComponentProps {
10
12
  blockChildren: BuilderBlock[];
11
13
  context: BuilderContextInterface;
12
14
  }
13
- import { BuilderBlock } from "../../types/builder-block.js";
14
- import { BuilderContextInterface } from "../../context/types.js";
15
15
  declare const _sfc_main: any;
16
16
  export default _sfc_main;
@@ -1,9 +1,20 @@
1
- declare const _sfc_main: {
2
- name: string;
3
- components: {
4
- RenderBlock: any;
5
- };
6
- props: string[];
7
- provide(): any;
8
- };
1
+ /**
2
+ * We can't make this a generic `ProvideContext` function because Vue 2 won't support root slots, e.g.
3
+ *
4
+ * ```vue
5
+ * <template>
6
+ * <slot></slot>
7
+ * </template>
8
+ * ```
9
+ */
10
+ declare const _sfc_main: import("vue").DefineComponent<Readonly<{
11
+ block?: any;
12
+ repeatContext?: any;
13
+ }>, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
14
+ block?: any;
15
+ repeatContext?: any;
16
+ }>>>, {
17
+ readonly block?: any;
18
+ readonly repeatContext?: any;
19
+ }>;
9
20
  export default _sfc_main;
@@ -1,51 +1,30 @@
1
+ import type { BuilderBlock } from "../types/builder-block.js";
1
2
  export type RenderBlockProps = {
2
3
  blocks?: BuilderBlock[];
3
4
  parent?: string;
4
5
  path?: string;
5
6
  styleProp?: Record<string, any>;
6
7
  };
7
- import { BuilderBlock } from "../types/builder-block.js";
8
- declare const _sfc_main: {
9
- name: string;
10
- components: {
11
- RenderBlock: any;
12
- BlockStyles: {
13
- name: string;
14
- components: {
15
- RenderInlinedStyles: {
16
- name: string;
17
- props: string[];
18
- data(): {
19
- TARGET: string;
20
- };
21
- computed: {
22
- tag(): string;
23
- injectedStyleScript(): any;
24
- };
25
- };
26
- };
27
- props: string[];
28
- data(): {
29
- TARGET: string;
30
- };
31
- computed: {
32
- useBlock(): any;
33
- canShowBlock(): any;
34
- css(): any;
35
- };
36
- };
37
- };
38
- props: string[];
39
- inject: {
40
- builderContext: symbol;
41
- };
42
- computed: {
43
- className(): any;
44
- };
45
- methods: {
46
- onClick(): void;
47
- onMouseEnter(): void;
48
- _classStringToObject(str: any): {};
49
- };
50
- };
8
+ declare const _sfc_main: import("vue").DefineComponent<Readonly<{
9
+ blocks?: any;
10
+ parent?: any;
11
+ path?: any;
12
+ styleProp?: any;
13
+ }>, unknown, unknown, {
14
+ className(): string;
15
+ }, {
16
+ onClick(): void;
17
+ onMouseEnter(): void;
18
+ _classStringToObject(str: any): {};
19
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
20
+ blocks?: any;
21
+ parent?: any;
22
+ path?: any;
23
+ styleProp?: any;
24
+ }>>>, {
25
+ readonly blocks?: any;
26
+ readonly parent?: any;
27
+ readonly path?: any;
28
+ readonly styleProp?: any;
29
+ }>;
51
30
  export default _sfc_main;
@@ -1,19 +1,16 @@
1
- declare const _sfc_main: {
2
- name: string;
3
- components: {
4
- RenderInlinedStyles: {
5
- name: string;
6
- props: string[];
7
- data(): {
8
- TARGET: string;
9
- };
10
- computed: {
11
- tag(): string;
12
- injectedStyleScript(): any;
13
- };
14
- };
15
- };
16
- props: string[];
17
- data(): any;
18
- };
1
+ declare const _sfc_main: import("vue").DefineComponent<Readonly<{
2
+ cssCode?: any;
3
+ contentId?: any;
4
+ customFonts?: any;
5
+ }>, unknown, {
6
+ injectedStyles: string;
7
+ }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Readonly<{
8
+ cssCode?: any;
9
+ contentId?: any;
10
+ customFonts?: any;
11
+ }>>>, {
12
+ readonly cssCode?: any;
13
+ readonly contentId?: any;
14
+ readonly customFonts?: any;
15
+ }>;
19
16
  export default _sfc_main;