@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 { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
5
5
|
export declare type StaffDirectorySection = {
|
|
6
6
|
id: string;
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import { ITaskListProps } from "@docsvision/webclient/BackOffice/ITaskListProps";
|
|
2
2
|
import { ITaskListState } from "@docsvision/webclient/BackOffice/ITaskListState";
|
|
3
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
4
|
import React from "react";
|
|
5
|
+
import { ITaskDataModel } from "@docsvision/webclient/BackOffice/ITaskDataModel";
|
|
4
6
|
/** @internal */
|
|
5
7
|
export declare class TaskListComponent extends React.Component<ITaskListProps, ITaskListState> {
|
|
6
8
|
protected refItems: HTMLElement;
|
|
7
9
|
constructor(props: any);
|
|
8
10
|
UNSAFE_componentWillReceiveProps(newProps: any): void;
|
|
9
11
|
protected getTaskListItems(): JSX.Element[];
|
|
12
|
+
protected onRowClick(task: ITaskDataModel): void;
|
|
13
|
+
protected onNameTaskClick: (url: string, task: GenModels.TaskDataModel) => void;
|
|
10
14
|
protected getClassName(): string;
|
|
11
15
|
protected getLoaderWidth(i: number): number;
|
|
12
16
|
protected renderEmptyItemList(): any[] | JSX.Element;
|
package/BackOffice/Tasks.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { ITaskCreatingEventArgs } from "@docsvision/webclient/BackOffice/ITaskCreatingEventArgs";
|
|
2
|
+
import { ITaskDataModel } from "@docsvision/webclient/BackOffice/ITaskDataModel";
|
|
3
|
+
import { ITaskRowClickEventArgs } from "@docsvision/webclient/BackOffice/ITaskRowClickEventArgs";
|
|
2
4
|
import { TasksImpl, ITasksState } from "@docsvision/webclient/BackOffice/TasksImpl";
|
|
3
5
|
import { $LayoutController, $LayoutTasksController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
4
6
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
@@ -17,7 +19,7 @@ export declare class TasksParams extends BaseControlParams {
|
|
|
17
19
|
/** Стандартный CSS класс со стилями элемента управления. */
|
|
18
20
|
standardCssClass?: string;
|
|
19
21
|
/** Список заданий. */
|
|
20
|
-
tasks:
|
|
22
|
+
tasks: ITaskDataModel[];
|
|
21
23
|
/** Виды заданий для отображения. */
|
|
22
24
|
viewKinds?: unknown;
|
|
23
25
|
/** Виды заданий для создания. */
|
|
@@ -55,6 +57,10 @@ export declare class TasksParams extends BaseControlParams {
|
|
|
55
57
|
taskCreating?: CancelableApiEvent<ITaskCreatingEventArgs>;
|
|
56
58
|
/** Событие, возникающее после того, как задания загружены (при асинхронной загрузке событие возникает после открытия разметки). */
|
|
57
59
|
onTasksLoaded?: BasicApiEvent<GenModels.TaskDataModel[]>;
|
|
60
|
+
/** Событие возникает при клике на строку таблицы. */
|
|
61
|
+
rowClick?: BasicApiEvent<ITaskRowClickEventArgs>;
|
|
62
|
+
/** Событие возникает перед кликом по имени задания. */
|
|
63
|
+
nameTaskClicking?: CancelableApiEvent<ITaskRowClickEventArgs>;
|
|
58
64
|
services?: $LayoutTasksController & $EditOperationStore & $Layout & $CardInfo & $LayoutController & $LayoutManager & $RouterNavigation & $DeviceType;
|
|
59
65
|
}
|
|
60
66
|
/**
|
|
@@ -73,6 +79,12 @@ export declare class Tasks extends BaseControl<TasksParams, ITasksState> {
|
|
|
73
79
|
* @param taskCreateInfoId Идентификатор добавляемого задания
|
|
74
80
|
*/
|
|
75
81
|
addTask(taskCreateInfoId: string): void;
|
|
82
|
+
/**
|
|
83
|
+
* Добавляет/удаляет css класс строки таблицы.
|
|
84
|
+
* @param task ITaskDataModel.
|
|
85
|
+
* @param style Класс, который будет добавлен к строке.
|
|
86
|
+
*/
|
|
87
|
+
toggleRowClass(task: ITaskDataModel, style: string): void;
|
|
76
88
|
/** @internal */
|
|
77
89
|
protected createImpl(): TasksImpl;
|
|
78
90
|
}
|
|
@@ -5,6 +5,7 @@ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.
|
|
|
5
5
|
import { BaseControlState } from "@docsvision/webclient/System/BaseControl";
|
|
6
6
|
import { BaseControlImpl } from "@docsvision/webclient/System/BaseControlImpl";
|
|
7
7
|
import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
|
|
8
|
+
import { ITaskDataModel } from "@docsvision/webclient/BackOffice/ITaskDataModel";
|
|
8
9
|
/** @internal */
|
|
9
10
|
export interface ITasksState extends TasksParams, BaseControlState {
|
|
10
11
|
availableKinds: string[];
|
|
@@ -25,6 +26,7 @@ export declare class TasksImpl extends BaseControlImpl<TasksParams, ITasksState>
|
|
|
25
26
|
canAddTask(): boolean;
|
|
26
27
|
addTask(taskCreateInfoId: string): void;
|
|
27
28
|
getCssClass(): string;
|
|
29
|
+
onToggleRowClass(task: ITaskDataModel, style: string): void;
|
|
28
30
|
protected handleHeaderClick(): void;
|
|
29
31
|
protected handleCreateTask(item: GenModels.CreateKindDataModel): Promise<void>;
|
|
30
32
|
private showCreateApprovingChildTasksDialog;
|
|
@@ -69,6 +69,22 @@ export declare class TasksTableParams extends BaseControlParams {
|
|
|
69
69
|
rowRemoved?: BasicApiEvent<{
|
|
70
70
|
row: ITasksTableRow;
|
|
71
71
|
}>;
|
|
72
|
+
/** Событие возникает перед показом диалога с информацией о задании. */
|
|
73
|
+
helpBoxShowing?: CancelableApiEvent<{
|
|
74
|
+
row: ITasksTableRow;
|
|
75
|
+
}>;
|
|
76
|
+
/** Событие возникает при клике ссылку задания. */
|
|
77
|
+
taskLinkClicking?: CancelableApiEvent<{
|
|
78
|
+
row: ITasksTableRow;
|
|
79
|
+
}>;
|
|
80
|
+
/** Событие возникает перед сворачиванием/разворачиванием строки таблицы. */
|
|
81
|
+
toggleRowClicking?: CancelableApiEvent<{
|
|
82
|
+
row: ITasksTableRow;
|
|
83
|
+
}>;
|
|
84
|
+
/** Событие возникает при клике на строку таблицы. */
|
|
85
|
+
rowClick?: BasicApiEvent<{
|
|
86
|
+
row: ITasksTableRow;
|
|
87
|
+
}>;
|
|
72
88
|
/** Сервисы. */
|
|
73
89
|
services?: $LayoutInfo & $TasksTreeController & $CardId & Optional<$TaskTableOptions> & $UrlStore & $EditOperationStore & $RouterNavigation & $WindowLocation & $ApplicationSettings & $FileController & $LayoutFileController & $DeviceType & $LayoutCardController & $MessageBox & $StaffDirectoryItemsController & $CardInfo & $FileDownload & $LayoutStaffController & $LayoutRowController & $LayoutManager;
|
|
74
90
|
}
|
|
@@ -126,6 +142,12 @@ export declare class TasksTable extends BaseControl<TasksTableParams, TasksTable
|
|
|
126
142
|
toggleRow(visibleIndex: number, expand?: boolean): void;
|
|
127
143
|
/** Удаляет дочернюю карточку из системы. */
|
|
128
144
|
deleteCard(cardId: string): void;
|
|
145
|
+
/**
|
|
146
|
+
* Добавляет/удаляет css класс строки таблицы.
|
|
147
|
+
* @param row ITasksTableRow.
|
|
148
|
+
* @param style Класс, который будет добавлен к строке.
|
|
149
|
+
*/
|
|
150
|
+
toggleRowClass(row: ITasksTableRow, style: string): void;
|
|
129
151
|
private get rows();
|
|
130
152
|
private set rows(value);
|
|
131
153
|
private get visibleRows();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { TasksTableLogic } from '@docsvision/webclient/BackOffice/TasksTableLogic';
|
|
3
3
|
import { TasksTableView } from '@docsvision/webclient/BackOffice/TasksTableView';
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
export declare function TasksTableContainer(props: {
|
|
6
6
|
logic: TasksTableLogic;
|
|
7
7
|
view: TasksTableView;
|
|
@@ -64,9 +64,13 @@ import("effector").Event<number>;
|
|
|
64
64
|
import("effector").Event<number>;
|
|
65
65
|
toggleRow:
|
|
66
66
|
import("effector").Event<number>;
|
|
67
|
+
toggleRowClass:
|
|
68
|
+
import("effector").Event<{
|
|
69
|
+
row: ITasksTableRow;
|
|
70
|
+
style: string;
|
|
71
|
+
}>;
|
|
67
72
|
taskNameClicked:
|
|
68
73
|
import("effector").Event<{
|
|
69
|
-
event: React.MouseEvent;
|
|
70
74
|
row: ITasksTableRow;
|
|
71
75
|
}>;
|
|
72
76
|
taskCellClicked:
|
|
@@ -74,10 +78,18 @@ import("effector").Event<{
|
|
|
74
78
|
event: React.MouseEvent;
|
|
75
79
|
row: ITasksTableRow;
|
|
76
80
|
}>;
|
|
81
|
+
toggleRowClicking:
|
|
82
|
+
import("effector").Event<{
|
|
83
|
+
row: ITasksTableRow;
|
|
84
|
+
}>;
|
|
77
85
|
showHelpBox:
|
|
78
86
|
import("effector").Event<{
|
|
79
87
|
row: ITasksTableRow;
|
|
80
88
|
}>;
|
|
89
|
+
showHelpBoxFx:
|
|
90
|
+
import("effector").Effect<{
|
|
91
|
+
row: ITasksTableRow;
|
|
92
|
+
}, string, Error>;
|
|
81
93
|
hideHelpBox:
|
|
82
94
|
import("effector").Event<{
|
|
83
95
|
row: ITasksTableRow;
|
|
@@ -140,6 +152,10 @@ import("effector").Effect<{
|
|
|
140
152
|
row: ITasksTableRow;
|
|
141
153
|
}, string, Error>;
|
|
142
154
|
deleteCard:
|
|
155
|
+
import("effector").Event<{
|
|
156
|
+
row: ITasksTableRow;
|
|
157
|
+
}>;
|
|
158
|
+
rowClick:
|
|
143
159
|
import("effector").Event<{
|
|
144
160
|
row: ITasksTableRow;
|
|
145
161
|
}>;
|
|
@@ -8,5 +8,6 @@ export interface ITasksTableRowProps extends ITableRowHelperProps {
|
|
|
8
8
|
notMatchFilter: boolean;
|
|
9
9
|
isCurrentHelpBox: boolean;
|
|
10
10
|
isCurrentInTree: boolean;
|
|
11
|
+
customCssClasses: string[];
|
|
11
12
|
}
|
|
12
13
|
export declare function TasksTableRow(props: ITasksTableRowProps): JSX.Element;
|
|
@@ -430,6 +430,10 @@ export declare namespace GenControllers {
|
|
|
430
430
|
* Execute search query with Digest view.
|
|
431
431
|
*/
|
|
432
432
|
search(requestModel: GenModels.SearchRequestModel, options?: RequestOptions): Promise<GenModels.SearchResponseModel>;
|
|
433
|
+
/**
|
|
434
|
+
* Execute search query with Digest view columns
|
|
435
|
+
*/
|
|
436
|
+
searchWithViewColumns(requestModel: GenModels.SearchRequestModelDiagram, options?: RequestOptions): Promise<GenModels.SearchResponseModelDiagram>;
|
|
433
437
|
/**
|
|
434
438
|
* POST: /SearchQuery/GetFolderCards
|
|
435
439
|
*/
|
|
@@ -441,6 +445,7 @@ export declare namespace GenControllers {
|
|
|
441
445
|
}
|
|
442
446
|
class CardsPresentationController extends BaseController implements ICardsPresentationController {
|
|
443
447
|
search(requestModel: GenModels.SearchRequestModel, options?: RequestOptions): Promise<GenModels.SearchResponseModel>;
|
|
448
|
+
searchWithViewColumns(requestModel: GenModels.SearchRequestModelDiagram, options?: RequestOptions): Promise<GenModels.SearchResponseModelDiagram>;
|
|
444
449
|
getFolderCards(request: GenModels.GetFolderCardsRequest, options?: RequestOptions): Promise<GenModels.SearchResponseModel>;
|
|
445
450
|
getSearchResultsPresentation(request: GenModels.SearchPresentationRequestModel, options?: RequestOptions): Promise<Array<GenModels.CardPresentation>>;
|
|
446
451
|
}
|
|
@@ -1510,6 +1515,10 @@ export declare namespace GenControllers {
|
|
|
1510
1515
|
* Get grid aggregates model
|
|
1511
1516
|
*/
|
|
1512
1517
|
getGridAggregatesModel(request: GenModels.GridAggregateRequest, options?: RequestOptions): Promise<Array<GenModels.GridAggregateModel>>;
|
|
1518
|
+
/**
|
|
1519
|
+
* @param diagramRequestModel
|
|
1520
|
+
*/
|
|
1521
|
+
getDiagramDistinctValuesModel(diagramRequestModel: GenModels.DistinctValuesDiagramRequestModel, options?: RequestOptions): Promise<GenModels.DistinctDiagramValuesModel>;
|
|
1513
1522
|
/**
|
|
1514
1523
|
* Force unread counter recalculation.
|
|
1515
1524
|
*
|
|
@@ -1539,6 +1548,7 @@ export declare namespace GenControllers {
|
|
|
1539
1548
|
getFilterDistinctValues(request: GenModels.FilterDistinctValuesRequestModel, options?: RequestOptions): Promise<GenModels.DistinctValuesModel>;
|
|
1540
1549
|
loadAllPages(baseCursorId: string, options?: RequestOptions): Promise<number>;
|
|
1541
1550
|
getGridAggregatesModel(request: GenModels.GridAggregateRequest, options?: RequestOptions): Promise<Array<GenModels.GridAggregateModel>>;
|
|
1551
|
+
getDiagramDistinctValuesModel(diagramRequestModel: GenModels.DistinctValuesDiagramRequestModel, options?: RequestOptions): Promise<GenModels.DistinctDiagramValuesModel>;
|
|
1542
1552
|
refreshUnreadCounter(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
|
|
1543
1553
|
refreshUnreadCounterEx(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
|
|
1544
1554
|
}
|
|
@@ -2828,9 +2838,14 @@ export declare namespace GenControllers {
|
|
|
2828
2838
|
* Updates localization
|
|
2829
2839
|
*/
|
|
2830
2840
|
setUserLocale(locale: string, options?: RequestOptions): Promise<any>;
|
|
2841
|
+
/**
|
|
2842
|
+
* Reset localization
|
|
2843
|
+
*/
|
|
2844
|
+
resetUserLocale(options?: RequestOptions): Promise<any>;
|
|
2831
2845
|
}
|
|
2832
2846
|
class LocalizationController extends BaseController implements ILocalizationController {
|
|
2833
2847
|
setUserLocale(locale: string, options?: RequestOptions): Promise<any>;
|
|
2848
|
+
resetUserLocale(options?: RequestOptions): Promise<any>;
|
|
2834
2849
|
}
|
|
2835
2850
|
}
|
|
2836
2851
|
export declare type $LocalizationController = {
|
|
@@ -927,6 +927,54 @@ export declare namespace GenModels {
|
|
|
927
927
|
changeDateTime: string;
|
|
928
928
|
}
|
|
929
929
|
}
|
|
930
|
+
export declare namespace GenModels {
|
|
931
|
+
interface SearchRequestModelDiagram extends GenModels.SearchRequestModel {
|
|
932
|
+
/**
|
|
933
|
+
* ViewId for search
|
|
934
|
+
*/
|
|
935
|
+
viewId: string;
|
|
936
|
+
/**
|
|
937
|
+
* Primary Column that we try to find in cards
|
|
938
|
+
*/
|
|
939
|
+
columnPrimary: string;
|
|
940
|
+
/**
|
|
941
|
+
* Secondary Column that we try to find in cards
|
|
942
|
+
*/
|
|
943
|
+
columnSecondary: string;
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
export declare namespace GenModels {
|
|
947
|
+
interface SearchResponseModelDiagram {
|
|
948
|
+
/**
|
|
949
|
+
* Identifier of the search session for performing pagination.
|
|
950
|
+
*
|
|
951
|
+
* @format datatype.uuid
|
|
952
|
+
*/
|
|
953
|
+
instanceId: string;
|
|
954
|
+
/**
|
|
955
|
+
* Found cards
|
|
956
|
+
*/
|
|
957
|
+
cards: Array<GenModels.DiagramRow>;
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
export declare namespace GenModels {
|
|
961
|
+
interface DiagramRow {
|
|
962
|
+
/**
|
|
963
|
+
* Card id
|
|
964
|
+
*
|
|
965
|
+
* @format datatype.uuid
|
|
966
|
+
*/
|
|
967
|
+
instanceId: string;
|
|
968
|
+
/**
|
|
969
|
+
* First column value
|
|
970
|
+
*/
|
|
971
|
+
columnPrimary: any;
|
|
972
|
+
/**
|
|
973
|
+
* Second column value
|
|
974
|
+
*/
|
|
975
|
+
columnSecondary: any;
|
|
976
|
+
}
|
|
977
|
+
}
|
|
930
978
|
export declare namespace GenModels {
|
|
931
979
|
interface GetFolderCardsRequest {
|
|
932
980
|
queryViewRequest: GenModels.QueryViewRequest;
|
|
@@ -4231,6 +4279,58 @@ export declare namespace GenModels {
|
|
|
4231
4279
|
checked?: boolean;
|
|
4232
4280
|
}
|
|
4233
4281
|
}
|
|
4282
|
+
export declare namespace GenModels {
|
|
4283
|
+
interface DistinctValuesDiagramRequestModel extends GenModels.DistinctValuesRequestModel {
|
|
4284
|
+
/**
|
|
4285
|
+
* Gets or sets Folder ID
|
|
4286
|
+
*
|
|
4287
|
+
* @format datatype.uuid
|
|
4288
|
+
*/
|
|
4289
|
+
folderId: string;
|
|
4290
|
+
/**
|
|
4291
|
+
* Gets or sets View ID
|
|
4292
|
+
*
|
|
4293
|
+
* @format datatype.uuid
|
|
4294
|
+
*/
|
|
4295
|
+
viewId: string;
|
|
4296
|
+
/**
|
|
4297
|
+
* Gets or sets Diagram type
|
|
4298
|
+
*/
|
|
4299
|
+
diagramType: GenModels.DiagramType;
|
|
4300
|
+
}
|
|
4301
|
+
}
|
|
4302
|
+
export declare namespace GenModels {
|
|
4303
|
+
interface DistinctDiagramValuesModel {
|
|
4304
|
+
/**
|
|
4305
|
+
* Gets or sets columns
|
|
4306
|
+
*/
|
|
4307
|
+
columns: Array<GenModels.GridUserSettingsGroupDiagramColumn>;
|
|
4308
|
+
/**
|
|
4309
|
+
* Gets or sets distinct values
|
|
4310
|
+
*/
|
|
4311
|
+
distinctValues: Array<GenModels.ViewDiagramDistinctValue>;
|
|
4312
|
+
}
|
|
4313
|
+
}
|
|
4314
|
+
export declare namespace GenModels {
|
|
4315
|
+
interface GridUserSettingsGroupDiagramColumn extends GenModels.GridUserSettingsGroupColumn {
|
|
4316
|
+
/**
|
|
4317
|
+
* Is filtering allowed
|
|
4318
|
+
*/
|
|
4319
|
+
isFilteringAllowed: boolean;
|
|
4320
|
+
/**
|
|
4321
|
+
* Column display name
|
|
4322
|
+
*/
|
|
4323
|
+
columnDisplayName: string;
|
|
4324
|
+
}
|
|
4325
|
+
}
|
|
4326
|
+
export declare namespace GenModels {
|
|
4327
|
+
interface ViewDiagramDistinctValue extends GenModels.ViewDistinctValue {
|
|
4328
|
+
/**
|
|
4329
|
+
* Children
|
|
4330
|
+
*/
|
|
4331
|
+
children: Array<GenModels.ViewDistinctValue>;
|
|
4332
|
+
}
|
|
4333
|
+
}
|
|
4234
4334
|
export declare namespace GenModels {
|
|
4235
4335
|
interface RefreshUnreadCounterRequest {
|
|
4236
4336
|
/**
|
|
@@ -8667,6 +8767,10 @@ export declare namespace GenModels {
|
|
|
8667
8767
|
* Card must be deleted into the trash or deletes from database.
|
|
8668
8768
|
*/
|
|
8669
8769
|
deletePermanently: boolean;
|
|
8770
|
+
/**
|
|
8771
|
+
* Gets ot sets connect address session parameter
|
|
8772
|
+
*/
|
|
8773
|
+
connectAddress: string;
|
|
8670
8774
|
}
|
|
8671
8775
|
}
|
|
8672
8776
|
export declare namespace GenModels {
|
|
@@ -11369,6 +11473,29 @@ export declare namespace GenModels {
|
|
|
11369
11473
|
Favorites = 2
|
|
11370
11474
|
}
|
|
11371
11475
|
}
|
|
11476
|
+
export declare namespace GenModels {
|
|
11477
|
+
/**
|
|
11478
|
+
* Defines type of Diagram control
|
|
11479
|
+
*/
|
|
11480
|
+
enum DiagramType {
|
|
11481
|
+
/**
|
|
11482
|
+
* Bar type
|
|
11483
|
+
*/
|
|
11484
|
+
Bar = 0,
|
|
11485
|
+
/**
|
|
11486
|
+
* StackedBar type
|
|
11487
|
+
*/
|
|
11488
|
+
StackedBar = 1,
|
|
11489
|
+
/**
|
|
11490
|
+
* StackedAreaCharts type
|
|
11491
|
+
*/
|
|
11492
|
+
StackedAreaCharts = 2,
|
|
11493
|
+
/**
|
|
11494
|
+
* PieChart type
|
|
11495
|
+
*/
|
|
11496
|
+
PieChart = 3
|
|
11497
|
+
}
|
|
11498
|
+
}
|
|
11372
11499
|
export declare namespace GenModels {
|
|
11373
11500
|
/**
|
|
11374
11501
|
* Javascript log message level.
|
|
@@ -12683,6 +12810,91 @@ export declare namespace GenModels {
|
|
|
12683
12810
|
DisplayAll = 2
|
|
12684
12811
|
}
|
|
12685
12812
|
}
|
|
12813
|
+
export declare namespace GenModels {
|
|
12814
|
+
/**
|
|
12815
|
+
* Defines color mode for Diagram control
|
|
12816
|
+
*/
|
|
12817
|
+
enum DiagramColorMode {
|
|
12818
|
+
/**
|
|
12819
|
+
* Monochrome mode
|
|
12820
|
+
*/
|
|
12821
|
+
Monochrome = 0,
|
|
12822
|
+
/**
|
|
12823
|
+
* Unicolorous mode
|
|
12824
|
+
*/
|
|
12825
|
+
Unicolorous = 1
|
|
12826
|
+
}
|
|
12827
|
+
}
|
|
12828
|
+
export declare namespace GenModels {
|
|
12829
|
+
/**
|
|
12830
|
+
* Defines legend color scheme for Diagram control
|
|
12831
|
+
*/
|
|
12832
|
+
enum DiagramLegendColorScheme {
|
|
12833
|
+
/**
|
|
12834
|
+
* Indigo legend color scheme
|
|
12835
|
+
*/
|
|
12836
|
+
Indigo = 0,
|
|
12837
|
+
/**
|
|
12838
|
+
* Cyan legend color scheme
|
|
12839
|
+
*/
|
|
12840
|
+
Cyan = 1,
|
|
12841
|
+
/**
|
|
12842
|
+
* Green legend color scheme
|
|
12843
|
+
*/
|
|
12844
|
+
Green = 2,
|
|
12845
|
+
/**
|
|
12846
|
+
* Orange legend color scheme
|
|
12847
|
+
*/
|
|
12848
|
+
Orange = 3,
|
|
12849
|
+
/**
|
|
12850
|
+
* Red legend color scheme
|
|
12851
|
+
*/
|
|
12852
|
+
Red = 4,
|
|
12853
|
+
/**
|
|
12854
|
+
* Purple legend color scheme
|
|
12855
|
+
*/
|
|
12856
|
+
Purple = 5,
|
|
12857
|
+
/**
|
|
12858
|
+
* Violet legend color scheme
|
|
12859
|
+
*/
|
|
12860
|
+
Violet = 6,
|
|
12861
|
+
/**
|
|
12862
|
+
* Gray legend color scheme
|
|
12863
|
+
*/
|
|
12864
|
+
Gray = 7,
|
|
12865
|
+
/**
|
|
12866
|
+
* Brown legend color scheme
|
|
12867
|
+
*/
|
|
12868
|
+
Brown = 8,
|
|
12869
|
+
/**
|
|
12870
|
+
* Multicolor mode
|
|
12871
|
+
*/
|
|
12872
|
+
Multicolored = 9
|
|
12873
|
+
}
|
|
12874
|
+
}
|
|
12875
|
+
export declare namespace GenModels {
|
|
12876
|
+
/**
|
|
12877
|
+
* Defines legend position for Diagram control
|
|
12878
|
+
*/
|
|
12879
|
+
enum DiagramLegendPosition {
|
|
12880
|
+
/**
|
|
12881
|
+
* Bottom legend position
|
|
12882
|
+
*/
|
|
12883
|
+
Bottom = 0,
|
|
12884
|
+
/**
|
|
12885
|
+
* Top legend position
|
|
12886
|
+
*/
|
|
12887
|
+
Top = 1,
|
|
12888
|
+
/**
|
|
12889
|
+
* Left legend position
|
|
12890
|
+
*/
|
|
12891
|
+
Left = 2,
|
|
12892
|
+
/**
|
|
12893
|
+
* Right legend position
|
|
12894
|
+
*/
|
|
12895
|
+
Right = 3
|
|
12896
|
+
}
|
|
12897
|
+
}
|
|
12686
12898
|
export declare namespace GenModels {
|
|
12687
12899
|
/**
|
|
12688
12900
|
* Way of editing and creating of table rows.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
2
|
+
|
|
3
3
|
import { IArtPlayerTimeCode } from '@docsvision/webclient/Helpers/ArtPlayer/models/IArtPlayerTImeCode';
|
|
4
4
|
export interface IArtPlayerTimeCodes extends React.HTMLAttributes<HTMLDivElement> {
|
|
5
5
|
elements: IArtPlayerTimeCode[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ISortableItem } from "@docsvision/webclient/Helpers/Sortable/Data/ClientModels/ISortableItem";
|
|
2
2
|
import React from "react";
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
/** @internal Свойства для {@link Sortable} */
|
|
5
5
|
export interface ISortableProps {
|
|
6
6
|
/** дочерние элементы {@link SortableItem}, которые необходимо перемещать */
|
|
@@ -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 ITextInputDialogFramePops extends HtmlProps.div {
|
|
5
5
|
label: string | React.ReactNode;
|
|
6
6
|
renderInput: () => React.ReactNode;
|
|
@@ -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 ITextInputDialogModalPops extends ModalDialogProps {
|
|
6
6
|
onAccept: () => void;
|
|
7
7
|
onCancel: () => void;
|
|
@@ -2,7 +2,7 @@ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.
|
|
|
2
2
|
import { AccessListRow } from '@docsvision/webclient/Platform/AccessListRow';
|
|
3
3
|
import { ColumnWidthOptions } from '@docsvision/webclient/Platform/ColumnWidthOptions';
|
|
4
4
|
import React from 'react';
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
export interface AccessListEntryRowProps {
|
|
7
7
|
columnWidth: ColumnWidthOptions;
|
|
8
8
|
scheme: GenModels.AccessMaskScheme;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
3
|
import { ISelectItemData } from '@docsvision/webclient/Platform/IAggregates';
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
|
|
5
|
+
|
|
6
6
|
export interface IAggregateItemCheckbox {
|
|
7
7
|
item: GenModels.GridAggregateValue;
|
|
8
8
|
onChange(data: ISelectItemData): void;
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
3
|
import { IAggregate, ISelectItemData } from '@docsvision/webclient/Platform/IAggregates';
|
|
4
4
|
import { IAggregatesTextResources } from '@docsvision/webclient/Platform/AggregatesCheckbox';
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
export interface IAggregatesGroup {
|
|
7
7
|
aggregate: IAggregate;
|
|
8
8
|
renderItem(item: GenModels.GridAggregateValue, onItemSelect: (data: ISelectItemData) => void): React.ReactElement;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IAggregatesNotAvailableProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function AggregatesNotAvailable(props: IAggregatesNotAvailableProps): JSX.Element;
|