@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.
Files changed (76) hide show
  1. package/Approval/AgreementHistoryImpl.d.ts +8 -3
  2. package/Approval/ApprovalHistoryTable.d.ts +0 -3
  3. package/Approval/IApprovalHistoryTableProps.d.ts +4 -1
  4. package/Approval/IApprovalHistoryTableState.d.ts +0 -3
  5. package/BackOffice/$DigitalSignature.d.ts +27 -0
  6. package/BackOffice/AddressImpl.d.ts +1 -0
  7. package/BackOffice/DepartmentImpl.d.ts +7 -0
  8. package/BackOffice/DigitalSignatureService.d.ts +3 -1
  9. package/BackOffice/FileListConstants.d.ts +1 -0
  10. package/BackOffice/FileListControlLogic.d.ts +1 -1
  11. package/BackOffice/Powers.d.ts +2 -0
  12. package/BackOffice/PowersImpl.d.ts +2 -0
  13. package/BackOffice/PrintButton.d.ts +3 -1
  14. package/BackOffice/SetEmployeeCertificate.d.ts +1 -0
  15. package/BackOffice/StaffDirectoryItems.stories.d.ts +23 -0
  16. package/BackOffice/TaskGroupStatusComponent.d.ts +7 -0
  17. package/BackOffice/TaskGroupStatusTableComponent.d.ts +5 -0
  18. package/BackOffice/TaskGroupStatusTableRowComponent.d.ts +9 -0
  19. package/BackOffice/TaskGroupWorkStatus.d.ts +22 -0
  20. package/BackOffice/TaskGroupWorkStatusContainer.d.ts +11 -0
  21. package/BackOffice/TaskGroupWorkStatusLogic.d.ts +13 -0
  22. package/BackOffice/TaskGroupWorkStatusOptions.d.ts +18 -0
  23. package/BackOffice/TaskGroupWorkStatusView.d.ts +10 -0
  24. package/BackOffice/TaskGroupWrapper.d.ts +3 -0
  25. package/BackOffice/UserProfile.d.ts +1 -0
  26. package/Generated/DocsVision.WebClient.Controllers.d.ts +46 -5
  27. package/Generated/DocsVision.WebClient.Models.d.ts +451 -129
  28. package/Helpers/Button.d.ts +4 -1
  29. package/Helpers/DropdownButton/DropdownButton.d.ts +2 -0
  30. package/Helpers/FileViewZip/FileViewZip.d.ts +47 -0
  31. package/Helpers/FileViewZip/FileViewZipModal.d.ts +24 -0
  32. package/Helpers/IconButton.d.ts +1 -0
  33. package/Helpers/Menu/AdaptiveMenuBar.d.ts +1 -0
  34. package/Helpers/Menu/DesktopMenuBar.d.ts +1 -0
  35. package/Helpers/Menu/MobileMenuBar.d.ts +1 -0
  36. package/Helpers/MessageBox/MessageBox.d.ts +1 -0
  37. package/Helpers/ModalHost.d.ts +1 -0
  38. package/Helpers/PeriodicDebounce.d.ts +1 -0
  39. package/Helpers/PopoverHelpers/Popover.d.ts +1 -0
  40. package/Helpers/TextInput.d.ts +1 -0
  41. package/Legacy/StandardControllers.d.ts +1 -1
  42. package/Legacy/Utils.d.ts +9 -0
  43. package/Libs/CryptoPro/Crypto.d.ts +3 -0
  44. package/Platform/$EmployeeStatus.d.ts +9 -0
  45. package/Platform/$FolderMenuManagement.d.ts +12 -0
  46. package/Platform/AggregatesTree.d.ts +1 -1
  47. package/Platform/AggregatesTreeLoader.d.ts +1 -1
  48. package/Platform/CardLink.d.ts +2 -0
  49. package/Platform/DateTimePicker.d.ts +1 -0
  50. package/Platform/DateTimePickerImpl.d.ts +1 -1
  51. package/Platform/DropdownImpl.d.ts +6 -0
  52. package/Platform/EmployeeStatusService.d.ts +2 -0
  53. package/Platform/FilePicker.d.ts +3 -0
  54. package/Platform/FilePickerImpl.d.ts +11 -0
  55. package/Platform/FilePickerMenuItemsView.d.ts +1 -0
  56. package/Platform/FilePickerOperations.d.ts +1 -0
  57. package/Platform/FilePickerOperationsAvailability.d.ts +1 -0
  58. package/Platform/FolderDashboardWidgetImpl.d.ts +0 -1
  59. package/Platform/FolderDataLoadingService.d.ts +1 -1
  60. package/Platform/FolderGroupDashboardWidgetImpl.d.ts +0 -1
  61. package/Platform/FolderMainMenuItem.d.ts +2 -1
  62. package/Platform/FolderMainMenuItemImpl.d.ts +3 -0
  63. package/Platform/FolderManagementAdaptiveMenu.d.ts +12 -1
  64. package/Platform/FolderMenuManagementService.d.ts +14 -0
  65. package/Platform/FolderWebFrameRouteHandler.d.ts +1 -1
  66. package/Platform/IFilePickerMenuOpeningArgs.d.ts +4 -0
  67. package/Platform/TabImpl.d.ts +1 -0
  68. package/Platform/UnreadCounter.d.ts +1 -0
  69. package/Platform/WebFrameUserPanel.d.ts +2 -1
  70. package/StandardServices.d.ts +2 -1
  71. package/System/DateFormats.d.ts +3 -1
  72. package/System/InputBasedControlImpl.d.ts +0 -1
  73. package/System/TaskGroupWorkStatusStub.d.ts +62 -0
  74. package/System/TooltipUtils.d.ts +6 -0
  75. package/package.json +1 -1
  76. 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
+ };
@@ -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,6 +1,6 @@
1
1
  {
2
2
  "name": "@docsvision/webclient",
3
- "version": "6.2.0-beta.1",
3
+ "version": "6.2.1-beta.1",
4
4
  "description": "Type definitions for DocsVision WebClient scripts and extensions.",
5
5
  "main": "index.js",
6
6
  "scripts": {},
@@ -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
- }