@docsvision/webclient 5.17.0-beta.10 → 5.17.0-beta.11
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/BackOffice/ChangeBoundaryValuesSection.d.ts +4 -0
- package/BackOffice/ChangeSectionValues.d.ts +4 -0
- package/BackOffice/ConvertSizetoMegabytes.d.ts +1 -0
- package/BackOffice/EmailButton.d.ts +21 -0
- package/BackOffice/EmailButton.stories.d.ts +10 -0
- package/BackOffice/EmailButtonContainer.d.ts +8 -0
- package/BackOffice/EmailButtonFiles.d.ts +7 -0
- package/BackOffice/EmailButtonItem.d.ts +12 -0
- package/BackOffice/EmailButtonLogic.d.ts +42 -0
- package/BackOffice/EmailButtonOptions.d.ts +36 -0
- package/BackOffice/EmailButtonSectionId.d.ts +2 -0
- package/BackOffice/EmailButtonSelectedSize.d.ts +9 -0
- package/BackOffice/EmailButtonView.d.ts +19 -0
- package/BackOffice/GetEmlUrl.d.ts +11 -0
- package/BackOffice/ITaskTableSorting.d.ts +27 -0
- package/BackOffice/InitialCheckboxes.d.ts +4 -0
- package/BackOffice/PrepareTasksTableModel.d.ts +2 -1
- package/BackOffice/SortingRows.d.ts +6 -0
- package/BackOffice/TasksTable.d.ts +3 -0
- package/BackOffice/TasksTableHeaderCell.d.ts +3 -0
- package/BackOffice/TasksTableLogic.d.ts +8 -0
- package/Generated/DocsVision.WebClient.Controllers.d.ts +100 -4
- package/Generated/DocsVision.WebClient.Models.d.ts +232 -24
- package/Helpers/IconButton.d.ts +2 -0
- package/Helpers/Menu/AdaptiveMenuBar.d.ts +2 -0
- package/Helpers/Menu/MobileMenuBar.d.ts +1 -0
- package/Helpers/MessageBox/MessageBox.d.ts +6 -1
- package/Helpers/Table/TableHelperHeaderRow.d.ts +1 -0
- package/MainBundle.d.ts +2 -2
- package/Platform/$AggregatesCheckbox.d.ts +19 -0
- package/Platform/$CurrentFolder.d.ts +1 -0
- package/Platform/$FileDownload.d.ts +2 -1
- package/Platform/$FolderDataLoading.d.ts +2 -0
- package/Platform/$FolderGrid.d.ts +8 -7
- package/Platform/$HoverPanel.d.ts +1 -1
- package/Platform/$SearchText.d.ts +11 -0
- package/Platform/$ToolbarDaughterControls.d.ts +20 -0
- package/Platform/AggregateItemCheckbox.d.ts +12 -0
- package/Platform/Aggregates.stories.d.ts +8 -0
- package/Platform/AggregatesCheckbox.d.ts +10 -0
- package/Platform/AggregatesCheckboxPlugins.d.ts +11 -0
- package/Platform/AggregatesCheckboxService.d.ts +37 -0
- package/Platform/AggregatesExtendedData.d.ts +4 -0
- package/Platform/AggregatesGroup.d.ts +13 -0
- package/Platform/AggregatesListItem.d.ts +5 -0
- package/Platform/AggregatesNotAvailable.d.ts +6 -0
- package/Platform/AggregatesPanelHeader.d.ts +6 -0
- package/Platform/AggregatesRequestResolver.d.ts +12 -0
- package/Platform/AggregatesResponseResolver.d.ts +10 -0
- package/Platform/AggregatesTree.d.ts +17 -0
- package/Platform/AggregatesTreeLoader.d.ts +2 -0
- package/Platform/AggregatesUtils.d.ts +5 -0
- package/Platform/ContextMenu.d.ts +7 -1
- package/Platform/DefaultFolderDataLoader.d.ts +1 -1
- package/Platform/DefaultFolderTablePluginFactory.d.ts +3 -1
- package/Platform/DeleteBatchOperation.d.ts +31 -0
- package/Platform/DeleteBatchOperationImpl.d.ts +23 -0
- package/Platform/DownloadBatchOperationFileInfoCard.d.ts +7 -0
- package/Platform/DownloadDocumentFileMode.d.ts +5 -0
- package/Platform/DownloadFilesBatchOperation.d.ts +36 -0
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +26 -0
- package/Platform/ExportPlugin.d.ts +10 -4
- package/Platform/Favorite.d.ts +22 -0
- package/Platform/FavoritesPageRouteHandler.d.ts +18 -0
- package/Platform/FavoritesRouteHandler.d.ts +18 -0
- package/Platform/FileDownloadService.d.ts +2 -1
- package/Platform/FolderDataContext.d.ts +4 -1
- package/Platform/FolderDataLoadingService.d.ts +10 -6
- package/Platform/FolderGrid.d.ts +3 -1
- package/Platform/FolderGridBatchOperationsNode.d.ts +2 -1
- package/Platform/FolderGridService.d.ts +3 -2
- package/Platform/FolderNameImpl.d.ts +1 -0
- package/Platform/FolderRouteTypeMapper.d.ts +1 -0
- package/Platform/HoverPanelService.d.ts +2 -2
- package/Platform/IAggregates.d.ts +34 -0
- package/Platform/ICommonFolderInfo.d.ts +1 -0
- package/Platform/IFavoritesPageRouteData.d.ts +6 -0
- package/Platform/IFavoritesRouteData.d.ts +7 -0
- package/Platform/IFileHasSignature.d.ts +4 -0
- package/Platform/IFileInfo.d.ts +5 -0
- package/Platform/IFolderDataLoader.d.ts +1 -1
- package/Platform/IFolderLoadRequest.d.ts +2 -1
- package/Platform/LayoutIconButton.d.ts +2 -0
- package/Platform/LayoutIconButtonImpl.d.ts +1 -0
- package/Platform/{MoveShortcutsBatchOperation.d.ts → MoveShortcutBatchOperation.d.ts} +5 -5
- package/Platform/{MoveShortcutsBatchOperationImpl.d.ts → MoveShortcutBatchOperationImpl.d.ts} +5 -5
- package/Platform/ReadAllPlugin.d.ts +10 -5
- package/Platform/ReadBatchOperation.d.ts +2 -1
- package/Platform/RefreshPlugin.d.ts +10 -4
- package/Platform/ResetSettingsPlugin.d.ts +10 -4
- package/Platform/SearchResultsRequestResolver.d.ts +6 -0
- package/Platform/SearchTextProvider.d.ts +7 -0
- package/Platform/SearchTextService.d.ts +10 -0
- package/Platform/SettingsPlugin.d.ts +12 -7
- package/Platform/SettingsPopup.d.ts +4 -2
- package/Platform/SettingsPopupLogic.d.ts +9 -0
- package/Platform/SettingsPopupRequestResolver.d.ts +2 -1
- package/Platform/ShowAllButton.d.ts +3 -1
- package/Platform/TestUtils.d.ts +10 -1
- package/Platform/ToggleArrowIcon.d.ts +5 -0
- package/Platform/ToolbarDaughterControl.d.ts +18 -0
- package/Platform/ToolbarDaughterControlImpl.d.ts +14 -0
- package/Platform/ToolbarDaughterControlsPlugin.d.ts +6 -0
- package/Platform/ToolbarDaughterControlsService.d.ts +13 -0
- package/Platform/WebFrameSearchPanel.d.ts +5 -4
- package/Platform/WebFrameUserPanel.d.ts +4 -2
- package/Platform/filterViews.d.ts +3 -0
- package/StandardServices.d.ts +3 -1
- package/System/$LastSearchResponse.d.ts +13 -0
- package/System/$PollService.d.ts +10 -0
- package/System/ButtonPositionsSelectionUtils.d.ts +2 -1
- package/System/GridAggregatesModelStub.d.ts +13 -0
- package/System/LastSearchResponseService.d.ts +19 -0
- package/System/LayoutCardControllerStub.d.ts +1 -1
- package/System/Poll.d.ts +10 -0
- package/System/PollService.d.ts +27 -0
- package/System/ResourcesStub.d.ts +2 -1
- package/System/StandardRoutes.d.ts +4 -0
- package/package.json +1 -1
- package/Platform/$PluginTemplate.d.ts +0 -12
- package/Platform/PluginTemplateExtendedData.d.ts +0 -4
- package/Platform/PluginTemplatePlugins.d.ts +0 -15
- package/Platform/PluginTemplateService.d.ts +0 -11
- package/Platform/Settings.d.ts +0 -3
- package/Platform/TemplateRequestResolver.d.ts +0 -12
- package/Platform/TemplateResponseResolver.d.ts +0 -11
- package/System/$ServiceTemplate.d.ts +0 -16
- package/System/ControlTemplate.d.ts +0 -23
- package/System/ControlTemplate.stories.d.ts +0 -9
- package/System/ControlTemplateContainer.d.ts +0 -7
- package/System/ControlTemplateEffect.d.ts +0 -3
- package/System/ControlTemplateFrame.d.ts +0 -8
- package/System/ControlTemplateLogic.d.ts +0 -17
- package/System/ControlTemplateOptions.d.ts +0 -30
- package/System/ControlTemplateText.d.ts +0 -7
- package/System/ControlTemplateView.d.ts +0 -10
- package/System/ServiceTemplateService.d.ts +0 -13
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IEmailButtonCheckboxes } from '@docsvision/webclient/BackOffice/EmailButtonLogic';
|
|
2
|
+
import { FileListItem } from '@docsvision/webclient/BackOffice/FileListItem';
|
|
3
|
+
import { Event, Store } from 'effector';
|
|
4
|
+
export declare function changeBoundaryValuesSection(checkboxes: IEmailButtonCheckboxes, files: Store<FileListItem[]>, id: string, event: Event<string>): void;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IEmailButtonCheckboxes } from '@docsvision/webclient/BackOffice/EmailButtonLogic';
|
|
2
|
+
import { FileListItem } from '@docsvision/webclient/BackOffice/FileListItem';
|
|
3
|
+
import { Store } from 'effector';
|
|
4
|
+
export declare function changeSectionValues(checkboxes: IEmailButtonCheckboxes, files: Store<FileListItem[]>, id: string): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function convertSizetoMegabytes(size?: number): string;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { EmailButtonLogic } from '@docsvision/webclient/BackOffice/EmailButtonLogic';
|
|
3
|
+
import { EmailButtonParams } from '@docsvision/webclient/BackOffice/EmailButtonOptions';
|
|
4
|
+
import { EmailButtonView } from '@docsvision/webclient/BackOffice/EmailButtonView';
|
|
5
|
+
import { BaseControl } from '@docsvision/webclient/System/BaseControl';
|
|
6
|
+
import { BaseControlImplState } from '@docsvision/webclient/System/BaseControlImpl';
|
|
7
|
+
import { ControlImpl } from '@docsvision/webclient/System/ControlImpl';
|
|
8
|
+
export interface EmailButtonState extends BaseControlImplState, EmailButtonParams {
|
|
9
|
+
logic: EmailButtonLogic;
|
|
10
|
+
view: EmailButtonView;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Класс элемента управления EmailButton.
|
|
14
|
+
*/
|
|
15
|
+
export declare class EmailButton extends BaseControl<EmailButtonParams, EmailButtonState> {
|
|
16
|
+
construct(): void;
|
|
17
|
+
protected createParams(): EmailButtonParams;
|
|
18
|
+
protected createImpl(): ControlImpl;
|
|
19
|
+
protected addCssClass: () => "" | "hide";
|
|
20
|
+
renderControl(): JSX.Element;
|
|
21
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { EmailButton } from '@docsvision/webclient/BackOffice/EmailButton';
|
|
3
|
+
import './EmailButton.stories.css';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: typeof EmailButton;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const Default: () => JSX.Element;
|
|
10
|
+
export declare const ModifyFilesSelection: () => JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { EmailButtonLogic } from '@docsvision/webclient/BackOffice/EmailButtonLogic';
|
|
3
|
+
import { EmailButtonView } from '@docsvision/webclient/BackOffice/EmailButtonView';
|
|
4
|
+
import './EmailButtonContainer.css';
|
|
5
|
+
export declare const EmailButtonContainer: (props: {
|
|
6
|
+
logic: EmailButtonLogic;
|
|
7
|
+
view: EmailButtonView;
|
|
8
|
+
}) => JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
|
|
3
|
+
import './EmailButtonFiles.css';
|
|
4
|
+
export interface EmailButtonFilesProps extends HtmlProps.div {
|
|
5
|
+
}
|
|
6
|
+
/** Стилевой контейнер файлов {@see EmailButtonContainer }. */
|
|
7
|
+
export declare const EmailButtonFiles: (props: EmailButtonFilesProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
|
|
3
|
+
import './EmailButtonItem.css';
|
|
4
|
+
export interface EmailButtonItemProps extends HtmlProps.span {
|
|
5
|
+
title: string;
|
|
6
|
+
size: number;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
bold?: boolean;
|
|
9
|
+
renderCheckbox: () => ReactNode;
|
|
10
|
+
}
|
|
11
|
+
/** Стилевой контейнер меню {@see EmailButtonContainer }. */
|
|
12
|
+
export declare const EmailButtonItem: (props: EmailButtonItemProps) => JSX.Element;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EmailButtonParams } from '@docsvision/webclient/BackOffice/EmailButtonOptions';
|
|
2
|
+
import { FileListItem } from '@docsvision/webclient/BackOffice/FileListItem';
|
|
3
|
+
export interface IEmailButtonCheckboxes {
|
|
4
|
+
[id: string]: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare class EmailButtonLogic {
|
|
7
|
+
options: EmailButtonParams;
|
|
8
|
+
constructor(options: EmailButtonParams);
|
|
9
|
+
domain:
|
|
10
|
+
import("effector").Domain;
|
|
11
|
+
getEmlFile:
|
|
12
|
+
import("effector").Event<void>;
|
|
13
|
+
getEmlFileFx:
|
|
14
|
+
import("effector").Effect<void, Blob, Error>;
|
|
15
|
+
$emlLoading:
|
|
16
|
+
import("effector").Store<boolean>;
|
|
17
|
+
getFiles:
|
|
18
|
+
import("effector").Event<void>;
|
|
19
|
+
$files:
|
|
20
|
+
import("effector").Store<FileListItem[]>;
|
|
21
|
+
$mainFiles:
|
|
22
|
+
import("effector").Store<FileListItem[]>;
|
|
23
|
+
$mainFilesSize:
|
|
24
|
+
import("effector").Store<number>;
|
|
25
|
+
$additionalFiles:
|
|
26
|
+
import("effector").Store<FileListItem[]>;
|
|
27
|
+
$additionalFilesSize:
|
|
28
|
+
import("effector").Store<number>;
|
|
29
|
+
$selectedFiles:
|
|
30
|
+
import("effector").Store<FileListItem[]>;
|
|
31
|
+
$selectedFileIds:
|
|
32
|
+
import("effector").Store<string[]>;
|
|
33
|
+
$selectedFilesSize:
|
|
34
|
+
import("effector").Store<number>;
|
|
35
|
+
$checkboxes:
|
|
36
|
+
import("effector").Store<IEmailButtonCheckboxes>;
|
|
37
|
+
changeFileSelection:
|
|
38
|
+
import("effector").Event<string>;
|
|
39
|
+
changeSectionSelection:
|
|
40
|
+
import("effector").Event<string>;
|
|
41
|
+
init(): Promise<void>;
|
|
42
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { EmailButtonLogic } from '@docsvision/webclient/BackOffice/EmailButtonLogic';
|
|
2
|
+
import { EmailButtonView } from '@docsvision/webclient/BackOffice/EmailButtonView';
|
|
3
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
4
|
+
import { $FileDownload } from '@docsvision/webclient/Platform/$FileDownload';
|
|
5
|
+
import { $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
6
|
+
import { BaseControlParams } from '@docsvision/webclient/System/BaseControl';
|
|
7
|
+
import { $CardId } from '@docsvision/webclient/System/LayoutServices';
|
|
8
|
+
import { $FileService } from '@docsvision/webclient/System/$FileService';
|
|
9
|
+
import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
10
|
+
import { IControlOptions } from '@docsvision/webclient/System/IControlOptions';
|
|
11
|
+
import { Optional } from '@docsvision/web/core/services';
|
|
12
|
+
/**
|
|
13
|
+
* Содержит публичные свойства элемента управления [EmailButtonParams]{@link EmailButtonParams}.
|
|
14
|
+
*/
|
|
15
|
+
export declare class EmailButtonParams extends BaseControlParams {
|
|
16
|
+
/** Стандартный CSS класс со стилями элемента управления */
|
|
17
|
+
standardCssClass?: string;
|
|
18
|
+
/** Текст кнопки операции. */
|
|
19
|
+
buttonText?: string;
|
|
20
|
+
/** Шаблон */
|
|
21
|
+
transformationTemplate: string;
|
|
22
|
+
/** Изменение выбора файлов */
|
|
23
|
+
modifyFilesSelection?: boolean;
|
|
24
|
+
/** Прикладываемые файлы */
|
|
25
|
+
fileAttachments?: GenModels.FileAttachmentsMode;
|
|
26
|
+
/** Использовать ссылку на карточку */
|
|
27
|
+
useCardLink?: boolean;
|
|
28
|
+
/** Использовать шаблон */
|
|
29
|
+
useTemplate?: boolean;
|
|
30
|
+
/** Сервисы */
|
|
31
|
+
services?: Optional<$EmailButtonOptions> & $FileDownload & $CardId & $FileService & $LocalStorage & $DeviceType;
|
|
32
|
+
}
|
|
33
|
+
export declare type $EmailButtonOptions = {
|
|
34
|
+
emailButtonOptions: IControlOptions<EmailButtonParams, EmailButtonLogic, EmailButtonView>;
|
|
35
|
+
};
|
|
36
|
+
export declare const $EmailButtonOptions: string | ((model?: $EmailButtonOptions) => IControlOptions<EmailButtonParams, EmailButtonLogic, EmailButtonView>);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
|
|
3
|
+
import './EmailButtonSelectedSize.css';
|
|
4
|
+
export interface EmailButtonSelectedSizeProps extends HtmlProps.div {
|
|
5
|
+
size: number;
|
|
6
|
+
text: string;
|
|
7
|
+
}
|
|
8
|
+
/** Стилевой контейнер объёма вложения {@see EmailButtonContainer }. */
|
|
9
|
+
export declare const EmailButtonSelectedSize: (props: EmailButtonSelectedSizeProps) => JSX.Element;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare class EmailButtonView {
|
|
3
|
+
button: (props:
|
|
4
|
+
import("@docsvision/web/components/form/button").ButtonProps) => JSX.Element;
|
|
5
|
+
buttonDialog: (props:
|
|
6
|
+
import("C:/dev/WebClient/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
7
|
+
modalDialog: (props:
|
|
8
|
+
import("@docsvision/web/components/modals/modal-dialog").ModalDialogProps) => JSX.Element;
|
|
9
|
+
item: (props:
|
|
10
|
+
import("./components/EmailButtonItem").EmailButtonItemProps) => JSX.Element;
|
|
11
|
+
checkbox:
|
|
12
|
+
import("react").ForwardRefExoticComponent<Pick<
|
|
13
|
+
import("@docsvision/web/components/form/checkbox/CheckBox").CheckBoxProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "onSubmit" | "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" | "value" | "labelText" | "required" | "innerRef" | "readOnly" | "checked" | "htmlFor" | "onSetupLogic" | "onSetupView" | "css" | "indeterminate"> &
|
|
14
|
+
import("react").RefAttributes<unknown>>;
|
|
15
|
+
files: (props:
|
|
16
|
+
import("./components/EmailButtonFiles").EmailButtonFilesProps) => JSX.Element;
|
|
17
|
+
selectedSize: (props:
|
|
18
|
+
import("./components/EmailButtonSelectedSize").EmailButtonSelectedSizeProps) => JSX.Element;
|
|
19
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
|
+
export interface IGetEmlFileUrl {
|
|
3
|
+
documentId: string;
|
|
4
|
+
useCardLink: boolean;
|
|
5
|
+
useTemplate: boolean;
|
|
6
|
+
transformationTemplate: string;
|
|
7
|
+
fileAttachments: GenModels.FileAttachmentsMode;
|
|
8
|
+
modifyFilesSelection: boolean;
|
|
9
|
+
fileIds: string[];
|
|
10
|
+
}
|
|
11
|
+
export declare function getEmlUrl(params: IGetEmlFileUrl): string;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
export declare enum TasksTableSorting {
|
|
3
|
+
/** Without sorting */
|
|
4
|
+
None = 0,
|
|
5
|
+
/** Send data */
|
|
6
|
+
SendDate = 1,
|
|
7
|
+
/** Due date */
|
|
8
|
+
DueDate = 2,
|
|
9
|
+
/** Name */
|
|
10
|
+
Name = 3,
|
|
11
|
+
/** Author */
|
|
12
|
+
Author = 4,
|
|
13
|
+
/** State */
|
|
14
|
+
State = 5,
|
|
15
|
+
/** Current performer */
|
|
16
|
+
CurrentPerformer = 6,
|
|
17
|
+
/** Kind */
|
|
18
|
+
Kind = 7
|
|
19
|
+
}
|
|
20
|
+
export declare enum TasksTableSortingDirection {
|
|
21
|
+
Ascending = 0,
|
|
22
|
+
Descending = 1
|
|
23
|
+
}
|
|
24
|
+
export interface ITasksTableSorting {
|
|
25
|
+
type: GenModels.TaskColumnType;
|
|
26
|
+
direction: TasksTableSortingDirection;
|
|
27
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IEmailButtonCheckboxes } from '@docsvision/webclient/BackOffice/EmailButtonLogic';
|
|
2
|
+
import { FileListItem } from '@docsvision/webclient/BackOffice/FileListItem';
|
|
3
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
4
|
+
export declare function initialCheckboxes(files: FileListItem[], fileAttachments: GenModels.FileAttachmentsMode): IEmailButtonCheckboxes;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
2
|
import { ITasksTableModel } from '@docsvision/webclient/BackOffice/ITasksTableModel';
|
|
3
|
-
|
|
3
|
+
import { ITasksTableSorting } from '@docsvision/webclient/BackOffice/ITaskTableSorting';
|
|
4
|
+
export declare function prepareTasksTableModel(data: GenModels.TasksTableModel, expand: number, taskGroupWithOneTaskDisplayMode?: GenModels.TaskGroupWithOneTaskDisplayMode, sorting?: ITasksTableSorting): ITasksTableModel;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ITasksTableModel } from "@docsvision/webclient/BackOffice/ITasksTableModel";
|
|
2
|
+
import { ITasksTableRow } from "@docsvision/webclient/BackOffice/ITasksTableRow";
|
|
3
|
+
import { ITasksTableSorting, TasksTableSorting } from "@docsvision/webclient/BackOffice/ITaskTableSorting";
|
|
4
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
5
|
+
export declare function sortingRows(sorting: ITasksTableSorting, model: ITasksTableModel): ITasksTableRow[];
|
|
6
|
+
export declare function sortingRefinement(sorting: TasksTableSorting): GenModels.TaskColumnType.Name | GenModels.TaskColumnType.Author | GenModels.TaskColumnType.State | GenModels.TaskColumnType.PlannedEndDate | GenModels.TaskColumnType.CurrentPerformer | GenModels.TaskColumnType.DepartureDate | GenModels.TaskColumnType.Kind;
|
|
@@ -20,6 +20,7 @@ import { CancelableApiEvent, BasicApiEvent } from '@docsvision/webclient/System/
|
|
|
20
20
|
import { ITasksTableRow } from '@docsvision/webclient/BackOffice/ITasksTableRow';
|
|
21
21
|
import { $UrlStore } from '@docsvision/webclient/System/$UrlStore';
|
|
22
22
|
import { $FileDownload } from '@docsvision/webclient/Platform/$FileDownload';
|
|
23
|
+
import { TasksTableSorting } from '@docsvision/webclient/BackOffice/ITaskTableSorting';
|
|
23
24
|
/**
|
|
24
25
|
* Содержит публичные свойства элемента управления [Отображение инициатора]{@link TasksTable}.
|
|
25
26
|
*/
|
|
@@ -59,6 +60,8 @@ export declare class TasksTableParams extends BaseControlParams {
|
|
|
59
60
|
rows?: ITasksTableRow[];
|
|
60
61
|
/** Набор видимых строк плоским списком. */
|
|
61
62
|
visibleRows?: ITasksTableRow[];
|
|
63
|
+
/** Сортировка */
|
|
64
|
+
sorting?: TasksTableSorting;
|
|
62
65
|
rowRemoving?: CancelableApiEvent<{
|
|
63
66
|
row: ITasksTableRow;
|
|
64
67
|
}>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
|
+
import { ITasksTableSorting } from '@docsvision/webclient/BackOffice/ITaskTableSorting';
|
|
3
4
|
export interface ITasksTableHeaderCellProps extends React.HTMLAttributes<HTMLButtonElement> {
|
|
4
5
|
column: GenModels.ColumnDescription;
|
|
5
6
|
iconColumnWidth: number;
|
|
@@ -10,5 +11,7 @@ export interface ITasksTableHeaderCellProps extends React.HTMLAttributes<HTMLBut
|
|
|
10
11
|
columnNames: {
|
|
11
12
|
[key: number]: string;
|
|
12
13
|
};
|
|
14
|
+
sorting: ITasksTableSorting;
|
|
15
|
+
setSortingColumn?(columnType: GenModels.TaskColumnType): void;
|
|
13
16
|
}
|
|
14
17
|
export declare function TasksTableHeaderCell(props: ITasksTableHeaderCellProps): JSX.Element;
|
|
@@ -5,6 +5,7 @@ import { TasksTableParams } from '@docsvision/webclient/BackOffice/TasksTable';
|
|
|
5
5
|
import { ITasksTableRow } from '@docsvision/webclient/BackOffice/ITasksTableRow';
|
|
6
6
|
import { IRenderHelpBoxNodeInfo } from '@docsvision/webclient/BackOffice/ITasksTreeNodeResolver';
|
|
7
7
|
import { StaffDirectoryItems } from '@docsvision/webclient/BackOffice/StaffDirectoryItems';
|
|
8
|
+
import { ITasksTableSorting } from "@docsvision/webclient/BackOffice/ITaskTableSorting";
|
|
8
9
|
export declare class TasksTableLogic {
|
|
9
10
|
options: TasksTableParams;
|
|
10
11
|
constructor(options: TasksTableParams);
|
|
@@ -153,6 +154,12 @@ import("react").MouseEvent<Element, MouseEvent>>;
|
|
|
153
154
|
import("effector").Event<string>;
|
|
154
155
|
togglePerformer:
|
|
155
156
|
import("effector").Event<(ITasksTableRow: any) => boolean>;
|
|
157
|
+
$sorting:
|
|
158
|
+
import("effector").Store<ITasksTableSorting>;
|
|
159
|
+
setSorting:
|
|
160
|
+
import("effector").Event<ITasksTableSorting>;
|
|
161
|
+
setModelSorting:
|
|
162
|
+
import("effector").Event<ITasksTableModel>;
|
|
156
163
|
checkItemLoaded(item: ITasksTableRow): boolean;
|
|
157
164
|
smartphoneColumns: GenModels.ColumnDescription[];
|
|
158
165
|
getVisibleColumns(): GenModels.ColumnDescription[];
|
|
@@ -165,6 +172,7 @@ import("effector").Event<(ITasksTableRow: any) => boolean>;
|
|
|
165
172
|
unfinishedFilter: (row: ITasksTableRow) => boolean;
|
|
166
173
|
rowsToFixateDialog: number;
|
|
167
174
|
init(): void;
|
|
175
|
+
setSortingColumn: (columnType: GenModels.TaskColumnType) => void;
|
|
168
176
|
private getColumns;
|
|
169
177
|
private updateSearchSubstring;
|
|
170
178
|
}
|
|
@@ -26,10 +26,10 @@ export declare namespace GenControllers {
|
|
|
26
26
|
*
|
|
27
27
|
* @returns file stream
|
|
28
28
|
*/
|
|
29
|
-
downloadPdf(fileId: string, options?: RequestOptions): Promise<string>;
|
|
29
|
+
downloadPdf(fileId: string, cardId: string, options?: RequestOptions): Promise<string>;
|
|
30
30
|
}
|
|
31
31
|
class FilePreviewController extends BaseController implements IFilePreviewController {
|
|
32
|
-
downloadPdf(fileId: string, options?: RequestOptions): Promise<string>;
|
|
32
|
+
downloadPdf(fileId: string, cardId: string, options?: RequestOptions): Promise<string>;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
export declare type $FilePreviewController = {
|
|
@@ -401,6 +401,22 @@ export declare type $ExtensionsController = {
|
|
|
401
401
|
extensionsController: GenControllers.IExtensionsController;
|
|
402
402
|
};
|
|
403
403
|
export declare const $ExtensionsController: string | ((model?: $ExtensionsController) => GenControllers.IExtensionsController);
|
|
404
|
+
export declare namespace GenControllers {
|
|
405
|
+
interface IFavoritesController {
|
|
406
|
+
checkFavoriteCard(cardId: string, options?: RequestOptions): Promise<boolean>;
|
|
407
|
+
addFavoriteCard(cardId: string, options?: RequestOptions): Promise<void>;
|
|
408
|
+
removeFavoriteCard(cardId: string, options?: RequestOptions): Promise<void>;
|
|
409
|
+
}
|
|
410
|
+
class FavoritesController extends BaseController implements IFavoritesController {
|
|
411
|
+
checkFavoriteCard(cardId: string, options?: RequestOptions): Promise<boolean>;
|
|
412
|
+
addFavoriteCard(cardId: string, options?: RequestOptions): Promise<void>;
|
|
413
|
+
removeFavoriteCard(cardId: string, options?: RequestOptions): Promise<void>;
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
export declare type $FavoritesController = {
|
|
417
|
+
favoritesController: GenControllers.IFavoritesController;
|
|
418
|
+
};
|
|
419
|
+
export declare const $FavoritesController: string | ((model?: $FavoritesController) => GenControllers.IFavoritesController);
|
|
404
420
|
export declare namespace GenControllers {
|
|
405
421
|
/**
|
|
406
422
|
* Represents folder type controller
|
|
@@ -469,6 +485,30 @@ export declare type $SecurityController = {
|
|
|
469
485
|
securityController: GenControllers.ISecurityController;
|
|
470
486
|
};
|
|
471
487
|
export declare const $SecurityController: string | ((model?: $SecurityController) => GenControllers.ISecurityController);
|
|
488
|
+
export declare namespace GenControllers {
|
|
489
|
+
/**
|
|
490
|
+
* Represents send email control controller
|
|
491
|
+
*/
|
|
492
|
+
interface IEmailController {
|
|
493
|
+
/**
|
|
494
|
+
* Generates and downloads EML file from {@link GenModels}.
|
|
495
|
+
*
|
|
496
|
+
* @param documentId Document identifier.
|
|
497
|
+
* @param cardLink Url for open card.
|
|
498
|
+
* @param templateAlias Whether or not to include link to card
|
|
499
|
+
* @param fileAttachmentsMode File attachments mode
|
|
500
|
+
* @param fileIds List of files identifiers
|
|
501
|
+
*/
|
|
502
|
+
getEmlFile(documentId: string, cardLink: string, templateAlias: string, fileAttachmentsMode: GenModels.FileAttachmentsMode, fileIds: Array<string>, options?: RequestOptions): Promise<any>;
|
|
503
|
+
}
|
|
504
|
+
class EmailController extends BaseController implements IEmailController {
|
|
505
|
+
getEmlFile(documentId: string, cardLink: string, templateAlias: string, fileAttachmentsMode: GenModels.FileAttachmentsMode, fileIds: Array<string>, options?: RequestOptions): Promise<any>;
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
export declare type $EmailController = {
|
|
509
|
+
emailController: GenControllers.IEmailController;
|
|
510
|
+
};
|
|
511
|
+
export declare const $EmailController: string | ((model?: $EmailController) => GenControllers.IEmailController);
|
|
472
512
|
export declare namespace GenControllers {
|
|
473
513
|
interface IStateButtonsController {
|
|
474
514
|
/**
|
|
@@ -598,9 +638,14 @@ export declare namespace GenControllers {
|
|
|
598
638
|
* Get value of the field
|
|
599
639
|
*/
|
|
600
640
|
getFieldValue(request: GenModels.GetFieldValueRequest, options?: RequestOptions): Promise<any>;
|
|
641
|
+
/**
|
|
642
|
+
* Gets card digest.
|
|
643
|
+
*/
|
|
644
|
+
getDigest(cardId: string, options?: RequestOptions): Promise<string>;
|
|
601
645
|
}
|
|
602
646
|
class CardDataController extends BaseController implements ICardDataController {
|
|
603
647
|
getFieldValue(request: GenModels.GetFieldValueRequest, options?: RequestOptions): Promise<any>;
|
|
648
|
+
getDigest(cardId: string, options?: RequestOptions): Promise<string>;
|
|
604
649
|
}
|
|
605
650
|
}
|
|
606
651
|
export declare type $CardDataController = {
|
|
@@ -1104,12 +1149,17 @@ export declare namespace GenControllers {
|
|
|
1104
1149
|
* Set Show Archived Cards setting
|
|
1105
1150
|
*/
|
|
1106
1151
|
setShowArchivedCardsSetting(showArchiveCards: boolean, options?: RequestOptions): Promise<void>;
|
|
1152
|
+
/**
|
|
1153
|
+
* Set feedbackRequestDate
|
|
1154
|
+
*/
|
|
1155
|
+
setFeedbackRequestDateSetting(date: string, options?: RequestOptions): Promise<void>;
|
|
1107
1156
|
}
|
|
1108
1157
|
class LayoutUserSettingsController extends BaseController implements ILayoutUserSettingsController {
|
|
1109
1158
|
getMainMenuSettings(options?: RequestOptions): Promise<GenModels.MainMenuSettings>;
|
|
1110
1159
|
saveMainMenuSettings(settings: GenModels.MainMenuSettings, options?: RequestOptions): Promise<void>;
|
|
1111
1160
|
getShowArchivedCardsSetting(options?: RequestOptions): Promise<boolean>;
|
|
1112
1161
|
setShowArchivedCardsSetting(showArchiveCards: boolean, options?: RequestOptions): Promise<void>;
|
|
1162
|
+
setFeedbackRequestDateSetting(date: string, options?: RequestOptions): Promise<void>;
|
|
1113
1163
|
}
|
|
1114
1164
|
}
|
|
1115
1165
|
export declare type $LayoutUserSettingsController = {
|
|
@@ -1141,11 +1191,21 @@ export declare namespace GenControllers {
|
|
|
1141
1191
|
* Get recent cards
|
|
1142
1192
|
*/
|
|
1143
1193
|
recentCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
|
|
1194
|
+
/**
|
|
1195
|
+
* Get favorites cards
|
|
1196
|
+
*/
|
|
1197
|
+
favorites(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
1198
|
+
/**
|
|
1199
|
+
* Get favorites cards
|
|
1200
|
+
*/
|
|
1201
|
+
favoritesCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
|
|
1144
1202
|
}
|
|
1145
1203
|
class PagesController extends BaseController implements IPagesController {
|
|
1146
1204
|
recentCards(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
1147
1205
|
recentCardsEx(request: GenModels.RecentCardsRequest, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
1148
1206
|
recentCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
|
|
1207
|
+
favorites(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
1208
|
+
favoritesCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
|
|
1149
1209
|
}
|
|
1150
1210
|
}
|
|
1151
1211
|
export declare type $PagesController = {
|
|
@@ -1241,6 +1301,10 @@ export declare namespace GenControllers {
|
|
|
1241
1301
|
* load all pages
|
|
1242
1302
|
*/
|
|
1243
1303
|
loadAllPages(baseCursorId: string, options?: RequestOptions): Promise<number>;
|
|
1304
|
+
/**
|
|
1305
|
+
* Get grid aggregates model
|
|
1306
|
+
*/
|
|
1307
|
+
getGridAggregatesModel(request: GenModels.GridAggregateRequest, options?: RequestOptions): Promise<Array<GenModels.GridAggregateModel>>;
|
|
1244
1308
|
}
|
|
1245
1309
|
class GridController extends BaseController implements IGridController {
|
|
1246
1310
|
getCardList(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
@@ -1257,6 +1321,7 @@ export declare namespace GenControllers {
|
|
|
1257
1321
|
getViewDistinctValues(distinctValuesRequest: GenModels.DistinctValuesRequestModel, options?: RequestOptions): Promise<GenModels.DistinctValuesModel>;
|
|
1258
1322
|
getFilterDistinctValues(request: GenModels.FilterDistinctValuesRequestModel, options?: RequestOptions): Promise<GenModels.DistinctValuesModel>;
|
|
1259
1323
|
loadAllPages(baseCursorId: string, options?: RequestOptions): Promise<number>;
|
|
1324
|
+
getGridAggregatesModel(request: GenModels.GridAggregateRequest, options?: RequestOptions): Promise<Array<GenModels.GridAggregateModel>>;
|
|
1260
1325
|
}
|
|
1261
1326
|
}
|
|
1262
1327
|
export declare type $GridController = {
|
|
@@ -1369,6 +1434,37 @@ export declare type $CardOperationsController = {
|
|
|
1369
1434
|
cardOperationsController: GenControllers.ICardOperationsController;
|
|
1370
1435
|
};
|
|
1371
1436
|
export declare const $CardOperationsController: string | ((model?: $CardOperationsController) => GenControllers.ICardOperationsController);
|
|
1437
|
+
export declare namespace GenControllers {
|
|
1438
|
+
/**
|
|
1439
|
+
* Download files batch operation controller
|
|
1440
|
+
*/
|
|
1441
|
+
interface IDownloadFilesBatchOperationController {
|
|
1442
|
+
/**
|
|
1443
|
+
* GET: /IsHasFileCertificateSignature/
|
|
1444
|
+
*
|
|
1445
|
+
* @param documentId Document ID
|
|
1446
|
+
*
|
|
1447
|
+
* @returns Is the document has a certificate signature
|
|
1448
|
+
*/
|
|
1449
|
+
isHasFileCertificateSignature(documentId: string, options?: RequestOptions): Promise<GenModels.IsHasFileCertificateSignatureModel>;
|
|
1450
|
+
/**
|
|
1451
|
+
* GET: /DownloadFilesBatchOperation/
|
|
1452
|
+
*
|
|
1453
|
+
* @param documentId Document ID
|
|
1454
|
+
* @param includeMainFiles Include main files to list?
|
|
1455
|
+
* @param includeAdditionalFiles Include additional files to list?
|
|
1456
|
+
*/
|
|
1457
|
+
getDocumentFiles(documentId: string, includeMainFiles: boolean, includeAdditionalFiles: boolean, options?: RequestOptions): Promise<Array<GenModels.DowloadFilesOperationFileInfoModel>>;
|
|
1458
|
+
}
|
|
1459
|
+
class DownloadFilesBatchOperationController extends BaseController implements IDownloadFilesBatchOperationController {
|
|
1460
|
+
isHasFileCertificateSignature(documentId: string, options?: RequestOptions): Promise<GenModels.IsHasFileCertificateSignatureModel>;
|
|
1461
|
+
getDocumentFiles(documentId: string, includeMainFiles: boolean, includeAdditionalFiles: boolean, options?: RequestOptions): Promise<Array<GenModels.DowloadFilesOperationFileInfoModel>>;
|
|
1462
|
+
}
|
|
1463
|
+
}
|
|
1464
|
+
export declare type $DownloadFilesBatchOperationController = {
|
|
1465
|
+
downloadFilesBatchOperationController: GenControllers.IDownloadFilesBatchOperationController;
|
|
1466
|
+
};
|
|
1467
|
+
export declare const $DownloadFilesBatchOperationController: string | ((model?: $DownloadFilesBatchOperationController) => GenControllers.IDownloadFilesBatchOperationController);
|
|
1372
1468
|
export declare namespace GenControllers {
|
|
1373
1469
|
/**
|
|
1374
1470
|
* Layout card controller
|
|
@@ -1884,7 +1980,7 @@ export declare namespace GenControllers {
|
|
|
1884
1980
|
/**
|
|
1885
1981
|
* HTTP: /LayoutCard/Delete
|
|
1886
1982
|
*/
|
|
1887
|
-
delete(deleteCardRequestModel: GenModels.DeleteCardRequestModel, options?: RequestOptions): Promise<
|
|
1983
|
+
delete(deleteCardRequestModel: GenModels.DeleteCardRequestModel, options?: RequestOptions): Promise<string>;
|
|
1888
1984
|
/**
|
|
1889
1985
|
* Gets layout part
|
|
1890
1986
|
*/
|
|
@@ -1934,7 +2030,7 @@ export declare namespace GenControllers {
|
|
|
1934
2030
|
viewEx(request: GenModels.ViewCardLayoutRequest, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
1935
2031
|
edit(cardId: string, layoutMode: string, refresh?: boolean, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
1936
2032
|
editEx(request: GenModels.EditCardLayoutRequest, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
1937
|
-
delete(deleteCardRequestModel: GenModels.DeleteCardRequestModel, options?: RequestOptions): Promise<
|
|
2033
|
+
delete(deleteCardRequestModel: GenModels.DeleteCardRequestModel, options?: RequestOptions): Promise<string>;
|
|
1938
2034
|
getLayout(cardLayoutParams: GenModels.CardLayoutParams, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
1939
2035
|
getLayoutPart(layoutPartParams: GenModels.LayoutPartParams, options?: RequestOptions): Promise<GenModels.LayoutModel>;
|
|
1940
2036
|
save(model: GenModels.SaveControlDataModel, options?: RequestOptions): Promise<void>;
|