@docsvision/webclient 6.2.0-beta.1 → 6.2.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Approval/AgreementHistoryImpl.d.ts +8 -3
- package/Approval/ApprovalHistoryTable.d.ts +0 -3
- package/Approval/IApprovalHistoryTableProps.d.ts +4 -1
- package/Approval/IApprovalHistoryTableState.d.ts +0 -3
- package/BackOffice/$DigitalSignature.d.ts +27 -0
- package/BackOffice/AddressImpl.d.ts +1 -0
- package/BackOffice/DepartmentImpl.d.ts +7 -0
- package/BackOffice/DigitalSignatureService.d.ts +3 -1
- package/BackOffice/FileListConstants.d.ts +1 -0
- package/BackOffice/FileListControlLogic.d.ts +1 -1
- package/BackOffice/Powers.d.ts +2 -0
- package/BackOffice/PowersImpl.d.ts +2 -0
- package/BackOffice/PrintButton.d.ts +3 -1
- package/BackOffice/SetEmployeeCertificate.d.ts +1 -0
- package/BackOffice/StaffDirectoryItems.stories.d.ts +23 -0
- package/BackOffice/TaskGroupStatusComponent.d.ts +7 -0
- package/BackOffice/TaskGroupStatusTableComponent.d.ts +5 -0
- package/BackOffice/TaskGroupStatusTableRowComponent.d.ts +9 -0
- package/BackOffice/TaskGroupWorkStatus.d.ts +22 -0
- package/BackOffice/TaskGroupWorkStatusContainer.d.ts +11 -0
- package/BackOffice/TaskGroupWorkStatusLogic.d.ts +13 -0
- package/BackOffice/TaskGroupWorkStatusOptions.d.ts +18 -0
- package/BackOffice/TaskGroupWorkStatusView.d.ts +10 -0
- package/BackOffice/TaskGroupWrapper.d.ts +3 -0
- package/BackOffice/UserProfile.d.ts +1 -0
- package/Generated/DocsVision.WebClient.Controllers.d.ts +46 -5
- package/Generated/DocsVision.WebClient.Models.d.ts +451 -129
- package/Helpers/Button.d.ts +4 -1
- package/Helpers/DropdownButton/DropdownButton.d.ts +2 -0
- package/Helpers/FileViewZip/FileViewZip.d.ts +47 -0
- package/Helpers/FileViewZip/FileViewZipModal.d.ts +24 -0
- package/Helpers/IconButton.d.ts +1 -0
- package/Helpers/Menu/AdaptiveMenuBar.d.ts +1 -0
- package/Helpers/Menu/DesktopMenuBar.d.ts +1 -0
- package/Helpers/Menu/MobileMenuBar.d.ts +1 -0
- package/Helpers/MessageBox/MessageBox.d.ts +1 -0
- package/Helpers/ModalHost.d.ts +1 -0
- package/Helpers/PeriodicDebounce.d.ts +1 -0
- package/Helpers/PopoverHelpers/Popover.d.ts +1 -0
- package/Helpers/TextInput.d.ts +1 -0
- package/Legacy/StandardControllers.d.ts +1 -1
- package/Legacy/Utils.d.ts +9 -0
- package/Libs/CryptoPro/Crypto.d.ts +3 -0
- package/Platform/$EmployeeStatus.d.ts +9 -0
- package/Platform/$FolderMenuManagement.d.ts +12 -0
- package/Platform/AggregatesTree.d.ts +1 -1
- package/Platform/AggregatesTreeLoader.d.ts +1 -1
- package/Platform/CardLink.d.ts +2 -0
- package/Platform/DateTimePicker.d.ts +1 -0
- package/Platform/DateTimePickerImpl.d.ts +1 -1
- package/Platform/DropdownImpl.d.ts +6 -0
- package/Platform/EmployeeStatusService.d.ts +2 -0
- package/Platform/FilePicker.d.ts +3 -0
- package/Platform/FilePickerImpl.d.ts +11 -0
- package/Platform/FilePickerMenuItemsView.d.ts +1 -0
- package/Platform/FilePickerOperations.d.ts +1 -0
- package/Platform/FilePickerOperationsAvailability.d.ts +1 -0
- package/Platform/FolderDashboardWidgetImpl.d.ts +0 -1
- package/Platform/FolderDataLoadingService.d.ts +1 -1
- package/Platform/FolderGroupDashboardWidgetImpl.d.ts +0 -1
- package/Platform/FolderMainMenuItem.d.ts +2 -1
- package/Platform/FolderMainMenuItemImpl.d.ts +3 -0
- package/Platform/FolderManagementAdaptiveMenu.d.ts +12 -1
- package/Platform/FolderMenuManagementService.d.ts +14 -0
- package/Platform/FolderWebFrameRouteHandler.d.ts +1 -1
- package/Platform/IFilePickerMenuOpeningArgs.d.ts +4 -0
- package/Platform/TabImpl.d.ts +1 -0
- package/Platform/UnreadCounter.d.ts +1 -0
- package/Platform/WebFrameUserPanel.d.ts +2 -1
- package/StandardServices.d.ts +2 -1
- package/System/DateFormats.d.ts +3 -1
- package/System/InputBasedControlImpl.d.ts +0 -1
- package/System/TaskGroupWorkStatusStub.d.ts +62 -0
- package/System/TooltipUtils.d.ts +6 -0
- package/package.json +1 -1
- package/Legacy/TaskGroupWorkStatusRazorControl.d.ts +0 -5
|
@@ -113,7 +113,6 @@ export declare abstract class InputBasedControlImpl<ModelT, PropsT extends Input
|
|
|
113
113
|
protected renderEditPopover(popover: EditPopover): Promise<InputBasedControl<ModelT, PropsT, StateT>>;
|
|
114
114
|
protected getCurrentPlaceholder(): string[];
|
|
115
115
|
protected renderPlaceholder(): JSX.Element;
|
|
116
|
-
protected renderPlaceholderEditInPlace(): JSX.Element;
|
|
117
116
|
protected onInputKeyDown(ev: React.KeyboardEvent): void;
|
|
118
117
|
protected onIconKeyDown(e: React.KeyboardEvent): void;
|
|
119
118
|
protected getInputProps(): React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
export declare const mockExecutionTasks: {
|
|
2
|
+
executionTasks: {
|
|
3
|
+
childTasks: {
|
|
4
|
+
taskId: string;
|
|
5
|
+
kindId: string;
|
|
6
|
+
taskName: string;
|
|
7
|
+
performer: {
|
|
8
|
+
id: string;
|
|
9
|
+
};
|
|
10
|
+
endDate: string;
|
|
11
|
+
documentId: string;
|
|
12
|
+
stateType: number;
|
|
13
|
+
authorId: string;
|
|
14
|
+
controllerId: string;
|
|
15
|
+
stateName: string;
|
|
16
|
+
description: string;
|
|
17
|
+
endDateActual: string;
|
|
18
|
+
timestamp: number;
|
|
19
|
+
currentPerformer: {
|
|
20
|
+
id: string;
|
|
21
|
+
};
|
|
22
|
+
order: number;
|
|
23
|
+
availableOperations: any[];
|
|
24
|
+
}[];
|
|
25
|
+
executionTypeName: string;
|
|
26
|
+
executionType: number;
|
|
27
|
+
description: string;
|
|
28
|
+
};
|
|
29
|
+
attributes: {
|
|
30
|
+
taskGroupId: string;
|
|
31
|
+
name: string;
|
|
32
|
+
description: string;
|
|
33
|
+
author: {
|
|
34
|
+
id: string;
|
|
35
|
+
};
|
|
36
|
+
controller: {
|
|
37
|
+
id: string;
|
|
38
|
+
};
|
|
39
|
+
responsible: {
|
|
40
|
+
id: string;
|
|
41
|
+
};
|
|
42
|
+
startDate: string;
|
|
43
|
+
endDate: string;
|
|
44
|
+
creationDate: string;
|
|
45
|
+
kindName: string;
|
|
46
|
+
kindId: string;
|
|
47
|
+
controlDate: string;
|
|
48
|
+
onControl: boolean;
|
|
49
|
+
stateName: string;
|
|
50
|
+
timestamp: number;
|
|
51
|
+
stateType: number;
|
|
52
|
+
requiresAcceptance: boolean;
|
|
53
|
+
acceptanceCheckResult: {
|
|
54
|
+
responsibleTaskHasBranch: boolean;
|
|
55
|
+
taskHasBranch: boolean;
|
|
56
|
+
};
|
|
57
|
+
availableOperations: any[];
|
|
58
|
+
duration: number;
|
|
59
|
+
controlHour: number;
|
|
60
|
+
};
|
|
61
|
+
viewBag: string;
|
|
62
|
+
};
|
package/System/TooltipUtils.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { ITooltipExtraOptions } from "@docsvision/webclient/Legacy/Utils";
|
|
2
2
|
/**
|
|
3
|
+
* @deprecated Чтобы добавить подсказку прокинь пропс dv-tooltip в JSX компонент. Пример:
|
|
4
|
+
* <div dv-tooltip="мой тултип">
|
|
5
|
+
* Смотри Tooltip из docsvision.web
|
|
3
6
|
* Возвращает функцию, которая может быть передана в качестве значения "ref" параметра react-элемента.
|
|
4
7
|
* В результате элементу будет добавлена всплывающая подсказка при помощи плагина tipso.
|
|
5
8
|
*/
|
|
@@ -10,6 +13,9 @@ export declare function attachTooltip(text: string, extraOptions?: ITooltipExtra
|
|
|
10
13
|
*/
|
|
11
14
|
export declare function attachTooltipFromContent(extraOptions?: ITooltipExtraOptions): (elem: HTMLElement) => void;
|
|
12
15
|
/**
|
|
16
|
+
* @deprecated Чтобы добавить подсказку прокинь пропс dv-tooltip в JSX компонент. Пример:
|
|
17
|
+
* <div dv-tooltip="мой тултип">
|
|
18
|
+
* Смотри Tooltip из docsvision.web
|
|
13
19
|
* Добавляет всплывающую подсказку к элементу.
|
|
14
20
|
*/
|
|
15
21
|
export declare function setTooltip(elem: HTMLElement, text: string, options?: ITooltipExtraOptions): void;
|
package/package.json
CHANGED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { BaseRazorControl, BaseRazorControlParams, BaseRazorControlState } from "@docsvision/webclient/Legacy/BaseRazorControl";
|
|
2
|
-
/** @internal */
|
|
3
|
-
export declare class TaskGroupWorkStatusRazorControl extends BaseRazorControl<BaseRazorControlParams, BaseRazorControlState> {
|
|
4
|
-
protected createParams(): BaseRazorControlParams;
|
|
5
|
-
}
|