@docsvision/webclient 6.1.5-beta.1 → 6.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Approval/AgreementHistory.d.ts +7 -1
- package/Approval/AgreementHistoryImpl.d.ts +3 -3
- package/Approval/AgreementManagementImpl.d.ts +1 -0
- package/Approval/ApprovalDialogContent.d.ts +31 -0
- package/BackOffice/$DigitalSignature.d.ts +2 -0
- package/BackOffice/AuthenticationKindsView.d.ts +1 -1
- package/BackOffice/BackofficeConstants.d.ts +1 -0
- package/BackOffice/CardKindImpl.d.ts +1 -1
- package/BackOffice/CardKindTree.d.ts +1 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +2 -1
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +2 -2
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListConstants.d.ts +1 -0
- package/BackOffice/FileListControl.d.ts +15 -1
- package/BackOffice/FileListControlImpl.d.ts +16 -1
- package/BackOffice/FileListItemComponent.d.ts +1 -0
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/Powers.d.ts +3 -1
- package/BackOffice/PowersImpl.d.ts +3 -1
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/StaffDirectoryDataVisualiser.d.ts +1 -0
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/StaffDirectorySelectDialog.d.ts +1 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/Generated/DocsVision.WebClient.Controllers.d.ts +190 -11
- package/Generated/DocsVision.WebClient.Models.d.ts +147 -15
- package/Helpers/Breadcrumbs/Breadcrumbs.d.ts +1 -0
- package/Helpers/Breadcrumbs/BreadcrumbsView.d.ts +1 -0
- package/Helpers/Breadcrumbs/LinkView/LinkItemViewWithSeparator.d.ts +3 -1
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +2 -0
- package/Helpers/FileViewZip/FileViewZip.d.ts +47 -0
- package/Helpers/FileViewZip/FileViewZipModal.d.ts +24 -0
- package/Helpers/InputMask/InputMaskView.d.ts +1 -1
- package/Helpers/InputMask/components/InputMaskField.d.ts +1 -1
- package/Helpers/Menu/AdaptiveMenuBar.d.ts +2 -0
- package/Helpers/Menu/DesktopMenuBar.d.ts +1 -0
- package/Legacy/ApprovalFilePanel.d.ts +2 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/ILegacyRouter.d.ts +1 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +2 -0
- package/Legacy/TaskCardView.d.ts +0 -1
- package/Legacy/Utils.d.ts +11 -0
- package/Libs/CryptoPro/Crypto.d.ts +6 -3
- package/MainBundle.d.ts +2 -0
- package/Platform/ApprovalVisualizationView.d.ts +1 -1
- package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/CardLink.d.ts +8 -7
- package/Platform/CardLinkImpl.d.ts +4 -2
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/CheckFileAllowed.d.ts +2 -0
- package/Platform/CheckFilesAllowed.d.ts +1 -0
- package/Platform/CompleteTaskConditionsTableModelStub.d.ts +53 -0
- package/Platform/ContextMenuCustomPlugins.d.ts +1 -0
- package/Platform/DateTimePicker.d.ts +1 -0
- package/Platform/DateTimePickerImpl.d.ts +1 -1
- package/Platform/FileExtensions.d.ts +4 -1
- package/Platform/FilePicker.d.ts +11 -5
- package/Platform/FilePickerImpl.d.ts +14 -3
- package/Platform/FilePickerMenuItemsView.d.ts +1 -0
- package/Platform/FilePickerOperations.d.ts +13 -4
- package/Platform/FilePickerOperationsAvailability.d.ts +1 -0
- package/Platform/FilePreview.d.ts +3 -3
- package/Platform/FolderCardsDashboardStoriesData.d.ts +2 -0
- package/Platform/FolderPageRouteHelpers.d.ts +4 -3
- package/Platform/FolderRouteParameters.d.ts +1 -0
- package/Platform/FolderViewItemsImpl.d.ts +3 -5
- package/Platform/FolderWebFrameRouteHandler.d.ts +1 -1
- package/Platform/IFilePickerMenuOpeningArgs.d.ts +4 -0
- package/Platform/IFolderDataLoadingPlugin.d.ts +2 -1
- package/Platform/IFolderPageRouteData.d.ts +1 -0
- package/Platform/ITextBoxMaskProps.d.ts +56 -0
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/ScanDialogService.d.ts +1 -0
- package/Platform/ScanDialogServiceStoriesData.d.ts +2 -0
- package/Platform/SearchParametersFolderRequestResolver.d.ts +2 -2
- package/Platform/SearchParametersFolderResponseResolver.d.ts +1 -2
- package/Platform/SearchTextInput.d.ts +3 -3
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/TestUtils.d.ts +1 -2
- package/Platform/TextBox.d.ts +3 -0
- package/Platform/TextBoxImpl.d.ts +11 -0
- package/Platform/TextBoxInputField.d.ts +3 -0
- package/Platform/TextBoxInputMask.d.ts +7 -0
- package/Platform/TextBoxInputMaskView.d.ts +10 -0
- package/Platform/TextListInputLogic.d.ts +1 -0
- package/Platform/TextListInputView.d.ts +3 -3
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/StandardServices.d.ts +1 -2
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/DownloadsTab.d.ts +578 -0
- package/System/FileControllerStub.d.ts +14 -0
- package/System/FilePreviewStub.d.ts +4 -0
- package/System/FileScanServiceStub.d.ts +8 -0
- package/System/GroupMenuChildrenModelStub.d.ts +64 -0
- package/System/IWebServicesConnection.d.ts +2 -0
- package/System/IWebServicesService.d.ts +0 -2
- package/System/LayoutCardControllerStub.d.ts +1 -0
- package/System/LinkMainMenuModelStub.d.ts +22 -0
- package/System/LocationContainerControlStoriesData.d.ts +15 -0
- package/System/PagesControllerStub.d.ts +10 -0
- package/System/ProfileTab.d.ts +1349 -0
- package/System/RealtimeCommunicationService.d.ts +17 -2
- package/System/ResourcesStub.d.ts +5 -0
- package/System/Router.d.ts +2 -1
- package/System/SearchingResultsStub.d.ts +48 -0
- package/System/SettingsTab.d.ts +716 -0
- package/System/StatusTab.d.ts +1135 -0
- package/System/TableStub.d.ts +617 -0
- package/System/WebServicesConnection.d.ts +2 -0
- package/System/WebServicesService.d.ts +10 -10
- package/package.json +1 -1
- package/Account/Login.stories.d.ts +0 -12
- package/BackOffice/AuthenticationKinds.stories.d.ts +0 -10
- package/BackOffice/DirectoryTabs.stories.d.ts +0 -8
- package/BackOffice/DirectoryTree.stories.d.ts +0 -9
- package/BackOffice/DirectoryValues.stories.d.ts +0 -8
- package/BackOffice/EmailButton.stories.d.ts +0 -10
- package/BackOffice/FileSignListDialog.stories.d.ts +0 -13
- package/BackOffice/Numerator.stories.d.ts +0 -8
- package/BackOffice/Powers.stories.d.ts +0 -20
- package/BackOffice/PowersDirectory.stories.d.ts +0 -20
- package/BackOffice/SignatureButton.stories.d.ts +0 -10
- package/BackOffice/SignatureDialog.stories.d.ts +0 -25
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +0 -14
- package/BackOffice/StaffDirectory.stories.d.ts +0 -24
- package/BackOffice/TasksTable.stories.d.ts +0 -21
- package/BackOffice/WebFrameDirectorySearchPanel.stories.d.ts +0 -8
- package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +0 -10
- package/Helpers/Button.stories.d.ts +0 -8
- package/Helpers/DropdownButton/DropdownButton.stories.d.ts +0 -10
- package/Helpers/EmployeeName.stories.d.ts +0 -8
- package/Helpers/InputMask/InputMask.stories.d.ts +0 -11
- package/Helpers/SearchBar.stories.d.ts +0 -8
- package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +0 -8
- package/Platform/$LastSearchParameters.d.ts +0 -10
- package/Platform/Aggregates.stories.d.ts +0 -8
- package/Platform/Diagram.stories.d.ts +0 -11
- package/Platform/Dropdown.stories.d.ts +0 -12
- package/Platform/FolderGrid.stories.d.ts +0 -17
- package/Platform/FolderTypeItems.stories.d.ts +0 -9
- package/Platform/FolderViewItems.stories.d.ts +0 -9
- package/Platform/LastSearchParametersService.d.ts +0 -11
- package/Platform/QueryCondition.stories.d.ts +0 -5
- package/Platform/Quotes.stories.d.ts +0 -8
- package/Platform/SecurityDescriptorDialog.stories.d.ts +0 -10
- package/Platform/SettingsPopup.stories.d.ts +0 -1
- package/Platform/Tab.stories.d.ts +0 -9
- package/Platform/TextBox.stories.d.ts +0 -10
- package/Platform/Toolbar.stories.d.ts +0 -12
- package/Platform/WebFrameBodyContainer.stories.d.ts +0 -8
- package/Platform/WebFrameCompanyLogo.stories.d.ts +0 -10
- package/Platform/WebFrameCurrentPageName.stories.d.ts +0 -8
- package/Platform/WebFrameHeaderContainer.stories.d.ts +0 -17
- package/Platform/WebFrameHelpButton.stories.d.ts +0 -10
- package/Platform/WebFrameMainMenuButton.stories.d.ts +0 -8
- package/Platform/WebFrameMainMenuContainer.stories.d.ts +0 -10
- package/Platform/WebFrameNavigationBar.stories.d.ts +0 -19
- package/Platform/WebFrameSearchPanel.stories.d.ts +0 -14
- package/Platform/WebFrameUserPanel.stories.d.ts +0 -12
|
@@ -5,6 +5,8 @@ export interface ILinkItemViewWithSeparatorProps {
|
|
|
5
5
|
className?: string;
|
|
6
6
|
/** Является ли элемент первым в списке */
|
|
7
7
|
first?: boolean;
|
|
8
|
+
/** Является ли элемент доступным (кликабельным) */
|
|
9
|
+
readonly?: boolean;
|
|
8
10
|
/** Текст элемента */
|
|
9
11
|
title?: string;
|
|
10
12
|
/** @internal */
|
|
@@ -12,4 +14,4 @@ export interface ILinkItemViewWithSeparatorProps {
|
|
|
12
14
|
ref?: React.RefObject<HTMLDivElement>;
|
|
13
15
|
}
|
|
14
16
|
/** @review Отображает {@link LinkItemView} c {@link LinkSeparator} перед ним, если элемент первый в списке. */
|
|
15
|
-
export declare const LinkItemViewWithSeparator: React.ForwardRefExoticComponent<Pick<ILinkItemViewWithSeparatorProps, "title" | "children" | "className" | "first"> & React.RefAttributes<HTMLDivElement>>;
|
|
17
|
+
export declare const LinkItemViewWithSeparator: React.ForwardRefExoticComponent<Pick<ILinkItemViewWithSeparatorProps, "title" | "children" | "className" | "first" | "readonly"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -18,6 +18,8 @@ export interface IComboBoxTitleProps {
|
|
|
18
18
|
onBlur?: (event: React.FocusEvent<any>) => void;
|
|
19
19
|
/** Должен ли элемент фокусироваться при монтировании */
|
|
20
20
|
autoFocus?: boolean;
|
|
21
|
+
/** Тестовый идентификатор */
|
|
22
|
+
dataTestId?: string;
|
|
21
23
|
}
|
|
22
24
|
/**
|
|
23
25
|
* @internal Заголовок комбобокса.
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { $FilePickerController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
3
|
+
import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
|
|
4
|
+
import { GenModels } from "../../Generated/DocsVision.WebClient.Models";
|
|
5
|
+
|
|
6
|
+
/** @internal Свойства для {@link FileViewZip} */
|
|
7
|
+
export interface IFileViewZipProps {
|
|
8
|
+
/** Список элементов содержимого zip-архива */
|
|
9
|
+
items?: string[];
|
|
10
|
+
/** Идентификатор карточки файла. */
|
|
11
|
+
fileCardId: string;
|
|
12
|
+
/** Кнопка закрытия окна комментариев. */
|
|
13
|
+
closeButton?: boolean;
|
|
14
|
+
/** Своя функция отрисовки. */
|
|
15
|
+
customRender?: (component: FileViewZip) => React.ReactNode;
|
|
16
|
+
/** По нажатию на кнопку закрытия окна просмотра zip-архива. */
|
|
17
|
+
onClose?: () => void;
|
|
18
|
+
services: $FilePickerController;
|
|
19
|
+
}
|
|
20
|
+
/** @internal */
|
|
21
|
+
export interface IFileViewZipState {
|
|
22
|
+
items?: string[];
|
|
23
|
+
/** Загружаются ли в данный момент данные для предпросмотра файла. */
|
|
24
|
+
isLoading: boolean;
|
|
25
|
+
/** Помощник для загрузки данных о содержимом zip-архива. */
|
|
26
|
+
loadingHelper: RequestHelper;
|
|
27
|
+
}
|
|
28
|
+
export declare class FileViewZip extends React.Component<IFileViewZipProps, IFileViewZipState> {
|
|
29
|
+
protected viewZipContainer: HTMLElement;
|
|
30
|
+
protected viewZipDialog: HTMLDivElement;
|
|
31
|
+
constructor(props: IFileViewZipProps);
|
|
32
|
+
/** @internal */
|
|
33
|
+
componentDidMount(): Promise<void>;
|
|
34
|
+
/** @internal */
|
|
35
|
+
componentDidUpdate(prevProps: any): void;
|
|
36
|
+
/** Загружается ли содержание zip в данный момент */
|
|
37
|
+
get isLoading(): boolean;
|
|
38
|
+
/** Загрузить список узлов zip-архива */
|
|
39
|
+
protected load: () => Promise<GenModels.FilePickerViewZipItemModel[]>;
|
|
40
|
+
/** @internal Отрисовка заголовка блока просмотра zip-архива. */
|
|
41
|
+
renderHeader(): JSX.Element;
|
|
42
|
+
renderItems: () => JSX.Element[];
|
|
43
|
+
/** @internal Отрисовка блока просмотра zip-архива */
|
|
44
|
+
renderViewZip(): JSX.Element;
|
|
45
|
+
/** @internal */
|
|
46
|
+
render(): {};
|
|
47
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { $FilePickerController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
3
|
+
import { FileViewZip, IFileViewZipProps } from "@docsvision/webclient/Helpers/FileViewZip/FileViewZip";
|
|
4
|
+
/** @internal Свойства для {@link FileViewZipModal} */
|
|
5
|
+
export interface IFileViewZipModalProps extends IFileViewZipProps {
|
|
6
|
+
services: $FilePickerController;
|
|
7
|
+
}
|
|
8
|
+
/** @internal */
|
|
9
|
+
export interface IFileViewZipModalState {
|
|
10
|
+
/** Показывается ли модальное окно. */
|
|
11
|
+
isOpened: boolean;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Модальное окно с содержимым zip-файла
|
|
15
|
+
*/
|
|
16
|
+
export declare class FileViewZipModal extends React.Component<IFileViewZipModalProps, IFileViewZipModalState> {
|
|
17
|
+
constructor(props: IFileViewZipModalProps);
|
|
18
|
+
/** Закрытие модального окна. */
|
|
19
|
+
protected closeModal: () => Promise<void>;
|
|
20
|
+
/** Отрисовка блока с содержимым zip-файла. */
|
|
21
|
+
protected renderViewZipBody: (component: FileViewZip) => JSX.Element;
|
|
22
|
+
/** @internal */
|
|
23
|
+
render(): JSX.Element;
|
|
24
|
+
}
|
|
@@ -9,6 +9,6 @@ export declare class InputMaskView {
|
|
|
9
9
|
inputMask: typeof InputMask;
|
|
10
10
|
input:
|
|
11
11
|
import("react").ForwardRefExoticComponent<Pick<
|
|
12
|
-
| "
|
|
12
|
+
import("./components/InputMaskField").IInputMaskFieldProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "width" | "hidden" | "draggable" | "height" | "lang" | "max" | "min" | "role" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "isError"> &
|
|
13
13
|
import("react").RefAttributes<HTMLInputElement>>;
|
|
14
14
|
}
|
|
@@ -4,4 +4,4 @@ import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
|
|
|
4
4
|
export interface IInputMaskFieldProps extends HtmlProps.input {
|
|
5
5
|
isError: boolean;
|
|
6
6
|
}
|
|
7
|
-
export declare const InputMaskField: React.ForwardRefExoticComponent<Pick<IInputMaskFieldProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "
|
|
7
|
+
export declare const InputMaskField: React.ForwardRefExoticComponent<Pick<IInputMaskFieldProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "id" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "autoFocus" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "width" | "hidden" | "draggable" | "height" | "lang" | "max" | "min" | "role" | "crossOrigin" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "alt" | "src" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "accept" | "capture" | "checked" | "enterKeyHint" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "step" | "isError"> & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -11,7 +11,9 @@ export interface IAdaptiveMenuBarProps {
|
|
|
11
11
|
targetGetter?: () => HTMLElement;
|
|
12
12
|
handleOutsideClick?: boolean;
|
|
13
13
|
menuBarClassName?: string;
|
|
14
|
+
desktopMenuClassName?: string;
|
|
14
15
|
renderBackdrop?: boolean;
|
|
16
|
+
disableFocus?: boolean;
|
|
15
17
|
}
|
|
16
18
|
/** @internal */
|
|
17
19
|
export interface IAdaptiveMenuBarState {
|
|
@@ -44,6 +44,8 @@ export declare class ApprovalFilePanel {
|
|
|
44
44
|
private VersionEventHandler;
|
|
45
45
|
private updateOpenFileMenuSettings;
|
|
46
46
|
getVisibilityOpenFileButton(fileId: string): boolean;
|
|
47
|
+
hideOpenFileButton(fileVersionId: string): void;
|
|
48
|
+
showOpenFileButton(fileVersionId: string): void;
|
|
47
49
|
openFile(fileCardId: string, fileId: string, currentFileId: string, fileName: string, readonly: boolean, approvalDocumentId: string): Promise<void>;
|
|
48
50
|
private getOpenFileRequestData;
|
|
49
51
|
private sendOpenFileRequest;
|
|
@@ -54,7 +54,7 @@ export declare abstract class BasicGridHtmlBuilder implements IGridHtmlBuilder {
|
|
|
54
54
|
protected abstract buildRowSwitcher(options: GridOptions, model: GenModels.GridViewModel, rowSwitcher: HTMLDivElement, rootElement: HTMLElement): HTMLDivElement;
|
|
55
55
|
abstract getChanges(): Promise<GenModels.GridViewModel>;
|
|
56
56
|
getSelection():
|
|
57
|
-
import("D:/BuildAgent/work/
|
|
57
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/@docsvision/Platform/Services/Table/TableRowsSelectionModel").TableRowsSelectionModel;
|
|
58
58
|
clearSelection(cardIds?: string[]): void;
|
|
59
59
|
selectionChanged: SimpleEvent<any>;
|
|
60
60
|
protected addActionButtons(header: HTMLElement): void;
|
|
@@ -2,6 +2,7 @@ export interface ILegacyRouter {
|
|
|
2
2
|
GetLocation(): string;
|
|
3
3
|
getLocationFromRoute(route: string): any;
|
|
4
4
|
LoadContent(url: string, requestData: any, contentElement: HTMLElement, showOverlay?: boolean, callback?: Function): void;
|
|
5
|
+
SetContent(contentElement: HTMLElement, html: string): void;
|
|
5
6
|
LoadMainContent(url: string, requestData: any, showOverlay?: boolean, get?: boolean, callback?: (isError?: boolean) => void): void;
|
|
6
7
|
LoadContentFromRoute(cardId: any): Promise<any>;
|
|
7
8
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { $BarcodeSearchButtonController, $BusinessCalendarController, $ClientLogController, $CommentsController, $LayoutAgreementController, $LayoutCardController, $LayoutCardKindController, $LayoutController, $LayoutDirectoryDesignerController, $LayoutDocumentController, $LayoutFileApiController, $LayoutFileController, $LayoutFolderController, $LayoutHistoryController, $LayoutLinksController, $LayoutPartnerController, $LayoutStaffController, $LayoutTasksController, $LayoutUserSettingsController, $LocalizationController, $PagesController, $CardKindController, $DirectoryDesignerRowController, $EmployeeController, $DepartmentController, $PartnerEmployeeController, $SignatureController, $GridController, $CardDataController, $LayoutRowController, $StaffDirectoryItemsController, $FilePickerController, $TaskGroupPerformersController, $DataVisualizationController, $TasksTreeController, $CardController, $CardsPresentationController, $CardOperationsController, $SecurityController, $BaseCardController, $SignatureMethodsController, $PowersDirectoryController, $TaskCardController, $R7OfficeController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
1
|
+
import { $BarcodeSearchButtonController, $BusinessCalendarController, $ClientLogController, $CommentsController, $LayoutAgreementController, $LayoutCardController, $LayoutCardKindController, $LayoutController, $LayoutDirectoryDesignerController, $LayoutDocumentController, $LayoutFileApiController, $LayoutFileController, $LayoutFolderController, $LayoutHistoryController, $LayoutLinksController, $LayoutPartnerController, $LayoutStaffController, $LayoutTasksController, $LayoutUserSettingsController, $LocalizationController, $PagesController, $CardKindController, $DirectoryDesignerRowController, $EmployeeController, $DepartmentController, $PartnerEmployeeController, $SignatureController, $GridController, $CardDataController, $LayoutRowController, $StaffDirectoryItemsController, $FilePickerController, $TaskGroupPerformersController, $DataVisualizationController, $TasksTreeController, $CardController, $CardsPresentationController, $CardOperationsController, $SecurityController, $BaseCardController, $SignatureMethodsController, $PowersDirectoryController, $TaskCardController, $R7OfficeController, $NavigatorController, $RealtimeCommunicationController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
2
|
import { $DocumentCardController } from "@docsvision/webclient/Legacy/DocumentCard";
|
|
3
3
|
import { $EmployeesController } from "@docsvision/webclient/Legacy/EmployeesController";
|
|
4
4
|
import { $FileController } from "@docsvision/webclient/Legacy/FileController";
|
|
5
|
-
export declare type $StandardControllers = $BusinessCalendarController & $DocumentCardController & $FileController & $LayoutAgreementController & $LayoutCardController & $LayoutCardKindController & $LayoutController & $LayoutDirectoryDesignerController & $LayoutDocumentController & $LayoutFileController & $LayoutFolderController & $LayoutHistoryController & $LayoutLinksController & $LayoutPartnerController & $LayoutStaffController & $LayoutTasksController & $LayoutUserSettingsController & $PagesController & $EmployeesController & $CommentsController & $LayoutFileApiController & $LocalizationController & $BarcodeSearchButtonController & $ClientLogController & $CardKindController & $DirectoryDesignerRowController & $EmployeeController & $DepartmentController & $PartnerEmployeeController & $SignatureController & $GridController & $CardDataController & $LayoutRowController & $StaffDirectoryItemsController & $FilePickerController & $TaskGroupPerformersController & $DataVisualizationController & $CardOperationsController & $CardsPresentationController & $TasksTreeController & $SecurityController & $CardController & $BaseCardController & $SignatureMethodsController & $TaskCardController & $R7OfficeController & $PowersDirectoryController;
|
|
5
|
+
export declare type $StandardControllers = $BusinessCalendarController & $DocumentCardController & $FileController & $LayoutAgreementController & $LayoutCardController & $LayoutCardKindController & $LayoutController & $LayoutDirectoryDesignerController & $LayoutDocumentController & $LayoutFileController & $LayoutFolderController & $LayoutHistoryController & $LayoutLinksController & $LayoutPartnerController & $LayoutStaffController & $LayoutTasksController & $LayoutUserSettingsController & $PagesController & $EmployeesController & $CommentsController & $LayoutFileApiController & $LocalizationController & $BarcodeSearchButtonController & $ClientLogController & $CardKindController & $DirectoryDesignerRowController & $EmployeeController & $DepartmentController & $PartnerEmployeeController & $SignatureController & $GridController & $CardDataController & $LayoutRowController & $StaffDirectoryItemsController & $FilePickerController & $TaskGroupPerformersController & $DataVisualizationController & $CardOperationsController & $CardsPresentationController & $TasksTreeController & $SecurityController & $CardController & $BaseCardController & $SignatureMethodsController & $TaskCardController & $R7OfficeController & $PowersDirectoryController & $NavigatorController & $RealtimeCommunicationController;
|
|
@@ -57,6 +57,8 @@ export declare class TaskCardFilePanelRazorControl extends BaseRazorControl<Task
|
|
|
57
57
|
private updatePreview;
|
|
58
58
|
private updateOpenFileMenuSettings;
|
|
59
59
|
getVisibilityOpenFileButton(fileId: string): boolean;
|
|
60
|
+
hideOpenFileButton(fileVersionId: string): void;
|
|
61
|
+
showOpenFileButton(fileVersionId: string): void;
|
|
60
62
|
openFile(fileCardId: string, fileId: string, currentFileId: string, fileName: string, documentId: string, readonly: boolean, documentFileCardId: string): Promise<void>;
|
|
61
63
|
private getOpenFileRequestData;
|
|
62
64
|
private sendOpenFileRequest;
|
package/Legacy/TaskCardView.d.ts
CHANGED
package/Legacy/Utils.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import { DateTimeFormat } from "@docsvision/webclient/Legacy/DateTimeFormat";
|
|
|
5
5
|
import { $CardId, $CardTimestamp, $ExtendedDataSourceInfos, $RowId } from '@docsvision/webclient/System/LayoutServices';
|
|
6
6
|
import { Optional } from "@docsvision/web/core/services";
|
|
7
7
|
import { StandardRouteSemantics } from "@docsvision/webclient/System/StandardRouteSemantics";
|
|
8
|
+
import { IFileViewZipModalProps } from "@docsvision/webclient/Helpers/FileViewZip/FileViewZipModal";
|
|
8
9
|
/** @internal */
|
|
9
10
|
export declare class Helpers {
|
|
10
11
|
constructor();
|
|
@@ -51,6 +52,14 @@ export declare class Helpers {
|
|
|
51
52
|
* @returns Функция, вызов которой закрывает модальное окно
|
|
52
53
|
*/
|
|
53
54
|
static ShowRenameFileDialog(props: any): () => void;
|
|
55
|
+
/**
|
|
56
|
+
* Показать окно содержимого zip-файла.
|
|
57
|
+
* @returns Функция, вызов которой закрывает модальное окно
|
|
58
|
+
*/
|
|
59
|
+
static ShowViewZipFileDialog(props: IFileViewZipModalProps, options?: {
|
|
60
|
+
onClose?: () => void;
|
|
61
|
+
onShowed?: () => void;
|
|
62
|
+
}): () => void;
|
|
54
63
|
static ValidateForm(form: HTMLFormElement): boolean;
|
|
55
64
|
static FindParentElement(headerFolderName: HTMLElement, parentClassName: string): HTMLElement;
|
|
56
65
|
static SuppressEvents(e: Event): void;
|
|
@@ -169,6 +178,8 @@ export interface RequestOptions {
|
|
|
169
178
|
contentType?: string;
|
|
170
179
|
/** Дополнительные заголовки */
|
|
171
180
|
customHeaders?: IRequestHeader[];
|
|
181
|
+
/** Обрабатывать параметры как для MVC-контроллера. */
|
|
182
|
+
mvcController?: boolean;
|
|
172
183
|
/**
|
|
173
184
|
* При указании данного параметра используются переданные сервисы вместо сервисов разметки.
|
|
174
185
|
*
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { $SignatureController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
3
|
import { EncryptedInfo } from "@docsvision/webclient/Legacy/EncryptedInfo";
|
|
3
4
|
import { IFileSignInfo } from "@docsvision/webclient/Legacy/IFileSingInfo";
|
|
4
5
|
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
@@ -49,6 +50,7 @@ export declare class Crypto {
|
|
|
49
50
|
static DocumentFileOIDAttribute: string;
|
|
50
51
|
static DocumentVersionOIDAttribute: string;
|
|
51
52
|
static EmployeeOIDAttribute: string;
|
|
53
|
+
static THE_URL_OF_OCSP_SERVICE_IS_NOT_SPECIFIED_ERROR: string;
|
|
52
54
|
static ProviderName: string;
|
|
53
55
|
static ProviderType: string;
|
|
54
56
|
static CADESCOM_CERT_INFO_TYPE_SUBJECT_SIMPLE_NAME: number;
|
|
@@ -80,10 +82,10 @@ export declare class Crypto {
|
|
|
80
82
|
static GetCertificateInfoByThumbprint(thumbprint: any): Promise<ICryptoCertificateInfo>;
|
|
81
83
|
private static GetCertificateByThumbprint_NPAPI;
|
|
82
84
|
static CheckForPlugIn(): any;
|
|
83
|
-
static SignFilesWithCertificate(encryptedInfo: EncryptedInfo, files: IFileSignInfo[], cardId: string, signFields?: boolean, signAttachments?: boolean, signType?: number, tspService?: string): Promise<any>;
|
|
84
|
-
static SignFilesWithCertificateEx(encryptedInfo: EncryptedInfo, files: IFileSignInfo[], cardId: string, signFields?: boolean, signAttachments?: boolean, signType?: number, tspService?: string): Promise<any>;
|
|
85
|
+
static SignFilesWithCertificate(encryptedInfo: EncryptedInfo, files: IFileSignInfo[], cardId: string, signFields?: boolean, signAttachments?: boolean, signType?: number, tspService?: string, signHash?: boolean): Promise<any>;
|
|
86
|
+
static SignFilesWithCertificateEx(encryptedInfo: EncryptedInfo, files: IFileSignInfo[], cardId: string, signFields?: boolean, signAttachments?: boolean, signType?: number, tspService?: string, signHash?: boolean): Promise<any>;
|
|
85
87
|
static CanAsync(): boolean;
|
|
86
|
-
static SignData(encryptedInfo: EncryptedInfo, dataToSign: any, signType?: any, tspService?: any): any;
|
|
88
|
+
static SignData(encryptedInfo: EncryptedInfo, dataToSign: any, signType?: any, tspService?: any, signHashAlgorithmCode?: number): any;
|
|
87
89
|
private static Verify;
|
|
88
90
|
static GetCertsList(): Promise<ICryptoCertificate[]>;
|
|
89
91
|
private static GetCertsList_NPAPI;
|
|
@@ -97,6 +99,7 @@ export declare class Crypto {
|
|
|
97
99
|
tspAddress: string;
|
|
98
100
|
certificateThumberpint: string;
|
|
99
101
|
}>;
|
|
102
|
+
static GetCadesSignType(signType: GenModels.DigitalSignatureKind): number;
|
|
100
103
|
private static SignData_NPAPI;
|
|
101
104
|
}
|
|
102
105
|
export declare function getBstrBase64(str: string): string;
|
package/MainBundle.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export declare class ApprovalVisualizationView {
|
|
|
9
9
|
description: typeof ApprovalVisualizationDescription;
|
|
10
10
|
vis:
|
|
11
11
|
import("react").ForwardRefExoticComponent<Pick<
|
|
12
|
-
| "
|
|
12
|
+
import("./Components/ApprovalVisualizationVisBlock").IApprovalVisualizationVisBlockProps, "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "draggable" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> &
|
|
13
13
|
import("react").RefAttributes<HTMLDivElement>>;
|
|
14
14
|
container: typeof ApprovalVisualizationContainer;
|
|
15
15
|
conditionList: typeof ApprovalVisualizationConditionList;
|
|
@@ -3,4 +3,4 @@ import React from 'react';
|
|
|
3
3
|
|
|
4
4
|
export interface IApprovalVisualizationVisBlockProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
|
-
export declare const ApprovalVisualizationVisBlock: React.ForwardRefExoticComponent<Pick<IApprovalVisualizationVisBlockProps, "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "
|
|
6
|
+
export declare const ApprovalVisualizationVisBlock: React.ForwardRefExoticComponent<Pick<IApprovalVisualizationVisBlockProps, "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "draggable" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -16,10 +16,10 @@ export declare class BaseMainMenuItemImpl<PropsT extends BaseMainMenuItemParams,
|
|
|
16
16
|
UNSAFE_componentWillMount(): void;
|
|
17
17
|
componentDidMount(): void;
|
|
18
18
|
onSelecting():
|
|
19
|
-
import("D:/BuildAgent/work/
|
|
19
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
|
|
20
20
|
onSelected(): void;
|
|
21
21
|
onToggling():
|
|
22
|
-
import("D:/BuildAgent/work/
|
|
22
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
|
|
23
23
|
onToggled(): void;
|
|
24
24
|
protected onClick(event: React.MouseEvent): void;
|
|
25
25
|
protected getCssClass(): string;
|
package/Platform/CardLink.d.ts
CHANGED
|
@@ -82,13 +82,14 @@ export declare class CardLink extends InputBasedControl<GenModels.CardLinkDataMo
|
|
|
82
82
|
protected construct(): void;
|
|
83
83
|
componentDidMount(): void;
|
|
84
84
|
protected getServices(): $FileController & $LayoutFileController & $LayoutLinksController & $LayoutController & Partial<$CardId> & $EditOperationStore & $CardId & Partial<$LabelWidth> & $LayoutManager & $Layout &
|
|
85
|
-
import("D:/BuildAgent/work/
|
|
86
|
-
import("D:/BuildAgent/work/
|
|
87
|
-
import("D:/BuildAgent/work/
|
|
88
|
-
import("D:/BuildAgent/work/
|
|
89
|
-
import("D:/BuildAgent/work/
|
|
90
|
-
import("D:/BuildAgent/work/
|
|
91
|
-
import("@docsvision/webclient/FilePreview/$FilePreview").$FilePreview> &
|
|
85
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Services/$LayoutCheckService").$LayoutCheck &
|
|
86
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CardInfo &
|
|
87
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Core/RequestProcessing/$RequestManager").$RequestManager &
|
|
88
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/StandardServices").$ApplicationSettings &
|
|
89
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Services/$FileService").$FileService &
|
|
90
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/StandardServices").$DeviceType & Partial<
|
|
91
|
+
import("@docsvision/webclient/FilePreview/$FilePreview").$FilePreview> & Partial<
|
|
92
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/StandardServices").$SiteUrl> & $CardOperationsController & Partial<$LinksSearchCards> & $CardsPresentationController;
|
|
92
93
|
protected createParams(): CardLinkParams;
|
|
93
94
|
protected createImpl(): CardLinkImpl;
|
|
94
95
|
private set binding(value);
|
|
@@ -71,6 +71,8 @@ export declare class CardLinkImpl extends InputBasedControlImpl<GenModels.CardLi
|
|
|
71
71
|
protected updateValidationMessage(): void;
|
|
72
72
|
protected getCssClass(): string;
|
|
73
73
|
protected getTextValue(): string;
|
|
74
|
+
/** Вызывается в режиме View и в режиме когда не задан searchQueryParamName */
|
|
75
|
+
protected getLabeledTextValue(): string;
|
|
74
76
|
protected getTextTabIndex(): 0 | -1;
|
|
75
77
|
protected onTextKeyDown: (event: React.KeyboardEvent) => void;
|
|
76
78
|
protected onMenuKeyDown: (event: React.KeyboardEvent) => void;
|
|
@@ -85,7 +87,7 @@ export declare class CardLinkImpl extends InputBasedControlImpl<GenModels.CardLi
|
|
|
85
87
|
protected get isShowIcon(): boolean;
|
|
86
88
|
protected renderWithTextValue(): string | JSX.Element;
|
|
87
89
|
protected renderWithText(): JSX.Element;
|
|
88
|
-
protected
|
|
90
|
+
protected renderLabeledText(): JSX.Element;
|
|
89
91
|
/**
|
|
90
92
|
* Renders settings menu and its icon to open menu
|
|
91
93
|
*/
|
|
@@ -104,6 +106,6 @@ export declare class CardLinkImpl extends InputBasedControlImpl<GenModels.CardLi
|
|
|
104
106
|
/**
|
|
105
107
|
* Renders label value
|
|
106
108
|
*/
|
|
107
|
-
protected
|
|
109
|
+
protected renderLabeledTextValue(): JSX.Element;
|
|
108
110
|
renderControl(): {};
|
|
109
111
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare class CertificateSettingsView {
|
|
3
3
|
setup: (props:
|
|
4
|
-
import("D:/BuildAgent/work/
|
|
4
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/BackOffice/Dialogs/SignatureMethodsSetup/SignatureMethodsSetup").ISignatureMethodsSetupProps) => JSX.Element;
|
|
5
5
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import { $MessageBox } from '@docsvision/webclient/System/$MessageBox';
|
|
1
2
|
export interface IFileCheckResult {
|
|
2
3
|
allowed: boolean;
|
|
3
4
|
errorMessage: string;
|
|
4
5
|
}
|
|
5
6
|
export declare function checkFileAllowed(file: File): IFileCheckResult;
|
|
7
|
+
export declare function confirmIllegalNamed(fileName: string, services: $MessageBox): Promise<boolean>;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export declare const completeTaskConditionsTableChildrenStub: {
|
|
2
|
+
controlTypeName: string;
|
|
3
|
+
isAsync: any;
|
|
4
|
+
properties: {
|
|
5
|
+
name: string;
|
|
6
|
+
controlInfo: {
|
|
7
|
+
controlDisplayName: string;
|
|
8
|
+
controlName: string;
|
|
9
|
+
showParameter: number;
|
|
10
|
+
completionParameterModel: {
|
|
11
|
+
id: string;
|
|
12
|
+
name: string;
|
|
13
|
+
required: boolean;
|
|
14
|
+
type: number;
|
|
15
|
+
value: string;
|
|
16
|
+
isEmpty: boolean;
|
|
17
|
+
complexValue: any;
|
|
18
|
+
showInCompletionDialog: boolean;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
children: {
|
|
23
|
+
controlTypeName: string;
|
|
24
|
+
isAsync: any;
|
|
25
|
+
properties: {
|
|
26
|
+
displayName: string;
|
|
27
|
+
placeHolder: string;
|
|
28
|
+
labelText: string;
|
|
29
|
+
name: string;
|
|
30
|
+
compactMode: boolean;
|
|
31
|
+
editMode: number;
|
|
32
|
+
tabStop: boolean;
|
|
33
|
+
required: boolean;
|
|
34
|
+
showInCompletionDialog: boolean;
|
|
35
|
+
};
|
|
36
|
+
children: any[];
|
|
37
|
+
}[];
|
|
38
|
+
}[];
|
|
39
|
+
export declare const completeTaskConditionsTableParamsStub: {
|
|
40
|
+
controlDisplayName: string;
|
|
41
|
+
controlName: string;
|
|
42
|
+
showParameter: number;
|
|
43
|
+
completionParameterModel: {
|
|
44
|
+
id: string;
|
|
45
|
+
name: string;
|
|
46
|
+
required: boolean;
|
|
47
|
+
type: number;
|
|
48
|
+
value: string;
|
|
49
|
+
isEmpty: boolean;
|
|
50
|
+
complexValue: any;
|
|
51
|
+
showInCompletionDialog: boolean;
|
|
52
|
+
};
|
|
53
|
+
}[];
|
|
@@ -6,4 +6,5 @@ export declare const ContextMenuCustomTableHeaderRowPlugin: TablePlugins.HeaderR
|
|
|
6
6
|
export declare const ContextMenuCustomTableRowPlugin: TablePlugins.Row.MountEffect;
|
|
7
7
|
export declare const ContextMenuCustomTableCellPlugin: TablePlugins.Cell.MountEffect;
|
|
8
8
|
export declare const ContextMenuOptionsServiceProvider: (itemProviders: IDataItemProvider[], blocks?: ICustomContextMenuBlock[]) => TablePlugins.ServiceProvider<$ContextMenuOptions & $Domain>;
|
|
9
|
+
export declare const DisableNativeContextMenuTablePlugin: TablePlugins.Table.MountEffect;
|
|
9
10
|
export declare const ContextMenuCustomPlugins: ITablePlugins;
|
|
@@ -77,6 +77,7 @@ export declare class DateTimePicker extends InputBasedControl<Date, DateTimePick
|
|
|
77
77
|
protected set defaultValue(val: Date);
|
|
78
78
|
private set defaultWorkTimeBinding(value);
|
|
79
79
|
private set dateTimePickerMode(value);
|
|
80
|
+
set setDateTimePickerMode(value: GenModels.DateTimePickerType);
|
|
80
81
|
private get defaultCurrentDateTime();
|
|
81
82
|
protected onSaveRequest(sender: unknown, args: ICancelableEventArgs<unknown>): Promise<void>;
|
|
82
83
|
/**
|
|
@@ -52,7 +52,7 @@ export declare class DateTimePickerImpl extends InputBasedControlImpl<Date, Date
|
|
|
52
52
|
constructor(props: DateTimePickerParams, state: IDateTimePickerState);
|
|
53
53
|
componentDidMount(): Promise<void>;
|
|
54
54
|
getColor: () => "#7BB652" | "rgba(0, 149, 218, 0.8)" | "#3B4C60" | "#0095da" | "#7bb652";
|
|
55
|
-
|
|
55
|
+
initializeCultureSettings(): void;
|
|
56
56
|
protected setEditInPlaceWidth(element: Element): void;
|
|
57
57
|
protected getMask(date: string): string;
|
|
58
58
|
protected getTextValue(): string;
|