@bagelink/blox 1.10.17 → 1.10.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/README.md +161 -151
- package/dist/CmsPageView.vue.d.ts +3 -0
- package/dist/CmsPageView.vue.d.ts.map +1 -0
- package/dist/PageRenderer.d.ts +19 -0
- package/dist/PageRenderer.d.ts.map +1 -0
- package/dist/PreviewApp-BZNzZkit.js +4 -0
- package/dist/PreviewApp-C1WvJWI4.cjs +4 -0
- package/dist/PreviewApp.vue.d.ts +3 -0
- package/dist/PreviewApp.vue.d.ts.map +1 -0
- package/dist/PreviewRenderer.d.ts +37 -0
- package/dist/PreviewRenderer.d.ts.map +1 -0
- package/dist/api/index.d.ts +13 -0
- package/dist/api/index.d.ts.map +1 -0
- package/dist/api/types.d.ts +94 -0
- package/dist/api/types.d.ts.map +1 -0
- package/dist/bridge.d.ts +44 -0
- package/dist/bridge.d.ts.map +1 -0
- package/dist/components/LocaleRouterLink.vue.d.ts +26 -0
- package/dist/components/LocaleRouterLink.vue.d.ts.map +1 -0
- package/dist/composables/useLocale.d.ts +9 -0
- package/dist/composables/useLocale.d.ts.map +1 -0
- package/dist/composables/useLocaleNav.d.ts +14 -0
- package/dist/composables/useLocaleNav.d.ts.map +1 -0
- package/dist/composables/usePageContext.d.ts +2 -0
- package/dist/composables/usePageContext.d.ts.map +1 -0
- package/dist/core.d.ts +26 -0
- package/dist/core.d.ts.map +1 -0
- package/dist/index.cjs +1643 -6481
- package/dist/index.d.ts +20 -18
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1645 -6483
- package/dist/localeStrategy.d.ts +39 -0
- package/dist/localeStrategy.d.ts.map +1 -0
- package/dist/schema.d.ts +19 -0
- package/dist/schema.d.ts.map +1 -0
- package/dist/style.css +151 -898
- package/dist/symbols.d.ts +11 -0
- package/dist/symbols.d.ts.map +1 -0
- package/package.json +3 -2
- package/dist/components/base/Button.vue.d.ts +0 -26
- package/dist/components/base/Button.vue.d.ts.map +0 -1
- package/dist/components/base/Container.vue.d.ts +0 -37
- package/dist/components/base/Container.vue.d.ts.map +0 -1
- package/dist/components/base/Image.vue.d.ts +0 -26
- package/dist/components/base/Image.vue.d.ts.map +0 -1
- package/dist/components/base/Spacer.vue.d.ts +0 -16
- package/dist/components/base/Spacer.vue.d.ts.map +0 -1
- package/dist/components/base/Text.vue.d.ts +0 -13
- package/dist/components/base/Text.vue.d.ts.map +0 -1
- package/dist/components/base/Title.vue.d.ts +0 -14
- package/dist/components/base/Title.vue.d.ts.map +0 -1
- package/dist/components/blocks/BigImage.vue.d.ts +0 -12
- package/dist/components/blocks/BigImage.vue.d.ts.map +0 -1
- package/dist/components/blocks/BigQuote.vue.d.ts +0 -14
- package/dist/components/blocks/BigQuote.vue.d.ts.map +0 -1
- package/dist/components/blocks/BlockFooter.vue.d.ts +0 -17
- package/dist/components/blocks/BlockFooter.vue.d.ts.map +0 -1
- package/dist/components/blocks/BlockNav.vue.d.ts +0 -22
- package/dist/components/blocks/BlockNav.vue.d.ts.map +0 -1
- package/dist/components/blocks/Cards.vue.d.ts +0 -18
- package/dist/components/blocks/Cards.vue.d.ts.map +0 -1
- package/dist/components/blocks/Contact.vue.d.ts +0 -22
- package/dist/components/blocks/Contact.vue.d.ts.map +0 -1
- package/dist/components/blocks/CountDown.vue.d.ts +0 -76
- package/dist/components/blocks/CountDown.vue.d.ts.map +0 -1
- package/dist/components/blocks/Cta.vue.d.ts +0 -15
- package/dist/components/blocks/Cta.vue.d.ts.map +0 -1
- package/dist/components/blocks/Faq.vue.d.ts +0 -20
- package/dist/components/blocks/Faq.vue.d.ts.map +0 -1
- package/dist/components/blocks/Grid.vue.d.ts +0 -24
- package/dist/components/blocks/Grid.vue.d.ts.map +0 -1
- package/dist/components/blocks/Icons.vue.d.ts +0 -16
- package/dist/components/blocks/Icons.vue.d.ts.map +0 -1
- package/dist/components/blocks/IconsList.vue.d.ts +0 -22
- package/dist/components/blocks/IconsList.vue.d.ts.map +0 -1
- package/dist/components/blocks/ImageCarousel.vue.d.ts +0 -16
- package/dist/components/blocks/ImageCarousel.vue.d.ts.map +0 -1
- package/dist/components/blocks/ImageLinkBoxes.vue.d.ts +0 -14
- package/dist/components/blocks/ImageLinkBoxes.vue.d.ts.map +0 -1
- package/dist/components/blocks/Logos.vue.d.ts +0 -17
- package/dist/components/blocks/Logos.vue.d.ts.map +0 -1
- package/dist/components/blocks/PopUp.vue.d.ts +0 -23
- package/dist/components/blocks/PopUp.vue.d.ts.map +0 -1
- package/dist/components/blocks/PriceTable.vue.d.ts +0 -24
- package/dist/components/blocks/PriceTable.vue.d.ts.map +0 -1
- package/dist/components/blocks/Space.vue.d.ts +0 -25
- package/dist/components/blocks/Space.vue.d.ts.map +0 -1
- package/dist/components/blocks/Tabs.vue.d.ts +0 -15
- package/dist/components/blocks/Tabs.vue.d.ts.map +0 -1
- package/dist/components/blocks/Team.vue.d.ts +0 -19
- package/dist/components/blocks/Team.vue.d.ts.map +0 -1
- package/dist/components/blocks/Testimonials.vue.d.ts +0 -18
- package/dist/components/blocks/Testimonials.vue.d.ts.map +0 -1
- package/dist/components/blocks/Text.vue.d.ts +0 -10
- package/dist/components/blocks/Text.vue.d.ts.map +0 -1
- package/dist/components/blocks/TextImage.vue.d.ts +0 -20
- package/dist/components/blocks/TextImage.vue.d.ts.map +0 -1
- package/dist/components/blocks/TextSide.vue.d.ts +0 -19
- package/dist/components/blocks/TextSide.vue.d.ts.map +0 -1
- package/dist/components/blocks/Title.vue.d.ts +0 -16
- package/dist/components/blocks/Title.vue.d.ts.map +0 -1
- package/dist/components/blocks/TitleSide.vue.d.ts +0 -21
- package/dist/components/blocks/TitleSide.vue.d.ts.map +0 -1
- package/dist/components/blocks/VideoBox.vue.d.ts +0 -15
- package/dist/components/blocks/VideoBox.vue.d.ts.map +0 -1
- package/dist/components/blocks/blocks.d.ts +0 -27
- package/dist/components/blocks/blocks.d.ts.map +0 -1
- package/dist/components/index.d.ts +0 -19
- package/dist/components/index.d.ts.map +0 -1
- package/dist/config/baseComponents.d.ts +0 -50
- package/dist/config/baseComponents.d.ts.map +0 -1
- package/dist/config/blockComponents.d.ts +0 -41
- package/dist/config/blockComponents.d.ts.map +0 -1
- package/dist/core/communication.d.ts +0 -44
- package/dist/core/communication.d.ts.map +0 -1
- package/dist/core/registry.d.ts +0 -56
- package/dist/core/registry.d.ts.map +0 -1
- package/dist/core/renderer.d.ts +0 -27
- package/dist/core/renderer.d.ts.map +0 -1
- package/dist/core/types.d.ts +0 -105
- package/dist/core/types.d.ts.map +0 -1
- package/dist/setup.d.ts +0 -132
- package/dist/setup.d.ts.map +0 -1
- package/dist/utils/componentPreviewGenerator.d.ts +0 -113
- package/dist/utils/componentPreviewGenerator.d.ts.map +0 -1
- package/dist/utils/normalizer.d.ts +0 -18
- package/dist/utils/normalizer.d.ts.map +0 -1
- package/dist/utils/styles.d.ts +0 -13
- package/dist/utils/styles.d.ts.map +0 -1
- package/dist/views/ExternalPreview.vue.d.ts +0 -12
- package/dist/views/ExternalPreview.vue.d.ts.map +0 -1
- package/dist/views/RenderPage.vue.d.ts +0 -10
- package/dist/views/RenderPage.vue.d.ts.map +0 -1
package/dist/core/types.d.ts
DELETED
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Core type definitions for the Blox external preview library
|
|
3
|
-
*/
|
|
4
|
-
export interface ComponentData {
|
|
5
|
-
id: string;
|
|
6
|
-
type: string;
|
|
7
|
-
data: Record<string, any>;
|
|
8
|
-
}
|
|
9
|
-
export interface PageData {
|
|
10
|
-
id?: string;
|
|
11
|
-
components: ComponentData[];
|
|
12
|
-
pageSettings?: PageSettings;
|
|
13
|
-
header_code?: string;
|
|
14
|
-
body_code?: string;
|
|
15
|
-
language?: Record<string, any>;
|
|
16
|
-
}
|
|
17
|
-
export interface PageSettings {
|
|
18
|
-
selectedGoogleFont?: string;
|
|
19
|
-
pageLanguage?: string;
|
|
20
|
-
pageDirection?: 'ltr' | 'rtl';
|
|
21
|
-
additionalHeadCode?: string;
|
|
22
|
-
additionalBodyCode?: string;
|
|
23
|
-
customFavicon?: string;
|
|
24
|
-
customOgImage?: string;
|
|
25
|
-
customKeywords?: string;
|
|
26
|
-
customRobotsMeta?: string;
|
|
27
|
-
customAnalyticsCode?: string;
|
|
28
|
-
disableGlobalHeadCode?: boolean;
|
|
29
|
-
disableGlobalBodyCode?: boolean;
|
|
30
|
-
disableGoogleAnalytics?: boolean;
|
|
31
|
-
disableFacebookPixel?: boolean;
|
|
32
|
-
}
|
|
33
|
-
export interface GlobalSettings {
|
|
34
|
-
selectedGoogleFont?: string;
|
|
35
|
-
pageLanguage?: string;
|
|
36
|
-
pageDirection?: 'ltr' | 'rtl';
|
|
37
|
-
globalHeadCode?: string;
|
|
38
|
-
globalBodyCode?: string;
|
|
39
|
-
favicon?: string;
|
|
40
|
-
ogImage?: string;
|
|
41
|
-
siteKeywords?: string;
|
|
42
|
-
googleAnalyticsId?: string;
|
|
43
|
-
facebookPixelId?: string;
|
|
44
|
-
}
|
|
45
|
-
export type MessageType = 'ready' | 'update' | 'focus' | 'highlight' | 'preview' | 'meta' | 'delete' | 'disableLinks' | 'newBlock';
|
|
46
|
-
export interface EditorMessage {
|
|
47
|
-
type: MessageType;
|
|
48
|
-
message?: any;
|
|
49
|
-
data?: any;
|
|
50
|
-
isMobile?: boolean;
|
|
51
|
-
}
|
|
52
|
-
export interface BlockProps {
|
|
53
|
-
isMobile?: boolean;
|
|
54
|
-
[key: string]: any;
|
|
55
|
-
}
|
|
56
|
-
export interface StyleConfig {
|
|
57
|
-
marginTop?: number;
|
|
58
|
-
marginBottom?: number;
|
|
59
|
-
marginTopMobile?: number;
|
|
60
|
-
marginBottomMobile?: number;
|
|
61
|
-
padding?: number;
|
|
62
|
-
paddingMobile?: number;
|
|
63
|
-
width?: number;
|
|
64
|
-
widthMobile?: number;
|
|
65
|
-
widthPercent?: number;
|
|
66
|
-
widthPercentMobile?: number;
|
|
67
|
-
fullWidth?: boolean;
|
|
68
|
-
fullWidthMobile?: boolean;
|
|
69
|
-
backgroundColor?: string;
|
|
70
|
-
backgroundColorMobile?: string;
|
|
71
|
-
textColor?: string;
|
|
72
|
-
textColorMobile?: string;
|
|
73
|
-
borderWidth?: number;
|
|
74
|
-
borderWidthMobile?: number;
|
|
75
|
-
borderStyle?: string;
|
|
76
|
-
borderStyleMobile?: string;
|
|
77
|
-
borderColor?: string;
|
|
78
|
-
borderColorMobile?: string;
|
|
79
|
-
borderRadius?: number;
|
|
80
|
-
borderRadiusMobile?: number;
|
|
81
|
-
fontFamily?: string;
|
|
82
|
-
fontFamilyMobile?: string;
|
|
83
|
-
center?: boolean;
|
|
84
|
-
centerMobile?: boolean;
|
|
85
|
-
shadowType?: 'none' | 'sm' | 'md' | 'lg' | 'xl' | 'custom';
|
|
86
|
-
shadowTypeMobile?: 'none' | 'sm' | 'md' | 'lg' | 'xl' | 'custom';
|
|
87
|
-
zIndex?: number;
|
|
88
|
-
zIndexMobile?: number;
|
|
89
|
-
showDesktop?: boolean;
|
|
90
|
-
showMobile?: boolean;
|
|
91
|
-
customId?: string;
|
|
92
|
-
customCSS?: string;
|
|
93
|
-
}
|
|
94
|
-
export type ComponentConstructor = any;
|
|
95
|
-
export interface ComponentRegistry {
|
|
96
|
-
[key: string]: ComponentConstructor;
|
|
97
|
-
}
|
|
98
|
-
export interface RendererConfig {
|
|
99
|
-
components: ComponentRegistry;
|
|
100
|
-
pageData: PageData;
|
|
101
|
-
isMobile?: boolean;
|
|
102
|
-
previewMode?: boolean;
|
|
103
|
-
editorMode?: boolean;
|
|
104
|
-
}
|
|
105
|
-
//# sourceMappingURL=types.d.ts.map
|
package/dist/core/types.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/core/types.ts"],"names":[],"mappings":"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"}
|
package/dist/setup.d.ts
DELETED
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
import { App } from 'vue';
|
|
2
|
-
import { Router } from 'vue-router';
|
|
3
|
-
import { ComponentConfig } from './config/baseComponents';
|
|
4
|
-
export interface BloxInstance {
|
|
5
|
-
/**
|
|
6
|
-
* Register one or more components with the Blox library
|
|
7
|
-
* Accepts either a single component config or an array of component configs
|
|
8
|
-
*/
|
|
9
|
-
registerComponents: (components: ComponentConfig | ComponentConfig[], options?: RegisterOptions) => BloxInstance;
|
|
10
|
-
/**
|
|
11
|
-
* Register routes for preview pages with your Vue Router
|
|
12
|
-
*/
|
|
13
|
-
registerRoutes: (router: Router, options?: RouteOptions) => BloxInstance;
|
|
14
|
-
/**
|
|
15
|
-
* Get all registered component configurations
|
|
16
|
-
*/
|
|
17
|
-
getRegisteredComponents: () => ComponentConfig[];
|
|
18
|
-
/**
|
|
19
|
-
* Get components by category
|
|
20
|
-
*/
|
|
21
|
-
getComponentsByCategory: (category: string) => ComponentConfig[];
|
|
22
|
-
/**
|
|
23
|
-
* Get a list of registered component IDs
|
|
24
|
-
*/
|
|
25
|
-
getComponentIds: () => string[];
|
|
26
|
-
/**
|
|
27
|
-
* Check if a component is registered
|
|
28
|
-
*/
|
|
29
|
-
hasComponent: (id: string) => boolean;
|
|
30
|
-
/**
|
|
31
|
-
* Install the Blox plugin into your Vue app
|
|
32
|
-
*/
|
|
33
|
-
install: (app: App) => void;
|
|
34
|
-
}
|
|
35
|
-
export interface RegisterOptions {
|
|
36
|
-
/**
|
|
37
|
-
* Category to assign to the components
|
|
38
|
-
*/
|
|
39
|
-
category?: string;
|
|
40
|
-
/**
|
|
41
|
-
* Skip validation for component configs
|
|
42
|
-
* @default false
|
|
43
|
-
*/
|
|
44
|
-
skipValidation?: boolean;
|
|
45
|
-
}
|
|
46
|
-
export interface RouteOptions {
|
|
47
|
-
/**
|
|
48
|
-
* Base path for the preview routes
|
|
49
|
-
* @default '/blox'
|
|
50
|
-
*/
|
|
51
|
-
basePath?: string;
|
|
52
|
-
/**
|
|
53
|
-
* Path for the external preview route
|
|
54
|
-
* @default '/preview/:pageId?'
|
|
55
|
-
*/
|
|
56
|
-
previewPath?: string;
|
|
57
|
-
/**
|
|
58
|
-
* Path for the render page route
|
|
59
|
-
* @default '/render/:pageId?'
|
|
60
|
-
*/
|
|
61
|
-
renderPath?: string;
|
|
62
|
-
/**
|
|
63
|
-
* Additional route meta properties
|
|
64
|
-
*/
|
|
65
|
-
meta?: Record<string, any>;
|
|
66
|
-
}
|
|
67
|
-
export interface BloxOptions {
|
|
68
|
-
/**
|
|
69
|
-
* Enable debug mode for additional logging
|
|
70
|
-
* @default false
|
|
71
|
-
*/
|
|
72
|
-
debug?: boolean;
|
|
73
|
-
/**
|
|
74
|
-
* Automatically register default blox (built-in components)
|
|
75
|
-
* @default false
|
|
76
|
-
*/
|
|
77
|
-
useDefaultBlox?: boolean;
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* Validation error class
|
|
81
|
-
*/
|
|
82
|
-
export declare class ComponentValidationError extends Error {
|
|
83
|
-
componentId?: string | undefined;
|
|
84
|
-
constructor(message: string, componentId?: string | undefined);
|
|
85
|
-
}
|
|
86
|
-
/**
|
|
87
|
-
* Create a new Blox instance with a fluent API
|
|
88
|
-
*
|
|
89
|
-
* @param options - Configuration options for the Blox instance
|
|
90
|
-
*
|
|
91
|
-
* @example
|
|
92
|
-
* ```ts
|
|
93
|
-
* import { createBlox, ButtonConfig, TextConfig } from '@bagelink/blox'
|
|
94
|
-
* import { MyCustomComp } from './components'
|
|
95
|
-
*
|
|
96
|
-
* const blox = createBlox({ debug: true })
|
|
97
|
-
* blox.registerComponents([ButtonConfig, TextConfig, MyCustomComp])
|
|
98
|
-
* blox.registerRoutes(router)
|
|
99
|
-
*
|
|
100
|
-
* app.use(blox)
|
|
101
|
-
* ```
|
|
102
|
-
*/
|
|
103
|
-
export declare function createBlox(options?: BloxOptions): BloxInstance;
|
|
104
|
-
/**
|
|
105
|
-
* Helper to create a custom component configuration with better TypeScript inference
|
|
106
|
-
*/
|
|
107
|
-
export declare function createComponentConfig<T extends ComponentConfig>(config: T): T;
|
|
108
|
-
/**
|
|
109
|
-
* Get all component configurations (base + blocks + custom)
|
|
110
|
-
* This returns both the Vue components and their editor schemas
|
|
111
|
-
*/
|
|
112
|
-
export declare function getAllComponentConfigs(customConfigs?: ComponentConfig[]): ComponentConfig[];
|
|
113
|
-
/**
|
|
114
|
-
* Register all base components from the library
|
|
115
|
-
* Call this in your project's setup to make base components available
|
|
116
|
-
*
|
|
117
|
-
* @deprecated Use `createBlox().registerComponents()` instead for a simpler API
|
|
118
|
-
*/
|
|
119
|
-
export declare function registerBaseComponents(): void;
|
|
120
|
-
/**
|
|
121
|
-
* Register a single custom component
|
|
122
|
-
*
|
|
123
|
-
* @deprecated Use `createBlox().registerComponents()` instead for a simpler API
|
|
124
|
-
*/
|
|
125
|
-
export declare function registerCustomComponent(config: ComponentConfig): void;
|
|
126
|
-
/**
|
|
127
|
-
* Register multiple custom components
|
|
128
|
-
*
|
|
129
|
-
* @deprecated Use `createBlox().registerComponents()` instead for a simpler API
|
|
130
|
-
*/
|
|
131
|
-
export declare function registerCustomComponents(configs: ComponentConfig[]): void;
|
|
132
|
-
//# sourceMappingURL=setup.d.ts.map
|
package/dist/setup.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../src/setup.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAC9B,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AACxC,OAAO,EAAwB,KAAK,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAOpF,MAAM,WAAW,YAAY;IAC5B;;;OAGG;IACH,kBAAkB,EAAE,CACnB,UAAU,EAAE,eAAe,GAAG,eAAe,EAAE,EAC/C,OAAO,CAAC,EAAE,eAAe,KACrB,YAAY,CAAA;IAEjB;;OAEG;IACH,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,YAAY,KAAK,YAAY,CAAA;IAExE;;OAEG;IACH,uBAAuB,EAAE,MAAM,eAAe,EAAE,CAAA;IAEhD;;OAEG;IACH,uBAAuB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,eAAe,EAAE,CAAA;IAEhE;;OAEG;IACH,eAAe,EAAE,MAAM,MAAM,EAAE,CAAA;IAE/B;;OAEG;IACH,YAAY,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,OAAO,CAAA;IAErC;;OAEG;IACH,OAAO,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAA;CAC3B;AAED,MAAM,WAAW,eAAe;IAC/B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAA;CACxB;AAED,MAAM,WAAW,YAAY;IAC5B;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC1B;AAED,MAAM,WAAW,WAAW;IAC3B;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAA;CACxB;AAED;;GAEG;AACH,qBAAa,wBAAyB,SAAQ,KAAK;IACd,WAAW,CAAC,EAAE,MAAM;gBAA5C,OAAO,EAAE,MAAM,EAAS,WAAW,CAAC,EAAE,MAAM,YAAA;CAIxD;AAoGD;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,UAAU,CAAC,OAAO,GAAE,WAAgB,GAAG,YAAY,CAqOlE;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,CAAC,SAAS,eAAe,EAAE,MAAM,EAAE,CAAC,GAAG,CAAC,CAE7E;AAED;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,aAAa,GAAE,eAAe,EAAO,GAAG,eAAe,EAAE,CAE/F;AAED;;;;;GAKG;AACH,wBAAgB,sBAAsB,IAAI,IAAI,CAS7C;AAED;;;;GAIG;AACH,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,eAAe,GAAG,IAAI,CAGrE;AAED;;;;GAIG;AACH,wBAAgB,wBAAwB,CAAC,OAAO,EAAE,eAAe,EAAE,GAAG,IAAI,CAIzE"}
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Auto-generated SVG previews for components
|
|
3
|
-
* This file generates SVG-based previews for block components
|
|
4
|
-
*/
|
|
5
|
-
interface BlockPreviewConfig {
|
|
6
|
-
background: string;
|
|
7
|
-
gradient?: {
|
|
8
|
-
from: string;
|
|
9
|
-
to: string;
|
|
10
|
-
direction?: 'horizontal' | 'vertical' | 'diagonal';
|
|
11
|
-
};
|
|
12
|
-
elements: Array<{
|
|
13
|
-
type: 'rect' | 'circle' | 'text' | 'line' | 'gradient';
|
|
14
|
-
x: number;
|
|
15
|
-
y: number;
|
|
16
|
-
width?: number;
|
|
17
|
-
height?: number;
|
|
18
|
-
radius?: number;
|
|
19
|
-
text?: string;
|
|
20
|
-
fill?: string;
|
|
21
|
-
stroke?: string;
|
|
22
|
-
strokeWidth?: number;
|
|
23
|
-
fontSize?: number;
|
|
24
|
-
fontWeight?: string;
|
|
25
|
-
opacity?: number;
|
|
26
|
-
shadow?: boolean;
|
|
27
|
-
rx?: number;
|
|
28
|
-
gradient?: {
|
|
29
|
-
from: string;
|
|
30
|
-
to: string;
|
|
31
|
-
direction?: 'horizontal' | 'vertical' | 'diagonal';
|
|
32
|
-
};
|
|
33
|
-
}>;
|
|
34
|
-
}
|
|
35
|
-
interface ComponentAnalysis {
|
|
36
|
-
id: string;
|
|
37
|
-
category?: string;
|
|
38
|
-
icon?: string;
|
|
39
|
-
label?: string;
|
|
40
|
-
hasText: boolean;
|
|
41
|
-
hasRichText?: boolean;
|
|
42
|
-
hasImage: boolean;
|
|
43
|
-
hasButton: boolean;
|
|
44
|
-
hasItems: boolean;
|
|
45
|
-
hasIcon: boolean;
|
|
46
|
-
hasVideo: boolean;
|
|
47
|
-
hasForm?: boolean;
|
|
48
|
-
isNav: boolean;
|
|
49
|
-
isFooter: boolean;
|
|
50
|
-
isHero: boolean;
|
|
51
|
-
isCard: boolean;
|
|
52
|
-
isGrid: boolean;
|
|
53
|
-
isList: boolean;
|
|
54
|
-
isModal: boolean;
|
|
55
|
-
isSlider: boolean;
|
|
56
|
-
isTabs: boolean;
|
|
57
|
-
isVideo: boolean;
|
|
58
|
-
isTestimonial: boolean;
|
|
59
|
-
isPricing: boolean;
|
|
60
|
-
isFullWidth: boolean;
|
|
61
|
-
isCentered: boolean;
|
|
62
|
-
hasColumns: boolean;
|
|
63
|
-
contentStructure?: any;
|
|
64
|
-
settingsStructure?: any;
|
|
65
|
-
defaultValues?: any;
|
|
66
|
-
propNames: string[];
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* Generate SVG preview for a component type
|
|
70
|
-
*/
|
|
71
|
-
export declare function generateSVGPreview(componentId: string): string;
|
|
72
|
-
/**
|
|
73
|
-
* Get preview for a component (main function to use)
|
|
74
|
-
* 1. Uses registered preview config (manual) - highest priority
|
|
75
|
-
* 2. Uses enhanced analysis from component configs if available
|
|
76
|
-
* 3. Falls back to default preview
|
|
77
|
-
*/
|
|
78
|
-
export declare function getComponentPreview(componentId: string, label?: string): string;
|
|
79
|
-
/**
|
|
80
|
-
* Get preview with auto-generation (opt-in)
|
|
81
|
-
* Use this if you want automatic preview generation from component analysis
|
|
82
|
-
*/
|
|
83
|
-
export declare function getComponentPreviewAuto(componentId: string, label?: string, component?: any): string;
|
|
84
|
-
/**
|
|
85
|
-
* Register a custom preview configuration
|
|
86
|
-
*/
|
|
87
|
-
export declare function registerPreviewConfig(componentId: string, config: BlockPreviewConfig): void;
|
|
88
|
-
/**
|
|
89
|
-
* Check if a component has a preview config
|
|
90
|
-
*/
|
|
91
|
-
export declare function hasPreviewConfig(componentId: string): boolean;
|
|
92
|
-
/**
|
|
93
|
-
* Get all registered preview config IDs
|
|
94
|
-
*/
|
|
95
|
-
export declare function getRegisteredPreviewIds(): string[];
|
|
96
|
-
/**
|
|
97
|
-
* Export types for use by consumers
|
|
98
|
-
*/
|
|
99
|
-
export type { BlockPreviewConfig };
|
|
100
|
-
/**
|
|
101
|
-
* Development helper: Generate and log preview for testing
|
|
102
|
-
* This function is useful for debugging and testing new component previews
|
|
103
|
-
*/
|
|
104
|
-
export declare function debugComponentPreview(componentId: string, label?: string): void;
|
|
105
|
-
/**
|
|
106
|
-
* Development helper: Get enhanced component analysis
|
|
107
|
-
*/
|
|
108
|
-
export declare function debugComponentAnalysis(componentId: string): ComponentAnalysis | null;
|
|
109
|
-
/**
|
|
110
|
-
* Development helper: Test all component preview mappings
|
|
111
|
-
*/
|
|
112
|
-
export declare function debugAllPreviews(): void;
|
|
113
|
-
//# sourceMappingURL=componentPreviewGenerator.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"componentPreviewGenerator.d.ts","sourceRoot":"","sources":["../../src/utils/componentPreviewGenerator.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Data Normalization Utilities
|
|
3
|
-
*
|
|
4
|
-
* Normalizes component data for proper rendering
|
|
5
|
-
*/
|
|
6
|
-
/**
|
|
7
|
-
* Convert string values to proper types for component props
|
|
8
|
-
*/
|
|
9
|
-
export declare function normalizeComponentData(data: Record<string, any>): Record<string, any>;
|
|
10
|
-
/**
|
|
11
|
-
* Deep clone an object
|
|
12
|
-
*/
|
|
13
|
-
export declare function deepClone<T>(obj: T): T;
|
|
14
|
-
/**
|
|
15
|
-
* Merge objects deeply
|
|
16
|
-
*/
|
|
17
|
-
export declare function deepMerge(target: any, source: any): any;
|
|
18
|
-
//# sourceMappingURL=normalizer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"normalizer.d.ts","sourceRoot":"","sources":["../../src/utils/normalizer.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAwCrF;AAED;;GAEG;AACH,wBAAgB,SAAS,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,GAAG,CAAC,CAEtC;AAED;;GAEG;AACH,wBAAgB,SAAS,CAAC,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,GAAG,GAAG,CAYvD"}
|
package/dist/utils/styles.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generate CSS styles from block data
|
|
3
|
-
*/
|
|
4
|
-
export declare function generateBlockStyles(data: Record<string, any>, isMobile?: boolean): Record<string, string>;
|
|
5
|
-
/**
|
|
6
|
-
* Generate responsive CSS classes
|
|
7
|
-
*/
|
|
8
|
-
export declare function getResponsiveClasses(data: Record<string, any>): string[];
|
|
9
|
-
/**
|
|
10
|
-
* Generate the responsive CSS to be injected into the page
|
|
11
|
-
*/
|
|
12
|
-
export declare function getResponsiveCSS(): string;
|
|
13
|
-
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/utils/styles.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,wBAAgB,mBAAmB,CAClC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACzB,QAAQ,GAAE,OAAe,GACvB,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAyKxB;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,EAAE,CAgBxE;AAED;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,MAAM,CA8BzC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { PageData } from '../core/types';
|
|
2
|
-
interface Props {
|
|
3
|
-
origin?: string;
|
|
4
|
-
initialPageData?: PageData;
|
|
5
|
-
componentConfigs?: any[];
|
|
6
|
-
}
|
|
7
|
-
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
8
|
-
origin: string;
|
|
9
|
-
componentConfigs: any[];
|
|
10
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
11
|
-
export default _default;
|
|
12
|
-
//# sourceMappingURL=ExternalPreview.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ExternalPreview.vue.d.ts","sourceRoot":"","sources":["../../src/views/ExternalPreview.vue"],"names":[],"mappings":"AA0oBA;;;;;;GAMG;AAEH,OAAO,KAAK,EAAiB,QAAQ,EAAE,MAAM,eAAe,CAAA;AAQ5D,UAAU,KAAK;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,eAAe,CAAC,EAAE,QAAQ,CAAA;IAC1B,gBAAgB,CAAC,EAAE,GAAG,EAAE,CAAA;CACxB;;YAHS,MAAM;sBAEI,GAAG,EAAE;;AA0ZzB,wBAQG"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PageData } from '../core/types';
|
|
2
|
-
interface Props {
|
|
3
|
-
pageData: PageData;
|
|
4
|
-
mobileBreakpoint?: number;
|
|
5
|
-
}
|
|
6
|
-
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
7
|
-
mobileBreakpoint: number;
|
|
8
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
9
|
-
export default _default;
|
|
10
|
-
//# sourceMappingURL=RenderPage.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RenderPage.vue.d.ts","sourceRoot":"","sources":["../../src/views/RenderPage.vue"],"names":[],"mappings":"AA8HA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAO7C,UAAU,KAAK;IACd,QAAQ,EAAE,QAAQ,CAAA;IAClB,gBAAgB,CAAC,EAAE,MAAM,CAAA;CACzB;;sBADmB,MAAM;;AAmI1B,wBAQG"}
|