simpo-component-library 1.2.3 → 1.2.4

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.
@@ -5,8 +5,8 @@ import { ActionModel } from '../../styles/style.model';
5
5
  import { Router } from '@angular/router';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class NavbarSectionComponent implements OnInit {
8
- private _eventService;
9
- private router;
8
+ private readonly _eventService;
9
+ private readonly router;
10
10
  data?: HeaderSectionModel;
11
11
  nextComponent: any;
12
12
  index?: number;
@@ -22,11 +22,14 @@ export declare class NavbarSectionComponent implements OnInit {
22
22
  searchProducts(): void;
23
23
  goToAccount(): void;
24
24
  goToCart(): void;
25
+ applyFilter(value: string): void;
25
26
  onScroll(event: any): void;
26
27
  ngOnInit(): void;
27
28
  screenWidth: number;
28
29
  getScreenSize(event?: number): void;
29
30
  get getParentHeight(): any;
31
+ get getDropdownLinks(): string[];
32
+ get isEcommerceWebsite(): boolean;
30
33
  close(): void;
31
34
  showEditors: boolean;
32
35
  showEditTabs(isShow: boolean): void;
@@ -15,6 +15,9 @@ export interface HeaderContentModel {
15
15
  logo: FooterLogoModel;
16
16
  socialLinks: FooterSocialLinkModel;
17
17
  navbarButtons: NavbarButton[];
18
+ ecomLinks: {
19
+ [key: string]: string[];
20
+ };
18
21
  }
19
22
  export interface HeaderStyleModel {
20
23
  layout: FooterLayoutModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file