@docsvision/webclient 6.1.10 → 6.1.12-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 (60) hide show
  1. package/Application.d.ts +1 -0
  2. package/BackOffice/CheckStaffSectionAcccessRights.d.ts +1 -0
  3. package/BackOffice/CreateCardDialog.d.ts +15 -0
  4. package/BackOffice/CreateCardDialogLogic.d.ts +20 -0
  5. package/BackOffice/CreateCardSelectKindDialog.d.ts +10 -0
  6. package/BackOffice/DirectoryTabs.d.ts +1 -0
  7. package/BackOffice/StaffDirectoryLogic.d.ts +1 -0
  8. package/Generated/DocsVision.WebClient.Controllers.d.ts +13 -8
  9. package/Generated/DocsVision.WebClient.Models.d.ts +104 -5
  10. package/Helpers/LoadingIcon/LoadingIcon.d.ts +2 -2
  11. package/Legacy/$UserMenu.d.ts +1 -0
  12. package/Legacy/NewCardDialog.d.ts +3 -3
  13. package/Legacy/UserMenu.d.ts +8 -3
  14. package/Platform/ApplicationInfoDialog.d.ts +11 -0
  15. package/Platform/ApplicationInfoDialogData.d.ts +11 -0
  16. package/Platform/CardManagement.d.ts +1 -1
  17. package/Platform/CardManagementImpl.d.ts +3 -0
  18. package/Platform/FilePreview.d.ts +2 -0
  19. package/Platform/FilePreviewImpl.d.ts +1 -0
  20. package/Platform/WebFrameUserPanel.d.ts +2 -0
  21. package/StandardServices.d.ts +2 -1
  22. package/System/$BrowserTabId.d.ts +5 -0
  23. package/System/AddCardModalStub.d.ts +3 -0
  24. package/System/ApplicationInfoModelStub.d.ts +2 -0
  25. package/System/ExtensionManagerStub.d.ts +7 -0
  26. package/System/GetBrowserTabId.d.ts +1 -0
  27. package/System/LayoutManager.d.ts +2 -1
  28. package/System/NavigatorControllerStub.d.ts +21 -0
  29. package/System/RequestManager.d.ts +3 -1
  30. package/package.json +4 -1
  31. package/BackOffice/AddressStoriesData.d.ts +0 -22
  32. package/BackOffice/CardKindStoriesData.d.ts +0 -45
  33. package/BackOffice/CommentsStoriesData.d.ts +0 -8
  34. package/BackOffice/CreateRelatedCardButtonStoriesData.d.ts +0 -23
  35. package/BackOffice/DelegateBatchOperationStoriesData.d.ts +0 -16
  36. package/BackOffice/DeleteShortcutBatchOperationStoriesData.d.ts +0 -13
  37. package/BackOffice/DepartmentStoriesData.d.ts +0 -89
  38. package/BackOffice/DirectoryDesignerRowStoriesData.d.ts +0 -15
  39. package/BackOffice/DisplayInitiatorStoriesData.d.ts +0 -35
  40. package/BackOffice/DisplayPerformersStoriesData.d.ts +0 -72
  41. package/BackOffice/EmployeeStoriesData.d.ts +0 -19
  42. package/BackOffice/FileListControlStoriesData.d.ts +0 -162
  43. package/BackOffice/GroupTaskCardSelectPerformersStoriesData.d.ts +0 -14
  44. package/BackOffice/HistoryStoriesData.d.ts +0 -46
  45. package/BackOffice/HistoryStoriesHelpers.d.ts +0 -4
  46. package/BackOffice/LinksStoriesData.d.ts +0 -61
  47. package/BackOffice/MultipleEmployeesStoriesData.d.ts +0 -38
  48. package/BackOffice/NumeratorStoriesData.d.ts +0 -25
  49. package/BackOffice/PartnerDepartmentStoriesData.d.ts +0 -175
  50. package/BackOffice/PartnerStoriesData.d.ts +0 -141
  51. package/BackOffice/StateButtonsStoriesData.d.ts +0 -23
  52. package/BackOffice/TasksStoriesData.d.ts +0 -37
  53. package/Helpers/AddCardModalDialog/AddCardModalDialog.d.ts +0 -18
  54. package/Helpers/AddCardModalDialog/AddCardModalDialogContent.d.ts +0 -15
  55. package/Helpers/AddCardModalDialog/AddCardModalDialogKindsTree.d.ts +0 -14
  56. package/Platform/DeleteBatchOperationStoriesData.d.ts +0 -14
  57. package/Platform/DownloadFilesBatchOperationStoriesData.d.ts +0 -17
  58. package/Platform/MoveShortcutBatchOperationStoriesData.d.ts +0 -13
  59. package/Platform/ReadBatchBatchOperationStoriesData.d.ts +0 -14
  60. package/System/LocationContainerControlStoriesData.d.ts +0 -16
@@ -1,45 +0,0 @@
1
- import { $LayoutCardKindController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
- import { $DeviceType } from "@docsvision/webclient/StandardServices";
3
- import { $LayoutInfo, $EditOperationStore } from "@docsvision/webclient/System/LayoutServices";
4
- import { $LabelWidth } from "@docsvision/webclient/System/$LabelWidth";
5
- export declare function getCardKindMockServices():
6
- import("@docsvision/web/core/services").ServiceContainer & $LayoutCardKindController & $LayoutInfo & $EditOperationStore & $LabelWidth & $DeviceType;
7
- export declare function getCardKindMockProps(): {
8
- value: {
9
- cardKindName: string;
10
- cardKindFullName: string;
11
- cardKindId: string;
12
- loadingError: boolean;
13
- };
14
- };
15
- export declare function getCardKindMockValue(): {
16
- cardKindName: string;
17
- cardKindFullName: string;
18
- cardKindId: string;
19
- loadingError: boolean;
20
- };
21
- export declare function getCardKindMockTree(): {
22
- cardTypeId: string;
23
- kindId: string;
24
- name: string;
25
- isDefault: boolean;
26
- notAvailable: boolean;
27
- notSelectable: boolean;
28
- kinds: {
29
- cardTypeId: string;
30
- kindId: string;
31
- name: string;
32
- isDefault: boolean;
33
- notAvailable: boolean;
34
- notSelectable: boolean;
35
- kinds: {
36
- cardTypeId: string;
37
- kindId: string;
38
- name: string;
39
- isDefault: boolean;
40
- notAvailable: boolean;
41
- notSelectable: boolean;
42
- kinds: any[];
43
- }[];
44
- }[];
45
- }[];
@@ -1,8 +0,0 @@
1
- export declare function getCommentsMock(): {
2
- id: string;
3
- deleted: boolean;
4
- employeeId: string;
5
- employeeDisplayName: string;
6
- date: string;
7
- text: string;
8
- }[];
@@ -1,23 +0,0 @@
1
- import { $Layout } from "@docsvision/webclient/System/$Layout";
2
- import { $Router } from "@docsvision/web/core/routing";
3
- export declare function getCreateRelatedCardButtonMockServices():
4
- import("@docsvision/web/core/services").ServiceContainer & $Router & $Layout;
5
- export declare function getCreateRelatedCardButtonMockProps(): {
6
- buttonsLimit: number;
7
- binding: {
8
- value: {
9
- id: string;
10
- displayName: string;
11
- cardKindId: string;
12
- cardTypeId: string;
13
- location: number;
14
- }[];
15
- };
16
- };
17
- export declare function getCreateRelatedCardButtonMockModel(): {
18
- id: string;
19
- displayName: string;
20
- cardKindId: string;
21
- cardTypeId: string;
22
- location: number;
23
- }[];
@@ -1,16 +0,0 @@
1
- import { $EmployeeController, $LayoutStaffController, $LayoutTasksController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
- import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
3
- import { $FolderGrid } from "@docsvision/webclient/Platform/$FolderGrid";
4
- import { $BatchOperations } from "@docsvision/webclient/Platform/$BatchOperations";
5
- import { $BatchOperationsPerformer } from "@docsvision/webclient/Platform/$BatchOperationsPerformer";
6
- import { $BatchOperationsProgressDialog } from "@docsvision/webclient/Platform/$BatchOperationsProgressDialog";
7
- import { $TableManagement } from "@docsvision/webclient/Platform/$TableManagement";
8
- import { $TableMode } from "@docsvision/webclient/Platform/$TableMode";
9
- import { $TableRowSelection } from "@docsvision/webclient/Platform/$TableRowSelection";
10
- import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
11
- import { $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
12
- import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
13
- import { $Domain } from "@docsvision/web/core/state-management";
14
- export declare function getDelegateBatchOperationMockServices():
15
- import("@docsvision/web/core/services").ServiceContainer & $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $ApplicationSettings & $Domain & $LayoutTasksController & $FolderGrid & $FolderDataLoading & $BatchOperationsProgressDialog & $LayoutStaffController & $EditOperationStore & $LayoutInfo & $LocalStorage & $EmployeeController;
16
- export declare function getDelegateBatchOperationMockProps(): {};
@@ -1,13 +0,0 @@
1
- import { $LayoutFolderController, $LayoutCardController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
- import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
3
- import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
4
- import { $FolderGrid } from "@docsvision/webclient/Platform/$FolderGrid";
5
- import { $BatchOperations } from "@docsvision/webclient/Platform/$BatchOperations";
6
- import { $BatchOperationsPerformer } from "@docsvision/webclient/Platform/$BatchOperationsPerformer";
7
- import { $TableManagement } from "@docsvision/webclient/Platform/$TableManagement";
8
- import { $TableMode } from "@docsvision/webclient/Platform/$TableMode";
9
- import { $TableRowSelection } from "@docsvision/webclient/Platform/$TableRowSelection";
10
- import { $LayoutInfo, $CardInfo } from "@docsvision/webclient/System/LayoutServices";
11
- export declare function getDeleteShortcutBatchOperationMockServices():
12
- import("@docsvision/web/core/services").ServiceContainer & $LayoutInfo & $LayoutFolderController & $CardInfo & $LayoutCardController & $FolderDataLoading & $FolderGrid & $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $CurrentFolder;
13
- export declare function getDeleteShortcutBatchOperationMockProps(): {};
@@ -1,89 +0,0 @@
1
- import { $LayoutStaffController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
- import { $DeviceType } from "@docsvision/webclient/StandardServices";
3
- import { $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
4
- export declare function getDepartmentMockServices():
5
- import("@docsvision/web/core/services").ServiceContainer & $LayoutStaffController & $EditOperationStore & $LayoutInfo & $DeviceType;
6
- export declare function getDepartmentMockProps(): {
7
- placeHolder: string;
8
- value: {
9
- id: string;
10
- name: string;
11
- fullName: string;
12
- departmentType: number;
13
- dataType: number;
14
- };
15
- labelText: string;
16
- source: number;
17
- controlTypeName: string;
18
- };
19
- export declare function getDepartmentMockValue(): {
20
- id: string;
21
- name: string;
22
- fullName: string;
23
- departmentType: number;
24
- dataType: number;
25
- };
26
- export declare function getDepartmentMockSearchItems(): {
27
- id: string;
28
- name: string;
29
- fullName: string;
30
- departmentType: number;
31
- dataType: number;
32
- }[];
33
- export declare function getDepartmentMockTreeSearchResult(): {
34
- id: string;
35
- name: string;
36
- fullName: string;
37
- departmentType: number;
38
- dataType: number;
39
- matched: boolean;
40
- matchedFieldName: string;
41
- matchedFieldValue: string;
42
- inn: string;
43
- hasChildren: boolean;
44
- childrenLoaded: boolean;
45
- notAvailable: boolean;
46
- children: {
47
- id: string;
48
- name: string;
49
- fullName: string;
50
- departmentType: number;
51
- dataType: number;
52
- inn: string;
53
- hasChildren: boolean;
54
- childrenLoaded: boolean;
55
- notAvailable: boolean;
56
- children: any[];
57
- }[];
58
- }[];
59
- export declare function getDepartmentMockFlatSearchResult(): {
60
- data: {
61
- id: string;
62
- name: string;
63
- fullName: string;
64
- departmentType: number;
65
- dataType: number;
66
- inn: string;
67
- hasChildren: boolean;
68
- childrenLoaded: boolean;
69
- notAvailable: boolean;
70
- children: {
71
- id: string;
72
- name: string;
73
- fullName: string;
74
- departmentType: number;
75
- dataType: number;
76
- inn: string;
77
- hasChildren: boolean;
78
- childrenLoaded: boolean;
79
- notAvailable: boolean;
80
- children: any[];
81
- }[];
82
- };
83
- searchInfo: {
84
- matched: boolean;
85
- matchedFieldName: string;
86
- matchedFieldValue: string;
87
- };
88
- path: any[];
89
- }[];
@@ -1,15 +0,0 @@
1
- import { $DirectoryDesignerRowController, $LayoutController, $LayoutRowController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
- import { $DeviceType } from "@docsvision/webclient/StandardServices";
3
- import { $Layout } from "@docsvision/webclient/System/$Layout";
4
- import { $CurrentLocation, $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
5
- import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
6
- export declare function getDirectoryDesignerRowMockServices():
7
- import("@docsvision/web/core/services").ServiceContainer & $DirectoryDesignerRowController & $LayoutRowController & $EditOperationStore & $LayoutInfo & $LayoutController & $LayoutManager & $CurrentLocation & $Layout & $DeviceType;
8
- export declare function getDirectoryDesignerRowMockProps(): {
9
- placeHolder: string;
10
- value: unknown;
11
- selectedValue: unknown;
12
- itemType: string;
13
- useDescription: boolean;
14
- };
15
- export declare function getDirectoryDesignerRowMockItems(): unknown[];
@@ -1,35 +0,0 @@
1
- import { $DeviceType } from "@docsvision/webclient/StandardServices";
2
- import { $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
3
- import { $LabelWidth } from "@docsvision/webclient/System/$LabelWidth";
4
- export declare function getDisplayInitiatorMockServices():
5
- import("@docsvision/web/core/services").ServiceContainer & $LayoutInfo & $LabelWidth & $DeviceType;
6
- export declare function getDisplayInitiatorMockProps(): {
7
- value: {
8
- id: string;
9
- isCurrent: boolean;
10
- displayName: string;
11
- firstName: string;
12
- lastName: string;
13
- middleName: any;
14
- position: any;
15
- fieldPath: string;
16
- unitId: string;
17
- pathInDirectory: any;
18
- dataType: number;
19
- status: number;
20
- };
21
- };
22
- export declare function getDisplayInitiatorMockValue(): {
23
- id: string;
24
- isCurrent: boolean;
25
- displayName: string;
26
- firstName: string;
27
- lastName: string;
28
- middleName: any;
29
- position: any;
30
- fieldPath: string;
31
- unitId: string;
32
- pathInDirectory: any;
33
- dataType: number;
34
- status: number;
35
- };
@@ -1,72 +0,0 @@
1
- import { $LayoutTasksController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
- import { $Layout } from "@docsvision/webclient/System/$Layout";
3
- import { $CardId, $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
4
- import { $LabelWidth } from "@docsvision/webclient/System/$LabelWidth";
5
- export declare function getDisplayPerformersMockServices():
6
- import("@docsvision/web/core/services").ServiceContainer & $LayoutTasksController & $CardId & $EditOperationStore & $LayoutInfo & $LabelWidth & $Layout;
7
- export declare function getDisplayPerformersMockProps(): {
8
- showEmptyLabel: boolean;
9
- startPerformers: {
10
- id: string;
11
- displayName: string;
12
- tip: string;
13
- extendedTip: string;
14
- type: number;
15
- }[];
16
- endPerformers: {
17
- id: string;
18
- displayName: string;
19
- tip: string;
20
- extendedTip: string;
21
- type: number;
22
- }[];
23
- };
24
- export declare function getDisplayPerformersMockMultiplePerformers(): {
25
- startPerformers: {
26
- id: string;
27
- displayName: string;
28
- tip: string;
29
- extendedTip: string;
30
- type: number;
31
- }[];
32
- endPerformers: {
33
- id: string;
34
- displayName: string;
35
- tip: string;
36
- extendedTip: string;
37
- type: number;
38
- }[];
39
- };
40
- export declare function getDisplayPerformersMockDelegateRecords(): {
41
- event: number;
42
- initiator: {
43
- id: string;
44
- isCurrent: boolean;
45
- displayName: string;
46
- firstName: string;
47
- lastName: string;
48
- middleName: string;
49
- position: any;
50
- fieldPath: string;
51
- unitId: string;
52
- pathInDirectory: any;
53
- dataType: number;
54
- status: number;
55
- };
56
- performers: {
57
- id: string;
58
- isCurrent: boolean;
59
- displayName: string;
60
- firstName: string;
61
- lastName: string;
62
- middleName: string;
63
- position: any;
64
- fieldPath: string;
65
- unitId: string;
66
- pathInDirectory: any;
67
- dataType: number;
68
- status: number;
69
- }[];
70
- date: string;
71
- comment: string;
72
- }[];
@@ -1,19 +0,0 @@
1
- import { $EmployeeController, $LayoutStaffController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
- import { $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
3
- import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
4
- export declare function getEmployeeMockServices():
5
- import("@docsvision/web/core/services").ServiceContainer & $LayoutStaffController & $EditOperationStore & $LayoutInfo & $LocalStorage & $EmployeeController;
6
- export declare function getEmployeeMockValue(): {
7
- id: string;
8
- isCurrent: boolean;
9
- displayName: string;
10
- firstName: string;
11
- lastName: string;
12
- middleName: any;
13
- position: any;
14
- fieldPath: string;
15
- unitId: string;
16
- pathInDirectory: any;
17
- dataType: number;
18
- status: number;
19
- };
@@ -1,162 +0,0 @@
1
- import { FileListItem } from "@docsvision/webclient/BackOffice/FileListItem";
2
- import { FileListItemState } from "@docsvision/webclient/BackOffice/FileListItemState";
3
- export declare const getFileListControlMockProps: () => any;
4
- export declare const getFileListControlMockServices: (files: any) => {
5
- layoutManager:
6
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Services/$LayoutManager").ILayoutManager;
7
- layoutInfo:
8
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Models").GenModels.LayoutInfoModel;
9
- fileListOptions?:
10
- import("@docsvision/webclient/FileListControlImpl").IFileListOptions;
11
- siteUrl: string;
12
- webServices:
13
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Services/WebServices/IWebServicesService").IWebServicesService;
14
- cardTimestamp: number;
15
- R7OfficeController:
16
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Controllers").GenControllers.IR7OfficeController;
17
- fileService:
18
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Services/$FileService").IFileService;
19
- documentCardController:
20
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Legacy/Controllers/DocumentCard/DocumentCard").DocumentCardController;
21
- fileController:
22
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Legacy/Controllers/FileController/FileController").FileController;
23
- layoutFileController:
24
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Controllers").GenControllers.ILayoutFileController;
25
- layout:
26
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Controls/Layout/$Layout").ILayout;
27
- cardId: string;
28
- realtimeCommunicationService:
29
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Services/RealtimeCommunication/$RealtimeCommunicationService").IRealtimeCommunicationService;
30
- router:
31
- import("@docsvision/web/core/routing").IRouter;
32
- deviceType:
33
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Models").GenModels.DeviceType;
34
- defaultDeviceType:
35
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Models").GenModels.DeviceType;
36
- editOperations?:
37
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Core/EditOperationStore/IEditOperationStore").IEditOperationStore;
38
- cardInfo:
39
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Models").GenModels.CardInfoModel;
40
- requestManager:
41
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Core/RequestProcessing/$RequestManager").IRequestManager;
42
- signatureController:
43
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Controllers").GenControllers.ISignatureController;
44
- dataVisualizationController:
45
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Controllers").GenControllers.IDataVisualizationController;
46
- layoutCheck:
47
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Services/$LayoutCheckService").ILayoutCheckService;
48
- applicationSettings:
49
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Models").GenModels.ApplicationSettings;
50
- fileUpload:
51
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Platform/Services/File/IFileUploadService").IFileUploadService;
52
- urlStore:
53
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Core/UrlStore/$UrlStore").IUrlStore;
54
- messageBox:
55
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Services/$MessageBox").IMessageBoxService;
56
- webViewIOSEnabled: boolean;
57
- layoutFileApiController:
58
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Controllers").GenControllers.ILayoutFileApiController;
59
- layoutDocumentController:
60
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Controllers").GenControllers.ILayoutDocumentController;
61
- cloudSignature:
62
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Services/CloudSignature/$CloudSignature").ICloudSignatureService;
63
- cryptoPro:
64
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Services/CryptoPro/$CryptoPro").ICryptoProService;
65
- localStorage:
66
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Services/$LocalStorage").ILocalStorage;
67
- signatureMethodsController:
68
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Controllers").GenControllers.ISignatureMethodsController;
69
- digitalSignature:
70
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Services/DigitalSignature/$DigitalSignature").IDigitalSignatureService;
71
- };
72
- export declare const getFileListControlMockFiles: () => FileListItem[];
73
- export declare const getFileListControlMockChildVersions: () => {
74
- id: string;
75
- versionId: string;
76
- versionPath: string;
77
- versionNumber: number;
78
- author: string;
79
- creationDate: string;
80
- comments: any[];
81
- changeDate: string;
82
- }[];
83
- export declare const getFileListControlCommandBarButtons: () => {
84
- controlTypeName: string;
85
- isAsync: any;
86
- properties: {
87
- name: string;
88
- };
89
- children: ({
90
- controlTypeName: string;
91
- isAsync: any;
92
- properties: {
93
- standardCssClass: string;
94
- visibilityEditOperation: string;
95
- visibility: boolean;
96
- name: string;
97
- tag: string;
98
- click: string;
99
- mouseOver: string;
100
- mouseOut: string;
101
- signatureFormat?: undefined;
102
- };
103
- children: any[];
104
- } | {
105
- controlTypeName: string;
106
- isAsync: any;
107
- properties: {
108
- standardCssClass: string;
109
- visibility: boolean;
110
- name: string;
111
- click: string;
112
- mouseOver: string;
113
- mouseOut: string;
114
- signatureFormat: number;
115
- visibilityEditOperation?: undefined;
116
- tag?: undefined;
117
- };
118
- children: any[];
119
- })[];
120
- }[];
121
- export declare function selectFirst(files: FileListItem[]): FileListItem[];
122
- export declare function expandFirstMenu(files: FileListItem[]): FileListItem[];
123
- export declare function lockFirst(files: FileListItem[]): FileListItem[];
124
- export declare function signAll(files: FileListItem[]): {
125
- data: {
126
- hasFileCertificatedSignature: boolean;
127
- name: string;
128
- fileCardId: string;
129
- fileId: string;
130
- isLocked: boolean;
131
- isFilePreviewSupported: boolean;
132
- isESExportAllowed: boolean;
133
- fileExtension: string;
134
- childVersions:
135
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Models").GenModels.VersionedFileModel[];
136
- currentVersion:
137
- import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Models").GenModels.VersionedFileModel;
138
- hasFileSignature: boolean;
139
- isMain: boolean;
140
- allowEdit: boolean;
141
- webDavLink: string;
142
- webDavReadonlyLink: string;
143
- versionsCount: number;
144
- size: number;
145
- };
146
- settingsMenuExpanded: boolean;
147
- versionsListExpanded: boolean;
148
- versionsListAnimating: boolean;
149
- commentsDialogOpen: boolean;
150
- uploadVersionAttachedElements:
151
- import("@docsvision/webclient/Data/FileListAttachElements").FileListAttachedElements;
152
- uploadSignedAttachedElement:
153
- import("@docsvision/webclient/Data/FileListAttachElements").FileListAttachedElements;
154
- versionListElement: HTMLElement;
155
- itemComponent:
156
- import("@docsvision/webclient/FileListItem/FileListItemComponent").FileListItemComponent;
157
- file: File;
158
- state: FileListItemState;
159
- isSelected: boolean;
160
- cssClasses?: string[];
161
- }[];
162
- export declare function prepareVersions(data: FileListItem[]): FileListItem[];
@@ -1,14 +0,0 @@
1
- import { TaskGroupInterval } from "@docsvision/webclient/BackOffice/TaskGroupIntervalModel";
2
- import { $TaskGroupPerformersController, $BusinessCalendarController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
3
- import { $DeviceType, $CurrentEmployeeId, $ApplicationSettings } from "@docsvision/webclient/StandardServices";
4
- import { $EditOperationStore, $LayoutInfo, $CardInfo } from "@docsvision/webclient/System/LayoutServices";
5
- import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
6
- export declare function getGroupTaskCardSelectPerformersMockServices():
7
- import("@docsvision/web/core/services").ServiceContainer & $EditOperationStore & $MessageBox & $DeviceType & $TaskGroupPerformersController & $LayoutInfo & $CardInfo & $CurrentEmployeeId & $BusinessCalendarController & $ApplicationSettings;
8
- export declare function getGroupTaskCardSelectPerformersMockProps(): {
9
- useBusinessCalendar: boolean;
10
- };
11
- export declare function getGroupTaskCardSelectPerformersMockValue(): {
12
- executionType: number;
13
- intervals: TaskGroupInterval[];
14
- };
@@ -1,46 +0,0 @@
1
- import { $BusinessCalendarController, $LayoutHistoryController, $LayoutStaffController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
- import { $CardId, $CardInfo, $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
3
- import { $Router } from "@docsvision/webclient/System/$Router";
4
- import { $DeviceType } from "@docsvision/web/core/system-services/environment";
5
- import { HistoryParams } from "@docsvision/webclient/BackOffice/History";
6
- export declare function getHistoryServices():
7
- import("@docsvision/web/core/services").ServiceContainer & $LayoutHistoryController & $CardId & $EditOperationStore & $DeviceType & $LayoutInfo & $BusinessCalendarController & $Router & $CardInfo & $LayoutStaffController;
8
- export declare const getBindingArgHistoryStory: (hasMore: boolean) => HistoryParams;
9
- export declare function getEmployeesMock(): {
10
- employees: {
11
- id: string;
12
- isCurrent: boolean;
13
- accountName: any;
14
- displayName: string;
15
- firstName: string;
16
- lastName: string;
17
- middleName: string;
18
- position: string;
19
- sdid: string;
20
- isFavoritePerformer: boolean;
21
- unitId: string;
22
- units: any[];
23
- email: any;
24
- status: number;
25
- departmentName: any;
26
- dataType: number;
27
- employeeId: string;
28
- unit: any;
29
- deputyDisplayName: any;
30
- }[];
31
- hasMore: boolean;
32
- };
33
- export declare function getHistoryRecordsMock(): {
34
- records: {
35
- logNewId: string;
36
- id: number;
37
- date: string;
38
- event: string;
39
- author: {
40
- displayName: string;
41
- };
42
- }[];
43
- hasMore: boolean;
44
- cacheId: string;
45
- renew: boolean;
46
- };
@@ -1,4 +0,0 @@
1
- export declare function typeHistoryEvent(text?: string): Promise<void>;
2
- export declare function typeHistoryAuthor(): Promise<void>;
3
- export declare function searchHistoryAuthor(): Promise<void>;
4
- export declare function searchHistoryDate(): Promise<void>;
@@ -1,61 +0,0 @@
1
- import { $LinksSearchCards } from "@docsvision/webclient/BackOffice/$LinksSearchCardsService";
2
- import { $LayoutFileController, $LayoutController, $LayoutLinksController, $CardOperationsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
3
- import { $FileController } from "@docsvision/webclient/Legacy/FileController";
4
- import { $FilePreview } from "@docsvision/webclient/Platform/$FilePreview";
5
- import { $ApplicationSettings, $DeviceType, $WebViewIOSEnabled } from "@docsvision/webclient/StandardServices";
6
- import { $Layout } from "@docsvision/webclient/System/$Layout";
7
- import { $EditOperationStore, $CardId, $CardTimestamp, $LayoutInfo, $CardInfo } from "@docsvision/webclient/System/LayoutServices";
8
- import { $RequestManager } from "@docsvision/webclient/System/$RequestManager";
9
- import { $FileService } from "@docsvision/webclient/System/$FileService";
10
- import { $LayoutCheck } from "@docsvision/webclient/System/$LayoutCheckService";
11
- import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
12
- import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
13
- export declare function getLinksMockServices():
14
- import("@docsvision/web/core/services").ServiceContainer & $FileController & $LayoutFileController & $LayoutController & $LayoutLinksController & $EditOperationStore & $ApplicationSettings & $Layout & $LayoutManager & $LocalStorage & $DeviceType & $CardId & $CardTimestamp & $LayoutInfo & $LinksSearchCards & $LayoutCheck & $CardInfo & $RequestManager & $FileService & $CardOperationsController & $FilePreview & $WebViewIOSEnabled;
15
- export declare function getLinksMockProps(): {
16
- header: string;
17
- createLinkLinkTypes: {
18
- linkTypeId: string;
19
- name: string;
20
- displayName: string;
21
- oppositeLinkName: string;
22
- }[];
23
- createLinkKinds: {
24
- name: string;
25
- kindId: string;
26
- cardTypeId: string;
27
- withDescendants: boolean;
28
- }[];
29
- };
30
- export declare function getLinksMockValue(): {
31
- links: {
32
- linkId: string;
33
- displayName: string;
34
- linkTypeId: string;
35
- linkTypeName: string;
36
- kind: number;
37
- isDocument: boolean;
38
- cardId: any;
39
- cardTypeId: string;
40
- cardKindId: string;
41
- fileCardId: any;
42
- fileVersionId: any;
43
- creationDate: string;
44
- authorDisplayName: string;
45
- description: string;
46
- url: any;
47
- canDelete: boolean;
48
- linkDescription: {
49
- linkDescriptionMode: number;
50
- text: string;
51
- layout: any;
52
- };
53
- }[];
54
- bindingInfo: any;
55
- allowedLinkCardTypes: string[];
56
- allowedLinkTypes: string[];
57
- linksLoaded: boolean;
58
- totalLinksCount: number;
59
- descriptionColumnViewMode: number;
60
- descriptionColumnMethodKey: string;
61
- };