simpo-component-library 3.6.841 → 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;
@@ -143,7 +145,8 @@ export declare class HeaderSectionComponent implements OnInit, AfterViewInit, On
143
145
  redirectionsOfMenu(ele: any): void;
144
146
  openSubmenuChild: any;
145
147
  toggleSubMenu(child: any, event: Event): void;
146
- toggleChildMenu(ele: any): void;
148
+ private updateDropdownPosition;
149
+ toggleChildMenu(ele: any, event?: Event): void;
147
150
  setChildMenu(ele: any): void;
148
151
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderSectionComponent, never>;
149
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.841",
3
+ "version": "3.6.842",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file