[59329aa] | 1 | import { ChangeDetectorRef } from '@angular/core';
|
---|
| 2 | import { 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/tooltip";
|
---|
| 7 | export declare class BasePanelMenuItem {
|
---|
| 8 | private ref;
|
---|
| 9 | constructor(ref: ChangeDetectorRef);
|
---|
| 10 | handleClick(event: any, item: any): void;
|
---|
| 11 | }
|
---|
| 12 | export 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 | }
|
---|
| 23 | export 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 | }
|
---|
| 38 | export 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 | }
|
---|