ctt-babylon 0.10.2 → 0.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.mjs +11 -4
- package/esm2022/lib/components/core/babylon-list-img/babylon-list-img.component.mjs +5 -5
- package/esm2022/lib/components/core/babylon-simple-img-info/babylon-simple-img-info.component.mjs +4 -3
- package/esm2022/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.mjs +8 -3
- package/esm2022/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.mjs +28 -0
- package/esm2022/lib/components/core/babylon-social-bar-v2/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.mjs +67 -0
- package/esm2022/lib/components/core/babylon-static-footer-v3/index.mjs +2 -0
- package/esm2022/lib/components/core/babylon-top-simple-img/babylon-top-simple-img.component.mjs +5 -3
- package/esm2022/lib/components/core/index.mjs +6 -4
- package/esm2022/lib/services/mapper/mapper.service.mjs +5 -1
- package/fesm2022/ctt-babylon.mjs +315 -212
- package/fesm2022/ctt-babylon.mjs.map +1 -1
- package/lib/components/core/babylon-info-zigzag-v4/babylon-info-zigzag-v4.component.d.ts +2 -1
- package/lib/components/core/babylon-list-img/babylon-list-img.component.d.ts +3 -3
- package/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.d.ts +2 -1
- package/lib/components/core/babylon-social-bar-v2/babylon-social-bar-v2.component.d.ts +12 -0
- package/lib/components/core/babylon-social-bar-v2/index.d.ts +1 -0
- package/lib/components/core/babylon-static-footer-v3/babylon-static-footer-v3.component.d.ts +12 -0
- package/lib/components/core/babylon-static-footer-v3/index.d.ts +1 -0
- package/lib/components/core/index.d.ts +5 -3
- package/lib/services/mapper/mapper.service.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { BabylonTextInfoI, BabylonMultimediaI } from '../../../interfaces';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class BabylonInfoZigzagV4Component {
|
|
4
|
+
rightSide?: boolean;
|
|
4
5
|
texts?: BabylonTextInfoI;
|
|
5
6
|
multimedia?: BabylonMultimediaI;
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<BabylonInfoZigzagV4Component, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BabylonInfoZigzagV4Component, "lib-babylon-info-zigzag-v4", never, { "texts": { "alias": "texts"; "required": false; }; "multimedia": { "alias": "multimedia"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BabylonInfoZigzagV4Component, "lib-babylon-info-zigzag-v4", never, { "rightSide": { "alias": "rightSide"; "required": false; }; "texts": { "alias": "texts"; "required": false; }; "multimedia": { "alias": "multimedia"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
9
|
}
|
|
@@ -3,7 +3,7 @@ import { TagType } from '../../../Enum/tags.enums';
|
|
|
3
3
|
import { BabylonIconInfoI, BabylonMultimediaI, BabylonTextInfoI } from '../../../interfaces';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class BabylonListImgComponent implements AfterViewInit {
|
|
6
|
-
|
|
6
|
+
rightSide: boolean;
|
|
7
7
|
texts?: BabylonTextInfoI;
|
|
8
8
|
items?: BabylonIconInfoI[];
|
|
9
9
|
multimedia?: BabylonMultimediaI;
|
|
@@ -29,6 +29,6 @@ export declare class BabylonListImgComponent implements AfterViewInit {
|
|
|
29
29
|
getImagesByTag(tagName: string): import("../../../interfaces").BabylonImageI[];
|
|
30
30
|
getFirstImageByTag(tagName: string): import("../../../interfaces").BabylonImageI | undefined;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<BabylonListImgComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BabylonListImgComponent, "lib-babylon-list-img", never, { "
|
|
33
|
-
static
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BabylonListImgComponent, "lib-babylon-list-img", never, { "rightSide": { "alias": "rightSide"; "required": false; }; "texts": { "alias": "texts"; "required": false; }; "items": { "alias": "items"; "required": false; }; "multimedia": { "alias": "multimedia"; "required": false; }; "scrollOffset": { "alias": "scrollOffset"; "required": false; }; "moreText": { "alias": "moreText"; "required": false; }; "lessText": { "alias": "lessText"; "required": false; }; }, {}, never, never, true, never>;
|
|
33
|
+
static ngAcceptInputType_rightSide: unknown;
|
|
34
34
|
}
|
package/lib/components/core/babylon-slider-img-static-v2/babylon-slider-img-static-v2.component.d.ts
CHANGED
|
@@ -2,9 +2,10 @@ import { BabylonButtonI, BabylonTextInfoI } from '../../../interfaces';
|
|
|
2
2
|
import { BabylonMultimediaI } from '../../../interfaces/babylon-multimedia.interface';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class BabylonSliderImgStaticV2Component {
|
|
5
|
+
rightSide?: boolean;
|
|
5
6
|
texts?: BabylonTextInfoI;
|
|
6
7
|
multimedia?: BabylonMultimediaI;
|
|
7
8
|
buttons?: BabylonButtonI[];
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<BabylonSliderImgStaticV2Component, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BabylonSliderImgStaticV2Component, "lib-babylon-slider-img-static-v2", never, { "texts": { "alias": "texts"; "required": false; }; "multimedia": { "alias": "multimedia"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BabylonSliderImgStaticV2Component, "lib-babylon-slider-img-static-v2", never, { "rightSide": { "alias": "rightSide"; "required": false; }; "texts": { "alias": "texts"; "required": false; }; "multimedia": { "alias": "multimedia"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
11
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BabylonButtonI, BabylonMultimediaI, BabylonTextInfoI } from '../../../interfaces';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BabylonSocialBarV2Component {
|
|
4
|
+
texts?: BabylonTextInfoI;
|
|
5
|
+
buttons?: BabylonButtonI[];
|
|
6
|
+
links?: BabylonButtonI[];
|
|
7
|
+
multimedia?: BabylonMultimediaI;
|
|
8
|
+
getInstagramUrl(): string;
|
|
9
|
+
getInstagramLinkType(): string | undefined;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BabylonSocialBarV2Component, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BabylonSocialBarV2Component, "lib-babylon-social-bar-v2", never, { "texts": { "alias": "texts"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "links": { "alias": "links"; "required": false; }; "multimedia": { "alias": "multimedia"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './babylon-social-bar-v2.component';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BabylonStaticFooterV3Component implements AfterViewInit, OnDestroy {
|
|
4
|
+
private host;
|
|
5
|
+
private readonly isBrowser;
|
|
6
|
+
private cleanups;
|
|
7
|
+
constructor(host: ElementRef<HTMLElement>, platformId: Object);
|
|
8
|
+
ngAfterViewInit(): void;
|
|
9
|
+
ngOnDestroy(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BabylonStaticFooterV3Component, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BabylonStaticFooterV3Component, "lib-babylon-static-footer-v3", never, {}, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './babylon-static-footer-v3.component';
|
|
@@ -22,6 +22,7 @@ export * from './babylon-engine-modal';
|
|
|
22
22
|
export * from './babylon-external-script';
|
|
23
23
|
export * from './babylon-faq';
|
|
24
24
|
export * from './babylon-faq-v2';
|
|
25
|
+
export * from './babylon-feature-pills';
|
|
25
26
|
export * from './babylon-feature-pills-number';
|
|
26
27
|
export * from './babylon-features-slider';
|
|
27
28
|
export * from './babylon-filter-modal';
|
|
@@ -48,6 +49,7 @@ export * from './babylon-hotels-list';
|
|
|
48
49
|
export * from './babylon-hotels-slider';
|
|
49
50
|
export * from './babylon-img-banner';
|
|
50
51
|
export * from './babylon-info-big';
|
|
52
|
+
export * from './babylon-info-big-v2';
|
|
51
53
|
export * from './babylon-info-big-v3';
|
|
52
54
|
export * from './babylon-info-circle-imgs';
|
|
53
55
|
export * from './babylon-info-grid';
|
|
@@ -109,8 +111,10 @@ export * from './babylon-slider3col-v2';
|
|
|
109
111
|
export * from './babylon-slider3items';
|
|
110
112
|
export * from './babylon-slider4col';
|
|
111
113
|
export * from './babylon-social-bar';
|
|
114
|
+
export * from './babylon-social-bar-v2';
|
|
112
115
|
export * from './babylon-static-footer';
|
|
113
116
|
export * from './babylon-static-footer-v2';
|
|
117
|
+
export * from './babylon-static-footer-v3';
|
|
114
118
|
export * from './babylon-submenu-hotel';
|
|
115
119
|
export * from './babylon-thanks';
|
|
116
120
|
export * from './babylon-top-simple-banner';
|
|
@@ -120,8 +124,6 @@ export * from './babylon-top-slider-thumbs';
|
|
|
120
124
|
export * from './babylon-top-slider-v2';
|
|
121
125
|
export * from './babylon-top-slider-video';
|
|
122
126
|
export * from './babylon-top-slider-video-v2';
|
|
127
|
+
export * from './babylon-variant-selector';
|
|
123
128
|
export * from './babylon-webmap';
|
|
124
129
|
export * from './babylon-webmap-v2';
|
|
125
|
-
export * from './babylon-feature-pills';
|
|
126
|
-
export * from './babylon-variant-selector';
|
|
127
|
-
export * from './babylon-info-big-v2';
|
|
@@ -22,6 +22,7 @@ export declare class MapperService {
|
|
|
22
22
|
mapSubmenu(props: any | undefined): BabylonSubmenuI;
|
|
23
23
|
mapComponents<T>(body: any[], addons?: ComponentsAddons): BodyComponent<T>[];
|
|
24
24
|
mapGlobals(component: any): any;
|
|
25
|
+
mapStaticFooterv3(props: any | undefined): BabylonStaticFooterI;
|
|
25
26
|
mapContactInfo(texts: any | undefined): BabylonContactInfoI;
|
|
26
27
|
mapOffersGlobal(offers: any | undefined): BabylonOfferItemI[];
|
|
27
28
|
mapAdvantagesGlobal(advantages: any | undefined): BabylonAdvantageItemI[];
|