@cds/angular
Version:
Core component modules for Clarity Angular
46 lines (45 loc) • 1.76 kB
TypeScript
import { ElementRef } from '@angular/core';
import { CdsButtonExpand } from '@cds/core/button-expand';
import * as i0 from "@angular/core";
export declare class CdsButtonExpandDirective {
protected element: CdsButtonExpand;
get action(): "detail" | "horizontal" | "vertical";
set action(value: "detail" | "horizontal" | "vertical");
get expanded(): boolean | '';
set expanded(value: boolean | '');
get shape(): string;
set shape(value: string);
get iconSize(): string;
set iconSize(value: string);
get i18n(): {
sort: string;
expand: string;
close: string;
resize: string;
filter: string;
};
set i18n(value: {
sort: string;
expand: string;
close: string;
resize: string;
filter: string;
});
get pressed(): boolean | '';
set pressed(value: boolean | '');
get readonly(): boolean | '';
set readonly(value: boolean | '');
get type(): "button" | "submit";
set type(value: "button" | "submit");
get name(): string;
set name(value: string);
get value(): string;
set value(value: string);
get disabled(): boolean | '';
set disabled(value: boolean | '');
get popup(): string;
set popup(value: string);
constructor(elementRef: ElementRef);
static ɵfac: i0.ɵɵFactoryDeclaration<CdsButtonExpandDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdsButtonExpandDirective, "cds-button-expand", never, { "action": "action"; "expanded": "expanded"; "shape": "shape"; "iconSize": "iconSize"; "i18n": "i18n"; "pressed": "pressed"; "readonly": "readonly"; "type": "type"; "name": "name"; "value": "value"; "disabled": "disabled"; "popup": "popup"; }, {}, never>;
}