source: trip-planner-front/node_modules/primeng/megamenu/megamenu.d.ts@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1import { ElementRef, Renderer2, ChangeDetectorRef, AfterContentInit, QueryList, TemplateRef } from '@angular/core';
2import { MegaMenuItem, MenuItem } from 'primeng/api';
3import * as i0 from "@angular/core";
4import * as i1 from "@angular/common";
5import * as i2 from "@angular/router";
6import * as i3 from "primeng/ripple";
7import * as i4 from "primeng/tooltip";
8export 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}
34export 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}
Note: See TracBrowser for help on using the repository browser.