## API Report File for "@strata/tempo" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts import { CheckboxChangeEvent } from 'antd/lib/checkbox/Checkbox'; import { CheckboxOptionType } from 'antd/lib/checkbox/Group'; import { ColumnProps } from 'primereact/column'; import { CustomIconComponentProps } from '@ant-design/icons/lib/components/Icon'; import { DataTable } from 'primereact/datatable'; import { DataTableProps } from 'primereact/datatable'; import { DateTimeFormat } from '@strata/intl/lib'; import * as dayjs from 'dayjs'; import { FormInstance } from 'antd/lib/form/Form'; import { FormListFieldData } from 'antd/lib/form/FormList'; import { FormListOperation } from 'antd/lib/form/FormList'; import { IFormatNumberOptions } from '@strata/intl/lib'; import { IntRange } from 'rc-picker/lib/interface'; import { Key } from 'rc-tree/lib/interface'; import { Location as Location_2 } from 'history'; import { MouseEventHandler } from 'react'; import { NumberFormat } from '@strata/intl/lib'; import { RadioChangeEvent } from 'antd/lib/radio/interface'; import { RangeValueType } from 'rc-picker/lib/PickerInput/RangePicker'; import * as React_2 from 'react'; import { default as React_3 } from 'react'; import { Rule } from 'rc-field-form/lib/interface'; import { RuleItem } from 'async-validator'; import { RuleObject } from 'rc-field-form/lib/interface'; import { TreeTable } from 'primereact/treetable'; import { TreeTableProps } from 'primereact/treetable'; import { UploadChangeParam } from 'antd/lib/upload/interface'; import { useForm } from 'antd/lib/form/Form'; import { useWatch } from 'antd/lib/form/Form'; import { ValidateOption } from 'async-validator'; import { ValidatorRule } from 'rc-field-form/lib/interface'; // @beta export const Accordion: React_2.FC; // @beta export const ActionBar: React_2.FC; // @public export const Banner: React_2.FC; // @public export const Button: React_2.FC; // @beta export const ButtonMenu: React_2.FC; // @public (undocumented) export type ButtonType = "primary" | "secondary" | "tertiary" | "link"; // @public export const Card: React_2.FC; // @beta export const Cascader: React_2.FC; // @public export const Checkbox: React_2.FC; export { CheckboxChangeEvent } // @public export const CheckboxGroup: React_2.FC; // @beta export const Chip: React_2.FC; // @beta export const Chips: React_2.FC; // @beta export const ColorPicker: React_2.FC; export { ColumnProps } // @public (undocumented) export const CustomIcon: React_2.FC; // @beta (undocumented) export const DataCell: React_2.FC; // @beta (undocumented) export const DataColumn: React_2.FC & IColumn; // Warning: (ae-forgotten-export) The symbol "IDataGridState" needs to be exported by the entry point index.d.ts // // @beta export class DataGrid extends React_2.Component { constructor(props: IDataGridProps); // (undocumented) calculateBodyOffsetTop(): void; // (undocumented) static CheckboxColumn: React_2.FC & import("../datacolumn").IColumn; // (undocumented) cleanInvalidCells(): void; // (undocumented) clearInvalidCells(): void; // (undocumented) static Column: React_2.FC & import("../datacolumn").IColumn; // (undocumented) componentDidMount(): void; // (undocumented) componentDidUpdate(prevProps: IDataGridProps): void; // (undocumented) static DateColumn: React_2.FC & import("../datacolumn").IColumn; // (undocumented) static DefaultProps: IDataGridProps; // (undocumented) static DragDropColumn: React_2.FC & import("../datacolumn").IColumn; // (undocumented) static DropDownColumn: React_2.FC & import("../datacolumn").IColumn; // (undocumented) static EmptyColumn: React_2.FC & import("../datacolumn").IColumn; // (undocumented) static ExpandColumn: React_2.FC & import("../datacolumn").IColumn; // (undocumented) exportCSV(): void; // (undocumented) static GapColumn: React_2.FC & import("../datacolumn").IColumn; // (undocumented) grid: React_2.RefObject; // (undocumented) mergeProps(validChildren: any[]): DataTableProps; // (undocumented) static NumberColumn: React_2.FC & import("../datacolumn").IColumn; // (undocumented) onCellClick(cellArgs: ICellClickArgs): void; // (undocumented) onCellEditChange(editArgs: ICellEditorArgs, newCellValue: any): Promise; // (undocumented) onCellExport(e: { data: any; field: string; }): any; // (undocumented) onCellValidate(cellArgs: ICellEditorArgs, rules: RuleItem[]): void; // (undocumented) onDataChange(values: []): void; // (undocumented) onRowClassName(rowData: any): any; // (undocumented) refreshGrid(): void; // (undocumented) render(): JSX.Element; // (undocumented) static RowClass: { Highlight: string; ParentRow: string; ChildRow: string; Disabled: string; Bold: string; Borderless: string; }; // (undocumented) static RowNumber: React_2.FC & import("../datacolumn").IColumn; // (undocumented) static SelectionColumn: React_2.FC & import("../datacolumn").IColumn; // (undocumented) static TextAreaColumn: React_2.FC & import("../datacolumn").IColumn; // (undocumented) transformChildren(): React_2.ReactElement[]; // (undocumented) validateGrid(): Promise; // (undocumented) validateGridAndNotify(): void; } // @beta (undocumented) export const DataHeaderCell: React_2.FC; // @beta (undocumented) export const DataHeaderGroup: React_2.FC; // @beta (undocumented) export const DataHeaderRow: React_2.FC; // @public (undocumented) export const DataRowClass: { Highlight: string; ParentRow: string; ChildRow: string; Disabled: string; Bold: string; Borderless: string; }; // @beta export const DatePicker: React_2.FC & { MonthPicker: React_2.FC; } & { RangePicker: React_2.FC; } & { YearPicker: React_2.FC; } & { TimePicker: React_2.FC; }; // @public export const Divider: React_2.FC; // @beta export const Drawer: React_2.FC; // @public export const DropDown: React_2.FC & { Item: React_2.FC; ItemGroup: React_2.FC; }; // @public (undocumented) export type DropDownValue = string | string[] | number | number[]; // @beta export const Empty: React_2.FC; // @public (undocumented) const Error_2: (props: IErrorProps) => React_3.JSX.Element; export { Error_2 as Error } // Warning: (ae-forgotten-export) The symbol "IErrorBoundaryState" needs to be exported by the entry point index.d.ts // // @beta (undocumented) export class ErrorBoundary extends React_2.Component { constructor(props: IErrorBoundaryProps); // (undocumented) componentDidMount(): void; // (undocumented) componentWillUnmount(): void; // (undocumented) static getDerivedStateFromError(error: any): { errorType: string; error: any; hasReactError: boolean; }; // (undocumented) handleError(errorType: ErrorType, error: any): true | undefined; // (undocumented) handleGenericError(event: Event | string, source?: string, lineno?: number, colno?: number, error?: Error): boolean; // (undocumented) handlePromiseError(ev: PromiseRejectionEvent): boolean; // (undocumented) render(): React_2.ReactNode; } // @public (undocumented) export class ErrorBoundaryEvent { constructor(source: ErrorType, error: any); // (undocumented) error: any; // (undocumented) isPreventDefault: boolean; // (undocumented) preventDefault(): void; // (undocumented) source: ErrorType; } // @public (undocumented) export type ErrorType = 'promise' | 'generic' | 'none'; // @beta export const FixedActionBar: React_2.FC; // @beta export const Form: React_2.FC> & { Item: React_2.FC; List: React_2.FC; ItemSpacing: React_2.FC; useForm: typeof useForm; useWatch: typeof useWatch; }; export { FormInstance } // @beta (undocumented) export const FormItem: React_2.FC; export { FormListFieldData } export { FormListOperation } // @beta export const Header: React_2.FC; // @beta (undocumented) export const Heading: React_2.FC; // @public (undocumented) export interface IAccordionItem { children?: React_2.ReactNode; collapsible?: 'header' | 'icon' | 'disabled'; extra?: React_2.ReactNode; forceRender?: boolean; icon?: React_2.ReactElement; key: React_2.Key; label: React_2.ReactNode; removeBodyPadding?: boolean; showArrow?: boolean; } // @public (undocumented) export interface IAccordionProps { activeKey?: React_2.Key | React_2.Key[]; collapse?: boolean; defaultActiveKey?: React_2.Key | React_2.Key[]; destroyInactivePanel?: boolean; items?: IAccordionItem[]; onChange?: (key: string | string[]) => void; } // @public (undocumented) export interface IActionBarProps { actions?: React_2.ReactNode; filters?: React_2.ReactNode; paddingLeftRight?: 0 | 8 | 12 | 16 | 24 | 32 | 40 | 48; style?: React_2.CSSProperties; viewToggle?: React_2.ReactNode; } // @public (undocumented) export interface IAlertProps { alertType?: "info" | "success" | "error" | "attention"; content?: React_3.ReactNode; onClose?: (e: React_3.MouseEvent) => void; title: React_3.ReactNode | string; } // @public (undocumented) export interface IBannerProps { extra?: React_2.ReactNode; icon?: React_2.ReactElement; size?: "normal" | "small"; type?: "info" | "error" | "success" | "attention"; } // @public (undocumented) export interface IBaseColumnProps { align?: "left" | "center" | "right"; body?: (rowData: any, column: any) => any; bodyStyle?: React.CSSProperties; className?: string; customCellValue?: (cellArgs: ICellArgs) => any; editable?: boolean; editor?: (cellEditorArgs: ICellEditorArgs) => JSX.Element | undefined; expander?: boolean; field?: string; filter?: boolean; filterElement?: object; filterFunction?: (cellValue: any, filterValue: any) => boolean; filterMatchMode?: "endsWith" | "startsWith" | "custom" | "lt" | "contains" | "equals" | "notEquals" | "in" | "lte" | "gt" | "gte"; filterMaxLength?: number; filterPlaceholder?: string; filterType?: string; frozen?: boolean; header?: any; headerStyle?: React.CSSProperties; hidden?: boolean; isCellClickable?: (cellEditorArgs: ICellArgs) => boolean; isCellEditable?: (cellEditorArgs: ICellArgs) => boolean; sortable?: boolean; sortField?: string; style?: React.CSSProperties; validationRules?: RuleItem[]; width: number; } // @public (undocumented) export interface IButtonMenuClickEvent { domEvent: React_2.MouseEvent | React_2.KeyboardEvent; item: React_2.ReactInstance; key: React_2.Key; keyPath: React_2.Key[]; } // @public (undocumented) export interface IButtonMenuProps { buttonStyle?: React_2.CSSProperties; buttonText?: React_2.ReactNode; disabled?: boolean; icon?: React_2.ReactElement; items?: IMenuItem[]; onClick?: (e: IButtonMenuClickEvent) => void; onOpenChange?: (open: boolean) => void; placement?: "topLeft" | "topCenter" | "topRight" | "bottomLeft" | "bottomCenter" | "bottomRight"; selectedKeys?: Array; stayOpen?: boolean; tooltip?: string; tooltipPlacement?: 'top' | 'left' | 'right'; type?: ButtonType; } // @public (undocumented) export interface IButtonProps { block?: boolean; className?: string; danger?: boolean; disabled?: boolean; disableLogging?: boolean; htmlType?: "submit" | "button"; icon?: React_2.ReactElement; logData?: object; onClick?: React_2.MouseEventHandler; style?: React_2.CSSProperties; type?: ButtonType; } // @public (undocumented) export interface ICardProps { description?: string; extra?: React_2.ReactNode; footer?: React_2.ReactNode; height?: number | string; href?: string; icon?: React_2.ReactElement; image?: string; loading?: boolean; onClick?: () => void; removeBodyPadding?: boolean; selected?: boolean; title?: React_2.ReactNode; type?: "normal" | "success" | "error" | "attention"; } // @public (undocumented) export interface ICascaderOption { children?: ICascaderOption[]; disabled?: boolean; label?: React_2.ReactNode; value?: string | number | null; } // @public (undocumented) export interface ICascaderProps { allowClear?: boolean; autoFocus?: boolean; changeOnSelect?: boolean; defaultValue?: (string | number)[]; disabled?: boolean; onChange?: (value: (string | number | null)[], selectOptions: ICascaderOption[]) => void; onOpenChange?: (visible: boolean) => void; onSearch?: (value: string) => void; open?: boolean; options?: ICascaderOption[]; placeholder?: string; placement?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight"; showSearch?: boolean; status?: 'error'; value?: string[] | number[]; } // @public (undocumented) export interface ICellArgs { cellKey: string; field: string; gridData?: any[]; row: any; rowData: any; rowIndex?: number; rowKey: string; } // @public (undocumented) export interface ICellClickArgs extends ICellArgs { isEditable: boolean; } // @public (undocumented) export interface ICellEditorArgs extends ICellArgs { } // @public (undocumented) export interface ICheckboxGroupProps { children?: React_2.ReactNode; // Warning: (ae-forgotten-export) The symbol "CheckboxValueType" needs to be exported by the entry point index.d.ts defaultValue?: Array; disabled?: boolean; onChange?: (checkedValue: Array) => void; options?: Array; value?: Array; vertical?: boolean; } // @public (undocumented) export interface ICheckboxProps { autoFocus?: boolean; checked?: boolean; defaultChecked?: boolean; disabled?: boolean; disableLogging?: boolean; id?: string; indeterminate?: boolean; logData?: object; name?: string; onChange?: (e: CheckboxChangeEvent) => void; } // @public (undocumented) export interface IChip { id: React_2.Key; name: string; tooltip?: string | React_2.ReactNode; } // @public (undocumented) export interface IChipProps { active?: boolean; disabled?: boolean; id: React_2.Key; name: string | React_2.ReactNode; onClick?: (chipId: React_2.Key) => void; onDelete?: (chipId: React_2.Key) => void; style?: React_2.CSSProperties; tooltip?: string | React_2.ReactNode; } // @public (undocumented) export interface IChipsProps { children?: React_2.ReactNode; disableLogging?: boolean; items?: IChip[]; logData?: object; onDelete: (chip: IChip) => void; } // @public (undocumented) export interface IColorPickerProps { allowClear?: boolean; defaultValue?: string; disabled?: boolean; onChange?: (hex: string) => void; onClear?: () => void; onOpenChange?: (open: boolean) => void; open?: boolean; placement?: 'top' | 'topLeft' | 'topRight' | 'bottom' | 'bottomLeft' | 'bottomRight'; presets?: IColorsPreset[]; trigger?: 'click' | 'hover'; value?: string; } // @public (undocumented) export interface IColorsPreset { // (undocumented) colors: string[]; // (undocumented) label: React_2.ReactNode; } // @public (undocumented) export interface IColumn { // (undocumented) className: string; // (undocumented) getColumnProps: (args: IGetColumnPropsArgs) => ColumnProps; } // @public (undocumented) export interface IConfirmProps { cancelButtonProps?: IButtonProps; cancelText?: React_3.ReactNode; confirmType?: "normal" | "danger" | "attention"; content?: React_3.ReactNode; okText?: React_3.ReactNode; onCancel?: (e: React_3.MouseEvent) => void; onOk?: (e: React_3.MouseEvent) => void; title: React_3.ReactNode | string; } // @public (undocumented) export interface ICustomIconProps extends IIconProps { component?: React_2.ComponentType>; } // @public (undocumented) export interface IDataCellProps { className?: string; editable?: boolean; isSelected?: boolean; onClick?: MouseEventHandler; validationMessages?: string[]; } // @public (undocumented) export interface IDataColumnProps extends IBaseColumnProps { collapseLongText?: boolean; } // @public (undocumented) export interface IDataGridBaseProps { border?: string | string[]; children?: React_2.ReactElement[] | React_2.ReactElement; className?: string; columnHeaderGroup?: React_2.ReactElement; defaultSortOrder?: number; density?: "normal" | "dense" | "minimal"; disableLogging?: boolean; emptyMessage?: React_2.ReactNode; filters?: any; first?: number; frozenColumnHeaderGroup?: React_2.ReactElement; getRowClassName?: (data: any) => object; globalFilterValue?: IGlobalFilterValue; id?: string; itemName?: string; lazy?: boolean; loading?: boolean; logData?: object; onCellClick?: (args: ICellClickArgs) => void; onCellEdit?: (cellEditArgs: ICellEditorArgs, newCellValue: any, oldCellValue: any) => void; onFilter?: (e: IDataGridFilterEvent) => void; onPage?: (e: IDataGridPageEvent) => void; onSort?: (e: IDataGridSortEvent) => void; onValidationChange?: (invalidCells: IInvalidCell[]) => void; paginator?: boolean; paginatorRight?: React_2.ReactNode; resizableColumns?: boolean; rows?: number; scrollable?: boolean; scrollableOffset?: number; scrollHeight?: string; selectedCellKey?: string; sortField?: string; sortMode?: string; sortOrder?: number; totalRecords?: number; totalRowCalculations?: ITotalRowCalculation[]; totalRowCellsMetaData?: IDataGridTotalCellMetaData[]; totalRowData?: object; totalRowHref?: string; totalRowLabel?: string; totalRowOnClick?: React_2.MouseEventHandler; truncateColumnHeaders?: boolean; validationMode?: 'single-cell' | 'all-cells' | 'manual'; value?: any[]; } // @public (undocumented) export interface IDataGridFilterEvent { filters: any; } // @public (undocumented) export interface IDataGridPageEvent { first: number; } // @public (undocumented) export interface IDataGridProps extends IDataGridBaseProps { dataKey?: string; expandedRowKeys?: any[]; exportFilename?: string; hideSelectAll?: boolean; onDataChange?: (data: any) => void; onRowReorder?(e: { originalEvent: Event; value: any; dragIndex: number; dropIndex: number; }): void; onSelectionChange?: (e: IDataGridSelectionEvent) => void; rowExpansionTemplate?: (rowData: any) => any; selection?: any; showRowReorderElement?: (row: any) => boolean; showSelectionElement?: (row: any) => boolean; } // @public (undocumented) export interface IDataGridSelectionEvent { originalEvent: Event; value: any; } // @public (undocumented) export interface IDataGridSortEvent { sortField: string; sortOrder: number; } // @public (undocumented) export interface IDataGridTotalCellMetaData { field: string; textColor?: "error" | "success"; } // @public (undocumented) export interface IDataHeaderCellProps extends Partial { colSpan?: number; expanded?: boolean; isExpandable?: boolean; isGap?: boolean; onExpand?: (expanded: boolean) => void; rowSpan?: number; } // @public (undocumented) export interface IDataHeaderGroupProps { children?: React_2.ReactElement | React_2.ReactElement[]; } // @public (undocumented) export interface IDataHeaderRowProps { children?: React_2.ReactElement | React_2.ReactElement[]; } // @public (undocumented) export interface IDateColumnProps extends IBaseColumnProps { format?: DateTimeFormat; inputProps?: IDatePickerProps; } // @public (undocumented) export interface IDatePickerProps { allowClear?: boolean; autoFocus?: boolean; bordered?: boolean; defaultPickerValue?: dayjs.Dayjs; defaultValue?: dayjs.Dayjs; disabled?: boolean; disabledDate?: (current: dayjs.Dayjs | null) => boolean; format?: "L" | "ll"; onChange?: (date: dayjs.Dayjs | null, dateString: string | string[]) => void; onFocus?: React_2.FocusEventHandler; placeholder?: string; showToday?: boolean; size?: "dense" | "normal" | "large"; value?: dayjs.Dayjs; width?: number | string; } // @public (undocumented) export interface IDividerProps { extended?: boolean; margin?: 0 | 8 | 16 | 24 | 32; type?: "line" | "dot"; vertical?: boolean; } // @public (undocumented) export interface IDragDropColumnProps { frozen?: boolean; } // @public (undocumented) export interface IDrawerProps { closable?: boolean; destroyOnClose?: boolean; footer?: React_2.ReactNode; getContainer?: string | HTMLElement | false; loading?: boolean; mask?: boolean; onClose?: (e: React_2.MouseEvent | React_2.KeyboardEvent) => void; placement?: "left" | "right"; removeBodyPadding?: boolean; removeHeaderPadding?: boolean; title?: React_2.ReactNode; type?: "success" | "error" | "attention"; visible?: boolean; width?: number | string; } // @public (undocumented) export interface IDropDownColumnProps extends IBaseColumnProps { inputProps?: IDropDownProps; items?: any[]; itemTextField?: string; itemValueField?: string; } // @public (undocumented) export interface IDropDownItemGroupProps { // (undocumented) label?: React_2.ReactNode; } // @public (undocumented) export interface IDropDownItemProps { disabled?: boolean; hierarchy?: "parent" | "child"; value?: string | number; } // @public (undocumented) export interface IDropDownProps { allowClear?: boolean; autoFocus?: boolean; defaultValue?: DropDownValue; disabled?: boolean; disableLogging?: boolean; extra?: React_2.ReactNode; itemGroupField?: string; items?: any[]; itemTextField?: string; itemValueField?: string; logData?: object; maxTagCount?: number | 'responsive'; maxTagPlaceholder?: React_2.ReactNode | ((omittedValues: any[]) => React_2.ReactNode); maxTagTextLength?: number; multiSelect?: boolean; notFoundContent?: string; onChange?: (value: DropDownValue, option: any) => void; onDropdownVisibleChange?: (open: boolean) => void; onSearch?: (value: string) => void; placeholder?: string | React_2.ReactNode; selectAllText?: string; selectAllValue?: string | number; selectedText?: string; showSearch?: boolean; size?: "dense" | "normal"; tokenSeparators?: string[]; useTags?: boolean; value?: DropDownValue; width?: number | string; wrap?: boolean; } // @public (undocumented) export interface IEmptyProps { actions?: React_2.ReactNode; description?: React_2.ReactNode; icon?: React_2.ReactElement; style?: React_2.CSSProperties; title?: string | React_2.ReactNode; } // @public (undocumented) export interface IErrorBoundaryProps { disableGlobalJavascriptErrorHandling?: boolean; onError?: (evt: ErrorBoundaryEvent) => void; show403ErrorInModal?: boolean; show404ErrorInModal?: boolean; } // @public (undocumented) export interface IErrorProps { // (undocumented) message?: string; // (undocumented) title?: string; } // @public (undocumented) export interface IFixedActionBarProps { height?: number; leftContent?: React_2.ReactNode; loading?: boolean; rightContent?: React_2.ReactNode; visible?: boolean; } // @public (undocumented) export interface IFormItemProps { children?: React_2.ReactNode | (() => React_2.ReactNode); extra?: string | React_2.ReactNode; help?: React_2.ReactNode; htmlFor?: string; initialValue?: any; itemAlign?: "left" | "right"; label?: string | React_2.ReactNode; labelCol?: {}; name?: string | number | (string | number)[]; noStyle?: boolean; rules?: Rule[]; shouldUpdate?: boolean | ((previousFormValues: any, currentFormValues: any) => boolean); style?: React_2.CSSProperties; validateStatus?: "success" | "warning" | "error" | "validating" | ""; validateTrigger?: string | string[] | false; valuePropName?: string; wrapperCol?: {}; } // @public (undocumented) export interface IFormProps { className?: string; form?: FormInstance; height?: number; hideOptionalLabels?: boolean; initialValues?: any; labelCol?: {}; layout?: "horizontal" | "vertical"; maxWidth?: number | string; onFinish?: (values: { [name: string]: any; }) => void; onFinishFailed?: (errorInfo: { values: { [name: string]: any; }; errorFields: { name: React_2.ReactText[]; errors: string[]; }[]; outOfDate: boolean; }) => void; onValuesChange?: (changedValues: { [name: string]: any; }, values: { [name: string]: any; }) => void; preserve?: boolean; style?: React_2.CSSProperties; wrapperCol?: {}; } // @public (undocumented) export interface IGetColumnPropsArgs { // (undocumented) dataCellClassName?: string; // (undocumented) invalidCells?: IInvalidCell[]; // (undocumented) onCellClick: (args: ICellClickArgs) => void; // (undocumented) onCellEditChange: (args: ICellEditorArgs, newCellValue: any) => void; // (undocumented) onCellValidate: (args: ICellEditorArgs, rules: RuleItem[]) => void; // (undocumented) props: any; // (undocumented) rowDataKeyField: string; // (undocumented) rowIndexOffset: number; // (undocumented) selectedCellKey?: string; // (undocumented) validationMode: 'single-cell' | 'entire-grid' | 'manual'; } // @public (undocumented) export interface IGlobalFilterValue { fields: string[]; value: string; } // @public (undocumented) export interface IHeaderProps { breadcrumbHref?: string; breadcrumbOnClick?: React_2.MouseEventHandler; breadcrumbText?: string; extra?: React_2.ReactNode; subtitle?: React_2.ReactNode; title: string | React_2.ReactNode; titleHeadingLevel?: 1 | 2; } // @public (undocumented) export interface IHeadingProps { color?: "black" | "secondary" | "white"; ellipsis?: boolean | { rows?: number; expandable?: boolean; }; level?: 1 | 2 | 3 | 4; marginBottom?: 0 | 4 | 8 | 16; strong?: boolean; } // @public (undocumented) export interface IIconProps { className?: string; color?: "black" | "secondary" | "white" | "blue-500" | "blue-700" | "success" | "error" | "attention" | "attention-700"; size?: 14 | 20 | 24 | 32 | 48; style?: React.CSSProperties; } // @public (undocumented) export interface IImageProps { alt?: string; backgroundColor?: string; border?: string | string[]; height: number | string; lightbox?: boolean | { src: string; }; link?: string; newTab?: boolean; src: string; width?: number | string; } // @public (undocumented) export interface IInputNumberProps { autoFocus?: boolean; defaultValue?: number; disabled?: boolean; format?: "currency" | "percent" | "number"; id?: string; name?: string; onChange?: (value: number | string | undefined | null) => void; onFocus?: React_2.FocusEventHandler; onPressEnter?: React_2.KeyboardEventHandler; placeholder?: string; precision?: number; required?: boolean; size?: "dense" | "normal"; value?: number; width?: number | string; } // @public (undocumented) export interface IInputProps { autoFocus?: boolean; debounce?: boolean; defaultValue?: string; disabled?: boolean; id?: string; maxLength?: number; name?: string; numbersOnly?: boolean; onChange?: React_2.ChangeEventHandler; onFocus?: React_2.FocusEventHandler; onPaste?: React_2.ClipboardEventHandler; onPressEnter?: React_2.KeyboardEventHandler; placeholder?: string; readOnly?: boolean; required?: boolean; search?: boolean; size?: "dense" | "normal"; type?: string; value?: string; width?: number | string; } // @public (undocumented) export interface IInputTextAreaProps extends React_2.TextareaHTMLAttributes { autoFocus?: boolean; autoSize?: boolean | { minRows: number; maxRows: number; }; defaultValue?: string; disabled?: boolean; id?: string; maxLength?: number; name?: string; onChange?: React_2.ChangeEventHandler; onPressEnter?: React_2.KeyboardEventHandler; placeholder?: string; readOnly?: boolean; required?: boolean; rows?: number; value?: string; width?: number | string; } // @public (undocumented) export interface IInvalidCell { // (undocumented) cellKey: string; // (undocumented) field: string; // (undocumented) rowKey: string; // (undocumented) validationMessages: string[]; // (undocumented) value: any; } // @public (undocumented) export interface ILayoutColumnProps { span?: number; spanLarge?: number; spanMedium?: number; spanSmall?: number; spanXSmall?: number; } // @public (undocumented) export interface ILayoutGridProps { children?: React_2.ReactElement[] | React_2.ReactElement; fullWidth?: boolean; loading?: boolean; removeMargin?: boolean; } // @public (undocumented) export interface ILayoutProps { children?: React_2.ReactNode | undefined; } // @public (undocumented) export interface ILayoutRowProps { children?: React_2.ReactElement[] | React_2.ReactElement; stretchContent?: boolean; } // @public (undocumented) export interface ILayoutSiderProps { collapsible?: boolean; style?: React_2.CSSProperties; width?: string | number; } // @public (undocumented) export interface ILinkProps { breadcrumb?: boolean; className?: string; disabled?: boolean; disableLogging?: boolean; href: string; icon?: React_2.ReactElement; logData?: object; newTab?: boolean; } // @public (undocumented) export interface IListItemMetaProps { description?: React_2.ReactNode; title: React_2.ReactNode; } // @public (undocumented) export interface IListItemProps { actions?: React_2.ReactNode[]; } // @public (undocumented) export interface IListProps { addItemText?: string; dataSource: T[]; emptyText?: React_2.ReactNode; header?: React_2.ReactNode; height?: number; loading?: boolean; onAddItem?: () => void; renderItem: (item: T, index: number) => React_2.ReactNode; } // @beta const Image_2: React_2.FC; export { Image_2 as Image } // @public (undocumented) export interface IMenuItem { children?: IMenuItem[]; disabled?: boolean; hidden?: boolean; href?: string; icon?: React_2.ReactElement; key: React_2.Key; label?: React_2.ReactNode; onClick?: () => void; type?: 'group' | 'divider'; } // @public (undocumented) export interface IMenuProps { defaultOpenKeys?: string[]; expandableGroups?: boolean; items?: IMenuItem[]; mode?: 'vertical' | 'horizontal' | 'inline'; onClick?: (e: { key: React_2.Key; keyPath: React_2.Key[]; item: React_2.ReactInstance; domEvent: React_2.MouseEvent | React_2.KeyboardEvent; }) => void; onOpenChange?: (keys: string[]) => void; openKeys?: string[]; selectedKeys?: Array; style?: object; } // @public (undocumented) export interface IMetricGroupProps { items?: IMetricItem[]; } // @public (undocumented) export interface IMetricItem { key: React_2.Key; label?: React_2.ReactNode; values?: IMetricItemValue[]; } // @public (undocumented) export interface IMetricItemValue { color?: "black" | "success" | "error" | "secondary"; format?: NumberFormat; formatOptions?: IFormatNumberOptions; key: React_2.Key; label?: React_2.ReactNode; value?: React_2.ReactNode; } // @public (undocumented) export interface IModalButtonProps { disabled?: boolean; } // @public (undocumented) export interface IModalProps { afterClose?: () => void; // (undocumented) bodyBorder?: 'top' | 'bottom' | ('top' | 'bottom')[]; cancelText?: React_2.ReactNode; destroyOnClose?: boolean; footer?: React_2.ReactNode; forceRender?: boolean; loading?: boolean; maskClosable?: boolean; okButtonProps?: IModalButtonProps; okText?: React_2.ReactNode; onCancel?: (e: React_2.MouseEvent) => void; onOk?: (e: React_2.MouseEvent) => void; removeBodyPadding?: boolean; style?: React_2.CSSProperties; title: React_2.ReactNode | string; visible?: boolean; width?: "normal" | "large" | "extraLarge" | "fullWidth"; zIndex?: number; } // @public (undocumented) export interface IMonthPickerProps { allowClear?: boolean; bordered?: boolean; defaultPickerValue?: dayjs.Dayjs; defaultValue?: dayjs.Dayjs; disabled?: boolean; disabledDate?: (current: dayjs.Dayjs | null) => boolean; format?: string; onChange?: (date: dayjs.Dayjs | null, dateString: string | string[]) => void; placeholder?: string; size?: "dense" | "normal"; value?: dayjs.Dayjs; width?: number | string; } // @public export const Input: React_2.FC; // @public export const InputNumber: React_2.FC; // @public export const InputTextArea: React_2.FC; // @public (undocumented) export interface INumberColumnProps extends IBaseColumnProps { format?: NumberFormat; formatOptions?: IFormatNumberOptions; inputProps?: IInputNumberProps; } // @public (undocumented) export interface IPageLoaderContext { loading: boolean; setLoading: (loading: boolean) => void; } // @public (undocumented) export interface IPagerProps { current?: number; disabled?: boolean; disableLogging?: boolean; extra?: React_2.ReactNode; itemName?: string; logData?: object; onChange?: (page: number, pageSize?: number) => void; pageSize?: number; total?: number; totalItemNumber?: number; } // @public (undocumented) export interface IPickerBaseProps { items?: any[]; itemTextField?: string; onEdit?: () => void; width?: number | string; } // @public (undocumented) export interface IPopConfirmProps { cancelText?: React_2.ReactNode; confirmType?: "normal" | "danger" | "attention"; description?: React_2.ReactNode; okText?: React_2.ReactNode; onCancel?: (e?: React_2.MouseEvent) => void; onOk?: (e?: React_2.MouseEvent) => void; title: React_2.ReactNode; } // @public (undocumented) export interface IPopoverProps { children: React_2.ReactElement; content: React_2.ReactNode | (() => React_2.ReactNode); onOpenChange?: (open: boolean) => void; open?: boolean; overlayClassName?: string; placement?: 'top' | 'left' | 'right' | 'bottom' | 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight' | 'leftTop' | 'leftBottom' | 'rightTop' | 'rightBottom'; title: string | React_2.ReactNode | (() => React_2.ReactNode); trigger?: 'click' | 'hover'; } // @public (undocumented) export interface IRadioGroupProps { children?: React_2.ReactNode; defaultValue?: any; disabled?: boolean; onChange?: (e: RadioChangeEvent) => void; options?: Array; value?: any; vertical?: boolean; } // @public (undocumented) export interface IRadioProps { autoFocus?: boolean; checked?: boolean; disabled?: boolean; disableLogging?: boolean; id?: string; logData?: object; name?: string; onChange?: (e: RadioChangeEvent) => void; value?: any; } // @public (undocumented) export interface IRangePickerProps { allowClear?: boolean; allowEmpty?: [boolean, boolean]; autoFocus?: boolean; bordered?: boolean; defaultPickerValue?: [dayjs.Dayjs, dayjs.Dayjs]; defaultValue?: RangeValue; disabled?: [boolean, boolean]; disabledDate?: (current: dayjs.Dayjs | null) => boolean; format?: "L" | "ll" | string; onChange?: (values: RangeValue, formatString: [string, string]) => void; onFocus?: React_2.FocusEventHandler; picker?: "date" | "week" | "month" | "quarter" | "year"; placeholder?: [string, string]; ranges?: Record [dayjs.Dayjs, dayjs.Dayjs])>; size?: "dense" | "normal" | "large"; value?: RangeValue; width?: number | string; } // @public (undocumented) export interface IRouteConfirmProps { cancelText?: React_3.ReactNode; confirmType?: "normal" | "danger" | "attention"; content?: React_3.ReactNode; okText?: React_3.ReactNode; onBeforePrompt?: (nextLocation: Location_2) => boolean; showPrompt: boolean; title: React_3.ReactNode | string; } // @public (undocumented) export interface ISpacingProps { background?: "white" | "gray-100" | "blue-700"; border?: string | string[]; column?: boolean | "small" | "medium" | "large"; hAlign?: "left" | "center" | "right" | "space-between"; height?: number | string; itemSpacing?: 0 | 4 | 8 | 12 | 16 | 24 | 32 | 48; margin?: number | string; padding?: number | string; shadow?: boolean; style?: React_2.CSSProperties; vAlign?: "top" | "center" | "bottom" | "space-between"; width?: number | string; wrap?: boolean | 4 | 8 | 12 | 16 | 24 | 32 | 48; } // @public (undocumented) export interface ISplitButtonProps { buttonText?: React_2.ReactNode; className?: string; disabled?: boolean; icon?: React_2.ReactElement; items: IMenuItem[]; onClick?: React_2.MouseEventHandler; // Warning: (ae-forgotten-export) The symbol "SplitButtonType" needs to be exported by the entry point index.d.ts type?: SplitButtonType; } // @public (undocumented) export interface ISplitterPanelProps { className?: string; defaultSize?: number | string; max?: number | string; min?: number | string; size?: number | string; style?: React_2.CSSProperties; } // @public (undocumented) export interface ISplitterProps { border?: string | string[]; className?: string; layout?: 'horizontal' | 'vertical'; onResizeEnd?: (sizes: number[]) => void; style?: React_2.CSSProperties; } // @public (undocumented) export interface ISwitchProps { checked?: boolean; defaultChecked?: boolean; disabled?: boolean; disableLogging?: boolean; labelText?: string; logData?: object; // Warning: (ae-forgotten-export) The symbol "SwitchChangeEventHandler" needs to be exported by the entry point index.d.ts onClick?: SwitchChangeEventHandler; } // @public (undocumented) export interface ITab { children?: React_2.ReactNode; disabled?: boolean; hidden?: boolean; href?: string; key: string; label: React_2.ReactNode | string; } // @public (undocumented) export interface ITabsProps { activeKey?: string; className?: string; defaultActiveKey?: string; destroyInactiveTabPane?: boolean; disableLogging?: boolean; extra?: React_2.ReactNode; items?: ITab[]; loading?: boolean; logData?: object; onChange?: (activeKey: string) => void; type?: 'line' | 'pill'; } // @public (undocumented) export interface ITagProps { color?: "black" | "secondary" | "blue-700" | "error" | "success" | "attention"; hoverable?: boolean; icon?: React_2.ReactElement; removeStrong?: boolean; type?: 'normal' | 'pill'; } // @public (undocumented) export interface ITextAreaColumnProps extends IBaseColumnProps { } // @public (undocumented) export interface ITextProps { color?: "black" | "secondary" | "white" | "success" | "error" | "attention"; ellipsis?: boolean | { rows?: number; expandable?: boolean; }; noWrap?: boolean; size?: "small" | "normal" | "large"; strong?: boolean; } // @public (undocumented) export interface ITimelineItem { date: React_2.ReactNode; events: React_2.ReactNode | React_2.ReactNode[]; status?: 'completed' | 'current' | 'unfinished'; } // @public (undocumented) export interface ITimelineProps { height?: number; items?: ITimelineItem[]; } // @public (undocumented) export interface ITimePickerProps { allowClear?: boolean; autoFocus?: boolean; bordered?: boolean; defaultValue?: dayjs.Dayjs; disabled?: boolean; minuteStep?: IntRange<1, 59>; onChange?: (time: dayjs.Dayjs | null, timeString: string | string[]) => void; placeholder?: string; size?: "dense" | "normal"; value?: dayjs.Dayjs; width?: number | string; } // @public (undocumented) export interface IToastProps { duration?: number | null; key?: string; message: React_2.ReactNode; onClose?: () => void; placement?: 'topRight' | 'bottomRight'; toastType?: 'success' | 'info' | 'error' | 'loading' | 'attention'; } // @public (undocumented) export interface IToggleItemProps { disabled?: boolean; name: string | React_2.ReactNode; value: any; } // @public (undocumented) export interface IToggleProps { defaultValue: any; disableLogging?: boolean; items: IToggleItemProps[]; logData?: object; onChange?: (e: RadioChangeEvent) => void; value?: any; } // @public (undocumented) export interface ITooltipProps { children: React_2.ReactElement; placement?: 'top' | 'left' | 'right'; title: string | React_2.ReactNode | (() => React_2.ReactNode); } // @public (undocumented) export interface ITotalRowCalculation { calculationType: "sum" | "avg" | "custom"; customCalculation?: (fieldValues: any[], allData: any[]) => number; field: string; } // @public (undocumented) export interface ITreeCheckedKeys { checked: Key[]; halfChecked: Key[]; } // @public (undocumented) export interface ITreeCheckInfo { // (undocumented) checked: boolean; // (undocumented) checkedNodes: ITreeNode[]; // (undocumented) checkedNodesPositions?: { node: ITreeNode; pos: string; }[]; // (undocumented) event: 'check'; // (undocumented) halfCheckedKeys?: Key[]; // (undocumented) nativeEvent: MouseEvent; // (undocumented) node: ITreeNode; } // @public (undocumented) export interface ITreeDropDownNode { children?: ITreeDropDownNode[]; disabled?: boolean; isLeaf?: boolean; key?: Key; title?: React_2.ReactNode; value?: Key; } // @public (undocumented) export interface ITreeDropDownProps { allowClear?: boolean; defaultValue?: Key | Key[]; disabled?: boolean; loadData?: (node: ITreeDropDownNode) => Promise; maxTagPlaceholder?: React_2.ReactNode | ((selectedValues: any[]) => React_2.ReactNode); onChange?: (value: Key | Key[], label: React_2.ReactNode[]) => void; onSearch?: (value: Key) => void; onSelect?: (value: Key | Key[], node: any) => void; placeholder?: string; selectedText?: string; selectionMode?: 'single' | 'multiple'; treeCheckStrictly?: boolean; treeData?: ITreeDropDownNode[]; treeDefaultExpandAll?: boolean; treeDefaultExpandedKeys?: Key[]; value?: Key | Key[]; width?: string | number; } // @public (undocumented) export interface ITreeGridExpandEvent { node: any; originalEvent: Event; } // @public (undocumented) export interface ITreeGridProps extends IDataGridBaseProps { defaultExpandAll?: boolean; disableExpandCollapse?: boolean; expandedRowKeys?: any[]; loading?: boolean; onExpand?: (e: ITreeGridExpandEvent) => void; onRowToggle?: (expandedKeys: any[]) => void; onSelectionChange?: (e: ITreeGridSelectionEvent) => void; selectionKeys?: any; selectionMode?: 'checkbox'; } // @public (undocumented) export interface ITreeGridSelectionEvent { originalEvent: Event; value: any; } // @public (undocumented) export interface ITreeNode { checkable?: boolean; children?: ITreeNode[]; disabled?: boolean; icon?: React_2.ReactElement; isLeaf?: boolean; key: Key; selectable?: boolean; title?: React_2.ReactNode; } // @public (undocumented) export interface ITreeNodeMapping { // (undocumented) keyField: string; // (undocumented) titleField: string; // (undocumented) valueField?: string; } // @public (undocumented) export interface ITreeProps { checkedKeys?: Key[] | { checked: Key[]; halfChecked: Key[]; }; checkStrictly?: boolean; className?: string; defaultCheckedKeys?: Key[]; defaultExpandAll?: boolean; defaultExpandedKeys?: Key[]; defaultSelectedKeys?: Key[]; expandedKeys?: Key[]; filterTreeNode?: (node: ITreeNode) => boolean; height?: number | string; loadData?: (node: ITreeNode) => Promise; loadedKeys?: Key[]; loading?: boolean; onCheck?: (checkedKeys: Key[] | ITreeCheckedKeys, info: ITreeCheckInfo) => void; onExpand?: (expandedKeys: Key[]) => void; onLoad?: (loadedKeys: Key[]) => void; onSelect?: (selectedKeys: Key[], info: ITreeSelectInfo) => void; selectedKeys?: Key[]; selectionMode?: 'single' | 'multiple'; showIcon?: boolean; treeData?: ITreeNode[]; } // @public (undocumented) export interface ITreeSelectInfo { event: 'select'; nativeEvent: MouseEvent; node: ITreeNode; selected: boolean; selectedNodes: ITreeNode[]; } // @public (undocumented) export interface IUnloadProps { // (undocumented) children?: React_2.ReactNode; } // @public (undocumented) export interface IUploadButtonProps { accept?: string; buttonBlock?: boolean; buttonText: string; buttonType?: ButtonType; multiple?: boolean; onChange?: (info: UploadChangeParam) => void; } // @public (undocumented) export interface IValidateOptions extends ValidateOption { // (undocumented) cellArgs?: ICellArgs; // (undocumented) messages?: any; } // @public (undocumented) export interface IWindowSize { // (undocumented) height: number; // (undocumented) width: number; } // @public (undocumented) export interface IWizardProps { children: React_2.ReactElement[] | React_2.ReactElement; currentStep?: number; footerExtra?: React_2.ReactNode; loading?: boolean; onCancel?: () => void; onChange?: (currentStep: number, newStep: number, action: StepChangeAction) => void; onSubmit?: () => void; onSubmitSecondary?: () => void; submitAndNextButtonText?: string; submitButtonText?: string; } // @public (undocumented) export interface IWizardStepProps { description?: React_2.ReactNode; disabled?: boolean; title: React_2.ReactNode; } // @public (undocumented) export interface IYearPickerProps { allowClear?: boolean; autoFocus?: boolean; bordered?: boolean; defaultPickerValue?: dayjs.Dayjs; defaultValue?: dayjs.Dayjs; disabled?: boolean; disabledDate?: (current: dayjs.Dayjs | null) => boolean; format?: string; onChange?: (date: dayjs.Dayjs | null, dateString: string | string[]) => void; placeholder?: string; size?: "dense" | "normal"; value?: dayjs.Dayjs; width?: number | string; } export { Key } // @beta export const Layout: React_2.FC & { Nav: React_2.FC; } & { Content: React_2.FC; } & { Sider: React_2.FC; }; // @public (undocumented) export const LayoutColumn: React_2.FC; // @public (undocumented) export const LayoutContent: React_2.FC; // @public export const LayoutGrid: React_2.FC & { Column: React_2.FC; Row: React_2.FC; }; // @public (undocumented) export const LayoutNav: React_2.FC; // @public (undocumented) export const LayoutRow: React_2.FC; // @public (undocumented) export const LayoutSider: React_2.FC; // @public export const Link: React_2.FC; // @beta export const List: { (props: IListProps): React_2.JSX.Element; Item: React_2.FC & { Meta: React_2.FC; }; }; // @beta export const Menu: React_2.FC; // @beta export const MetricGroup: React_2.FC; // @public export const Modal: React_2.FC; // @beta (undocumented) export const MonthPicker: React_2.FC; // @public (undocumented) export const NotAllowed: () => React_3.JSX.Element; // @public (undocumented) export const NotFound: () => React_3.JSX.Element; // @beta export const PageLoader: React_2.FC; // @beta export const Pager: React_2.FC; // @public export const PickerBase: React_2.FC; // @beta export const PopConfirm: React_2.FC; // @beta export const Popover: React_2.FC; // @public (undocumented) export const Radio: React_2.FC; export { RadioChangeEvent } // @public export const RadioGroup: React_2.FC; // @beta (undocumented) export const RangePicker: React_2.FC; // @public (undocumented) export type RangeValue = RangeValueType; // @public export const RouteConfirm: React_3.FC; export { Rule } export { RuleObject } // @beta export const Spacing: React_2.FC; // @public export const SplitButton: React_2.FC; // @public export const Splitter: React_2.FC & { Panel: React_2.FC; }; // @public export const SplitterPanel: React_2.FC; // @public (undocumented) export type StepChangeAction = "next" | "prev"; // @beta export const Switch: React_2.FC; // @public export const Tabs: React_2.FC; // @beta export const Tag: React_2.FC; // @public (undocumented) const tempo: { CustomIcon: import("react").FC; Button: import("react").FC; Link: import("react").FC; Checkbox: import("react").FC; CheckboxGroup: import("react").FC; Radio: import("react").FC; RadioGroup: import("react").FC; DropDown: import("react").FC & { Item: import("react").FC; ItemGroup: import("react").FC; }; LayoutGrid: import("react").FC & { Column: import("react").FC; Row: import("react").FC; }; LayoutColumn: import("react").FC; LayoutRow: import("react").FC; Card: import("react").FC; Tabs: import("react").FC; Drawer: import("react").FC; Pager: import("react").FC; Input: import("react").FC; InputNumber: import("react").FC; InputTextArea: import("react").FC; Spacing: import("react").FC; Text: import("react").FC & { Heading: import("react").FC; }; Heading: import("react").FC; Tag: import("react").FC; DataGrid: typeof DataGrid; DataColumn: import("react").FC & IColumn; DataCell: import("react").FC; DataHeaderGroup: import("react").FC; DataHeaderRow: import("react").FC; DataHeaderCell: import("react").FC; Switch: import("react").FC; DatePicker: import("react").FC & { MonthPicker: import("react").FC; } & { RangePicker: import("react").FC; } & { YearPicker: import("react").FC; } & { TimePicker: import("react").FC; }; MonthPicker: import("react").FC; YearPicker: import("react").FC; RangePicker: import("react").FC; Form: import("react").FC>> & { Item: import("react").FC; List: import("react").FC; ItemSpacing: import("react").FC; useForm: typeof useForm; useWatch: typeof useWatch; }; Modal: import("react").FC; useModal: () => { alert: (props: IAlertProps) => { destroy: () => void; update: (configUpdate: import("antd/lib").ModalFuncProps | ((prevConfig: import("antd/lib").ModalFuncProps) => import("antd/lib").ModalFuncProps)) => void; } & { then(resolve: (confirmed: boolean) => T, reject: VoidFunction): Promise; }; confirm: (props: IConfirmProps) => void; confirmChanges: (props: IConfirmProps) => void; }; ErrorBoundary: typeof ErrorBoundary; Error: (props: IErrorProps) => import("react").JSX.Element; NotAllowed: () => import("react").JSX.Element; NotFound: () => import("react").JSX.Element; ButtonMenu: import("react").FC; Menu: import("react").FC; TreeGrid: typeof TreeGrid; Toggle: import("react").FC; UploadButton: import("react").FC; useToast: () => { show: (props: IToastProps) => void; close: (key: string) => void; }; Image: import("react").FC; Tree: import("react").FC; TreeDropDown: import("react").FC; FixedActionBar: import("react").FC; Tooltip: import("react").FC; RouteConfirm: import("react").FC; Wizard: import("react").FC & { Step: import("react").FC; }; ActionBar: import("react").FC; Layout: import("react").FC & { Nav: import("react").FC<{}>; } & { Content: import("react").FC; } & { Sider: import("react").FC; }; Banner: import("react").FC; Header: import("react").FC; Divider: import("react").FC; PageLoader: import("react").FC<{}>; usePageLoader: () => IPageLoaderContext; List: { (props: IListProps): import("react").JSX.Element; Item: import("react").FC & { Meta: import("react").FC; }; }; Timeline: import("react").FC; PickerBase: import("react").FC; Chips: import("react").FC; Chip: import("react").FC; TimePicker: import("react").FC; PopConfirm: import("react").FC; TempoProvider: import("react").FC<{}>; Accordion: import("react").FC; ColorPicker: import("react").FC; MetricGroup: import("react").FC; Popover: import("react").FC; Empty: import("react").FC; SplitButton: import("react").FC; Splitter: import("react").FC & { Panel: import("react").FC; }; Cascader: import("react").FC; }; export default tempo; // @public (undocumented) export const TempoProvider: React_2.FC; // @public const Text_2: React_2.FC & { Heading: React_2.FC; }; export { Text_2 as Text } // @beta export const Timeline: React_2.FC; // @beta (undocumented) export const TimePicker: React_2.FC; // @public export const Toggle: React_2.FC; // @beta export const Tooltip: React_2.FC; // @beta export const Tree: React_2.FC; // @beta export const TreeDropDown: React_2.FC; // Warning: (ae-forgotten-export) The symbol "ITreeGridState" needs to be exported by the entry point index.d.ts // // @beta export class TreeGrid extends React_2.Component { constructor(props: ITreeGridProps); // (undocumented) calculateBodyOffsetTop(): void; // (undocumented) static CheckboxColumn: React_2.FC & import("../datacolumn").IColumn; // (undocumented) clearInvalidCells(): void; // (undocumented) static Column: React_2.FC & import("../datacolumn").IColumn; // (undocumented) componentDidMount(): void; // (undocumented) componentDidUpdate(prevProps: ITreeGridProps): void; // (undocumented) static DateColumn: React_2.FC & import("../datacolumn").IColumn; // (undocumented) static DefaultProps: ITreeGridProps; // (undocumented) static DropDownColumn: React_2.FC & import("../datacolumn").IColumn; // (undocumented) static EmptyColumn: React_2.FC & import("../datacolumn").IColumn; // (undocumented) static ExpandColumn: React_2.FC & import("../datacolumn").IColumn; // (undocumented) static GapColumn: React_2.FC & import("../datacolumn").IColumn; // (undocumented) getExpandedKeysFromProps(props: ITreeGridProps): any[]; // (undocumented) getExpandedKeysFromState(): any; // (undocumented) grid: React_2.RefObject; // (undocumented) mergeProps(validChildren: any[]): TreeTableProps; // (undocumented) static NumberColumn: React_2.FC & import("../datacolumn").IColumn; // (undocumented) onCellClick(args: ICellClickArgs): void; // (undocumented) onCellEditChange(editArgs: ICellEditorArgs, newCellValue: any): Promise; // (undocumented) onCellValidate(cellArgs: ICellEditorArgs, rules: RuleItem[]): Promise; // (undocumented) onRowClassName(rowData: any): any; // (undocumented) onToggle(e: { originalEvent: React_2.SyntheticEvent; value: any; }): void; // (undocumented) refreshGrid(): void; // (undocumented) render(): JSX.Element; // (undocumented) static RowClass: { Highlight: string; ParentRow: string; ChildRow: string; Expanded: string; Disabled: string; Bold: string; Borderless: string; }; // (undocumented) static RowNumber: React_2.FC & import("../datacolumn").IColumn; // (undocumented) static TextAreaColumn: React_2.FC & import("../datacolumn").IColumn; // (undocumented) transformChildren(): React_2.ReactElement[]; // (undocumented) validateGrid(): Promise; } // @public (undocumented) export const TreeRowClass: { Highlight: string; ParentRow: string; ChildRow: string; Expanded: string; Disabled: string; Bold: string; Borderless: string; }; // @public (undocumented) export const TreeUtils: { findNode(nodes: any[], key: string): any | null; flatten(nodes: any[]): any[]; flattenLeafOnly(nodes: any[]): any[]; fromFlatData(flatData: any[], mappings: ITreeNodeMapping, rootNode?: ITreeNode): ITreeNode[]; }; // Warning: (ae-forgotten-export) The symbol "IUnloadState" needs to be exported by the entry point index.d.ts // // @beta export class Unload extends React_2.Component { constructor(props: IUnloadProps); // (undocumented) componentDidMount(): void; // (undocumented) render(): React_2.JSX.Element; } // @public export const UploadButton: React_2.FC; export { useForm } // @public (undocumented) export const useModal: () => { alert: (props: IAlertProps) => { destroy: () => void; update: (configUpdate: import("antd/lib").ModalFuncProps | ((prevConfig: import("antd/lib").ModalFuncProps) => import("antd/lib").ModalFuncProps)) => void; } & { then(resolve: (confirmed: boolean) => T, reject: VoidFunction): Promise; }; confirm: (props: IConfirmProps) => void; confirmChanges: (props: IConfirmProps) => void; }; // @public (undocumented) export const usePageLoader: () => import("./PageLoaderContext").IPageLoaderContext; // @public (undocumented) export const useToast: () => { show: (props: IToastProps) => void; close: (key: string) => void; }; export { useWatch } // @public (undocumented) export const useWindowSize: () => IWindowSize; export { ValidatorRule } // @beta export const Wizard: React_2.FC & { Step: React_2.FC; }; // @beta (undocumented) export const YearPicker: React_2.FC; // Warnings were encountered during analysis: // // lib/form/Form.d.ts:58:5 - (ae-forgotten-export) The symbol "IFormListProps" needs to be exported by the entry point index.d.ts // lib/form/Form.d.ts:59:5 - (ae-forgotten-export) The symbol "IFormItemSpacingProps" needs to be exported by the entry point index.d.ts // lib/index.d.ts:104:5 - (ae-incompatible-release-tags) The symbol "DataGrid" is marked as @public, but its signature references "DataGrid" which is marked as @beta // lib/index.d.ts:141:5 - (ae-incompatible-release-tags) The symbol "ErrorBoundary" is marked as @public, but its signature references "ErrorBoundary" which is marked as @beta // lib/index.d.ts:147:5 - (ae-incompatible-release-tags) The symbol "TreeGrid" is marked as @public, but its signature references "TreeGrid" which is marked as @beta // lib/layout/Layout.d.ts:15:5 - (ae-forgotten-export) The symbol "ILayoutContentProps" needs to be exported by the entry point index.d.ts // (No @packageDocumentation comment for this package) ```