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:
698 bytes
|
Rev | Line | |
---|
[59329aa] | 1 | import { Translation } from './translation';
|
---|
| 2 | import * as i0 from "@angular/core";
|
---|
| 3 | export declare class PrimeNGConfig {
|
---|
| 4 | ripple: boolean;
|
---|
| 5 | filterMatchModeOptions: {
|
---|
| 6 | text: string[];
|
---|
| 7 | numeric: string[];
|
---|
| 8 | date: string[];
|
---|
| 9 | };
|
---|
| 10 | private translation;
|
---|
| 11 | zIndex: {
|
---|
| 12 | modal: number;
|
---|
| 13 | overlay: number;
|
---|
| 14 | menu: number;
|
---|
| 15 | tooltip: number;
|
---|
| 16 | };
|
---|
| 17 | private translationSource;
|
---|
| 18 | translationObserver: import("rxjs").Observable<any>;
|
---|
| 19 | getTranslation(key: string): any;
|
---|
| 20 | setTranslation(value: Translation): void;
|
---|
| 21 | static ɵfac: i0.ɵɵFactoryDeclaration<PrimeNGConfig, never>;
|
---|
| 22 | static ɵprov: i0.ɵɵInjectableDeclaration<PrimeNGConfig>;
|
---|
| 23 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.