UNPKG

@edugouvfr/ngx-dsfr

Version:

NgxDsfr est un portage Angular des éléments d'interface du Système de Design de l'État Français (DSFR).

25 lines (24 loc) 1.02 kB
import { ElementRef } from '@angular/core'; import { DsfrTableComponent } from '../table.component'; import { DsfrColumn } from '../table.model'; import * as i0 from "@angular/core"; /** * Directive ajout de style pour une colonne (taille, alignements) */ export declare class DsfrColumnDirective { col: DsfrColumn; allowWrap: boolean; protected table: DsfrTableComponent; protected element: ElementRef<any>; constructor(); get isFixed(): boolean; get isMultiline(): boolean | undefined; get sizeClass(): string; get scope(): string | null; get isTopCell(): boolean; get isBottomCell(): boolean; get isCenterCell(): boolean; get isRightCell(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<DsfrColumnDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<DsfrColumnDirective, "[dsfrCol]", never, { "col": { "alias": "dsfrCol"; "required": false; }; "allowWrap": { "alias": "allowWrap"; "required": false; }; }, {}, never, never, true, never>; }