@docsvision/webclient 5.17.0-beta.18 → 5.17.0-beta.19
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/Account/AuthBox.d.ts +8 -9
- package/Account/Box.d.ts +1 -1
- package/Account/Button.d.ts +1 -1
- package/Account/ChangeMethodButton.d.ts +1 -1
- package/Account/ContactBox.d.ts +1 -1
- package/Account/ErrorBlock.d.ts +1 -1
- package/Account/Form.d.ts +1 -1
- package/Account/Greeting.d.ts +1 -1
- package/Account/Input.d.ts +1 -1
- package/Account/LoginContainer.d.ts +9 -9
- package/Account/LoginError.d.ts +1 -1
- package/Account/LoginExtensionManager.d.ts +3 -2
- package/Account/LoginInputsDivider.d.ts +1 -1
- package/Account/LoginLogic.d.ts +3 -3
- package/Account/LoginPage.d.ts +1 -1
- package/Account/Logo.d.ts +1 -1
- package/Account/ProviderButton.d.ts +1 -1
- package/Account/Providers.d.ts +1 -1
- package/Account/{LoginTypes.d.ts → index.d.ts} +15 -12
- package/BackOffice/AcknowledgementListButton.d.ts +2 -2
- package/BackOffice/AcknowledgementListContainer.d.ts +1 -1
- package/BackOffice/AuthenticationKinds.stories.d.ts +1 -1
- package/BackOffice/AuthenticationKindsContainer.d.ts +1 -1
- package/BackOffice/AuthenticationKindsFrame.d.ts +1 -1
- package/BackOffice/AuthenticationKindsItem.d.ts +1 -1
- package/BackOffice/AuthenticationKindsList.d.ts +1 -1
- package/BackOffice/AuthenticationKindsModalDialog.d.ts +1 -1
- package/BackOffice/AuthenticationKindsTextBox.d.ts +1 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/DirectoryDesignerTreeNode.d.ts +1 -1
- package/BackOffice/DirectoryFrame.d.ts +1 -1
- package/BackOffice/DirectoryRowCutSelection.d.ts +1 -1
- package/BackOffice/DirectoryRowIcon.d.ts +1 -1
- package/BackOffice/DirectoryRowSelection.d.ts +1 -1
- package/BackOffice/DirectorySearchBreadcrumbs.d.ts +1 -1
- package/BackOffice/DirectorySearchContainer.d.ts +1 -1
- package/BackOffice/DirectorySearchContent.d.ts +2 -2
- package/BackOffice/DirectorySearchCounter.d.ts +1 -1
- package/BackOffice/DirectorySearchInfo.d.ts +1 -1
- package/BackOffice/DirectorySearchResult.d.ts +1 -1
- package/BackOffice/DirectorySearchResultList.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +1 -1
- package/BackOffice/DirectorySplitter.d.ts +1 -1
- package/BackOffice/DirectoryTabContents.d.ts +1 -1
- package/BackOffice/DirectoryTabItem.d.ts +1 -1
- package/BackOffice/DirectoryTabPanel.d.ts +1 -1
- package/BackOffice/DirectoryTabsRoot.d.ts +1 -1
- package/BackOffice/DirectoryTreeAddButton.d.ts +1 -1
- package/BackOffice/DirectoryTreeContainer.d.ts +1 -1
- package/BackOffice/DirectoryTreeHScrollContainer.d.ts +1 -1
- package/BackOffice/DirectoryTreeIcon.d.ts +1 -1
- package/BackOffice/DirectoryTreeRow.d.ts +1 -1
- package/BackOffice/DirectoryTreeRowCancelButton.d.ts +1 -1
- package/BackOffice/DirectoryTreeRowName.d.ts +1 -1
- package/BackOffice/DirectoryTreeToggle.d.ts +1 -1
- package/BackOffice/DirectoryTreeWrapper.d.ts +1 -1
- package/BackOffice/DirectoryValuesAddButton.d.ts +1 -1
- package/BackOffice/DirectoryValuesContainer.d.ts +1 -1
- package/BackOffice/DirectoryValuesIcon.d.ts +1 -1
- package/BackOffice/DirectoryValuesLoading.d.ts +1 -1
- package/BackOffice/DirectoryValuesWrapper.d.ts +1 -1
- package/BackOffice/EmailButton.stories.d.ts +1 -1
- package/BackOffice/EmailButtonContainer.d.ts +1 -1
- package/BackOffice/EmailButtonFiles.d.ts +1 -1
- package/BackOffice/EmailButtonItem.d.ts +1 -1
- package/BackOffice/EmailButtonSelectedSize.d.ts +1 -1
- package/BackOffice/EmailButtonView.d.ts +1 -1
- package/BackOffice/EmployeesTabFrame.d.ts +1 -1
- package/BackOffice/FileListConstants.d.ts +3 -0
- package/BackOffice/FileListControl.d.ts +15 -0
- package/BackOffice/FileListControlImpl.d.ts +1 -0
- package/BackOffice/FileListControlLogic.d.ts +6 -3
- package/BackOffice/FileListItem.d.ts +1 -0
- package/BackOffice/FileListItemComponent.d.ts +3 -1
- package/BackOffice/FileListItemProps.d.ts +1 -0
- package/BackOffice/IFileClickingArgs.d.ts +4 -0
- package/BackOffice/IFileVersionExpandingArgs.d.ts +4 -0
- package/BackOffice/ILinkEventArgs.d.ts +2 -2
- package/BackOffice/IRowClickArgs.d.ts +4 -0
- package/BackOffice/ITaskDataModel.d.ts +4 -0
- package/BackOffice/ITaskListItemProps.d.ts +4 -2
- package/BackOffice/ITaskListProps.d.ts +4 -0
- package/BackOffice/ITaskRowClickEventArgs.d.ts +4 -0
- package/BackOffice/ITasksTableRow.d.ts +1 -0
- package/BackOffice/LinkItem.d.ts +1 -0
- package/BackOffice/Links.d.ts +14 -0
- package/BackOffice/LinksImpl.d.ts +3 -0
- package/BackOffice/OpenTaskInNewWindow.d.ts +1 -1
- package/BackOffice/PrintButtonContainer.d.ts +1 -1
- package/BackOffice/RemoveFromGroupIconGridPlugin.d.ts +1 -1
- package/BackOffice/SignatureButton.stories.d.ts +1 -1
- package/BackOffice/SignatureButtonComponent.d.ts +1 -1
- package/BackOffice/SignatureButtonMenu.d.ts +1 -1
- package/BackOffice/SignatureButtonMenuItem.d.ts +1 -1
- package/BackOffice/SignatureDialogFrame.d.ts +1 -1
- package/BackOffice/SignatureDialogMethods.d.ts +1 -1
- package/BackOffice/SignatureDialogNoPluginMessage.d.ts +1 -1
- package/BackOffice/SignatureDialogSettings.d.ts +1 -1
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +1 -1
- package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +1 -1
- package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +1 -1
- package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +1 -1
- package/BackOffice/SignatureMethodsSetupFrame.d.ts +1 -1
- package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +1 -1
- package/BackOffice/StaffDirectory.d.ts +1 -1
- package/BackOffice/StaffDirectoryHead.d.ts +1 -1
- package/BackOffice/StaffDirectoryInfo.d.ts +1 -1
- package/BackOffice/StaffDirectoryTreeAddButton.d.ts +1 -1
- package/BackOffice/TaskListComponent.d.ts +4 -0
- package/BackOffice/Tasks.d.ts +13 -1
- package/BackOffice/TasksImpl.d.ts +2 -0
- package/BackOffice/TasksTable.d.ts +22 -0
- package/BackOffice/TasksTableContainer.d.ts +1 -1
- package/BackOffice/TasksTableLink.d.ts +0 -1
- package/BackOffice/TasksTableLogic.d.ts +17 -1
- package/BackOffice/TasksTableRow.d.ts +1 -0
- package/Generated/DocsVision.WebClient.Controllers.d.ts +15 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +212 -0
- package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +1 -1
- package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +1 -1
- package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +1 -1
- package/Helpers/DropdownButton/components/DropdownMenu.d.ts +1 -1
- package/Helpers/DropdownButton/components/DropdownMenuItem.d.ts +1 -1
- package/Helpers/DropdownButton/components/DropdownMenuItemContent.d.ts +1 -1
- package/Helpers/Sortable/Sortable.d.ts +1 -1
- package/Helpers/Table/TableHelperRow.d.ts +1 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +1 -1
- package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +1 -1
- package/Platform/AccessListEntryRow.d.ts +1 -1
- package/Platform/AggregateItemCheckbox.d.ts +2 -2
- package/Platform/AggregatesApplyButtonPanel.d.ts +1 -1
- package/Platform/AggregatesGroup.d.ts +1 -1
- package/Platform/AggregatesListItem.d.ts +1 -1
- package/Platform/AggregatesNotAvailable.d.ts +1 -1
- package/Platform/AggregatesPanelHeader.d.ts +1 -1
- package/Platform/AggregatesTree.d.ts +1 -1
- package/Platform/ApprovalVisualizationArrows.d.ts +1 -1
- package/Platform/ApprovalVisualizationConditionList.d.ts +1 -1
- package/Platform/ApprovalVisualizationConditionOption.d.ts +1 -1
- package/Platform/ApprovalVisualizationContainer.d.ts +1 -1
- package/Platform/ApprovalVisualizationView.d.ts +1 -1
- package/Platform/ApprovalVisualizationVisBlock.d.ts +2 -2
- package/Platform/ArchivedCardsPlugin.d.ts +1 -1
- package/Platform/ClearButton.d.ts +1 -1
- package/Platform/ColorModeHandle.d.ts +5 -0
- package/Platform/ConvertSearchValue.d.ts +1 -0
- package/Platform/CreateApexChartInstance.d.ts +7 -0
- package/Platform/CreateDiagramParams.d.ts +21 -0
- package/Platform/CreateFolderRequestModel.d.ts +3 -0
- package/Platform/CreateSearchRequestModel.d.ts +3 -0
- package/Platform/DateInput.d.ts +1 -1
- package/Platform/DateTimePickerImpl.d.ts +1 -0
- package/Platform/DeleteBatchOperationImpl.d.ts +1 -1
- package/Platform/Diagram.d.ts +19 -0
- package/Platform/Diagram.stories.d.ts +11 -0
- package/Platform/DiagramChart.d.ts +7 -0
- package/Platform/DiagramConstants.d.ts +12 -0
- package/Platform/DiagramContainer.d.ts +7 -0
- package/Platform/DiagramLoader.d.ts +8 -0
- package/Platform/DiagramLogic.d.ts +74 -0
- package/Platform/DiagramOptions.d.ts +54 -0
- package/Platform/DiagramQueryParams.d.ts +10 -0
- package/Platform/DiagramUtils.d.ts +12 -0
- package/Platform/DiagramView.d.ts +10 -0
- package/Platform/DiagramWrapper.d.ts +5 -0
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +1 -1
- package/Platform/Dropdown.stories.d.ts +1 -1
- package/Platform/FilterBoolean.d.ts +1 -1
- package/Platform/FilterDate.d.ts +2 -2
- package/Platform/FilterDateRangePicker.d.ts +1 -1
- package/Platform/FocusableTextInput.d.ts +1 -1
- package/Platform/FolderGrid.d.ts +1 -1
- package/Platform/FolderHelpDialog.d.ts +1 -1
- package/Platform/FolderMainMenuItem.d.ts +2 -1
- package/Platform/FolderOperationManager.d.ts +1 -1
- package/Platform/FolderSizePlugin.d.ts +1 -1
- package/Platform/FolderTypeDialog.d.ts +1 -1
- package/Platform/FolderViewItemsImpl.d.ts +2 -0
- package/Platform/FormatSearchQueryParams.d.ts +2 -0
- package/Platform/GetDiagramType.d.ts +6 -0
- package/Platform/IDiagramModels.d.ts +129 -0
- package/Platform/InputWithMask.d.ts +1 -1
- package/Platform/LayoutIconButtonImpl.d.ts +1 -1
- package/Platform/ListCheckbox.d.ts +2 -2
- package/Platform/ListContent.d.ts +1 -1
- package/Platform/ListContentHightlight.d.ts +1 -1
- package/Platform/ListEmpty.d.ts +1 -1
- package/Platform/ListEmptySearchIcon.d.ts +1 -1
- package/Platform/ListInput.d.ts +2 -2
- package/Platform/ListItem.d.ts +1 -1
- package/Platform/ListLoading.d.ts +1 -1
- package/Platform/ListSearchIcon.d.ts +1 -1
- package/Platform/ListSlot.d.ts +1 -1
- package/Platform/ListTotalItem.d.ts +1 -1
- package/Platform/LoadApexLibrary.d.ts +1 -0
- package/Platform/ParseModel.d.ts +4 -0
- package/Platform/QueryCondition.stories.d.ts +5 -0
- package/Platform/Quotes.d.ts +1 -1
- package/Platform/QuotesButtonMore.d.ts +1 -1
- package/Platform/QuotesHighlight.d.ts +1 -1
- package/Platform/QuotesItem.d.ts +1 -1
- package/Platform/QuotesModal.d.ts +1 -1
- package/Platform/QuotesModalButtonBlock.d.ts +1 -1
- package/Platform/QuotesModalQuote.d.ts +1 -1
- package/Platform/QuotesWrapper.d.ts +1 -1
- package/Platform/ResetSettings.d.ts +3 -2
- package/Platform/SearchTextInput.d.ts +2 -2
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/SecurityDialogFrame.d.ts +1 -1
- package/Platform/SettingsPopup.d.ts +1 -1
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -1
- package/Platform/SettingsPopupColumn.d.ts +1 -1
- package/Platform/SettingsPopupItemView.d.ts +1 -1
- package/Platform/SettingsPopupRow.d.ts +1 -1
- package/Platform/ShowAllButton.d.ts +1 -1
- package/Platform/Strategies.d.ts +23 -0
- package/Platform/TableCellNumberRightAlignPlugin.d.ts +1 -1
- package/Platform/TableRowColorPlugin.d.ts +1 -1
- package/Platform/TextListInputView.d.ts +3 -3
- package/Platform/TextListInputWrapper.d.ts +1 -1
- package/Platform/ToolbarDaughterControlImpl.d.ts +1 -1
- package/Platform/TransformToChartData.d.ts +6 -0
- package/Platform/UnreadBarTablePlugins.d.ts +1 -1
- package/Platform/WebFrameHelpButton.stories.d.ts +1 -1
- package/Platform/WebFrameNavigationBar.stories.d.ts +1 -1
- package/Platform/WebFrameSearchPanel.stories.d.ts +1 -1
- package/Platform/WebFrameUserPanel.stories.d.ts +1 -1
- package/StandardServices.d.ts +2 -1
- package/System/$FolderColors.d.ts +25 -0
- package/System/DataGridControl.d.ts +1 -1
- package/System/FolderColorsService.d.ts +11 -0
- package/System/GridModelStub.d.ts +26 -0
- package/System/Poll.d.ts +1 -1
- package/System/PollService.d.ts +1 -1
- package/System/ResourcesStub.d.ts +3 -0
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
import { IDirectoryTreeRow } from '@docsvision/webclient/BackOffice/IDirectoryTreeRow';
|
|
5
5
|
import { $IsIE } from '@docsvision/webclient/StandardServices';
|
|
6
6
|
export interface IDirectoryTreeIconProps extends HtmlProps.div {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from "@docsvision/web/core/component";
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IDirectoryTreeRowCancelButton extends HtmlProps.div {
|
|
5
5
|
visible: boolean;
|
|
6
6
|
onRowCancelButtonClick: () => void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IDirectoryTreeWrapperProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function DirectoryTreeWrapper(props: IDirectoryTreeWrapperProps): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IDirectoryValuesContainerProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function DirectoryValuesContainer(props: IDirectoryValuesContainerProps): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
import { IRowData } from '@docsvision/web/components/table/interfaces';
|
|
5
5
|
export interface IDirectoryValuesIconProps extends HtmlProps.div {
|
|
6
6
|
row: IRowData;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IDirectoryValuesWrapperProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function DirectoryValuesWrapper(props: IDirectoryValuesWrapperProps): JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { EmailButtonLogic } from '@docsvision/webclient/BackOffice/EmailButtonLogic';
|
|
3
3
|
import { EmailButtonView } from '@docsvision/webclient/BackOffice/EmailButtonView';
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
export declare const EmailButtonContainer: (props: {
|
|
6
6
|
logic: EmailButtonLogic;
|
|
7
7
|
view: EmailButtonView;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface EmailButtonFilesProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
/** Стилевой контейнер файлов {@see EmailButtonContainer }. */
|
|
@@ -10,7 +10,7 @@ import("@docsvision/web/components/modals/modal-dialog").ModalDialogProps) => JS
|
|
|
10
10
|
import("./components/EmailButtonItem").EmailButtonItemProps) => JSX.Element;
|
|
11
11
|
checkbox:
|
|
12
12
|
import("react").ForwardRefExoticComponent<Pick<
|
|
13
|
-
|
|
13
|
+
| "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "checked" | "readOnly" | "required" | "htmlFor" | "onSetupView" | "indeterminate" | "onSetupLogic" | "labelText" | "innerRef" | "dataTestId"> &
|
|
14
14
|
import("react").RefAttributes<unknown>>;
|
|
15
15
|
files: (props:
|
|
16
16
|
import("./components/EmailButtonFiles").EmailButtonFilesProps) => JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IEmployeesTabFrameProps extends HtmlProps.div {
|
|
5
5
|
renderHead: () => React.ReactNode;
|
|
6
6
|
renderTable: () => React.ReactNode;
|
|
@@ -53,6 +53,9 @@ import { $CloudSignature } from "@docsvision/webclient/BackOffice/$CloudSignatur
|
|
|
53
53
|
import { $CryptoPro } from "@docsvision/webclient/BackOffice/$CryptoPro";
|
|
54
54
|
import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
55
55
|
import { $DigitalSignature } from "@docsvision/webclient/BackOffice/$DigitalSignature";
|
|
56
|
+
import { IRowClickArgs } from "@docsvision/webclient/BackOffice/IRowClickArgs";
|
|
57
|
+
import { IFileVersionExpandingArgs } from "@docsvision/webclient/BackOffice/IFileVersionExpandingArgs";
|
|
58
|
+
import { IFileClickingArgs } from "@docsvision/webclient/BackOffice/IFileClickingArgs";
|
|
56
59
|
/**
|
|
57
60
|
* Содержит публичные свойства элемента управления [Список файлов]{@link FileListControl}.
|
|
58
61
|
*/
|
|
@@ -140,6 +143,8 @@ export declare class FileListControlParams extends BaseControlParams {
|
|
|
140
143
|
fileVisualizing?: CancelableApiEvent<IFileVisualizingArgs>;
|
|
141
144
|
/** Событие возникает при открытии меню файла. */
|
|
142
145
|
fileMenuOpening?: CancelableApiEvent<IFileMenuOpeningArgs>;
|
|
146
|
+
/** Событие возникает при разворачивании списка версий */
|
|
147
|
+
fileVersionExpanding?: CancelableApiEvent<IFileVersionExpandingArgs>;
|
|
143
148
|
/** Событие возникает после удаления основного файла. */
|
|
144
149
|
mainFileDeleted?: BasicApiEvent<IMainFileDeletedArgs>;
|
|
145
150
|
/** Событие возникает после удаления дополнительного файла. */
|
|
@@ -178,6 +183,10 @@ export declare class FileListControlParams extends BaseControlParams {
|
|
|
178
183
|
expanded?: BasicApiEvent<IEventArgs>;
|
|
179
184
|
/** Событие возникает при сохранении файла в WebDAV. */
|
|
180
185
|
fileSaveByWebDAV?: BasicApiEvent<IEventArgs>;
|
|
186
|
+
/** Событие возникает при клике на строку таблицы. */
|
|
187
|
+
rowClick?: BasicApiEvent<IRowClickArgs>;
|
|
188
|
+
/** Событие возникает перед кликом по имени файла */
|
|
189
|
+
fileNameClicking?: CancelableApiEvent<IFileClickingArgs>;
|
|
181
190
|
/** Сервисы. */
|
|
182
191
|
services?: $FileService & $DocumentCardController & $FileController & $LayoutFileController & $Layout & $RequestManager & $SignatureController & $CardId & $RealtimeCommunicationService & $Router & $DeviceType & $EditOperationStore & $CardInfo & $DataVisualizationController & $LayoutCheck & $ApplicationSettings & $FileUpload & $UrlStore & $MessageBox & $WebViewIOSEnabled & $LayoutFileApiController & $LayoutDocumentController & $CloudSignature & $CryptoPro & $LocalStorage & $SignatureMethodsController & $DigitalSignature & $LayoutManager & $LayoutInfo;
|
|
183
192
|
}
|
|
@@ -289,6 +298,12 @@ export declare class FileListControl extends BaseControl<FileListControlParams,
|
|
|
289
298
|
* @param fileVersion Версия файла. Если пропущен, то будет открыта текущая версия.
|
|
290
299
|
*/
|
|
291
300
|
openPreview(fileItem: FileListItem, fileVersion?: GenModels.VersionedFileModel): void;
|
|
301
|
+
/**
|
|
302
|
+
* Добавляет/удаляет css класс строки таблицы.
|
|
303
|
+
* @param fileItem Файл.
|
|
304
|
+
* @param style Класс, который будет добавлен к строке.
|
|
305
|
+
*/
|
|
306
|
+
toggleRowClass(fileItem: FileListItem, style: string): void;
|
|
292
307
|
/**
|
|
293
308
|
* Скачивает (на компьютер) указанную версию файла.
|
|
294
309
|
* @param fileItem Файл.
|
|
@@ -103,6 +103,7 @@ export declare class FileListControlImpl extends BaseControlImpl<FileListControl
|
|
|
103
103
|
onHeaderClick: (e?: any) => void;
|
|
104
104
|
protected onCollapsed(): void;
|
|
105
105
|
protected onExpanded(): void;
|
|
106
|
+
onToggleRowClass(fileItem: FileListItem, style: string): void;
|
|
106
107
|
set isExpanded(value: boolean);
|
|
107
108
|
attachHeader: (elem: HTMLElement) => void;
|
|
108
109
|
protected renderHeaderTitle(): JSX.Element;
|
|
@@ -50,7 +50,10 @@ export declare class FileListControlLogic {
|
|
|
50
50
|
private sortFiles;
|
|
51
51
|
protected updateVersionsOnLoad(appendFiles?: boolean): void;
|
|
52
52
|
closeAllMenusBut(fileItem: FileListItem): void;
|
|
53
|
-
fileMenuOpening(fileItem: FileListItem, data: any): Promise<
|
|
53
|
+
fileMenuOpening(fileItem: FileListItem, data: any): Promise<void>;
|
|
54
|
+
fileVersionExpanding(fileItem: FileListItem): Promise<void>;
|
|
55
|
+
rowClick(fileItem: FileListItem): void;
|
|
56
|
+
nameClick(fileItem: FileListItem): Promise<void>;
|
|
54
57
|
removeFileItem(index: number): void;
|
|
55
58
|
clearFileItems(): void;
|
|
56
59
|
protected get state(): FileListImplState;
|
|
@@ -60,9 +63,9 @@ export declare class FileListControlLogic {
|
|
|
60
63
|
protected onFilesAdded(main: boolean, attach: FileListAttachedElements, e: any, data: any): Promise<void>;
|
|
61
64
|
protected onFileSignAdded(fileItem: FileListItem, attach: FileListAttachedElements, data: any, canRename?: boolean): Promise<void>;
|
|
62
65
|
protected onFileVersionAdded(fileItem: FileListItem, attach: FileListAttachedElements, data: any, canRename?: boolean): void;
|
|
63
|
-
protected sendFiles(attach: FileListAttachedElements, items: FileListItem[], areVersions?: boolean): Promise<any>;
|
|
66
|
+
protected sendFiles(attach: FileListAttachedElements, items: FileListItem[], areVersions?: boolean, isSignature?: boolean): Promise<any>;
|
|
64
67
|
checkSignatureFiles(files: File[] | string[]): Promise<void>;
|
|
65
|
-
protected processResponse(responseData: GenModels.FileListDataModel, deferred: DVPromise<any>, uploadingItems: FileListItem[], areVersions?: boolean): void;
|
|
68
|
+
protected processResponse(responseData: GenModels.FileListDataModel, deferred: DVPromise<any>, uploadingItems: FileListItem[], areVersions?: boolean, isSignature?: boolean): void;
|
|
66
69
|
protected getItemsToUpload(): FileListItem[];
|
|
67
70
|
isSignatureFile(fileName: string): boolean;
|
|
68
71
|
}
|
|
@@ -30,14 +30,16 @@ export declare class FileListItemComponent extends React.Component<FileListItemP
|
|
|
30
30
|
onUnlockOperationClick(fileItem: FileListItem): void;
|
|
31
31
|
protected onDeleteOperationClick(fileItem: FileListItem): void;
|
|
32
32
|
protected onFileMenuClick(fileItem: FileListItem): Promise<void>;
|
|
33
|
+
protected onRowClick(fileItem: FileListItem): void;
|
|
33
34
|
protected onDownloadOperationClick(fileItem: FileListItem): void;
|
|
34
35
|
protected onViewWithSignaturesClick(fileItem: FileListItem): void;
|
|
35
36
|
onAddCommentClick(fileItem: FileListItem): void;
|
|
36
37
|
onEditModeRemoveClick(fileItem: FileListItem): void;
|
|
37
38
|
render(): JSX.Element;
|
|
38
39
|
protected getFileVersionText(version: GenModels.VersionedFileModel): string;
|
|
40
|
+
fileVersionExpand(fileItem: FileListItem): void;
|
|
39
41
|
onVersionClick(e: React.MouseEvent | null, fileItem: FileListItem): void;
|
|
40
|
-
|
|
42
|
+
onNameClick: (fileItem: FileListItem) => void;
|
|
41
43
|
protected onVersionNumberClick: (fileItem: FileListItem, version: GenModels.VersionedFileModel) => void;
|
|
42
44
|
protected onDownloadVersionClick(fileItem: FileListItem, version: GenModels.VersionedFileModel): void;
|
|
43
45
|
onWebDavFileClick(fileItem: FileListItem): Promise<void>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { LinkItem } from "@docsvision/webclient/BackOffice/LinkItem";
|
|
2
2
|
/** Используется в событиях контрола {@link Links} */
|
|
3
3
|
export interface ILinkEventArgs {
|
|
4
|
-
linkItem:
|
|
4
|
+
linkItem: LinkItem;
|
|
5
5
|
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import { ITaskDataModel } from "@docsvision/webclient/BackOffice/ITaskDataModel";
|
|
1
2
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
3
|
/** @internal */
|
|
3
4
|
export interface ITaskListItemProps {
|
|
4
|
-
taskListItem:
|
|
5
|
+
taskListItem: ITaskDataModel;
|
|
5
6
|
digestView: boolean;
|
|
6
7
|
tabStop: boolean;
|
|
7
8
|
openMode: GenModels.TasksOpenMode;
|
|
8
|
-
onOpen: (url: string) => void;
|
|
9
|
+
onOpen: (url: string, task: GenModels.TaskDataModel) => void;
|
|
10
|
+
onRowClick: () => void;
|
|
9
11
|
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { ITaskRowClickEventArgs } from "@docsvision/webclient/BackOffice/ITaskRowClickEventArgs";
|
|
1
2
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
|
+
import { BasicApiEvent, CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
|
|
2
4
|
import { $RouterNavigation } from '@docsvision/webclient/System/$Router';
|
|
3
5
|
/** @internal */
|
|
4
6
|
export interface ITaskListProps {
|
|
@@ -8,5 +10,7 @@ export interface ITaskListProps {
|
|
|
8
10
|
itemsLoading?: boolean;
|
|
9
11
|
itemsCount: number;
|
|
10
12
|
openMode: GenModels.TasksOpenMode;
|
|
13
|
+
rowclick: BasicApiEvent<ITaskRowClickEventArgs>;
|
|
14
|
+
nameTaskClick: CancelableApiEvent<ITaskRowClickEventArgs>;
|
|
11
15
|
services: $RouterNavigation;
|
|
12
16
|
}
|
package/BackOffice/LinkItem.d.ts
CHANGED
package/BackOffice/Links.d.ts
CHANGED
|
@@ -135,6 +135,10 @@ export declare class LinksParams extends PanelParams {
|
|
|
135
135
|
collapsing?: CancelableApiEvent<IEventArgs>;
|
|
136
136
|
/** Событие возникает перед разворачивании контрола. */
|
|
137
137
|
expanding?: CancelableApiEvent<IEventArgs>;
|
|
138
|
+
/** Событие возникает перед кликом по имени ссылки. */
|
|
139
|
+
nameLinkClicking?: CancelableApiEvent<ILinkEventArgs>;
|
|
140
|
+
/** Событие возникает перед открытием меню ссылки. */
|
|
141
|
+
linkMenuOpening?: CancelableApiEvent<ILinkEventArgs>;
|
|
138
142
|
/** Событие возникает при добавлении ссылки на существующую карточку. */
|
|
139
143
|
linkAdded?: BasicApiEvent<ILinkEventArgs>;
|
|
140
144
|
/** Событие возникает при удалении ссылки. */
|
|
@@ -157,6 +161,10 @@ export declare class LinksParams extends PanelParams {
|
|
|
157
161
|
batchOperationsModeToggled?: BasicApiEvent<boolean>;
|
|
158
162
|
/** Событие возникает после загрузки данных контрола (актуально при асинхронной загрузке данных). */
|
|
159
163
|
dataLoaded?: BasicApiEvent<IEventArgs>;
|
|
164
|
+
/** Событие возникает при клике на строку таблицы. */
|
|
165
|
+
rowClick?: BasicApiEvent<ILinkEventArgs>;
|
|
166
|
+
/** Событие возникает после открытия меню ссылки. */
|
|
167
|
+
linkMenuOpened?: BasicApiEvent<ILinkEventArgs>;
|
|
160
168
|
/** Сервисы */
|
|
161
169
|
services?: $FileController & $LayoutFileController & $LayoutController & $LayoutLinksController & $EditOperationStore & $Layout & $LayoutManager & $LocalStorage & $DeviceType & $CardId & $CardTimestamp & $LayoutInfo & Optional<$LinksSearchCards> & $LayoutCheck & $CardInfo & $RequestManager & $FileService & $CardOperationsController & Optional<$FilePreview>;
|
|
162
170
|
}
|
|
@@ -208,6 +216,12 @@ export declare class Links extends Panel<LinksParams, LinksState> {
|
|
|
208
216
|
clearSelection(): Promise<unknown>;
|
|
209
217
|
/** Меняет состояние выделения отдельной ссылки в режиме груповых операций. */
|
|
210
218
|
toggleItemSelection(link: LinkItem): void;
|
|
219
|
+
/**
|
|
220
|
+
* Добавляет/удаляет css класс строки таблицы.
|
|
221
|
+
* @param link LinkItem.
|
|
222
|
+
* @param style Класс, который будет добавлен к строке.
|
|
223
|
+
*/
|
|
224
|
+
toggleRowClass(link: LinkItem, style: string): void;
|
|
211
225
|
/** @internal */
|
|
212
226
|
protected createImpl(): LinksImpl;
|
|
213
227
|
}
|
|
@@ -15,6 +15,7 @@ import { $LayoutLinksController } from '@docsvision/webclient/Generated/DocsVisi
|
|
|
15
15
|
import { $CardTimestamp, $CardId } from '@docsvision/webclient/System/LayoutServices';
|
|
16
16
|
/** @internal */
|
|
17
17
|
export interface LinksState extends LinksParams, IPanelState {
|
|
18
|
+
modifiedRows: string[];
|
|
18
19
|
sourceLayoutMode: string;
|
|
19
20
|
model: GenModels.LinksDataModel;
|
|
20
21
|
bindingInfo: GenModels.SimpleBindingInfo;
|
|
@@ -64,6 +65,7 @@ export declare class LinksImpl extends PanelImpl<LinksParams, LinksState> {
|
|
|
64
65
|
protected onDocumentClick(ev: any): void;
|
|
65
66
|
protected onLinkClick(linkItem: LinkItem, ev?: React.MouseEvent): void;
|
|
66
67
|
protected processBatchModeEnablingRowClick(linkItem: LinkItem, ev: React.MouseEvent): boolean;
|
|
68
|
+
protected onRowClick(linkItem: LinkItem, ev: React.MouseEvent): void;
|
|
67
69
|
protected makeLinkUrl(url: string): string;
|
|
68
70
|
onHeaderClick(): void;
|
|
69
71
|
protected onCollapsed(): void;
|
|
@@ -142,4 +144,5 @@ export declare class LinksImpl extends PanelImpl<LinksParams, LinksState> {
|
|
|
142
144
|
renderControl(): JSX.Element;
|
|
143
145
|
openFilePreview(linkItem: LinkItem): void;
|
|
144
146
|
getLinkUrl(linkItem: LinkItem): string;
|
|
147
|
+
onToggleRowClass(link: LinkItem, style: string): void;
|
|
145
148
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ITasksTableRow } from '@docsvision/webclient/BackOffice/ITasksTableRow';
|
|
2
2
|
import { $WindowLocation } from '@docsvision/webclient/Platform/$WindowLocation';
|
|
3
|
-
export declare function openTaskInNewWindow(row: ITasksTableRow,
|
|
3
|
+
export declare function openTaskInNewWindow(row: ITasksTableRow, services: $WindowLocation): void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { PrintButtonLogic } from '@docsvision/webclient/BackOffice/PrintButtonLogic';
|
|
3
3
|
import { PrintButtonView } from '@docsvision/webclient/BackOffice/PrintButtonView';
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
export declare const PrintButtonContainer: (props: {
|
|
6
6
|
logic: PrintButtonLogic;
|
|
7
7
|
view: PrintButtonView;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IDirectoryValuesIconProps } from "@docsvision/webclient/BackOffice/DirectoryValuesIcon";
|
|
2
2
|
import { ITablePlugins, TablePlugins } from "@docsvision/web/components/table/interfaces";
|
|
3
3
|
import React from "react";
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
export declare const REMOVE_FROM_GROUP_COLUMN_ID = "_Employees_Remove_From_Group";
|
|
6
6
|
export declare const RemoveFromGroupIconFeature = "RemoveFromGroupIconFeature";
|
|
7
7
|
export declare const RemoveFromGroupIconGridPlugin: (options: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
3
3
|
import { ModalDialogProps } from "@docsvision/web/components/modals/modal-dialog";
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
export interface ISignatureDialogButtonsProps {
|
|
6
6
|
visible: boolean;
|
|
7
7
|
signing: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
3
|
import { IComboBoxElement } from "@docsvision/webclient/Helpers/ComboBox/Data/ClientModels/IComboBoxElement";
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
export interface ISignatureDialogMethodsPops {
|
|
6
6
|
methods: IComboBoxElement[];
|
|
7
7
|
selectedMethod: GenModels.SignatureMethod;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from "@docsvision/web/core/component";
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface ISignatureDialogNoPluginMessagePops extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function SignatureDialogNoPluginMessage(props: ISignatureDialogNoPluginMessagePops): JSX.Element;
|
|
@@ -7,7 +7,7 @@ import { $ApplicationSettings, $DeviceType, $WebViewIOSEnabled } from "@docsvisi
|
|
|
7
7
|
import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
8
8
|
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
9
9
|
import { HtmlProps } from "@docsvision/web/core/component";
|
|
10
|
-
|
|
10
|
+
|
|
11
11
|
import { $CardInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
12
12
|
export interface ISignatureDialogSettingsPops extends HtmlProps.div {
|
|
13
13
|
settings: GenModels.SignatureMethodSettings;
|
|
@@ -3,7 +3,7 @@ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.
|
|
|
3
3
|
import { ISortableItem } from '@docsvision/webclient/Helpers/Sortable/Data/ClientModels/ISortableItem';
|
|
4
4
|
import { ITabsNavPanelProps } from '@docsvision/webclient/Helpers/TabsNavPanel';
|
|
5
5
|
import { $ApplicationSettings, $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
export interface ISignatureMethodsSetupCertificateRowProps extends ITabsNavPanelProps {
|
|
8
8
|
item: ISortableItem<GenModels.SignatureMethod>;
|
|
9
9
|
canToggle: boolean;
|
|
@@ -2,7 +2,7 @@ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.
|
|
|
2
2
|
import { ISortableItem } from '@docsvision/webclient/Helpers/Sortable/Data/ClientModels/ISortableItem';
|
|
3
3
|
import { ITabsNavPanelProps } from '@docsvision/webclient/Helpers/TabsNavPanel';
|
|
4
4
|
import React from 'react';
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
export interface ISignatureMethodsSetupCertificateTableProps extends ITabsNavPanelProps {
|
|
7
7
|
items: GenModels.SignatureMethod[];
|
|
8
8
|
noDataMessage?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface ISignatureMethodsSetupCloudLoginProps extends HtmlProps.div {
|
|
5
5
|
showCloudCertificates: boolean;
|
|
6
6
|
accountName: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface ISignatureMethodsSetupFrameProps extends HtmlProps.div {
|
|
5
5
|
renderCloudLoginArea: () => React.ReactNode;
|
|
6
6
|
renderCertificates: () => React.ReactNode;
|
|
@@ -10,7 +10,7 @@ import { IStaffDirectoryLogicOptions, StaffDirectoryLogic } from "@docsvision/we
|
|
|
10
10
|
import { StaffDirectoryView } from "@docsvision/webclient/BackOffice/StaffDirectoryView";
|
|
11
11
|
import { $SecurityDescriptorDialogServices } from "@docsvision/webclient/Platform/SecurityDescriptorDialog";
|
|
12
12
|
import { $StaffDirectoryOptions } from "@docsvision/webclient/BackOffice/IStaffDirectoryOptions";
|
|
13
|
-
|
|
13
|
+
|
|
14
14
|
import { Optional } from "@docsvision/web/core/services";
|
|
15
15
|
import { $WebFrameDirectorySearchPanelService } from "@docsvision/webclient/BackOffice/$WebFrameDirectorySearchPanelService";
|
|
16
16
|
import { IStaffTreeRow } from "@docsvision/webclient/BackOffice/IStaffTreeRow";
|