source: trip-planner-front/node_modules/primeng/panelmenu/panelmenu.d.ts

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

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1import { ChangeDetectorRef } from '@angular/core';
2import { 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/tooltip";
7export declare class BasePanelMenuItem {
8 private ref;
9 constructor(ref: ChangeDetectorRef);
10 handleClick(event: any, item: any): void;
11}
12export declare class PanelMenuSub extends BasePanelMenuItem {
13 item: MenuItem;
14 expanded: boolean;
15 parentExpanded: boolean;
16 transitionOptions: string;
17 root: boolean;
18 constructor(ref: ChangeDetectorRef);
19 onItemKeyDown(event: any): void;
20 static ɵfac: i0.ɵɵFactoryDeclaration<PanelMenuSub, never>;
21 static ɵcmp: i0.ɵɵComponentDeclaration<PanelMenuSub, "p-panelMenuSub", never, { "item": "item"; "expanded": "expanded"; "parentExpanded": "parentExpanded"; "transitionOptions": "transitionOptions"; "root": "root"; }, {}, never, never>;
22}
23export declare class PanelMenu extends BasePanelMenuItem {
24 model: MenuItem[];
25 style: any;
26 styleClass: string;
27 multiple: boolean;
28 transitionOptions: string;
29 animating: boolean;
30 constructor(ref: ChangeDetectorRef);
31 collapseAll(): void;
32 handleClick(event: any, item: any): void;
33 onToggleDone(): void;
34 onItemKeyDown(event: any): void;
35 static ɵfac: i0.ɵɵFactoryDeclaration<PanelMenu, never>;
36 static ɵcmp: i0.ɵɵComponentDeclaration<PanelMenu, "p-panelMenu", never, { "model": "model"; "style": "style"; "styleClass": "styleClass"; "multiple": "multiple"; "transitionOptions": "transitionOptions"; }, {}, never, never>;
37}
38export declare class PanelMenuModule {
39 static ɵfac: i0.ɵɵFactoryDeclaration<PanelMenuModule, never>;
40 static ɵmod: i0.ɵɵNgModuleDeclaration<PanelMenuModule, [typeof PanelMenu, typeof PanelMenuSub], [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.TooltipModule], [typeof PanelMenu, typeof i2.RouterModule, typeof i3.TooltipModule]>;
41 static ɵinj: i0.ɵɵInjectorDeclaration<PanelMenuModule>;
42}
Note: See TracBrowser for help on using the repository browser.