@myissue/vue-website-page-builder 3.5.20 → 3.5.21
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/dist/index.d.ts +61 -57
- package/dist/style.css +1 -1
- package/dist/vue-website-page-builder.js +9267 -8995
- package/dist/vue-website-page-builder.umd.cjs +72 -72
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -9,6 +9,65 @@ import { PiniaCustomStateProperties } from 'pinia';
|
|
|
9
9
|
import { PublicProps } from 'vue';
|
|
10
10
|
import { StoreDefinition } from 'pinia';
|
|
11
11
|
|
|
12
|
+
declare const __VLS_export: DefineComponent<ExtractPropTypes<{
|
|
13
|
+
CustomMediaLibraryComponent: {
|
|
14
|
+
type: ObjectConstructor;
|
|
15
|
+
default: null;
|
|
16
|
+
};
|
|
17
|
+
CustomBuilderComponents: {
|
|
18
|
+
type: ObjectConstructor;
|
|
19
|
+
default: null;
|
|
20
|
+
};
|
|
21
|
+
showCloseButton: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
showPublishButton: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
30
|
+
handleClosePageBuilder: (...args: any[]) => void;
|
|
31
|
+
handlePublishPageBuilder: (...args: any[]) => void;
|
|
32
|
+
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
33
|
+
CustomMediaLibraryComponent: {
|
|
34
|
+
type: ObjectConstructor;
|
|
35
|
+
default: null;
|
|
36
|
+
};
|
|
37
|
+
CustomBuilderComponents: {
|
|
38
|
+
type: ObjectConstructor;
|
|
39
|
+
default: null;
|
|
40
|
+
};
|
|
41
|
+
showCloseButton: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
showPublishButton: {
|
|
46
|
+
type: BooleanConstructor;
|
|
47
|
+
default: boolean;
|
|
48
|
+
};
|
|
49
|
+
}>> & Readonly<{
|
|
50
|
+
onHandleClosePageBuilder?: ((...args: any[]) => any) | undefined;
|
|
51
|
+
onHandlePublishPageBuilder?: ((...args: any[]) => any) | undefined;
|
|
52
|
+
}>, {
|
|
53
|
+
CustomBuilderComponents: Record<string, any>;
|
|
54
|
+
CustomMediaLibraryComponent: Record<string, any>;
|
|
55
|
+
showCloseButton: boolean;
|
|
56
|
+
showPublishButton: boolean;
|
|
57
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
58
|
+
|
|
59
|
+
declare const __VLS_export_2: DefineComponent<ExtractPropTypes<{
|
|
60
|
+
mobile: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
};
|
|
63
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
64
|
+
mobile: {
|
|
65
|
+
type: BooleanConstructor;
|
|
66
|
+
};
|
|
67
|
+
}>> & Readonly<{}>, {
|
|
68
|
+
mobile: boolean;
|
|
69
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
70
|
+
|
|
12
71
|
declare type AvailableLanguage = 'en' | 'zh-Hans' | 'fr' | 'ja' | 'ru' | 'es' | 'pt' | 'de' | 'ar' | 'hi' | 'da' | 'it';
|
|
13
72
|
|
|
14
73
|
export declare interface BuilderResourceComponent {
|
|
@@ -56,52 +115,7 @@ export declare interface ImageObject {
|
|
|
56
115
|
[key: string]: unknown;
|
|
57
116
|
}
|
|
58
117
|
|
|
59
|
-
export declare const PageBuilder:
|
|
60
|
-
CustomMediaLibraryComponent: {
|
|
61
|
-
type: ObjectConstructor;
|
|
62
|
-
default: null;
|
|
63
|
-
};
|
|
64
|
-
CustomBuilderComponents: {
|
|
65
|
-
type: ObjectConstructor;
|
|
66
|
-
default: null;
|
|
67
|
-
};
|
|
68
|
-
showCloseButton: {
|
|
69
|
-
type: BooleanConstructor;
|
|
70
|
-
default: boolean;
|
|
71
|
-
};
|
|
72
|
-
showPublishButton: {
|
|
73
|
-
type: BooleanConstructor;
|
|
74
|
-
default: boolean;
|
|
75
|
-
};
|
|
76
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
77
|
-
handleClosePageBuilder: (...args: any[]) => void;
|
|
78
|
-
handlePublishPageBuilder: (...args: any[]) => void;
|
|
79
|
-
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
80
|
-
CustomMediaLibraryComponent: {
|
|
81
|
-
type: ObjectConstructor;
|
|
82
|
-
default: null;
|
|
83
|
-
};
|
|
84
|
-
CustomBuilderComponents: {
|
|
85
|
-
type: ObjectConstructor;
|
|
86
|
-
default: null;
|
|
87
|
-
};
|
|
88
|
-
showCloseButton: {
|
|
89
|
-
type: BooleanConstructor;
|
|
90
|
-
default: boolean;
|
|
91
|
-
};
|
|
92
|
-
showPublishButton: {
|
|
93
|
-
type: BooleanConstructor;
|
|
94
|
-
default: boolean;
|
|
95
|
-
};
|
|
96
|
-
}>> & Readonly<{
|
|
97
|
-
onHandleClosePageBuilder?: ((...args: any[]) => any) | undefined;
|
|
98
|
-
onHandlePublishPageBuilder?: ((...args: any[]) => any) | undefined;
|
|
99
|
-
}>, {
|
|
100
|
-
CustomBuilderComponents: Record<string, any>;
|
|
101
|
-
CustomMediaLibraryComponent: Record<string, any>;
|
|
102
|
-
showCloseButton: boolean;
|
|
103
|
-
showPublishButton: boolean;
|
|
104
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
118
|
+
export declare const PageBuilder: typeof __VLS_export;
|
|
105
119
|
|
|
106
120
|
export declare const pageBuilder: {
|
|
107
121
|
install: (app: App) => void;
|
|
@@ -199,17 +213,7 @@ declare interface PageBuilderElementFonts {
|
|
|
199
213
|
p?: string;
|
|
200
214
|
}
|
|
201
215
|
|
|
202
|
-
export declare const PageBuilderPreview:
|
|
203
|
-
mobile: {
|
|
204
|
-
type: BooleanConstructor;
|
|
205
|
-
};
|
|
206
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
207
|
-
mobile: {
|
|
208
|
-
type: BooleanConstructor;
|
|
209
|
-
};
|
|
210
|
-
}>> & Readonly<{}>, {
|
|
211
|
-
mobile: boolean;
|
|
212
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
216
|
+
export declare const PageBuilderPreview: typeof __VLS_export_2;
|
|
213
217
|
|
|
214
218
|
export declare class PageBuilderService {
|
|
215
219
|
private fontSizeRegex;
|