simpo-component-library 0.6.8 → 0.7.0

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.
@@ -8,8 +8,12 @@ export declare class SociaIconsComponent implements OnInit {
8
8
  ChannelType: typeof ChannelType;
9
9
  constructor();
10
10
  ngOnInit(): void;
11
+ socialMediaLinks: {
12
+ [key: string]: string;
13
+ };
11
14
  screenWidth: number;
12
15
  getScreenSize(event?: number): void;
16
+ openLink(type: string): void;
13
17
  static ɵfac: i0.ɵɵFactoryDeclaration<SociaIconsComponent, never>;
14
18
  static ɵcmp: i0.ɵɵComponentDeclaration<SociaIconsComponent, "simpo-socia-icons", never, { "socialIconData": { "alias": "socialIconData"; "required": false; }; "color": { "alias": "color"; "required": false; }; "sectionId": { "alias": "sectionId"; "required": false; }; }, {}, never, never, true, never>;
15
19
  }
@@ -15,6 +15,8 @@ export declare class ImageCarouselSectionComponent extends BaseSection implement
15
15
  ngOnInit(): void;
16
16
  screenWidth: number;
17
17
  getScreenSize(event?: number): void;
18
+ getPrevImage(index: number): import("simpo-component-library").Image | undefined;
19
+ getNextImage(index: number): import("simpo-component-library").Image | undefined;
18
20
  static ɵfac: i0.ɵɵFactoryDeclaration<ImageCarouselSectionComponent, never>;
19
21
  static ɵcmp: i0.ɵɵComponentDeclaration<ImageCarouselSectionComponent, "simpo-image-carousel-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
20
22
  }
@@ -17,6 +17,8 @@ export declare class VideoSectionComponent extends BaseSection {
17
17
  content?: videoSectionContentModel;
18
18
  style?: videoSectionStyleModel;
19
19
  ngOnInit(): void;
20
+ youTubeIdFromLink(url: string): string | undefined;
21
+ get getVideoLink(): string;
20
22
  static ɵfac: i0.ɵɵFactoryDeclaration<VideoSectionComponent, never>;
21
23
  static ɵcmp: i0.ɵɵComponentDeclaration<VideoSectionComponent, "simpo-video-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; }, {}, never, never, true, never>;
22
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "0.6.8",
3
+ "version": "0.7.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file