1 | import { ElementRef, TemplateRef, AfterContentInit, QueryList, ChangeDetectorRef } from '@angular/core';
|
---|
2 | import * as i0 from "@angular/core";
|
---|
3 | import * as i1 from "@angular/common";
|
---|
4 | import * as i2 from "@angular/router";
|
---|
5 | import * as i3 from "primeng/ripple";
|
---|
6 | import * as i4 from "primeng/tooltip";
|
---|
7 | import * as i5 from "primeng/api";
|
---|
8 | export declare class Dock implements AfterContentInit {
|
---|
9 | private el;
|
---|
10 | cd: ChangeDetectorRef;
|
---|
11 | id: string;
|
---|
12 | style: any;
|
---|
13 | styleClass: string;
|
---|
14 | model: any[];
|
---|
15 | position: string;
|
---|
16 | templates: QueryList<any>;
|
---|
17 | itemTemplate: TemplateRef<any>;
|
---|
18 | currentIndex: number;
|
---|
19 | constructor(el: ElementRef, cd: ChangeDetectorRef);
|
---|
20 | ngAfterContentInit(): void;
|
---|
21 | onListMouseLeave(): void;
|
---|
22 | onItemMouseEnter(index: any): void;
|
---|
23 | onItemClick(e: any, item: any): void;
|
---|
24 | get containerClass(): {
|
---|
25 | [x: string]: boolean;
|
---|
26 | };
|
---|
27 | isClickableRouterLink(item: any): boolean;
|
---|
28 | itemClass(index: any): {
|
---|
29 | 'p-dock-item': boolean;
|
---|
30 | 'p-dock-item-second-prev': boolean;
|
---|
31 | 'p-dock-item-prev': boolean;
|
---|
32 | 'p-dock-item-current': boolean;
|
---|
33 | 'p-dock-item-next': boolean;
|
---|
34 | 'p-dock-item-second-next': boolean;
|
---|
35 | };
|
---|
36 | static ɵfac: i0.ɵɵFactoryDeclaration<Dock, never>;
|
---|
37 | static ɵcmp: i0.ɵɵComponentDeclaration<Dock, "p-dock", never, { "id": "id"; "style": "style"; "styleClass": "styleClass"; "model": "model"; "position": "position"; }, {}, ["templates"], never>;
|
---|
38 | }
|
---|
39 | export declare class DockModule {
|
---|
40 | static ɵfac: i0.ɵɵFactoryDeclaration<DockModule, never>;
|
---|
41 | static ɵmod: i0.ɵɵNgModuleDeclaration<DockModule, [typeof Dock], [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.RippleModule, typeof i4.TooltipModule], [typeof Dock, typeof i5.SharedModule, typeof i4.TooltipModule, typeof i2.RouterModule]>;
|
---|
42 | static ɵinj: i0.ɵɵInjectorDeclaration<DockModule>;
|
---|
43 | }
|
---|