design-angular-kit
Version:
Un toolkit Angular conforme alle linee guida di design per i servizi web della PA
27 lines (26 loc) • 1.22 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "../../../utils/coercion";
export declare class ItSidebarComponent {
/**
* Per creare una sidebar con linea separatrice a destra è sufficiente aggiungere la classe
*/
withRightLine: boolean;
/**
* Per creare una sidebar con linea separatrice a sinistra è sufficiente aggiungere la classe
*/
withLeftLine: boolean;
/**
* Per cambiare il tema della sidebar e renderla scura
*/
dark: boolean;
/**
* L'intestazione della sidebar
*/
header?: string;
componentClass: string;
static ɵfac: i0.ɵɵFactoryDeclaration<ItSidebarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ItSidebarComponent, "it-sidebar", never, { "withRightLine": { "alias": "withRightLine"; "required": false; }; "withLeftLine": { "alias": "withLeftLine"; "required": false; }; "dark": { "alias": "dark"; "required": false; }; "header": { "alias": "header"; "required": false; }; }, {}, never, ["*", "[secondary]"], true, never>;
static ngAcceptInputType_withRightLine: i1.BooleanInput;
static ngAcceptInputType_withLeftLine: i1.BooleanInput;
static ngAcceptInputType_dark: i1.BooleanInput;
}