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.
- package/esm2022/lib/sections/header-section/header-section.component.mjs +47 -11
- package/fesm2022/simpo-component-library.mjs +46 -10
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/sections/header-section/header-section.component.d.ts +6 -1
- package/package.json +1 -1
- package/simpo-component-library-3.6.842.tgz +0 -0
- package/simpo-component-library-3.6.840.tgz +0 -0
|
@@ -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
|
-
|
|
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
|
Binary file
|
|
Binary file
|