@docsvision/webclient 6.1.4-beta.1 → 6.1.6-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/AgreementHistory.d.ts +7 -1
- package/Approval/AgreementHistoryImpl.d.ts +3 -3
- package/Approval/AgreementManagementImpl.d.ts +1 -0
- package/Approval/ApprovalDialogContent.d.ts +31 -0
- package/BackOffice/$DigitalSignature.d.ts +2 -0
- package/BackOffice/CardKindImpl.d.ts +1 -1
- package/BackOffice/CardKindTree.d.ts +1 -1
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +2 -1
- package/BackOffice/FileListConstants.d.ts +1 -0
- package/BackOffice/FileListControl.d.ts +17 -2
- package/BackOffice/FileListControl.stories.d.ts +10 -0
- package/BackOffice/FileListControlImpl.d.ts +16 -1
- package/BackOffice/FileListItemComponent.d.ts +1 -0
- package/BackOffice/Powers.d.ts +2 -0
- package/BackOffice/PowersImpl.d.ts +2 -0
- package/BackOffice/StaffDirectoryDataVisualiser.d.ts +1 -0
- package/BackOffice/StaffDirectorySelectDialog.d.ts +1 -0
- package/Generated/DocsVision.WebClient.Controllers.d.ts +105 -5
- package/Generated/DocsVision.WebClient.Models.d.ts +153 -0
- package/Helpers/Breadcrumbs/Breadcrumbs.d.ts +1 -0
- package/Helpers/Breadcrumbs/BreadcrumbsView.d.ts +1 -0
- package/Helpers/Breadcrumbs/LinkView/LinkItemViewWithSeparator.d.ts +3 -1
- package/Helpers/FileViewZip/FileViewZip.d.ts +47 -0
- package/Helpers/FileViewZip/FileViewZipModal.d.ts +24 -0
- package/Helpers/Menu/AdaptiveMenuBar.d.ts +2 -0
- package/Helpers/Menu/DesktopMenuBar.d.ts +1 -0
- package/Legacy/ApprovalFilePanel.d.ts +2 -0
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +2 -0
- package/Legacy/TaskCardView.d.ts +0 -1
- package/Legacy/Utils.d.ts +10 -0
- package/Libs/CryptoPro/Crypto.d.ts +6 -3
- package/MainBundle.d.ts +2 -0
- package/Platform/CardLink.d.ts +2 -1
- package/Platform/CardLinkImpl.d.ts +4 -2
- package/Platform/ContextMenuCustomPlugins.d.ts +1 -0
- package/Platform/DateTimePicker.d.ts +1 -0
- package/Platform/DateTimePickerImpl.d.ts +1 -1
- package/Platform/FileExtensions.d.ts +4 -1
- package/Platform/FilePicker.d.ts +11 -5
- package/Platform/FilePicker.stories.d.ts +11 -0
- package/Platform/FilePickerImpl.d.ts +14 -3
- package/Platform/FilePickerMenuItemsView.d.ts +1 -0
- package/Platform/FilePickerOperations.d.ts +13 -4
- package/Platform/FilePickerOperationsAvailability.d.ts +1 -0
- package/Platform/FilePreview.d.ts +3 -3
- package/Platform/FolderPageRouteHelpers.d.ts +4 -3
- package/Platform/FolderRouteParameters.d.ts +1 -0
- package/Platform/FolderWebFrameRouteHandler.d.ts +1 -1
- package/Platform/IFilePickerMenuOpeningArgs.d.ts +4 -0
- package/Platform/IFolderDataLoadingPlugin.d.ts +2 -1
- package/Platform/IFolderPageRouteData.d.ts +1 -0
- package/Platform/ITextBoxMaskProps.d.ts +56 -0
- package/Platform/OpenedDialogFixture.d.ts +2 -0
- package/Platform/ScanDialogService.d.ts +1 -0
- package/Platform/ScanDialogService.stories.d.ts +22 -0
- package/Platform/SearchParametersFolderRequestResolver.d.ts +2 -2
- package/Platform/SearchParametersFolderResponseResolver.d.ts +1 -2
- package/Platform/SearchTextInput.d.ts +2 -2
- package/Platform/TestUtils.d.ts +1 -2
- package/Platform/TextBox.d.ts +3 -0
- package/Platform/TextBox.stories.d.ts +17 -9
- package/Platform/TextBoxImpl.d.ts +11 -0
- package/Platform/TextBoxInputField.d.ts +3 -0
- package/Platform/TextBoxInputMask.d.ts +7 -0
- package/Platform/TextBoxInputMaskView.d.ts +10 -0
- package/Platform/TextListInputLogic.d.ts +1 -0
- package/StandardServices.d.ts +1 -2
- package/System/FileScanServiceStub.d.ts +8 -0
- package/System/IWebServicesConnection.d.ts +2 -0
- package/System/IWebServicesService.d.ts +0 -2
- package/System/LayoutCardControllerStub.d.ts +1 -0
- package/System/LocationContainerControl.d.ts +2 -1
- package/System/LocationContainerControl.stories.d.ts +18 -0
- package/System/LocationContainerControlRealoadLayoutApi.stories.d.ts +20 -0
- package/System/LocationContainerControlStoriesData.d.ts +15 -0
- package/System/ResourcesStub.d.ts +5 -0
- package/System/WebServicesConnection.d.ts +2 -0
- package/System/WebServicesService.d.ts +10 -10
- package/package.json +1 -1
- package/Platform/$LastSearchParameters.d.ts +0 -10
- package/Platform/LastSearchParametersService.d.ts +0 -11
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { $LayoutController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
|
+
import { $CurrentLocation } from "@docsvision/webclient/System/LayoutServices";
|
|
4
|
+
import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
|
|
5
|
+
import { $Layout } from "@docsvision/webclient/System/$Layout";
|
|
6
|
+
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
7
|
+
export declare function getLocationContainerMockServices(): $LayoutController & $LayoutManager & $CurrentLocation & $Layout & $DeviceType;
|
|
8
|
+
export declare function locationContainerStoryCustomloader(): Promise<GenModels.LayoutViewModel>;
|
|
9
|
+
export declare function locationContainerStoryCustomloaderForReaload(): Promise<GenModels.LayoutViewModel>;
|
|
10
|
+
export declare const locationContainerStoryLayoutGuid = "b64c55d9-4817-4ad4-9816-8af35022c32e";
|
|
11
|
+
export declare function locationContainerStoryRegisterControls(): void;
|
|
12
|
+
export declare function getLayoutModel({ controlName, layoutId }: {
|
|
13
|
+
controlName: any;
|
|
14
|
+
layoutId: any;
|
|
15
|
+
}): GenModels.LayoutViewModel;
|
|
@@ -1506,6 +1506,10 @@ export declare let resourcesStub: {
|
|
|
1506
1506
|
NoValue: string;
|
|
1507
1507
|
Diagram_WaitingForData: string;
|
|
1508
1508
|
Diagram_Empty: string;
|
|
1509
|
+
FileControls_Sorting_ByNameAsc: string;
|
|
1510
|
+
FileControls_Sorting_ByNameDesc: string;
|
|
1511
|
+
FileControls_Sorting_ByTimeAsc: string;
|
|
1512
|
+
FileControls_Sorting_ByTimeDesc: string;
|
|
1509
1513
|
PowersDirectory: string;
|
|
1510
1514
|
PowersDirectory_TreeRootName: string;
|
|
1511
1515
|
PowersDirectory_CodeTab: string;
|
|
@@ -1568,4 +1572,5 @@ export declare let resourcesStub: {
|
|
|
1568
1572
|
FilePanel_Sign_InformationAboutPowerOfAttorney: string;
|
|
1569
1573
|
PowersDirectory_TreeAddButtons_ImportPowers: string;
|
|
1570
1574
|
PowerOfAttorneyInfo_RegTransferStatus: string;
|
|
1575
|
+
TextBox_NotMatchRegExpMessage: string;
|
|
1571
1576
|
};
|
|
@@ -4,8 +4,10 @@ import { IWebServicesRequest } from '@docsvision/webclient/System/IWebServicesRe
|
|
|
4
4
|
export declare class WebServicesConnection implements IWebServicesConnection {
|
|
5
5
|
plugin: string;
|
|
6
6
|
private _socket;
|
|
7
|
+
internalCloseConnectionHandler: () => void;
|
|
7
8
|
constructor(plugin: string, _socket: WebSocket);
|
|
8
9
|
get isOpen(): boolean;
|
|
10
|
+
set onCloseConnectionHandler(handler: () => void);
|
|
9
11
|
send<T>(message: IWebServicesRequest<T>): void;
|
|
10
12
|
waitForMessage<T>(): Promise<T>;
|
|
11
13
|
close(): void;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { RequestOptions } from
|
|
2
|
-
import { $ApplicationSettings } from
|
|
3
|
-
import { $RequestManager } from
|
|
4
|
-
import { ControllerBase, HttpMethods } from
|
|
5
|
-
import { $WebSockets } from
|
|
6
|
-
import { IWebServicesConnection } from
|
|
7
|
-
import { IWebServicesInfo } from
|
|
8
|
-
import { IWebServicesRequest } from
|
|
9
|
-
import { IWebServicesService } from
|
|
1
|
+
import { RequestOptions } from "@docsvision/webclient/Legacy/Utils";
|
|
2
|
+
import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
|
|
3
|
+
import { $RequestManager } from "@docsvision/webclient/System/$RequestManager";
|
|
4
|
+
import { ControllerBase, HttpMethods } from "@docsvision/webclient/System/ControllerBase";
|
|
5
|
+
import { $WebSockets } from "@docsvision/webclient/System/$WebSockets";
|
|
6
|
+
import { IWebServicesConnection } from "@docsvision/webclient/System/IWebServicesConnection";
|
|
7
|
+
import { IWebServicesInfo } from "@docsvision/webclient/System/IWebServicesInfo";
|
|
8
|
+
import { IWebServicesRequest } from "@docsvision/webclient/System/IWebServicesRequest";
|
|
9
|
+
import { IWebServicesService } from "@docsvision/webclient/System/IWebServicesService";
|
|
10
10
|
/** @internal Реализация {@link IWebServicesService}. */
|
|
11
11
|
export declare class WebServicesService extends ControllerBase implements IWebServicesService {
|
|
12
12
|
protected services: $RequestManager & $WebSockets & $ApplicationSettings;
|
|
@@ -20,7 +20,7 @@ export declare class WebServicesService extends ControllerBase implements IWebSe
|
|
|
20
20
|
action: string;
|
|
21
21
|
isApi: boolean;
|
|
22
22
|
method: HttpMethods;
|
|
23
|
-
data:
|
|
23
|
+
data: unknown;
|
|
24
24
|
relativePath: boolean;
|
|
25
25
|
}): string;
|
|
26
26
|
private get addressConnect();
|
package/package.json
CHANGED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
|
-
/** Cервис передачи последних поисковых параметров. */
|
|
3
|
-
export interface ILastSearchParametersService {
|
|
4
|
-
getSearchParameters: (folderId: string) => GenModels.SearchParameter[];
|
|
5
|
-
setSearchParameters: (folderId: string, value: GenModels.SearchParameter[]) => void;
|
|
6
|
-
}
|
|
7
|
-
export declare type $LastSearchParameters = {
|
|
8
|
-
lastSearchParameters: ILastSearchParametersService;
|
|
9
|
-
};
|
|
10
|
-
export declare const $LastSearchParameters: string | ((model?: $LastSearchParameters) => ILastSearchParametersService);
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
|
-
import { ILastSearchParametersService } from '@docsvision/webclient/Platform/$LastSearchParameters';
|
|
3
|
-
/** @internal Реализация {@link ILastSearchParametersService}. */
|
|
4
|
-
export declare class LastSearchParametersService implements ILastSearchParametersService {
|
|
5
|
-
_lastParameters: {
|
|
6
|
-
[folderId: string]: GenModels.SearchParameter[];
|
|
7
|
-
};
|
|
8
|
-
constructor();
|
|
9
|
-
getSearchParameters: (folderId: string) => GenModels.SearchParameter[];
|
|
10
|
-
setSearchParameters: (folderId: string, value: GenModels.SearchParameter[]) => void;
|
|
11
|
-
}
|