@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
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { InjectionKey } from 'vue';
|
|
2
|
+
import { LocaleStrategy } from './localeStrategy';
|
|
3
|
+
import { BlockDefinition } from './schema';
|
|
4
|
+
export declare const BLOX_REGISTRY_KEY: InjectionKey<Record<string, BlockDefinition>>;
|
|
5
|
+
export interface BloxConfig {
|
|
6
|
+
defaultLocale: string;
|
|
7
|
+
supportedLocales: string[];
|
|
8
|
+
}
|
|
9
|
+
export declare const BLOX_CONFIG_KEY: InjectionKey<BloxConfig>;
|
|
10
|
+
export declare const BLOX_LOCALE_STRATEGY_KEY: InjectionKey<LocaleStrategy>;
|
|
11
|
+
//# sourceMappingURL=symbols.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"symbols.d.ts","sourceRoot":"","sources":["../src/symbols.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAA;AACvC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACtD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAE/C,eAAO,MAAM,iBAAiB,EAAE,YAAY,CAAC,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,CAClD,CAAA;AAE1B,MAAM,WAAW,UAAU;IAC1B,aAAa,EAAE,MAAM,CAAA;IACrB,gBAAgB,EAAE,MAAM,EAAE,CAAA;CAC1B;AAED,eAAO,MAAM,eAAe,EAAE,YAAY,CAAC,UAAU,CAAyB,CAAA;AAE9E,eAAO,MAAM,wBAAwB,EAAE,YAAY,CAAC,cAAc,CAAkC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bagelink/blox",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.21",
|
|
5
5
|
"description": "Blox page builder library for drag-and-drop page building and static data management",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Bagel Studio",
|
|
@@ -77,10 +77,11 @@
|
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"vue": "^3.3.0",
|
|
79
79
|
"vue-router": "^4.0.0",
|
|
80
|
-
"@bagelink/vue": "
|
|
80
|
+
"@bagelink/vue": "*"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
84
|
+
"@vue/tsconfig": "^0.7.0",
|
|
84
85
|
"typescript": "^5.8.3",
|
|
85
86
|
"vite": "^5.0.0",
|
|
86
87
|
"vite-plugin-dts": "^4.0.0",
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Base Button Component
|
|
3
|
-
*
|
|
4
|
-
* A customizable button/link component
|
|
5
|
-
*/
|
|
6
|
-
interface Props {
|
|
7
|
-
btnTxt?: string;
|
|
8
|
-
btnUrl?: string;
|
|
9
|
-
btnTarget?: '_self' | '_blank' | '_parent' | '_top';
|
|
10
|
-
variant?: 'primary' | 'secondary' | 'outline' | 'ghost';
|
|
11
|
-
size?: 'sm' | 'md' | 'lg';
|
|
12
|
-
align?: 'left' | 'center' | 'right';
|
|
13
|
-
fullWidth?: boolean;
|
|
14
|
-
isMobile?: boolean;
|
|
15
|
-
}
|
|
16
|
-
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
17
|
-
btnTxt: string;
|
|
18
|
-
btnUrl: string;
|
|
19
|
-
btnTarget: "_self" | "_blank" | "_parent" | "_top";
|
|
20
|
-
variant: "primary" | "secondary" | "outline" | "ghost";
|
|
21
|
-
size: "sm" | "md" | "lg";
|
|
22
|
-
align: "left" | "center" | "right";
|
|
23
|
-
fullWidth: boolean;
|
|
24
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
25
|
-
export default _default;
|
|
26
|
-
//# sourceMappingURL=Button.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Button.vue.d.ts","sourceRoot":"","sources":["../../../src/components/base/Button.vue"],"names":[],"mappings":"AA8IA;;;;GAIG;AAEH,UAAU,KAAK;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAA;IACnD,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,CAAA;IACvD,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IACzB,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAA;IACnC,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB;;YARS,MAAM;YACN,MAAM;eACH,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM;aACzC,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO;UAChD,IAAI,GAAG,IAAI,GAAG,IAAI;WACjB,MAAM,GAAG,QAAQ,GAAG,OAAO;eACvB,OAAO;;AAiGpB,wBAQG"}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Base Container Component
|
|
3
|
-
*
|
|
4
|
-
* A wrapper component for grouping other blocks
|
|
5
|
-
*/
|
|
6
|
-
interface Props {
|
|
7
|
-
maxWidth?: number | string;
|
|
8
|
-
padding?: number | string;
|
|
9
|
-
gap?: number;
|
|
10
|
-
layout?: 'vertical' | 'horizontal' | 'grid';
|
|
11
|
-
columns?: number;
|
|
12
|
-
isMobile?: boolean;
|
|
13
|
-
}
|
|
14
|
-
declare function __VLS_template(): {
|
|
15
|
-
attrs: Partial<{}>;
|
|
16
|
-
slots: {
|
|
17
|
-
default?(_: {}): any;
|
|
18
|
-
};
|
|
19
|
-
refs: {};
|
|
20
|
-
rootEl: HTMLDivElement;
|
|
21
|
-
};
|
|
22
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
23
|
-
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
24
|
-
maxWidth: number | string;
|
|
25
|
-
padding: number | string;
|
|
26
|
-
gap: number;
|
|
27
|
-
layout: "vertical" | "horizontal" | "grid";
|
|
28
|
-
columns: number;
|
|
29
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
30
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
31
|
-
export default _default;
|
|
32
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
33
|
-
new (): {
|
|
34
|
-
$slots: S;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
//# sourceMappingURL=Container.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Container.vue.d.ts","sourceRoot":"","sources":["../../../src/components/base/Container.vue"],"names":[],"mappings":"AAkEA;;;;GAIG;AAEH,UAAU,KAAK;IACd,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC1B,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACzB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,MAAM,CAAC,EAAE,UAAU,GAAG,YAAY,GAAG,MAAM,CAAA;IAC3C,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB;AA0BD,iBAAS,cAAc;WAkCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;cAlFT,MAAM,GAAG,MAAM;aAChB,MAAM,GAAG,MAAM;SACnB,MAAM;YACH,UAAU,GAAG,YAAY,GAAG,MAAM;aACjC,MAAM;wFAsFf,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Base Image Component
|
|
3
|
-
*
|
|
4
|
-
* Displays an image with optional link and captions
|
|
5
|
-
*/
|
|
6
|
-
interface Props {
|
|
7
|
-
src?: string;
|
|
8
|
-
alt?: string;
|
|
9
|
-
caption?: string;
|
|
10
|
-
link?: string;
|
|
11
|
-
linkTarget?: '_self' | '_blank' | '_parent' | '_top';
|
|
12
|
-
objectFit?: 'contain' | 'cover' | 'fill' | 'none' | 'scale-down';
|
|
13
|
-
aspectRatio?: string;
|
|
14
|
-
isMobile?: boolean;
|
|
15
|
-
}
|
|
16
|
-
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
17
|
-
link: string;
|
|
18
|
-
caption: string;
|
|
19
|
-
src: string;
|
|
20
|
-
alt: string;
|
|
21
|
-
linkTarget: "_self" | "_blank" | "_parent" | "_top";
|
|
22
|
-
objectFit: "contain" | "cover" | "fill" | "none" | "scale-down";
|
|
23
|
-
aspectRatio: string;
|
|
24
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
25
|
-
export default _default;
|
|
26
|
-
//# sourceMappingURL=Image.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Image.vue.d.ts","sourceRoot":"","sources":["../../../src/components/base/Image.vue"],"names":[],"mappings":"AA6EA;;;;GAIG;AAEH,UAAU,KAAK;IACd,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,UAAU,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAA;IACpD,SAAS,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,YAAY,CAAA;IAChE,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB;;UALO,MAAM;aADH,MAAM;SAFV,MAAM;SACN,MAAM;gBAGC,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM;eACxC,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,YAAY;iBAClD,MAAM;;AAsGrB,wBAQG"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Base Spacer Component
|
|
3
|
-
*
|
|
4
|
-
* Creates vertical spacing between blocks
|
|
5
|
-
*/
|
|
6
|
-
interface Props {
|
|
7
|
-
height?: number | string;
|
|
8
|
-
heightMobile?: number | string;
|
|
9
|
-
isMobile?: boolean;
|
|
10
|
-
}
|
|
11
|
-
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
12
|
-
height: number | string;
|
|
13
|
-
heightMobile: number | string;
|
|
14
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
15
|
-
export default _default;
|
|
16
|
-
//# sourceMappingURL=Spacer.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Spacer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/base/Spacer.vue"],"names":[],"mappings":"AAmCA;;;;GAIG;AAEH,UAAU,KAAK;IACd,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAA;CAClB;;YAHS,MAAM,GAAG,MAAM;kBACT,MAAM,GAAG,MAAM;;AA8D/B,wBAQG"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Base Text Component
|
|
3
|
-
*
|
|
4
|
-
* A simple text/paragraph component for displaying rich content
|
|
5
|
-
*/
|
|
6
|
-
interface Props {
|
|
7
|
-
content?: string;
|
|
8
|
-
tag?: 'p' | 'div' | 'span' | 'article' | 'section';
|
|
9
|
-
align?: 'left' | 'center' | 'right' | 'justify';
|
|
10
|
-
}
|
|
11
|
-
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
12
|
-
export default _default;
|
|
13
|
-
//# sourceMappingURL=Text.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Text.vue.d.ts","sourceRoot":"","sources":["../../../src/components/base/Text.vue"],"names":[],"mappings":"AAuCA;;;;GAIG;AAEH,UAAU,KAAK;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,GAAG,CAAC,EAAE,GAAG,GAAG,KAAK,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,CAAA;IAClD,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAA;CAC/C;;AAwDD,wBAOG"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Base Title Component
|
|
3
|
-
*
|
|
4
|
-
* Renders headings with customizable tag and styling
|
|
5
|
-
*/
|
|
6
|
-
interface Props {
|
|
7
|
-
title?: string;
|
|
8
|
-
subTitle?: string;
|
|
9
|
-
tag?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
10
|
-
align?: 'left' | 'center' | 'right';
|
|
11
|
-
}
|
|
12
|
-
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13
|
-
export default _default;
|
|
14
|
-
//# sourceMappingURL=Title.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Title.vue.d.ts","sourceRoot":"","sources":["../../../src/components/base/Title.vue"],"names":[],"mappings":"AAyDA;;;;GAIG;AAEH,UAAU,KAAK;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;IAC7C,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAA;CACnC;;AAsED,wBAOG"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
image?: string;
|
|
3
|
-
alt?: string;
|
|
4
|
-
height?: number;
|
|
5
|
-
heightMobile?: number | null;
|
|
6
|
-
id?: string;
|
|
7
|
-
objectFit?: 'cover' | 'contain' | 'fill' | 'none' | 'scale-down';
|
|
8
|
-
objectFitMobile?: 'cover' | 'contain' | 'fill' | 'none' | 'scale-down' | null;
|
|
9
|
-
};
|
|
10
|
-
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>;
|
|
11
|
-
export default _default;
|
|
12
|
-
//# sourceMappingURL=BigImage.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BigImage.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/BigImage.vue"],"names":[],"mappings":"AAiEA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,YAAY,CAAA;IAChE,eAAe,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,YAAY,GAAG,IAAI,CAAA;CAC7E,CAAC;;AAuFF,wBAOG"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
center?: boolean;
|
|
3
|
-
centerMobile?: boolean | null;
|
|
4
|
-
image?: string;
|
|
5
|
-
quote?: string;
|
|
6
|
-
name?: string;
|
|
7
|
-
title?: string;
|
|
8
|
-
sizes?: number;
|
|
9
|
-
mobileSizes?: number;
|
|
10
|
-
id?: string;
|
|
11
|
-
};
|
|
12
|
-
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>;
|
|
13
|
-
export default _default;
|
|
14
|
-
//# sourceMappingURL=BigQuote.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BigQuote.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/BigQuote.vue"],"names":[],"mappings":"AA+EA,KAAK,WAAW,GAAG;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AA4GF,wBAOG"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
logo?: string;
|
|
3
|
-
alt?: string;
|
|
4
|
-
items?: {
|
|
5
|
-
title: string;
|
|
6
|
-
link: string;
|
|
7
|
-
}[];
|
|
8
|
-
smallInfo?: string;
|
|
9
|
-
socalMedia?: {
|
|
10
|
-
link: string;
|
|
11
|
-
icon: 'facebook-f' | 'instagram' | 'x-twitter' | 'linkedin-in' | 'youtube' | 'github' | 'whatsapp' | 'telegram' | 'discord' | 'tiktok' | 'mail';
|
|
12
|
-
}[];
|
|
13
|
-
id?: string;
|
|
14
|
-
};
|
|
15
|
-
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>;
|
|
16
|
-
export default _default;
|
|
17
|
-
//# sourceMappingURL=BlockFooter.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BlockFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/BlockFooter.vue"],"names":[],"mappings":"AAmGA,KAAK,WAAW,GAAG;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IACzC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE;QACZ,IAAI,EAAE,MAAM,CAAA;QACZ,IAAI,EACD,YAAY,GACZ,WAAW,GACX,WAAW,GACX,aAAa,GACb,SAAS,GACT,QAAQ,GACR,UAAU,GACV,UAAU,GACV,SAAS,GACT,QAAQ,GACR,MAAM,CAAA;KACT,EAAE,CAAA;IAEH,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AAkKF,wBAOG"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
logo?: string;
|
|
3
|
-
alt?: string;
|
|
4
|
-
items?: {
|
|
5
|
-
title: string;
|
|
6
|
-
link: string;
|
|
7
|
-
}[];
|
|
8
|
-
btnTxt?: string;
|
|
9
|
-
btnLink?: string;
|
|
10
|
-
bgColor?: string;
|
|
11
|
-
textColor?: string;
|
|
12
|
-
fullwidth?: boolean;
|
|
13
|
-
width?: number;
|
|
14
|
-
maxWidth?: number;
|
|
15
|
-
fullContentWidth?: boolean;
|
|
16
|
-
id?: string;
|
|
17
|
-
showDesktop?: boolean;
|
|
18
|
-
showMobile?: boolean;
|
|
19
|
-
};
|
|
20
|
-
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>;
|
|
21
|
-
export default _default;
|
|
22
|
-
//# sourceMappingURL=BlockNav.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BlockNav.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/BlockNav.vue"],"names":[],"mappings":"AAiIA,KAAK,WAAW,GAAG;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IACzC,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;;AAwNF,wBAMG"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
items?: {
|
|
3
|
-
image: string;
|
|
4
|
-
title: string;
|
|
5
|
-
subtitle: string;
|
|
6
|
-
body: string;
|
|
7
|
-
link: string;
|
|
8
|
-
}[];
|
|
9
|
-
itemNumber?: number;
|
|
10
|
-
itemNumberMobile?: number | null;
|
|
11
|
-
cardsWidth?: number;
|
|
12
|
-
center?: boolean;
|
|
13
|
-
centerMobile?: boolean | 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=Cards.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Cards.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Cards.vue"],"names":[],"mappings":"AA0HA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IACxF,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAChC,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AA8LF,wBAOG"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
title?: string;
|
|
3
|
-
sizes?: number;
|
|
4
|
-
mobileSizes?: number;
|
|
5
|
-
subTitle?: string;
|
|
6
|
-
email?: string;
|
|
7
|
-
phone?: string;
|
|
8
|
-
location?: string;
|
|
9
|
-
titlePosition?: 'Top' | 'Side';
|
|
10
|
-
items?: {
|
|
11
|
-
image: string;
|
|
12
|
-
title: string;
|
|
13
|
-
subtitle: string;
|
|
14
|
-
}[];
|
|
15
|
-
formStatusView?: 'Normal' | 'Success' | 'Fail';
|
|
16
|
-
failMessage?: string;
|
|
17
|
-
successMessage?: string;
|
|
18
|
-
id?: string;
|
|
19
|
-
};
|
|
20
|
-
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>;
|
|
21
|
-
export default _default;
|
|
22
|
-
//# sourceMappingURL=Contact.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Contact.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Contact.vue"],"names":[],"mappings":"AAgIA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,aAAa,CAAC,EAAE,KAAK,GAAG,MAAM,CAAA;IAC9B,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IAC5D,cAAc,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAA;IAC9C,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AAsQF,wBAOG"}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
targetDateTime: {
|
|
3
|
-
type: DateConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
secondsTitle: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
minutesTitle: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
hoursTitle: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
daysTitle: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
show: {
|
|
23
|
-
type: ObjectConstructor;
|
|
24
|
-
default: () => {
|
|
25
|
-
days: boolean;
|
|
26
|
-
hours: boolean;
|
|
27
|
-
minutes: boolean;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
countSize: {
|
|
31
|
-
type: NumberConstructor;
|
|
32
|
-
default: number;
|
|
33
|
-
};
|
|
34
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
35
|
-
targetDateTime: {
|
|
36
|
-
type: DateConstructor;
|
|
37
|
-
required: true;
|
|
38
|
-
};
|
|
39
|
-
secondsTitle: {
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
minutesTitle: {
|
|
44
|
-
type: StringConstructor;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
hoursTitle: {
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
daysTitle: {
|
|
52
|
-
type: StringConstructor;
|
|
53
|
-
default: string;
|
|
54
|
-
};
|
|
55
|
-
show: {
|
|
56
|
-
type: ObjectConstructor;
|
|
57
|
-
default: () => {
|
|
58
|
-
days: boolean;
|
|
59
|
-
hours: boolean;
|
|
60
|
-
minutes: boolean;
|
|
61
|
-
};
|
|
62
|
-
};
|
|
63
|
-
countSize: {
|
|
64
|
-
type: NumberConstructor;
|
|
65
|
-
default: number;
|
|
66
|
-
};
|
|
67
|
-
}>> & Readonly<{}>, {
|
|
68
|
-
secondsTitle: string;
|
|
69
|
-
minutesTitle: string;
|
|
70
|
-
hoursTitle: string;
|
|
71
|
-
daysTitle: string;
|
|
72
|
-
show: Record<string, any>;
|
|
73
|
-
countSize: number;
|
|
74
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
75
|
-
export default _default;
|
|
76
|
-
//# sourceMappingURL=CountDown.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CountDown.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/CountDown.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4TA,wBAwCG"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
title?: string;
|
|
3
|
-
sizes?: number;
|
|
4
|
-
mobileSizes?: number;
|
|
5
|
-
body?: string;
|
|
6
|
-
btnTxt?: string;
|
|
7
|
-
btnLink?: string;
|
|
8
|
-
ctaWidth?: number;
|
|
9
|
-
center?: boolean;
|
|
10
|
-
centerMobile?: boolean | null;
|
|
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=Cta.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Cta.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Cta.vue"],"names":[],"mappings":"AAmFA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,YAAY,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AAyGF,wBAOG"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
title?: string;
|
|
3
|
-
titleWidth?: number;
|
|
4
|
-
titleWidthMobile?: number | null;
|
|
5
|
-
sizes?: number;
|
|
6
|
-
mobileSizes?: number;
|
|
7
|
-
subTitle?: string;
|
|
8
|
-
items?: {
|
|
9
|
-
question: string;
|
|
10
|
-
answer: string;
|
|
11
|
-
}[];
|
|
12
|
-
displayMode?: 'list' | 'cards';
|
|
13
|
-
faqWidth?: number;
|
|
14
|
-
image?: string;
|
|
15
|
-
id?: string;
|
|
16
|
-
visability?: 'showDesktop' | 'showMobile';
|
|
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=Faq.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Faq.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Faq.vue"],"names":[],"mappings":"AAiKA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IAC9C,WAAW,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,UAAU,CAAC,EAAE,aAAa,GAAG,YAAY,CAAA;CACzC,CAAC;;AAiLF,wBAOG"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
items?: {
|
|
3
|
-
image: string;
|
|
4
|
-
title?: string;
|
|
5
|
-
subtitle?: string;
|
|
6
|
-
text?: string;
|
|
7
|
-
credit?: string;
|
|
8
|
-
link?: string;
|
|
9
|
-
column: number;
|
|
10
|
-
row: number;
|
|
11
|
-
columnMobile: number;
|
|
12
|
-
rowMobile: number;
|
|
13
|
-
}[];
|
|
14
|
-
rows?: number;
|
|
15
|
-
columns?: number;
|
|
16
|
-
rowsMobile?: number;
|
|
17
|
-
columnsMobile?: number;
|
|
18
|
-
gap?: number;
|
|
19
|
-
gapMobile?: number;
|
|
20
|
-
id?: string;
|
|
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=Grid.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Grid.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Grid.vue"],"names":[],"mappings":"AA4PA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE;QACP,KAAK,EAAE,MAAM,CAAA;QACb,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,QAAQ,CAAC,EAAE,MAAM,CAAA;QACjB,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,MAAM,CAAC,EAAE,MAAM,CAAA;QACf,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,MAAM,EAAE,MAAM,CAAA;QACd,GAAG,EAAE,MAAM,CAAA;QACX,YAAY,EAAE,MAAM,CAAA;QACpB,SAAS,EAAE,MAAM,CAAA;KACjB,EAAE,CAAA;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AA2LF,wBAOG"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
items?: {
|
|
3
|
-
image: string;
|
|
4
|
-
title: string;
|
|
5
|
-
subtitle: string;
|
|
6
|
-
}[];
|
|
7
|
-
iconsWidth?: number;
|
|
8
|
-
spaceBetween?: number;
|
|
9
|
-
spaceBetweenMobile?: number | null;
|
|
10
|
-
boxWidth?: number;
|
|
11
|
-
boxWidthMobile?: number | null;
|
|
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=Icons.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Icons.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Icons.vue"],"names":[],"mappings":"AAmGA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IAC5D,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AA8GF,wBAOG"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
title?: string;
|
|
3
|
-
sizes?: number;
|
|
4
|
-
mobileSizes?: number;
|
|
5
|
-
subTitle?: string;
|
|
6
|
-
titlePosition?: 'Top' | 'Side';
|
|
7
|
-
items?: {
|
|
8
|
-
image: string;
|
|
9
|
-
title: string;
|
|
10
|
-
subtitle: string;
|
|
11
|
-
}[];
|
|
12
|
-
iconSize?: number;
|
|
13
|
-
iconSizeMobile?: number | null;
|
|
14
|
-
spaceBetween?: number;
|
|
15
|
-
spaceBetweenMobile?: number | null;
|
|
16
|
-
titleWidth?: number;
|
|
17
|
-
titleWidthMobile?: number | null;
|
|
18
|
-
id?: string;
|
|
19
|
-
};
|
|
20
|
-
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>;
|
|
21
|
-
export default _default;
|
|
22
|
-
//# sourceMappingURL=IconsList.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"IconsList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/IconsList.vue"],"names":[],"mappings":"AAsJA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,aAAa,CAAC,EAAE,KAAK,GAAG,MAAM,CAAA;IAC9B,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IAC5D,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAClC,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAChC,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AAkJF,wBAOG"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
items?: {
|
|
3
|
-
image: string;
|
|
4
|
-
title?: string;
|
|
5
|
-
subtitle?: string;
|
|
6
|
-
}[];
|
|
7
|
-
arrows?: 'bottom' | 'sides' | 'none';
|
|
8
|
-
dirction?: 'ltr' | 'rtl';
|
|
9
|
-
itemNumber?: number;
|
|
10
|
-
imgHeight?: number;
|
|
11
|
-
aspectRatio: '1/1' | '15/10' | '16/9' | '4/3' | '3/2';
|
|
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=ImageCarousel.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ImageCarousel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/ImageCarousel.vue"],"names":[],"mappings":"AAoGA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IAC9D,MAAM,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAA;IACpC,QAAQ,CAAC,EAAE,KAAK,GAAG,KAAK,CAAA;IACxB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,WAAW,EAAE,KAAK,GAAG,OAAO,GAAG,MAAM,GAAG,KAAK,GAAG,KAAK,CAAA;IACrD,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AAkKF,wBAOG"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
items?: {
|
|
3
|
-
image: string;
|
|
4
|
-
title: string;
|
|
5
|
-
subtitle: string;
|
|
6
|
-
link: string;
|
|
7
|
-
}[];
|
|
8
|
-
itemNumber?: number;
|
|
9
|
-
boxlink?: boolean;
|
|
10
|
-
id?: string;
|
|
11
|
-
};
|
|
12
|
-
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>;
|
|
13
|
-
export default _default;
|
|
14
|
-
//# sourceMappingURL=ImageLinkBoxes.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ImageLinkBoxes.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/ImageLinkBoxes.vue"],"names":[],"mappings":"AAkHA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IAC1E,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AAkMF,wBAOG"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
items?: {
|
|
3
|
-
image: string;
|
|
4
|
-
alt: string;
|
|
5
|
-
link: string;
|
|
6
|
-
}[];
|
|
7
|
-
itemSize?: number;
|
|
8
|
-
itemSizeMobile?: number | null;
|
|
9
|
-
logosWidth?: number;
|
|
10
|
-
grayColor?: boolean;
|
|
11
|
-
spaceBetween?: number;
|
|
12
|
-
spaceBetweenMobile?: number | null;
|
|
13
|
-
id?: string;
|
|
14
|
-
};
|
|
15
|
-
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>;
|
|
16
|
-
export default _default;
|
|
17
|
-
//# sourceMappingURL=Logos.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Logos.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Logos.vue"],"names":[],"mappings":"AAoHA,KAAK,WAAW,GAAG;IAClB,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IACtD,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAClC,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AAsIF,wBAOG"}
|