@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
19 lines (18 loc) • 655 B
TypeScript
import type { JSX } from '../../stencil-public-runtime';
import type { TableSettingsPropType } from '../../schema/props/table-settings';
export declare class KolTableSettings {
private readonly host?;
tableSettings: TableSettingsPropType;
errorMessage: string | null;
_tableSettings: TableSettingsPropType;
handleTableSettingsChange(newValue: TableSettingsPropType): void;
componentWillLoad(): void;
private popoverRef;
private sortColumnsByPosition;
private moveColumn;
private handleVisibilityChange;
private handleWidthChange;
private handleCancel;
private handleSubmit;
render(): JSX.Element;
}