design-angular-kit
Version:
Un toolkit Angular conforme alle linee guida di design per i servizi web della PA
30 lines (29 loc) • 1.41 kB
TypeScript
import { QueryList, TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ItAvatarDropdownItemComponent {
_implicitContent: TemplateRef<any>;
/**
* Indica il link che possiamo passare all'elemento
*/
link: string | any[] | null | undefined;
/**
* Permette di utilizzare l'attributo html title
*/
title?: string;
/**
* Permette di utilizzare l'attributo html accesskey
*/
accesskey?: string;
/**
* Permette di utilizzare l'attributo html tabindex
*/
tabindex?: number;
static ɵfac: i0.ɵɵFactoryDeclaration<ItAvatarDropdownItemComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ItAvatarDropdownItemComponent, "it-avatar-dropdown-item", never, { "link": { "alias": "link"; "required": false; }; "title": { "alias": "title"; "required": false; }; "accesskey": { "alias": "accesskey"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, never, ["*"], true, never>;
}
export declare class ItAvatarDropdownComponent {
componentClass: string;
items: QueryList<ItAvatarDropdownItemComponent>;
static ɵfac: i0.ɵɵFactoryDeclaration<ItAvatarDropdownComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ItAvatarDropdownComponent, "it-avatar-dropdown", never, {}, {}, ["items"], ["[it-avatar-dropdown-toggle]"], true, never>;
}