source: trip-planner-front/node_modules/primeng/badge/badge.d.ts@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1import { OnDestroy, AfterViewInit, ElementRef } from '@angular/core';
2import * as i0 from "@angular/core";
3import * as i1 from "@angular/common";
4import * as i2 from "primeng/api";
5export declare class BadgeDirective implements AfterViewInit, OnDestroy {
6 el: ElementRef;
7 iconPos: 'left' | 'right' | 'top' | 'bottom';
8 _value: string;
9 initialized: boolean;
10 private id;
11 constructor(el: ElementRef);
12 ngAfterViewInit(): void;
13 get value(): string;
14 set value(val: string);
15 severity: string;
16 ngOnDestroy(): void;
17 static ɵfac: i0.ɵɵFactoryDeclaration<BadgeDirective, never>;
18 static ɵdir: i0.ɵɵDirectiveDeclaration<BadgeDirective, "[pBadge]", never, { "iconPos": "iconPos"; "value": "value"; "severity": "severity"; }, {}, never>;
19}
20export declare class Badge {
21 styleClass: string;
22 style: any;
23 size: string;
24 severity: string;
25 value: string;
26 containerClass(): {
27 'p-badge p-component': boolean;
28 'p-badge-no-gutter': boolean;
29 'p-badge-lg': boolean;
30 'p-badge-xl': boolean;
31 'p-badge-info': boolean;
32 'p-badge-success': boolean;
33 'p-badge-warning': boolean;
34 'p-badge-danger': boolean;
35 };
36 static ɵfac: i0.ɵɵFactoryDeclaration<Badge, never>;
37 static ɵcmp: i0.ɵɵComponentDeclaration<Badge, "p-badge", never, { "styleClass": "styleClass"; "style": "style"; "size": "size"; "severity": "severity"; "value": "value"; }, {}, never, never>;
38}
39export declare class BadgeModule {
40 static ɵfac: i0.ɵɵFactoryDeclaration<BadgeModule, never>;
41 static ɵmod: i0.ɵɵNgModuleDeclaration<BadgeModule, [typeof Badge, typeof BadgeDirective], [typeof i1.CommonModule], [typeof Badge, typeof BadgeDirective, typeof i2.SharedModule]>;
42 static ɵinj: i0.ɵɵInjectorDeclaration<BadgeModule>;
43}
Note: See TracBrowser for help on using the repository browser.