@alauda-fe/common
Version:
Alauda frontend team common codes.
21 lines (20 loc) • 1.05 kB
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class HelpDocDirective {
doc: import("@angular/core").InputSignal<string>;
target: import("@angular/core").InputSignal<"popover" | "blank">;
private helpDoc;
private translate;
onClick(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<HelpDocDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<HelpDocDirective, "[aclHelpDoc]", never, { "doc": { "alias": "aclHelpDoc"; "required": true; "isSignal": true; }; "target": { "alias": "aclHelpDocTarget"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
}
export declare class HelpDocUrlPipe implements PipeTransform {
private translate;
private cdr;
constructor();
transform(value: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<HelpDocUrlPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<HelpDocUrlPipe, "aclHelpDocUrl", false>;
}
export declare function getHelpDocUrl(path: string, lang: string): string;