simpo-component-library 3.6.840 → 3.6.842

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.
@@ -109,6 +109,8 @@ export declare class HeaderSectionComponent implements OnInit, AfterViewInit, On
109
109
  isScrolled: boolean;
110
110
  setColor(): "#000000" | "#ffffff";
111
111
  showList: boolean;
112
+ dropdownLeft: number;
113
+ dropdownTop: number;
112
114
  showCollections: boolean;
113
115
  categoryList: any;
114
116
  collectionList: any;
@@ -134,14 +136,17 @@ export declare class HeaderSectionComponent implements OnInit, AfterViewInit, On
134
136
  byMetalAndStone: any;
135
137
  navigateLogin(): void;
136
138
  megaMenu: any;
139
+ footerMenu: any;
137
140
  selectedMobileMenu: any;
138
141
  selectMobileMenu(item: any): void;
139
142
  goBackMobileMenu(): void;
140
143
  getMenuItems(): void;
144
+ private normalizeMegaMenuItem;
141
145
  redirectionsOfMenu(ele: any): void;
142
146
  openSubmenuChild: any;
143
147
  toggleSubMenu(child: any, event: Event): void;
144
- toggleChildMenu(ele: any): void;
148
+ private updateDropdownPosition;
149
+ toggleChildMenu(ele: any, event?: Event): void;
145
150
  setChildMenu(ele: any): void;
146
151
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderSectionComponent, never>;
147
152
  static ɵcmp: i0.ɵɵComponentDeclaration<HeaderSectionComponent, "simpo-header-section", never, { "data": { "alias": "data"; "required": false; }; "nextComponent": { "alias": "nextComponent"; "required": false; }; "index": { "alias": "index"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.840",
3
+ "version": "3.6.842",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file