UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

28 lines (27 loc) 1.28 kB
import { IApprovalStageItemRowProps } from "@docsvision/webclient/Approval/IApprovalStageItemRowProps"; import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models"; import React from "react"; /** @internal */ export declare class ApprovalStageItemRow extends React.Component<IApprovalStageItemRowProps, any> { /** @internal */ constructor(props: any); /** ����� �������. */ private get decisionText(); /** ����� ������� */ private get decisionClass(); /** ���������� �� ������� ��� ���. */ private get waitingForDecision(); /** ��� ����� �� �����������. */ protected handleCommentClick(): void; /** * ��� ����� �� ����� � ��������. * @param file ���� � �������� */ protected handleCorrectionFileClick(file: GenModels.ApprovalHistoryFileModel): void; /** ��� ����� �� ������� �����. */ protected handleStageRowClick(): void; protected getUrl(): string; private onOpen; /** @internal */ render(): JSX.Element; }