@bagelink/blox 1.10.17 → 1.10.19

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 (133) hide show
  1. package/README.md +161 -151
  2. package/dist/CmsPageView.vue.d.ts +3 -0
  3. package/dist/CmsPageView.vue.d.ts.map +1 -0
  4. package/dist/PageRenderer.d.ts +19 -0
  5. package/dist/PageRenderer.d.ts.map +1 -0
  6. package/dist/PreviewApp-BZNzZkit.js +4 -0
  7. package/dist/PreviewApp-C1WvJWI4.cjs +4 -0
  8. package/dist/PreviewApp.vue.d.ts +3 -0
  9. package/dist/PreviewApp.vue.d.ts.map +1 -0
  10. package/dist/PreviewRenderer.d.ts +37 -0
  11. package/dist/PreviewRenderer.d.ts.map +1 -0
  12. package/dist/api/index.d.ts +13 -0
  13. package/dist/api/index.d.ts.map +1 -0
  14. package/dist/api/types.d.ts +94 -0
  15. package/dist/api/types.d.ts.map +1 -0
  16. package/dist/bridge.d.ts +44 -0
  17. package/dist/bridge.d.ts.map +1 -0
  18. package/dist/components/LocaleRouterLink.vue.d.ts +26 -0
  19. package/dist/components/LocaleRouterLink.vue.d.ts.map +1 -0
  20. package/dist/composables/useLocale.d.ts +9 -0
  21. package/dist/composables/useLocale.d.ts.map +1 -0
  22. package/dist/composables/useLocaleNav.d.ts +14 -0
  23. package/dist/composables/useLocaleNav.d.ts.map +1 -0
  24. package/dist/composables/usePageContext.d.ts +2 -0
  25. package/dist/composables/usePageContext.d.ts.map +1 -0
  26. package/dist/core.d.ts +26 -0
  27. package/dist/core.d.ts.map +1 -0
  28. package/dist/index.cjs +1643 -6481
  29. package/dist/index.d.ts +20 -18
  30. package/dist/index.d.ts.map +1 -1
  31. package/dist/index.mjs +1645 -6483
  32. package/dist/localeStrategy.d.ts +39 -0
  33. package/dist/localeStrategy.d.ts.map +1 -0
  34. package/dist/schema.d.ts +19 -0
  35. package/dist/schema.d.ts.map +1 -0
  36. package/dist/style.css +151 -898
  37. package/dist/symbols.d.ts +11 -0
  38. package/dist/symbols.d.ts.map +1 -0
  39. package/package.json +3 -2
  40. package/dist/components/base/Button.vue.d.ts +0 -26
  41. package/dist/components/base/Button.vue.d.ts.map +0 -1
  42. package/dist/components/base/Container.vue.d.ts +0 -37
  43. package/dist/components/base/Container.vue.d.ts.map +0 -1
  44. package/dist/components/base/Image.vue.d.ts +0 -26
  45. package/dist/components/base/Image.vue.d.ts.map +0 -1
  46. package/dist/components/base/Spacer.vue.d.ts +0 -16
  47. package/dist/components/base/Spacer.vue.d.ts.map +0 -1
  48. package/dist/components/base/Text.vue.d.ts +0 -13
  49. package/dist/components/base/Text.vue.d.ts.map +0 -1
  50. package/dist/components/base/Title.vue.d.ts +0 -14
  51. package/dist/components/base/Title.vue.d.ts.map +0 -1
  52. package/dist/components/blocks/BigImage.vue.d.ts +0 -12
  53. package/dist/components/blocks/BigImage.vue.d.ts.map +0 -1
  54. package/dist/components/blocks/BigQuote.vue.d.ts +0 -14
  55. package/dist/components/blocks/BigQuote.vue.d.ts.map +0 -1
  56. package/dist/components/blocks/BlockFooter.vue.d.ts +0 -17
  57. package/dist/components/blocks/BlockFooter.vue.d.ts.map +0 -1
  58. package/dist/components/blocks/BlockNav.vue.d.ts +0 -22
  59. package/dist/components/blocks/BlockNav.vue.d.ts.map +0 -1
  60. package/dist/components/blocks/Cards.vue.d.ts +0 -18
  61. package/dist/components/blocks/Cards.vue.d.ts.map +0 -1
  62. package/dist/components/blocks/Contact.vue.d.ts +0 -22
  63. package/dist/components/blocks/Contact.vue.d.ts.map +0 -1
  64. package/dist/components/blocks/CountDown.vue.d.ts +0 -76
  65. package/dist/components/blocks/CountDown.vue.d.ts.map +0 -1
  66. package/dist/components/blocks/Cta.vue.d.ts +0 -15
  67. package/dist/components/blocks/Cta.vue.d.ts.map +0 -1
  68. package/dist/components/blocks/Faq.vue.d.ts +0 -20
  69. package/dist/components/blocks/Faq.vue.d.ts.map +0 -1
  70. package/dist/components/blocks/Grid.vue.d.ts +0 -24
  71. package/dist/components/blocks/Grid.vue.d.ts.map +0 -1
  72. package/dist/components/blocks/Icons.vue.d.ts +0 -16
  73. package/dist/components/blocks/Icons.vue.d.ts.map +0 -1
  74. package/dist/components/blocks/IconsList.vue.d.ts +0 -22
  75. package/dist/components/blocks/IconsList.vue.d.ts.map +0 -1
  76. package/dist/components/blocks/ImageCarousel.vue.d.ts +0 -16
  77. package/dist/components/blocks/ImageCarousel.vue.d.ts.map +0 -1
  78. package/dist/components/blocks/ImageLinkBoxes.vue.d.ts +0 -14
  79. package/dist/components/blocks/ImageLinkBoxes.vue.d.ts.map +0 -1
  80. package/dist/components/blocks/Logos.vue.d.ts +0 -17
  81. package/dist/components/blocks/Logos.vue.d.ts.map +0 -1
  82. package/dist/components/blocks/PopUp.vue.d.ts +0 -23
  83. package/dist/components/blocks/PopUp.vue.d.ts.map +0 -1
  84. package/dist/components/blocks/PriceTable.vue.d.ts +0 -24
  85. package/dist/components/blocks/PriceTable.vue.d.ts.map +0 -1
  86. package/dist/components/blocks/Space.vue.d.ts +0 -25
  87. package/dist/components/blocks/Space.vue.d.ts.map +0 -1
  88. package/dist/components/blocks/Tabs.vue.d.ts +0 -15
  89. package/dist/components/blocks/Tabs.vue.d.ts.map +0 -1
  90. package/dist/components/blocks/Team.vue.d.ts +0 -19
  91. package/dist/components/blocks/Team.vue.d.ts.map +0 -1
  92. package/dist/components/blocks/Testimonials.vue.d.ts +0 -18
  93. package/dist/components/blocks/Testimonials.vue.d.ts.map +0 -1
  94. package/dist/components/blocks/Text.vue.d.ts +0 -10
  95. package/dist/components/blocks/Text.vue.d.ts.map +0 -1
  96. package/dist/components/blocks/TextImage.vue.d.ts +0 -20
  97. package/dist/components/blocks/TextImage.vue.d.ts.map +0 -1
  98. package/dist/components/blocks/TextSide.vue.d.ts +0 -19
  99. package/dist/components/blocks/TextSide.vue.d.ts.map +0 -1
  100. package/dist/components/blocks/Title.vue.d.ts +0 -16
  101. package/dist/components/blocks/Title.vue.d.ts.map +0 -1
  102. package/dist/components/blocks/TitleSide.vue.d.ts +0 -21
  103. package/dist/components/blocks/TitleSide.vue.d.ts.map +0 -1
  104. package/dist/components/blocks/VideoBox.vue.d.ts +0 -15
  105. package/dist/components/blocks/VideoBox.vue.d.ts.map +0 -1
  106. package/dist/components/blocks/blocks.d.ts +0 -27
  107. package/dist/components/blocks/blocks.d.ts.map +0 -1
  108. package/dist/components/index.d.ts +0 -19
  109. package/dist/components/index.d.ts.map +0 -1
  110. package/dist/config/baseComponents.d.ts +0 -50
  111. package/dist/config/baseComponents.d.ts.map +0 -1
  112. package/dist/config/blockComponents.d.ts +0 -41
  113. package/dist/config/blockComponents.d.ts.map +0 -1
  114. package/dist/core/communication.d.ts +0 -44
  115. package/dist/core/communication.d.ts.map +0 -1
  116. package/dist/core/registry.d.ts +0 -56
  117. package/dist/core/registry.d.ts.map +0 -1
  118. package/dist/core/renderer.d.ts +0 -27
  119. package/dist/core/renderer.d.ts.map +0 -1
  120. package/dist/core/types.d.ts +0 -105
  121. package/dist/core/types.d.ts.map +0 -1
  122. package/dist/setup.d.ts +0 -132
  123. package/dist/setup.d.ts.map +0 -1
  124. package/dist/utils/componentPreviewGenerator.d.ts +0 -113
  125. package/dist/utils/componentPreviewGenerator.d.ts.map +0 -1
  126. package/dist/utils/normalizer.d.ts +0 -18
  127. package/dist/utils/normalizer.d.ts.map +0 -1
  128. package/dist/utils/styles.d.ts +0 -13
  129. package/dist/utils/styles.d.ts.map +0 -1
  130. package/dist/views/ExternalPreview.vue.d.ts +0 -12
  131. package/dist/views/ExternalPreview.vue.d.ts.map +0 -1
  132. package/dist/views/RenderPage.vue.d.ts +0 -10
  133. package/dist/views/RenderPage.vue.d.ts.map +0 -1
@@ -1,23 +0,0 @@
1
- type __VLS_Props = {
2
- width?: number;
3
- widthMobile?: number | null;
4
- bgColor?: string;
5
- countdown?: number;
6
- btnBgColor?: string;
7
- btnTextColor?: string;
8
- autoOpenDelay?: number;
9
- image?: string;
10
- title?: string;
11
- body?: string;
12
- btnLink?: string;
13
- btnTxt?: string;
14
- color?: string;
15
- textColor?: string;
16
- position?: 'top' | 'center' | 'side';
17
- id?: string;
18
- showDesktop?: boolean;
19
- showMobile?: boolean;
20
- };
21
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
22
- export default _default;
23
- //# sourceMappingURL=PopUp.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PopUp.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/PopUp.vue"],"names":[],"mappings":"AAuMA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,CAAA;IACpC,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;;AAgXF,wBAOG"}
@@ -1,24 +0,0 @@
1
- type __VLS_Props = {
2
- items?: {
3
- plan: string;
4
- price: number;
5
- perMonth?: boolean;
6
- currency?: string;
7
- subtitle?: string;
8
- features?: {
9
- title?: string;
10
- }[];
11
- bgColor?: string;
12
- textColor?: string;
13
- btnText?: string;
14
- btnLink?: string;
15
- btnBgColor?: string;
16
- btnTextColor?: string;
17
- Popular?: boolean;
18
- }[];
19
- maxWidth?: number;
20
- fullContentWidth?: boolean;
21
- };
22
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
23
- export default _default;
24
- //# sourceMappingURL=PriceTable.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PriceTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/PriceTable.vue"],"names":[],"mappings":"AAkKA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE;QACP,IAAI,EAAE,MAAM,CAAA;QACZ,KAAK,EAAE,MAAM,CAAA;QACb,QAAQ,CAAC,EAAE,OAAO,CAAA;QAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;QACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;QACjB,QAAQ,CAAC,EAAE;YACV,KAAK,CAAC,EAAE,MAAM,CAAA;SACd,EAAE,CAAA;QACH,OAAO,CAAC,EAAE,MAAM,CAAA;QAChB,SAAS,CAAC,EAAE,MAAM,CAAA;QAClB,OAAO,CAAC,EAAE,MAAM,CAAA;QAChB,OAAO,CAAC,EAAE,MAAM,CAAA;QAChB,UAAU,CAAC,EAAE,MAAM,CAAA;QACnB,YAAY,CAAC,EAAE,MAAM,CAAA;QACrB,OAAO,CAAC,EAAE,OAAO,CAAA;KACjB,EAAE,CAAA;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,gBAAgB,CAAC,EAAE,OAAO,CAAA;CAC1B,CAAC;;AA0NF,wBAOG"}
@@ -1,25 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
- height: {
3
- type: StringConstructor;
4
- required: false;
5
- default: string;
6
- };
7
- heightMobile: {
8
- type: StringConstructor;
9
- required: false;
10
- };
11
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12
- height: {
13
- type: StringConstructor;
14
- required: false;
15
- default: string;
16
- };
17
- heightMobile: {
18
- type: StringConstructor;
19
- required: false;
20
- };
21
- }>> & Readonly<{}>, {
22
- height: string;
23
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
24
- export default _default;
25
- //# sourceMappingURL=Space.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Space.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Space.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAwIA,wBAiBG"}
@@ -1,15 +0,0 @@
1
- type __VLS_Props = {
2
- tabColor?: string;
3
- tabTextColor?: string;
4
- tabActiveColor?: string;
5
- tabActiveTextColor?: string;
6
- items?: {
7
- title: string;
8
- body: string;
9
- active: boolean;
10
- }[];
11
- id?: string;
12
- };
13
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
14
- export default _default;
15
- //# sourceMappingURL=Tabs.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Tabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Tabs.vue"],"names":[],"mappings":"AA8DA,KAAK,WAAW,GAAG;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAE3B,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,OAAO,CAAA;KAAE,EAAE,CAAA;IAC1D,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AAkHF,wBAOG"}
@@ -1,19 +0,0 @@
1
- type __VLS_Props = {
2
- items?: {
3
- name?: string;
4
- title?: string;
5
- image?: string;
6
- bio?: string;
7
- }[];
8
- imgHeight?: number;
9
- imgHeightMobile?: number | null;
10
- teamWidth?: number;
11
- space?: number;
12
- spaceMobile?: number | null;
13
- nameSize?: number;
14
- nameSizeMobile?: number | null;
15
- id?: string;
16
- };
17
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
- export default _default;
19
- //# sourceMappingURL=Team.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Team.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Team.vue"],"names":[],"mappings":"AAkJA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,GAAG,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IACzE,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AAyKF,wBAMG"}
@@ -1,18 +0,0 @@
1
- type __VLS_Props = {
2
- items?: {
3
- testimonial: string;
4
- name: string;
5
- title: string;
6
- image: string;
7
- }[];
8
- arrows?: 'bottom' | 'sides' | 'none';
9
- dirction?: 'ltr' | 'rtl';
10
- itemNumber?: number;
11
- itemNumberMobile?: number | null;
12
- imgHeight?: number;
13
- imgHeightMobile?: number | null;
14
- id?: string;
15
- };
16
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
17
- export default _default;
18
- //# sourceMappingURL=Testimonials.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Testimonials.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Testimonials.vue"],"names":[],"mappings":"AAwIA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE;QAAE,WAAW,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IAC7E,MAAM,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAA;IACpC,QAAQ,CAAC,EAAE,KAAK,GAAG,KAAK,CAAA;IACxB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAChC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AAwMF,wBAOG"}
@@ -1,10 +0,0 @@
1
- type __VLS_Props = {
2
- body?: string;
3
- center?: boolean;
4
- centerMobile?: boolean | null;
5
- textWidth?: number;
6
- id?: string;
7
- };
8
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
9
- export default _default;
10
- //# sourceMappingURL=Text.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Text.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Text.vue"],"names":[],"mappings":"AA2CA,KAAK,WAAW,GAAG;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AAwEF,wBAOG"}
@@ -1,20 +0,0 @@
1
- type __VLS_Props = {
2
- tag?: string;
3
- title?: string;
4
- subTitle?: string;
5
- body?: string;
6
- btnTxt?: string;
7
- btnLink?: string;
8
- type?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
9
- sizes?: number;
10
- mobileSizes?: number;
11
- image?: string;
12
- height?: number;
13
- heightMobile?: number | null;
14
- center?: boolean;
15
- centerMobile?: boolean | null;
16
- id?: string;
17
- };
18
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
19
- export default _default;
20
- //# sourceMappingURL=TextImage.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextImage.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/TextImage.vue"],"names":[],"mappings":"AAgGA,KAAK,WAAW,GAAG;IAClB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AAuHF,wBAOG"}
@@ -1,19 +0,0 @@
1
- type __VLS_Props = {
2
- title?: string;
3
- btnTxt?: string;
4
- btnLink?: string;
5
- sizes?: number;
6
- mobileSizes?: number;
7
- center?: boolean;
8
- image?: string;
9
- alt?: string;
10
- height?: number;
11
- revers?: boolean;
12
- reversMobile?: boolean;
13
- centerMobile?: boolean | null;
14
- body?: string;
15
- id?: string;
16
- };
17
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
18
- export default _default;
19
- //# sourceMappingURL=TextSide.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextSide.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/TextSide.vue"],"names":[],"mappings":"AAoGA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AA8JF,wBAMG"}
@@ -1,16 +0,0 @@
1
- type __VLS_Props = {
2
- tag?: string;
3
- title?: string;
4
- type?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
5
- sizes?: number;
6
- mobileSizes?: number;
7
- centerMobile?: boolean | null;
8
- subTitle?: string;
9
- btnTxt?: string;
10
- btnLink?: string;
11
- center?: boolean;
12
- id?: string;
13
- };
14
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
- export default _default;
16
- //# sourceMappingURL=Title.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Title.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Title.vue"],"names":[],"mappings":"AAmFA,KAAK,WAAW,GAAG;IAClB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AAiGF,wBAOG"}
@@ -1,21 +0,0 @@
1
- type __VLS_Props = {
2
- tag?: string;
3
- title?: string;
4
- subTitle?: string;
5
- btnTxt?: string;
6
- btnLink?: string;
7
- type?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
8
- sizes?: number;
9
- mobileSizes?: number;
10
- center?: boolean;
11
- centerMobile?: boolean | null;
12
- image?: string;
13
- alt?: string;
14
- height?: number;
15
- revers?: boolean;
16
- reversMobile?: boolean;
17
- id?: string;
18
- };
19
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
20
- export default _default;
21
- //# sourceMappingURL=TitleSide.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TitleSide.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/TitleSide.vue"],"names":[],"mappings":"AAsGA,KAAK,WAAW,GAAG;IAClB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AAqKF,wBAOG"}
@@ -1,15 +0,0 @@
1
- type __VLS_Props = {
2
- video?: string;
3
- title?: string;
4
- subtitle?: string;
5
- aspectRatio?: '16:9' | '4:3' | '1:1' | '21:9';
6
- autoplay?: boolean;
7
- controls?: boolean;
8
- muted?: boolean;
9
- loop?: boolean;
10
- id?: string;
11
- isMobile?: boolean;
12
- };
13
- declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
14
- export default _default;
15
- //# sourceMappingURL=VideoBox.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VideoBox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/VideoBox.vue"],"names":[],"mappings":"AA0DA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,KAAK,GAAG,MAAM,CAAA;IAC7C,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;;AAwFF,wBAOG"}
@@ -1,27 +0,0 @@
1
- export { default as BigImage } from './BigImage.vue';
2
- export { default as BigQuote } from './BigQuote.vue';
3
- export { default as BlockFooter } from './BlockFooter.vue';
4
- export { default as BlockNav } from './BlockNav.vue';
5
- export { default as Cards } from './Cards.vue';
6
- export { default as Contact } from './Contact.vue';
7
- export { default as Cta } from './Cta.vue';
8
- export { default as Faq } from './Faq.vue';
9
- export { default as Grid } from './Grid.vue';
10
- export { default as Icons } from './Icons.vue';
11
- export { default as IconsList } from './IconsList.vue';
12
- export { default as ImageCarousel } from './ImageCarousel.vue';
13
- export { default as ImageLinkBoxes } from './ImageLinkBoxes.vue';
14
- export { default as Logos } from './Logos.vue';
15
- export { default as PopUp } from './PopUp.vue';
16
- export { default as PriceTable } from './PriceTable.vue';
17
- export { default as Space } from './Space.vue';
18
- export { default as Tabs } from './Tabs.vue';
19
- export { default as Team } from './Team.vue';
20
- export { default as Testimonials } from './Testimonials.vue';
21
- export { default as Text } from './Text.vue';
22
- export { default as TextImage } from './TextImage.vue';
23
- export { default as TextSide } from './TextSide.vue';
24
- export { default as Title } from './Title.vue';
25
- export { default as TitleSide } from './TitleSide.vue';
26
- export { default as VideoBox } from './VideoBox.vue';
27
- //# sourceMappingURL=blocks.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"blocks.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/blocks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AACpD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AACpD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAA;AAC1D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AACpD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,WAAW,CAAA;AAC1C,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,WAAW,CAAA;AAC1C,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAA;AACtD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAA;AACxD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAA;AACtD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AACpD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAA;AACtD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAA"}
@@ -1,19 +0,0 @@
1
- /**
2
- * Component Exports
3
- *
4
- * Export all base and block components for easy importing
5
- */
6
- export { default as Button } from './base/Button.vue';
7
- export * from './base/Button.vue';
8
- export { default as Container } from './base/Container.vue';
9
- export * from './base/Container.vue';
10
- export { default as Image } from './base/Image.vue';
11
- export * from './base/Image.vue';
12
- export { default as Spacer } from './base/Spacer.vue';
13
- export * from './base/Spacer.vue';
14
- export { default as BaseText } from './base/Text.vue';
15
- export * from './base/Text.vue';
16
- export { default as BaseTitle } from './base/Title.vue';
17
- export * from './base/Title.vue';
18
- export * from './blocks/blocks';
19
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,mBAAmB,CAAA;AACrD,cAAc,mBAAmB,CAAA;AACjC,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAC3D,cAAc,sBAAsB,CAAA;AACpC,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,kBAAkB,CAAA;AACnD,cAAc,kBAAkB,CAAA;AAChC,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,mBAAmB,CAAA;AACrD,cAAc,mBAAmB,CAAA;AACjC,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AACrD,cAAc,iBAAiB,CAAA;AAC/B,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,kBAAkB,CAAA;AACvD,cAAc,kBAAkB,CAAA;AAGhC,cAAc,iBAAiB,CAAA"}
@@ -1,50 +0,0 @@
1
- import { SchemaDefinition } from '@bagelink/vue';
2
- import { ComponentConstructor } from '../core/types';
3
- export interface ComponentSchema {
4
- type: 'text' | 'richtext' | 'number' | 'checkbox' | 'select' | 'upload' | 'color' | 'array' | 'row';
5
- key: string;
6
- label: string;
7
- defaultValue?: any;
8
- options?: Array<{
9
- label: string;
10
- value: any;
11
- }>;
12
- height?: string | number;
13
- fields?: ComponentSchema[];
14
- class?: string;
15
- placeholder?: string;
16
- [key: string]: any;
17
- }
18
- export interface ComponentConfig {
19
- id: string;
20
- label: string;
21
- icon: string;
22
- img?: string;
23
- order?: number;
24
- component: ComponentConstructor | (() => Promise<any>);
25
- content?: ComponentSchema[] | SchemaDefinition;
26
- settings?: ComponentSchema[] | SchemaDefinition;
27
- category?: string;
28
- }
29
- /**
30
- * Individual component configurations for easy importing
31
- */
32
- export declare const TextConfig: ComponentConfig;
33
- export declare const TitleConfig: ComponentConfig;
34
- export declare const ButtonConfig: ComponentConfig;
35
- export declare const ImageConfig: ComponentConfig;
36
- export declare const SpacerConfig: ComponentConfig;
37
- export declare const ContainerConfig: ComponentConfig;
38
- /**
39
- * Base component configurations array
40
- */
41
- export declare const baseComponentConfigs: ComponentConfig[];
42
- /**
43
- * Get all base component configurations
44
- */
45
- export declare function getBaseComponentConfigs(): ComponentConfig[];
46
- /**
47
- * Get a base component configuration by ID
48
- */
49
- export declare function getBaseComponentConfig(id: string): ComponentConfig | undefined;
50
- //# sourceMappingURL=baseComponents.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"baseComponents.d.ts","sourceRoot":"","sources":["../../src/config/baseComponents.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AACrD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAA;AAWzD,MAAM,WAAW,eAAe;IAC/B,IAAI,EAAE,MAAM,GAAG,UAAU,GAAG,QAAQ,GAAG,UAAU,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,KAAK,CAAA;IACnG,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,GAAG,CAAA;IAClB,OAAO,CAAC,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,GAAG,CAAA;KAAE,CAAC,CAAA;IAC9C,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,MAAM,CAAC,EAAE,eAAe,EAAE,CAAA;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAClB;AAED,MAAM,WAAW,eAAe;IAC/B,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,oBAAoB,GAAG,CAAC,MAAM,OAAO,CAAC,GAAG,CAAC,CAAC,CAAA;IACtD,OAAO,CAAC,EAAE,eAAe,EAAE,GAAG,gBAAgB,CAAA;IAC9C,QAAQ,CAAC,EAAE,eAAe,EAAE,GAAG,gBAAgB,CAAA;IAC/C,QAAQ,CAAC,EAAE,MAAM,CAAA;CACjB;AAED;;GAEG;AACH,eAAO,MAAM,UAAU,EAAE,eA4CxB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,eAuDzB,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,eA0E1B,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,eA6DzB,CAAA;AAED,eAAO,MAAM,YAAY,EAAE,eAiB1B,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,eAsC7B,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,eAAe,EAOjD,CAAA;AAED;;GAEG;AACH,wBAAgB,uBAAuB,IAAI,eAAe,EAAE,CAE3D;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,EAAE,EAAE,MAAM,GAAG,eAAe,GAAG,SAAS,CAE9E"}
@@ -1,41 +0,0 @@
1
- import { ComponentConfig } from './baseComponents';
2
- /**
3
- * Individual block component configurations
4
- */
5
- export declare const BlockNavConfig: ComponentConfig;
6
- export declare const TitleSideConfig: ComponentConfig;
7
- export declare const TextImageConfig: ComponentConfig;
8
- export declare const BlockFooterConfig: ComponentConfig;
9
- export declare const BigImageConfig: ComponentConfig;
10
- export declare const VideoBoxConfig: ComponentConfig;
11
- export declare const GridConfig: ComponentConfig;
12
- export declare const TeamConfig: ComponentConfig;
13
- export declare const CtaConfig: ComponentConfig;
14
- export declare const TextSideConfig: ComponentConfig;
15
- export declare const PopUpConfig: ComponentConfig;
16
- export declare const TestimonialsConfig: ComponentConfig;
17
- export declare const ImageCarouselConfig: ComponentConfig;
18
- export declare const BigQuoteConfig: ComponentConfig;
19
- export declare const CardsConfig: ComponentConfig;
20
- export declare const ImageLinkBoxesConfig: ComponentConfig;
21
- export declare const FaqConfig: ComponentConfig;
22
- export declare const LogosConfig: ComponentConfig;
23
- export declare const IconsConfig: ComponentConfig;
24
- export declare const IconsListConfig: ComponentConfig;
25
- export declare const ContactConfig: ComponentConfig;
26
- export declare const TabsConfig: ComponentConfig;
27
- export declare const PriceTableConfig: ComponentConfig;
28
- export declare const SpaceConfig: ComponentConfig;
29
- /**
30
- * All block component configurations
31
- */
32
- export declare const blockComponentConfigs: ComponentConfig[];
33
- /**
34
- * Get all block component configurations
35
- */
36
- export declare function getBlockComponentConfigs(): ComponentConfig[];
37
- /**
38
- * Get a block component configuration by ID
39
- */
40
- export declare function getBlockComponentConfig(id: string): ComponentConfig | undefined;
41
- //# sourceMappingURL=blockComponents.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"blockComponents.d.ts","sourceRoot":"","sources":["../../src/config/blockComponents.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAmB,MAAM,kBAAkB,CAAA;AAyCxE;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,eAyB5B,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,eAgC7B,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,eA0B7B,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,eA2C/B,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,eAsB5B,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,eAuB5B,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,eA+BxB,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,eA2BxB,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,eAuBvB,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,eA4B5B,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,eA2BzB,CAAA;AAED,eAAO,MAAM,kBAAkB,EAAE,eA2BhC,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,eAuBjC,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,eAqB5B,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,eA4BzB,CAAA;AAED,eAAO,MAAM,oBAAoB,EAAE,eA2BlC,CAAA;AAED,eAAO,MAAM,SAAS,EAAE,eA4BvB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,eA2BzB,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,eA0BzB,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,eA4B7B,CAAA;AAED,eAAO,MAAM,aAAa,EAAE,eAsB3B,CAAA;AAED,eAAO,MAAM,UAAU,EAAE,eA8BxB,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,eAgC9B,CAAA;AAED,eAAO,MAAM,WAAW,EAAE,eAczB,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,eAAe,EAyBlD,CAAA;AAED;;GAEG;AACH,wBAAgB,wBAAwB,IAAI,eAAe,EAAE,CAE5D;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,EAAE,EAAE,MAAM,GAAG,eAAe,GAAG,SAAS,CAE/E"}
@@ -1,44 +0,0 @@
1
- import { EditorMessage, MessageType } from './types';
2
- export type MessageHandler = (message: EditorMessage) => void;
3
- interface CommunicationConfig {
4
- origin: string;
5
- targetWindow?: Window;
6
- onMessage?: MessageHandler;
7
- }
8
- export declare class CommunicationBridge {
9
- private origin;
10
- private targetWindow;
11
- private handlers;
12
- private boundMessageHandler;
13
- constructor(config: CommunicationConfig);
14
- /**
15
- * Handle incoming messages
16
- */
17
- private handleMessage;
18
- /**
19
- * Register a handler for a specific message type
20
- */
21
- on(type: MessageType | '*', handler: MessageHandler): () => void;
22
- /**
23
- * Unregister a handler
24
- */
25
- off(type: MessageType | '*', handler: MessageHandler): void;
26
- /**
27
- * Send a message to the target window (editor)
28
- */
29
- send(type: MessageType, message?: any, data?: any): void;
30
- /**
31
- * Cleanup
32
- */
33
- destroy(): void;
34
- }
35
- /**
36
- * Create a communication bridge instance
37
- */
38
- export declare function createCommunicationBridge(config: CommunicationConfig): CommunicationBridge;
39
- /**
40
- * Simple send helper for one-off messages
41
- */
42
- export declare function sendMessage(type: MessageType, message?: any, targetWindow?: Window, origin?: string): void;
43
- export {};
44
- //# sourceMappingURL=communication.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"communication.d.ts","sourceRoot":"","sources":["../../src/core/communication.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAEzD,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,EAAE,aAAa,KAAK,IAAI,CAAA;AAE7D,UAAU,mBAAmB;IAC5B,MAAM,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,SAAS,CAAC,EAAE,cAAc,CAAA;CAC1B;AAED,qBAAa,mBAAmB;IAC/B,OAAO,CAAC,MAAM,CAAQ;IACtB,OAAO,CAAC,YAAY,CAAQ;IAC5B,OAAO,CAAC,QAAQ,CAAuC;IACvD,OAAO,CAAC,mBAAmB,CAA+B;gBAE9C,MAAM,EAAE,mBAAmB;IAUvC;;OAEG;IACH,OAAO,CAAC,aAAa;IAsCrB;;OAEG;IACH,EAAE,CAAC,IAAI,EAAE,WAAW,GAAG,GAAG,EAAE,OAAO,EAAE,cAAc,GAAG,MAAM,IAAI;IAWhE;;OAEG;IACH,GAAG,CAAC,IAAI,EAAE,WAAW,GAAG,GAAG,EAAE,OAAO,EAAE,cAAc,GAAG,IAAI;IAO3D;;OAEG;IACH,IAAI,CAAC,IAAI,EAAE,WAAW,EAAE,OAAO,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,GAAG,GAAG,IAAI;IAKxD;;OAEG;IACH,OAAO,IAAI,IAAI;CAKf;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,MAAM,EAAE,mBAAmB,GAAG,mBAAmB,CAE1F;AAED;;GAEG;AACH,wBAAgB,WAAW,CAC1B,IAAI,EAAE,WAAW,EACjB,OAAO,CAAC,EAAE,GAAG,EACb,YAAY,GAAE,MAAsB,EACpC,MAAM,GAAE,MAAY,GAClB,IAAI,CAGN"}
@@ -1,56 +0,0 @@
1
- import { ComponentRegistry, ComponentConstructor } from './types';
2
- declare const registry: ComponentRegistry;
3
- /**
4
- * Register a component for a specific block type
5
- * @param type - The block type (e.g., 'Text', 'Button', 'Hero')
6
- * @param component - The Vue component to render
7
- */
8
- export declare function registerComponent(type: string, component: ComponentConstructor): void;
9
- /**
10
- * Register multiple components at once
11
- * @param components - Object mapping block types to components
12
- */
13
- export declare function registerComponents(components: ComponentRegistry): void;
14
- /**
15
- * Get a registered component by type
16
- * @param type - The block type
17
- * @returns The component or undefined if not found
18
- */
19
- export declare function getComponent(type: string): ComponentConstructor | undefined;
20
- /**
21
- * Check if a component type is registered
22
- * @param type - The block type
23
- * @returns True if registered
24
- */
25
- export declare function hasComponent(type: string): boolean;
26
- /**
27
- * Get all registered components
28
- * @returns The full registry
29
- */
30
- export declare function getAllComponents(): ComponentRegistry;
31
- /**
32
- * Unregister a component
33
- * @param type - The block type to remove
34
- */
35
- export declare function unregisterComponent(type: string): void;
36
- /**
37
- * Clear all registered components
38
- */
39
- export declare function clearRegistry(): void;
40
- /**
41
- * Get a list of all registered component types
42
- * @returns Array of registered type names
43
- */
44
- export declare function getRegisteredTypes(): string[];
45
- /**
46
- * Create a namespaced registry for multi-tenant scenarios
47
- */
48
- export declare function createNamespacedRegistry(namespace: string): {
49
- register: (type: string, component: ComponentConstructor) => void;
50
- get: (type: string) => any;
51
- getAll: () => {
52
- [key: string]: any;
53
- };
54
- };
55
- export { registry };
56
- //# sourceMappingURL=registry.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../src/core/registry.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAGtE,QAAA,MAAM,QAAQ,EAAE,iBAAsB,CAAA;AAEtC;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,oBAAoB,GAAG,IAAI,CAKrF;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,UAAU,EAAE,iBAAiB,GAAG,IAAI,CAItE;AAED;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,oBAAoB,GAAG,SAAS,CAE3E;AAED;;;;GAIG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAElD;AAED;;;GAGG;AACH,wBAAgB,gBAAgB,IAAI,iBAAiB,CAEpD;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAEtD;AAED;;GAEG;AACH,wBAAgB,aAAa,IAAI,IAAI,CAGpC;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,IAAI,MAAM,EAAE,CAE7C;AAED;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,SAAS,EAAE,MAAM;qBAIvC,MAAM,aAAa,oBAAoB;gBAK5C,MAAM;;;;EAMnB;AAGD,OAAO,EAAE,QAAQ,EAAE,CAAA"}
@@ -1,27 +0,0 @@
1
- import { PageData, ComponentData } from './types';
2
- /**
3
- * Inject responsive CSS into the page
4
- */
5
- export declare function injectResponsiveCSS(): void;
6
- /**
7
- * Inject custom code into head or body
8
- */
9
- export declare function injectCode(code: string | undefined, target: 'head' | 'body'): void;
10
- export declare function loadGoogleFont(fontName: string): Promise<void>;
11
- /**
12
- * Load all fonts used in components
13
- */
14
- export declare function loadComponentFonts(components: ComponentData[]): Promise<void>;
15
- /**
16
- * Apply global font to the page
17
- */
18
- export declare function applyGlobalFont(fontName: string): void;
19
- /**
20
- * Apply page settings to the document
21
- */
22
- export declare function applyPageSettings(pageData: PageData): void;
23
- /**
24
- * Initialize the page for rendering
25
- */
26
- export declare function initializePage(pageData: PageData): Promise<void>;
27
- //# sourceMappingURL=renderer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"renderer.d.ts","sourceRoot":"","sources":["../../src/core/renderer.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAGtD;;GAEG;AACH,wBAAgB,mBAAmB,IAAI,IAAI,CAU1C;AAED;;GAEG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CASlF;AAOD,wBAAgB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CA2B9D;AAED;;GAEG;AACH,wBAAsB,kBAAkB,CAAC,UAAU,EAAE,aAAa,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,CAanF;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CA2BtD;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,QAAQ,GAAG,IAAI,CAqC1D;AAsCD;;GAEG;AACH,wBAAsB,cAAc,CAAC,QAAQ,EAAE,QAAQ,GAAG,OAAO,CAAC,IAAI,CAAC,CAatE"}