simpo-component-library 2.0.28 → 2.0.30

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.
@@ -18,6 +18,7 @@ export declare class FooterSectionComponent extends BaseSection implements OnIni
18
18
  constructor(_eventService: EventsService);
19
19
  ngOnInit(): void;
20
20
  editSection(): void;
21
+ changePage(pageData?: any): void;
21
22
  static ɵfac: i0.ɵɵFactoryDeclaration<FooterSectionComponent, never>;
22
23
  static ɵcmp: i0.ɵɵComponentDeclaration<FooterSectionComponent, "simpo-footer-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
23
24
  }
@@ -1,5 +1,5 @@
1
1
  import { ChannelType, FooterTypes } from "./../../styles/index";
2
- import { ActionModel, BackgroundModel, InputTextModel, SpacingModel } from "./../../styles/style.model";
2
+ import { ActionModel, BackgroundModel, InputTextModel, NavbarButton, SpacingModel } from "./../../styles/style.model";
3
3
  import { FOOTER_IMAGE_SOURCE, SOCIAL_ICON_SHAPE, SOCIAL_ICON_SIZE, SOCIAL_ICON_TYPE } from "./../../styles/types";
4
4
  export interface FooterSectionModel {
5
5
  id: string;
@@ -29,6 +29,7 @@ export interface FooterContentModel {
29
29
  additionalDetails: InputTextModel;
30
30
  logo: FooterLogoModel;
31
31
  image: FooterImageModel;
32
+ navbarButtons: NavbarButton[];
32
33
  socialLinks: FooterSocialLinkModel;
33
34
  displayBranding: boolean;
34
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "2.0.28",
3
+ "version": "2.0.30",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file