1 | import { ElementRef, Renderer2, ChangeDetectorRef, AfterContentInit, QueryList, TemplateRef } from '@angular/core';
|
---|
2 | import { MegaMenuItem, MenuItem } from 'primeng/api';
|
---|
3 | import * as i0 from "@angular/core";
|
---|
4 | import * as i1 from "@angular/common";
|
---|
5 | import * as i2 from "@angular/router";
|
---|
6 | import * as i3 from "primeng/ripple";
|
---|
7 | import * as i4 from "primeng/tooltip";
|
---|
8 | export declare class MegaMenu implements AfterContentInit {
|
---|
9 | el: ElementRef;
|
---|
10 | renderer: Renderer2;
|
---|
11 | cd: ChangeDetectorRef;
|
---|
12 | model: MegaMenuItem[];
|
---|
13 | style: any;
|
---|
14 | styleClass: string;
|
---|
15 | orientation: string;
|
---|
16 | autoZIndex: boolean;
|
---|
17 | baseZIndex: number;
|
---|
18 | templates: QueryList<any>;
|
---|
19 | activeItem: any;
|
---|
20 | documentClickListener: any;
|
---|
21 | startTemplate: TemplateRef<any>;
|
---|
22 | endTemplate: TemplateRef<any>;
|
---|
23 | constructor(el: ElementRef, renderer: Renderer2, cd: ChangeDetectorRef);
|
---|
24 | ngAfterContentInit(): void;
|
---|
25 | onCategoryMouseEnter(event: any, menuitem: MegaMenuItem): void;
|
---|
26 | onCategoryClick(event: any, item: MenuItem | MegaMenuItem): void;
|
---|
27 | itemClick(event: any, item: MenuItem | MegaMenuItem): void;
|
---|
28 | getColumnClass(menuitem: MegaMenuItem): any;
|
---|
29 | bindDocumentClickListener(): void;
|
---|
30 | unbindDocumentClickListener(): void;
|
---|
31 | static ɵfac: i0.ɵɵFactoryDeclaration<MegaMenu, never>;
|
---|
32 | static ɵcmp: i0.ɵɵComponentDeclaration<MegaMenu, "p-megaMenu", never, { "model": "model"; "style": "style"; "styleClass": "styleClass"; "orientation": "orientation"; "autoZIndex": "autoZIndex"; "baseZIndex": "baseZIndex"; }, {}, ["templates"], ["*"]>;
|
---|
33 | }
|
---|
34 | export declare class MegaMenuModule {
|
---|
35 | static ɵfac: i0.ɵɵFactoryDeclaration<MegaMenuModule, never>;
|
---|
36 | static ɵmod: i0.ɵɵNgModuleDeclaration<MegaMenuModule, [typeof MegaMenu], [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.RippleModule, typeof i4.TooltipModule], [typeof MegaMenu, typeof i2.RouterModule, typeof i4.TooltipModule]>;
|
---|
37 | static ɵinj: i0.ɵɵInjectorDeclaration<MegaMenuModule>;
|
---|
38 | }
|
---|