UNPKG

@porsche-design-system/components-angular

Version:

Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.

17 lines (16 loc) 1.27 kB
import { BaseComponentWithTheme } from '../../utils'; import type { SelectWrapperDropdownDirection, BreakpointCustomizable, SelectWrapperState, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PSelectWrapper extends BaseComponentWithTheme { description?: string; dropdownDirection?: SelectWrapperDropdownDirection; filter?: boolean; hideLabel?: BreakpointCustomizable<boolean>; label?: string; message?: string; native?: boolean; state?: SelectWrapperState; theme?: Theme; static ɵfac: i0.ɵɵFactoryDeclaration<PSelectWrapper, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PSelectWrapper, "p-select-wrapper,[p-select-wrapper]", never, { "description": { "alias": "description"; "required": false; }; "dropdownDirection": { "alias": "dropdownDirection"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "message": { "alias": "message"; "required": false; }; "native": { "alias": "native"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>; }