@docsvision/webclient 6.1.5-beta.1 → 6.1.7
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/AuthenticationKindsView.d.ts +1 -1
- package/BackOffice/BackofficeConstants.d.ts +1 -0
- package/BackOffice/CardKindImpl.d.ts +1 -1
- package/BackOffice/CardKindTree.d.ts +1 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +2 -1
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +2 -2
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListConstants.d.ts +1 -0
- package/BackOffice/FileListControl.d.ts +15 -1
- package/BackOffice/FileListControlImpl.d.ts +16 -1
- package/BackOffice/FileListItemComponent.d.ts +1 -0
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/Powers.d.ts +3 -1
- package/BackOffice/PowersImpl.d.ts +3 -1
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/StaffDirectoryDataVisualiser.d.ts +1 -0
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/StaffDirectorySelectDialog.d.ts +1 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/Generated/DocsVision.WebClient.Controllers.d.ts +190 -11
- package/Generated/DocsVision.WebClient.Models.d.ts +147 -15
- 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/ComboBox/ComboBoxTitle.d.ts +2 -0
- package/Helpers/FileViewZip/FileViewZip.d.ts +47 -0
- package/Helpers/FileViewZip/FileViewZipModal.d.ts +24 -0
- package/Helpers/InputMask/InputMaskView.d.ts +1 -1
- package/Helpers/InputMask/components/InputMaskField.d.ts +1 -1
- 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/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/ILegacyRouter.d.ts +1 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +2 -0
- package/Legacy/TaskCardView.d.ts +0 -1
- package/Legacy/Utils.d.ts +11 -0
- package/Libs/CryptoPro/Crypto.d.ts +6 -3
- package/MainBundle.d.ts +2 -0
- package/Platform/ApprovalVisualizationView.d.ts +1 -1
- package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/CardLink.d.ts +8 -7
- package/Platform/CardLinkImpl.d.ts +4 -2
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/CheckFileAllowed.d.ts +2 -0
- package/Platform/CheckFilesAllowed.d.ts +1 -0
- package/Platform/CompleteTaskConditionsTableModelStub.d.ts +53 -0
- 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/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/FolderCardsDashboardStoriesData.d.ts +2 -0
- package/Platform/FolderPageRouteHelpers.d.ts +4 -3
- package/Platform/FolderRouteParameters.d.ts +1 -0
- package/Platform/FolderViewItemsImpl.d.ts +3 -5
- 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/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/ScanDialogService.d.ts +1 -0
- package/Platform/ScanDialogServiceStoriesData.d.ts +2 -0
- package/Platform/SearchParametersFolderRequestResolver.d.ts +2 -2
- package/Platform/SearchParametersFolderResponseResolver.d.ts +1 -2
- package/Platform/SearchTextInput.d.ts +3 -3
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/TestUtils.d.ts +1 -2
- package/Platform/TextBox.d.ts +3 -0
- 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/Platform/TextListInputView.d.ts +3 -3
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/StandardServices.d.ts +1 -2
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/DownloadsTab.d.ts +578 -0
- package/System/FileControllerStub.d.ts +14 -0
- package/System/FilePreviewStub.d.ts +4 -0
- package/System/FileScanServiceStub.d.ts +8 -0
- package/System/GroupMenuChildrenModelStub.d.ts +64 -0
- package/System/IWebServicesConnection.d.ts +2 -0
- package/System/IWebServicesService.d.ts +0 -2
- package/System/LayoutCardControllerStub.d.ts +1 -0
- package/System/LinkMainMenuModelStub.d.ts +22 -0
- package/System/LocationContainerControlStoriesData.d.ts +15 -0
- package/System/PagesControllerStub.d.ts +10 -0
- package/System/ProfileTab.d.ts +1349 -0
- package/System/RealtimeCommunicationService.d.ts +17 -2
- package/System/ResourcesStub.d.ts +5 -0
- package/System/Router.d.ts +2 -1
- package/System/SearchingResultsStub.d.ts +48 -0
- package/System/SettingsTab.d.ts +716 -0
- package/System/StatusTab.d.ts +1135 -0
- package/System/TableStub.d.ts +617 -0
- package/System/WebServicesConnection.d.ts +2 -0
- package/System/WebServicesService.d.ts +10 -10
- package/package.json +1 -1
- package/Account/Login.stories.d.ts +0 -12
- package/BackOffice/AuthenticationKinds.stories.d.ts +0 -10
- package/BackOffice/DirectoryTabs.stories.d.ts +0 -8
- package/BackOffice/DirectoryTree.stories.d.ts +0 -9
- package/BackOffice/DirectoryValues.stories.d.ts +0 -8
- package/BackOffice/EmailButton.stories.d.ts +0 -10
- package/BackOffice/FileSignListDialog.stories.d.ts +0 -13
- package/BackOffice/Numerator.stories.d.ts +0 -8
- package/BackOffice/Powers.stories.d.ts +0 -20
- package/BackOffice/PowersDirectory.stories.d.ts +0 -20
- package/BackOffice/SignatureButton.stories.d.ts +0 -10
- package/BackOffice/SignatureDialog.stories.d.ts +0 -25
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +0 -14
- package/BackOffice/StaffDirectory.stories.d.ts +0 -24
- package/BackOffice/TasksTable.stories.d.ts +0 -21
- package/BackOffice/WebFrameDirectorySearchPanel.stories.d.ts +0 -8
- package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +0 -10
- package/Helpers/Button.stories.d.ts +0 -8
- package/Helpers/DropdownButton/DropdownButton.stories.d.ts +0 -10
- package/Helpers/EmployeeName.stories.d.ts +0 -8
- package/Helpers/InputMask/InputMask.stories.d.ts +0 -11
- package/Helpers/SearchBar.stories.d.ts +0 -8
- package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +0 -8
- package/Platform/$LastSearchParameters.d.ts +0 -10
- package/Platform/Aggregates.stories.d.ts +0 -8
- package/Platform/Diagram.stories.d.ts +0 -11
- package/Platform/Dropdown.stories.d.ts +0 -12
- package/Platform/FolderGrid.stories.d.ts +0 -17
- package/Platform/FolderTypeItems.stories.d.ts +0 -9
- package/Platform/FolderViewItems.stories.d.ts +0 -9
- package/Platform/LastSearchParametersService.d.ts +0 -11
- package/Platform/QueryCondition.stories.d.ts +0 -5
- package/Platform/Quotes.stories.d.ts +0 -8
- package/Platform/SecurityDescriptorDialog.stories.d.ts +0 -10
- package/Platform/SettingsPopup.stories.d.ts +0 -1
- package/Platform/Tab.stories.d.ts +0 -9
- package/Platform/TextBox.stories.d.ts +0 -10
- package/Platform/Toolbar.stories.d.ts +0 -12
- package/Platform/WebFrameBodyContainer.stories.d.ts +0 -8
- package/Platform/WebFrameCompanyLogo.stories.d.ts +0 -10
- package/Platform/WebFrameCurrentPageName.stories.d.ts +0 -8
- package/Platform/WebFrameHeaderContainer.stories.d.ts +0 -17
- package/Platform/WebFrameHelpButton.stories.d.ts +0 -10
- package/Platform/WebFrameMainMenuButton.stories.d.ts +0 -8
- package/Platform/WebFrameMainMenuContainer.stories.d.ts +0 -10
- package/Platform/WebFrameNavigationBar.stories.d.ts +0 -19
- package/Platform/WebFrameSearchPanel.stories.d.ts +0 -14
- package/Platform/WebFrameUserPanel.stories.d.ts +0 -12
|
@@ -9,7 +9,6 @@ export interface IWebServicesService {
|
|
|
9
9
|
/**
|
|
10
10
|
* Отправляет сообщение в агент веб-сервисов методом GET, и возвращает полученный ответ.
|
|
11
11
|
* @param plugin Адрес плагина, для которого предназначено сообщение.
|
|
12
|
-
* @param action Действие плагина, которое необходимо выполнить. Может быть не задано.
|
|
13
12
|
* @param message JavaScript объект, содержащий параметры запроса.
|
|
14
13
|
* @returns JavaScript объект ответа.
|
|
15
14
|
*/
|
|
@@ -17,7 +16,6 @@ export interface IWebServicesService {
|
|
|
17
16
|
/**
|
|
18
17
|
* Отправляет сообщение в агент веб-сервисов методом POST, и возвращает полученный ответ.
|
|
19
18
|
* @param plugin Адрес плагина, для которого предназначено сообщение.
|
|
20
|
-
* @param action Действие плагина, которое необходимо выполнить. Может быть не задано.
|
|
21
19
|
* @param message JavaScript объект, содержащий параметры запроса.
|
|
22
20
|
* @returns JavaScript объект ответа.
|
|
23
21
|
*/
|
|
@@ -11,6 +11,7 @@ export declare class LayoutCardControllerStub implements GenControllers.ILayoutC
|
|
|
11
11
|
delete(deleteCardRequestModel: GenModels.DeleteCardRequestModel, options?: RequestOptions): Promise<string>;
|
|
12
12
|
getLayout(cardLayoutParams: GenModels.CardLayoutParams, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
13
13
|
getLayoutPart(layoutPartParams: GenModels.LayoutPartParams, options?: RequestOptions): Promise<GenModels.LayoutModel>;
|
|
14
|
+
getLayoutPartEx(layoutPartParams: GenModels.LayoutPartParamsEx, options?: RequestOptions): Promise<GenModels.LayoutModel>;
|
|
14
15
|
save(model: GenModels.SaveControlDataModel, options?: RequestOptions): Promise<void>;
|
|
15
16
|
checkModifiedAndLocked(cardId: string, timestamp: number, options?: RequestOptions): Promise<void>;
|
|
16
17
|
changeState(changeStateDataModel: GenModels.ChangeStateDataModelWithParams, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare const LinkMainMenuModelStub: {
|
|
2
|
+
controlTypeName: string;
|
|
3
|
+
isAsync: any;
|
|
4
|
+
properties: {
|
|
5
|
+
name: string;
|
|
6
|
+
visibility: boolean;
|
|
7
|
+
standardCssClass: string;
|
|
8
|
+
text: string;
|
|
9
|
+
iconClass: string;
|
|
10
|
+
compact: boolean;
|
|
11
|
+
expandChildrenLevel: number;
|
|
12
|
+
configurable: boolean;
|
|
13
|
+
href: string;
|
|
14
|
+
click: string;
|
|
15
|
+
mouseOver: string;
|
|
16
|
+
mouseOut: string;
|
|
17
|
+
selecting: string;
|
|
18
|
+
selected: string;
|
|
19
|
+
configuredToHideToggled: string;
|
|
20
|
+
};
|
|
21
|
+
children: any[];
|
|
22
|
+
};
|
|
@@ -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;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { GenControllers } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
2
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
|
+
import { RequestOptions } from '@docsvision/webclient/Legacy/Utils';
|
|
4
|
+
export declare class PagesControllerStub implements GenControllers.IPagesController {
|
|
5
|
+
recentCards(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
6
|
+
recentCardsEx(request: GenModels.RecentCardsRequest, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
7
|
+
recentCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
|
|
8
|
+
favorites(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
9
|
+
favoritesCardsGridModel(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.GridViewModel>;
|
|
10
|
+
}
|