simpo-component-library 3.6.821 → 3.6.824
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 +23 -3
- package/fesm2022/simpo-component-library.mjs +22 -2
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/sections/header-section/header-section.component.d.ts +3 -0
- package/package.json +1 -1
- package/simpo-component-library-3.6.824.tgz +0 -0
- package/simpo-component-library-3.6.821.tgz +0 -0
|
@@ -134,6 +134,9 @@ export declare class HeaderSectionComponent implements OnInit, AfterViewInit, On
|
|
|
134
134
|
goBackMobileMenu(): void;
|
|
135
135
|
getMenuItems(): void;
|
|
136
136
|
redirectionsOfMenu(ele: any): void;
|
|
137
|
+
openSubmenuChild: any;
|
|
138
|
+
toggleSubMenu(child: any, event: Event): void;
|
|
139
|
+
toggleChildMenu(ele: any): void;
|
|
137
140
|
setChildMenu(ele: any): void;
|
|
138
141
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderSectionComponent, never>;
|
|
139
142
|
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
|