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.

16 lines (15 loc) 975 B
import { EventEmitter } from '@angular/core'; import { BaseComponentWithTheme } from '../../utils'; import type { TableLayout, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PTable extends BaseComponentWithTheme { caption?: string; compact?: boolean; layout?: TableLayout; theme?: Theme; /** @deprecated */ sortingChange: EventEmitter<CustomEvent<import("../types").TableHeadCellSort>>; update: EventEmitter<CustomEvent<import("../types").TableHeadCellSort>>; static ɵfac: i0.ɵɵFactoryDeclaration<PTable, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PTable, "p-table,[p-table]", never, { "caption": { "alias": "caption"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "sortingChange": "sortingChange"; "update": "update"; }, never, ["*"], false, never>; }