@docsvision/webclient 5.17.0-beta.12 → 5.17.0-beta.15
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/AgreementManagement.d.ts +4 -2
- package/Approval/AgreementStageProps.d.ts +4 -2
- package/BackOffice/$CloudSignature.d.ts +34 -0
- package/BackOffice/$CryptoPro.d.ts +10 -0
- package/BackOffice/$DigitalSignature.d.ts +75 -0
- package/BackOffice/ActualizeProfileCertificateSource.d.ts +13 -0
- package/BackOffice/{BackOfficeLayoutContextContstants.d.ts → BackOfficeLayoutContextConstants.d.ts} +0 -0
- package/BackOffice/CardKindImpl.d.ts +2 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/ConvertCloudToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertLocalToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertSignLabelsToComboBoxItems.d.ts +15 -0
- package/BackOffice/CryptoProDssService.d.ts +65 -0
- package/BackOffice/CryptoProService.d.ts +10 -0
- package/BackOffice/{BatchDelegateOperation.d.ts → DelegateBatchOperation.d.ts} +5 -5
- package/BackOffice/{BatchDelegateOperationImpl.d.ts → DelegateBatchOperationImpl.d.ts} +3 -3
- package/BackOffice/DelegationParamsPanel.d.ts +1 -1
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DepartmentImpl.d.ts +1 -0
- package/BackOffice/DigitalSignatureService.d.ts +38 -0
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +78 -0
- package/BackOffice/DirectoryDesignerActionButton.d.ts +7 -0
- package/BackOffice/DirectoryDesignerItemCreateWindow.d.ts +4 -0
- package/BackOffice/DirectoryDesignerItemEditWindow.d.ts +4 -0
- package/BackOffice/DirectoryDesignerItemViewWindow.d.ts +8 -0
- package/BackOffice/DirectoryDesignerRow.d.ts +30 -15
- package/BackOffice/DirectoryDesignerRowConstants.d.ts +3 -0
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +46 -21
- package/BackOffice/DirectoryDesignerRowItemVisualiser.d.ts +9 -0
- package/BackOffice/DirectoryDesignerTypeaheadVariant.d.ts +6 -2
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DssAuthorizationModels.d.ts +6 -0
- package/BackOffice/DssCertificateModels.d.ts +30 -0
- package/BackOffice/DssPolicyModels.d.ts +51 -0
- package/BackOffice/DssSignRequestModels.d.ts +133 -0
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControl.d.ts +10 -3
- package/BackOffice/FileListControlImpl.d.ts +5 -0
- package/BackOffice/FileListControlLogic.d.ts +2 -1
- package/BackOffice/FileListItemComponent.d.ts +1 -1
- package/BackOffice/FileListItemProps.d.ts +2 -1
- package/BackOffice/FileSign.d.ts +12 -39
- package/BackOffice/FileSignListDialog.d.ts +7 -2
- package/BackOffice/GetSignatureMethodName.d.ts +4 -0
- package/BackOffice/HistoryView.d.ts +1 -1
- package/BackOffice/ICertificateStatus.d.ts +6 -0
- package/BackOffice/IDocumentInfoAdditionalInfoResult.d.ts +4 -0
- package/BackOffice/IDssCertificateInfoEx.d.ts +4 -0
- package/BackOffice/IFileSignInteractionModel.d.ts +8 -3
- package/BackOffice/IGetCertificateResult.d.ts +33 -0
- package/BackOffice/IGetDocumentInfoResult.d.ts +14 -0
- package/BackOffice/ISignOptions.d.ts +8 -0
- package/BackOffice/ISignRequest.d.ts +9 -0
- package/BackOffice/ISignResult.d.ts +5 -0
- package/BackOffice/ISignatureVerificationResult.d.ts +4 -0
- package/BackOffice/InfoPopover.d.ts +2 -0
- package/BackOffice/LoadCertificatesThumberprints.d.ts +9 -0
- package/BackOffice/LoadCloudCertificates.d.ts +4 -0
- package/BackOffice/LoadSignatureMethods.d.ts +2 -0
- package/BackOffice/LoadSystemCertificates.d.ts +4 -0
- package/BackOffice/Numerator.d.ts +1 -0
- package/BackOffice/NumeratorImpl.d.ts +7 -1
- package/BackOffice/PartnerBase.d.ts +4 -2
- package/BackOffice/PartnerBaseImpl.d.ts +20 -0
- package/BackOffice/PartnerDepartmentImpl.d.ts +3 -0
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PartnerImpl.d.ts +3 -0
- package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +7 -0
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/ProcessSettingsChanged.d.ts +11 -0
- package/BackOffice/SignatureButton.d.ts +36 -0
- package/BackOffice/SignatureButton.stories.d.ts +10 -0
- package/BackOffice/SignatureButtonComponent.d.ts +7 -0
- package/BackOffice/SignatureButtonContainer.d.ts +7 -0
- package/BackOffice/SignatureButtonLogic.d.ts +27 -0
- package/BackOffice/SignatureButtonMenu.d.ts +6 -0
- package/BackOffice/SignatureButtonMenuItem.d.ts +6 -0
- package/BackOffice/SignatureButtonOptions.d.ts +51 -0
- package/BackOffice/SignatureButtonView.d.ts +10 -0
- package/BackOffice/SignatureConstants.d.ts +1 -0
- package/BackOffice/SignatureDialog.d.ts +50 -0
- package/BackOffice/SignatureDialog.stories.d.ts +12 -0
- package/BackOffice/SignatureDialogFrame.d.ts +13 -0
- package/BackOffice/SignatureDialogLabels.d.ts +9 -0
- package/BackOffice/SignatureDialogLoader.d.ts +3 -0
- package/BackOffice/SignatureDialogLogic.d.ts +60 -0
- package/BackOffice/SignatureDialogMethods.d.ts +10 -0
- package/BackOffice/SignatureDialogNoPluginMessage.d.ts +6 -0
- package/BackOffice/SignatureDialogSettings.d.ts +20 -0
- package/BackOffice/SignatureMethodsSetup.d.ts +40 -0
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +14 -0
- package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +14 -0
- package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +12 -0
- package/BackOffice/SignatureMethodsSetupCertificatesTableLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +13 -0
- package/BackOffice/SignatureMethodsSetupFrame.d.ts +9 -0
- package/BackOffice/SignatureMethodsSetupLogic.d.ts +77 -0
- package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +7 -0
- package/BackOffice/SignatureMethodsSetupSelectedMethodsLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupTabType.d.ts +4 -0
- package/BackOffice/StaffDirectoryConstants.d.ts +2 -0
- package/BackOffice/StaffDirectoryInfoPopover.d.ts +28 -0
- package/BackOffice/StaffDirectoryItems.d.ts +7 -3
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +28 -4
- package/BackOffice/StaffDirectorySelectDialog.d.ts +4 -1
- package/BackOffice/SvsVerifyModels.d.ts +20 -0
- package/BackOffice/TasksTable.d.ts +3 -2
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/{TasksUtills.d.ts → TasksUtils.d.ts} +0 -0
- package/BackOffice/ToggleCertificateSelection.d.ts +2 -0
- package/BackOffice/UpdateMethodComment.d.ts +2 -0
- package/BackOffice/UserProfile.d.ts +1 -0
- package/BackOffice/Utils.d.ts +3 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +179 -5
- package/Generated/DocsVision.WebClient.Models.d.ts +1140 -212
- package/Helpers/ArtPlayer/ArtPlayer.d.ts +26 -0
- package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +10 -0
- package/Helpers/ArtPlayer/ArtPlayerLogic.d.ts +31 -0
- package/Helpers/ArtPlayer/ArtPlayerView.d.ts +13 -0
- package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +5 -0
- package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +10 -0
- package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/LoadArtPlayer.d.ts +5 -0
- package/Helpers/ArtPlayer/functions/SetCurrentTimeCode.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/SetPlayerLocalization.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/SortingTimeCodes.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/UpdatePlayerTime.d.ts +8 -0
- package/Helpers/ArtPlayer/models/IArtPlayer.d.ts +597 -0
- package/Helpers/ArtPlayer/models/IArtPlayerTImeCode.d.ts +6 -0
- package/Helpers/BoxWithButtons.d.ts +7 -1
- package/Helpers/LabeledText.d.ts +8 -0
- package/Helpers/ModalDialog/CommonModalDialog.d.ts +2 -1
- package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +3 -3
- package/Helpers/ModalDialog/KeyHandler.d.ts +12 -0
- package/Helpers/ReactList/ReactListDynamic.d.ts +1 -0
- package/Helpers/Sortable/Data/ClientModels/ISortableItem.d.ts +7 -1
- package/Helpers/Sortable/Sortable.d.ts +13 -3
- package/Helpers/TextInput.d.ts +2 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +8 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +10 -0
- package/Helpers/TextInputDialog/TextInputDialog.d.ts +25 -0
- package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +8 -0
- package/Helpers/TextInputDialog/TextInputDialogHost.d.ts +14 -0
- package/Helpers/Typeahead/ITypeaheadProps.d.ts +6 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/FolderViews.d.ts +2 -0
- package/Legacy/ILabelTextareaControl.d.ts +1 -1
- package/Legacy/ISignatureDataModel.d.ts +2 -0
- package/Legacy/ISignatureListDataModel.d.ts +1 -1
- package/Legacy/ISignatureListItemDataModel.d.ts +6 -15
- package/Legacy/ISignatureListItemDetailDataModel.d.ts +8 -19
- package/Legacy/ISignatureVerificationDataModel.d.ts +4 -4
- package/Legacy/{ITextareaConrtol.d.ts → ITextareaControl.d.ts} +0 -0
- package/Legacy/LabelTextareaControl.d.ts +1 -1
- package/Legacy/NativeFunctions.d.ts +1 -20
- package/Legacy/SearchPanelRouteHandler.d.ts +19 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +1 -0
- package/Legacy/TextareaControl.d.ts +1 -1
- package/Legacy/Utils.d.ts +7 -0
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +3 -2
- package/MainBundle.d.ts +1 -0
- package/Platform/$AggregatesCheckbox.d.ts +1 -0
- package/Platform/$CompanyLogo.d.ts +0 -1
- package/Platform/$EmployeeStatus.d.ts +6 -2
- package/Platform/$FolderHelp.d.ts +13 -0
- package/Platform/{AcesssInheritanceButtons.d.ts → AccessInheritanceButtons.d.ts} +2 -2
- package/Platform/AggregatesApplyButtonPanel.d.ts +9 -0
- package/Platform/AggregatesCheckbox.d.ts +7 -3
- package/Platform/AggregatesCheckboxPlugins.d.ts +1 -0
- package/Platform/AggregatesCheckboxService.d.ts +17 -6
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/BatchOperationsPlugin.d.ts +1 -1
- package/Platform/BottomEdge.d.ts +10 -0
- package/Platform/BottomEdgeBody.d.ts +4 -0
- package/Platform/BottomEdgePlugin.d.ts +4 -0
- package/Platform/CardLink.d.ts +2 -1
- package/Platform/CardManagement.d.ts +5 -1
- package/Platform/CardManagementImpl.d.ts +5 -3
- package/Platform/CardQuotesDataStub.d.ts +19 -0
- package/Platform/CertificateSettings.d.ts +40 -0
- package/Platform/CertificateSettingsContainer.d.ts +10 -0
- package/Platform/CertificateSettingsLogic.d.ts +24 -0
- package/Platform/CertificateSettingsView.d.ts +5 -0
- package/Platform/CompanyLogoService.d.ts +0 -1
- package/Platform/ContextMenu.d.ts +4 -6
- package/Platform/DateTimePicker.d.ts +1 -0
- package/Platform/DateTimePickerImpl.d.ts +5 -1
- package/Platform/DefaultFolderTablePluginFactory.d.ts +2 -1
- package/Platform/DownloadFilesBatchOperation.d.ts +2 -1
- package/Platform/DropdownImpl.d.ts +3 -1
- package/Platform/EmployeeStatusService.d.ts +4 -4
- package/Platform/Favorite.d.ts +1 -0
- package/Platform/FilePicker.d.ts +2 -2
- package/Platform/FilePreview.d.ts +2 -2
- package/Platform/FilePreviewImpl.d.ts +1 -0
- package/Platform/FolderGrid.d.ts +4 -3
- package/Platform/FolderGridImpl.d.ts +1 -0
- package/Platform/FolderHelpButton.d.ts +7 -0
- package/Platform/FolderHelpDialog.d.ts +9 -0
- package/Platform/FolderHelpPaths.d.ts +2 -0
- package/Platform/FolderHelpPlugins.d.ts +9 -0
- package/Platform/FolderHelpService.d.ts +10 -0
- package/Platform/FolderHelpTimeCodes.d.ts +2 -0
- package/Platform/FolderMainMenuItemImpl.d.ts +1 -1
- package/Platform/FolderManagementAdaptiveMenu.d.ts +1 -1
- package/Platform/{FolderManagmentData.d.ts → FolderManagementData.d.ts} +0 -0
- package/Platform/FolderManagementDialog.d.ts +1 -1
- package/Platform/FolderName.d.ts +2 -1
- package/Platform/FolderNameImpl.d.ts +1 -0
- package/Platform/FolderOperationManager.d.ts +1 -1
- package/Platform/FolderRouteTypeMapper.d.ts +2 -3
- package/Platform/FolderViewItemsImpl.d.ts +5 -5
- package/Platform/FolderWebFrameRouteHandler.d.ts +2 -1
- package/Platform/IAggregates.d.ts +10 -4
- package/Platform/IUnreadRowData.d.ts +1 -1
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/Number.d.ts +2 -0
- package/Platform/NumberImpl.d.ts +5 -1
- package/Platform/Quotes.d.ts +18 -0
- package/Platform/Quotes.stories.d.ts +8 -0
- package/Platform/QuotesButtonMore.d.ts +6 -0
- package/Platform/QuotesHighlight.d.ts +8 -0
- package/Platform/QuotesInner.d.ts +6 -0
- package/Platform/QuotesItem.d.ts +15 -0
- package/Platform/QuotesLogic.d.ts +40 -0
- package/Platform/QuotesModal.d.ts +14 -0
- package/Platform/QuotesModalButtonBlock.d.ts +6 -0
- package/Platform/QuotesModalQuote.d.ts +6 -0
- package/Platform/QuotesPlugins.d.ts +4 -0
- package/Platform/QuotesView.d.ts +16 -0
- package/Platform/QuotesWrapper.d.ts +6 -0
- package/Platform/ReadBatchOperation.d.ts +1 -1
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +3 -1
- package/Platform/RecentCardsRouteHandler.d.ts +2 -1
- package/Platform/ScrollTopBottomButtons.d.ts +1 -0
- package/Platform/ScrollTopBottomLogic.d.ts +2 -0
- package/Platform/SearchResultsFolderTablePluginFactory.d.ts +5 -5
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +8 -5
- package/Platform/SettingsPlugin.d.ts +7 -3
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -0
- package/Platform/SettingsPopupLogic.d.ts +13 -4
- package/Platform/SettingsPopupView.d.ts +2 -0
- package/Platform/Tab.d.ts +2 -1
- package/Platform/Tab.stories.d.ts +9 -0
- package/Platform/Table.d.ts +1 -1
- package/Platform/TableColumnResponseResolver.d.ts +10 -0
- package/Platform/TablePresentationTogglePlugins.d.ts +1 -2
- package/Platform/TestUtils.d.ts +2 -1
- package/Platform/TextAreaImpl.d.ts +8 -4
- package/Platform/TextBoxImpl.d.ts +5 -0
- package/Platform/TextControlBaseImpl.d.ts +2 -0
- package/Platform/TextListInputView.d.ts +4 -4
- package/Platform/{ToggleRowAcess.d.ts → ToggleRowAccess.d.ts} +0 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/UtilsQuotes.d.ts +10 -0
- package/Platform/WebFrameBodyContainer.stories.d.ts +8 -0
- package/Platform/WebFrameCompanyLogo.d.ts +3 -1
- package/Platform/WebFrameCompanyLogo.stories.d.ts +10 -0
- package/Platform/WebFrameContent.d.ts +3 -2
- package/Platform/WebFrameContentImpl.d.ts +2 -0
- package/Platform/WebFrameCurrentPageName.stories.d.ts +8 -0
- package/Platform/WebFrameHeaderContainer.d.ts +2 -1
- package/Platform/WebFrameHeaderContainer.stories.d.ts +17 -0
- package/Platform/WebFrameHeaderContainerImpl.d.ts +1 -1
- package/Platform/WebFrameHelpButton.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuButton.stories.d.ts +8 -0
- package/Platform/WebFrameMainMenuContainer.d.ts +2 -1
- package/Platform/WebFrameMainMenuContainer.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuContainerImpl.d.ts +3 -1
- package/Platform/WebFrameNavigationBar.d.ts +2 -1
- package/Platform/WebFrameNavigationBar.stories.d.ts +19 -0
- package/Platform/WebFrameNavigationBarImpl.d.ts +2 -0
- package/Platform/WebFrameSearchPanel.d.ts +2 -2
- package/Platform/WebFrameSearchPanel.stories.d.ts +14 -0
- package/Platform/index.d.ts +1 -7
- package/Platform/toLocaleStringPolyfill.d.ts +2 -0
- package/StandardServices.d.ts +5 -1
- package/System/$FileService.d.ts +16 -9
- package/System/$Layout.d.ts +1 -1
- package/System/$PollService.d.ts +0 -3
- package/System/$Router.d.ts +1 -0
- package/System/$WebFrameContentHeight.d.ts +14 -0
- package/System/BlobToBase64.d.ts +1 -0
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/FileService.d.ts +14 -15
- package/System/FilterLogic.d.ts +6 -0
- package/System/GenerateTestData.d.ts +2 -0
- package/System/IAsyncControlInfo.d.ts +1 -1
- package/System/ILayoutParams.d.ts +2 -0
- package/System/InputBasedControl.d.ts +5 -0
- package/System/InputBasedControlImpl.d.ts +5 -3
- package/System/Layout.d.ts +1 -0
- package/System/LayoutManager.d.ts +1 -1
- package/System/LayoutUtils.d.ts +1 -0
- package/System/NavigationBarStub.d.ts +31 -0
- package/System/OperationUtils.d.ts +2 -0
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/Poll.d.ts +2 -2
- package/System/PollService.d.ts +7 -6
- package/System/{PreventPropogation.d.ts → PreventPropagation.d.ts} +0 -0
- package/System/Router.d.ts +1 -1
- package/System/StringUtils.d.ts +5 -1
- package/System/TabStub.d.ts +13 -0
- package/System/WebFrameContentHeightService.d.ts +14 -0
- package/System/WebFrameNavigationBarStub.d.ts +283 -0
- package/package.json +1 -1
- package/BackOffice/FileSignCreateDialog.d.ts +0 -83
- package/BackOffice/FileSignSelectCertificateDialog.d.ts +0 -57
- package/Globals/DVPromise.d.ts +0 -19
- package/Platform/FilterPlugin.d.ts +0 -3
- package/Platform/GropingPlugin.d.ts +0 -3
- package/Platform/ResetSettingsPlugin.d.ts +0 -18
- package/Platform/SearchPlugin.d.ts +0 -3
- package/Platform/toLocaleStringPolifill.d.ts +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IStaffDataLoadingEventArgs } from '@docsvision/webclient/BackOffice/IStaffDataLoadingEventArgs';
|
|
2
2
|
import { StaffDirectoryItemsImpl, StaffDirectoryItemsState } from '@docsvision/webclient/BackOffice/StaffDirectoryItemsImpl';
|
|
3
|
-
import { $StaffDirectoryItemsController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
3
|
+
import { $LayoutRowController, $LayoutStaffController, $StaffDirectoryItemsController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
4
4
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
5
5
|
import { DirectoryBase, DirectoryBaseParams } from '@docsvision/webclient/System/DirectoryBase';
|
|
6
6
|
import { $CardInfo, $EditOperationStore, $LayoutInfo } from '@docsvision/webclient/System/LayoutServices';
|
|
@@ -11,7 +11,8 @@ import { Optional } from '@docsvision/web/core/services';
|
|
|
11
11
|
import { $LabelWidth } from '@docsvision/webclient/System/$LabelWidth';
|
|
12
12
|
import { DirectorySelectingMode } from '@docsvision/webclient/System/DirectorySelectingMode';
|
|
13
13
|
import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
14
|
-
|
|
14
|
+
import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
|
|
15
|
+
export declare type $StaffDirectoryItemsServices = $LayoutInfo & $EditOperationStore & $LayoutRowController & $LocationContainerControlServices & $StaffDirectoryItemsController & $CardInfo & Optional<$LabelWidth> & Optional<$LocalStorage> & $LayoutStaffController;
|
|
15
16
|
export declare type StaffValueType = GenModels.IDirectoryItemData | GenModels.IDirectoryItemData[];
|
|
16
17
|
export declare type StaffNodeType = GenModels.IDirectoryItemData;
|
|
17
18
|
declare type ItemT = GenModels.IDirectoryItemData;
|
|
@@ -39,6 +40,9 @@ export declare class StaffDirectoryItemsParams<ValueT extends StaffValueType = S
|
|
|
39
40
|
selectingNodesMode?: DirectorySelectingMode;
|
|
40
41
|
onInputClick?: () => void;
|
|
41
42
|
outsideInputClick?: () => void;
|
|
43
|
+
displayIcon?: boolean;
|
|
44
|
+
popoverOpen?: boolean;
|
|
45
|
+
selectedItem?: ItemT;
|
|
42
46
|
/**
|
|
43
47
|
* Событие, возникающее перед выполнением поиска записей на сервере. В обработчике события можно изменить параметры запроса.
|
|
44
48
|
* Если в обработчике задать значение result, то запрос на сервер выполнен не будет.
|
|
@@ -76,7 +80,7 @@ export declare class StaffDirectoryItems<ValueT extends StaffValueType = StaffVa
|
|
|
76
80
|
private set binding(value);
|
|
77
81
|
private set defaultEmployeeBinding(value);
|
|
78
82
|
get inputChanged():
|
|
79
|
-
import("C:/
|
|
83
|
+
import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Events/SimpleEvent").SimpleEvent<string>;
|
|
80
84
|
/** @covered */
|
|
81
85
|
get inputText(): string;
|
|
82
86
|
/** @covered */
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { StaffDirectoryItemsParams, StaffNodeType, StaffValueType } from '@docsvision/webclient/BackOffice/StaffDirectoryItems';
|
|
2
2
|
import { StaffDirectoryDataVisualiser } from '@docsvision/webclient/BackOffice/StaffDirectoryDataVisualiser';
|
|
3
3
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
4
|
+
import { IBoxWithButtonsButtonInfo } from '@docsvision/webclient/Helpers/BoxWithButtons';
|
|
4
5
|
import { IEditPopoverProps } from '@docsvision/webclient/Helpers/PopoverHelpers/EditPopover/IEditPopoverProps';
|
|
5
6
|
import { ITypeaheadProps } from '@docsvision/webclient/Helpers/Typeahead/ITypeaheadProps';
|
|
6
7
|
import { ITypeaheadSearchQuery } from '@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadSearchQuery';
|
|
@@ -19,6 +20,10 @@ export interface StaffDirectoryItemsState<ValueT extends StaffValueType = StaffV
|
|
|
19
20
|
dataSource: GenModels.StaffItemsDataSourceModel;
|
|
20
21
|
enableItemsAnimation: boolean;
|
|
21
22
|
inputChanged: SimpleEvent<string>;
|
|
23
|
+
onMouseOverInfo: boolean;
|
|
24
|
+
iconsCache: {
|
|
25
|
+
[id: string]: Blob;
|
|
26
|
+
};
|
|
22
27
|
}
|
|
23
28
|
export declare class StaffDirectoryItemsImpl extends DirectoryBaseImpl<StaffValueType, StaffNodeType, ItemT, StaffDirectoryItemsParams, StaffDirectoryItemsState> {
|
|
24
29
|
private initialSetValue;
|
|
@@ -31,7 +36,10 @@ export declare class StaffDirectoryItemsImpl extends DirectoryBaseImpl<StaffValu
|
|
|
31
36
|
getQueryContext(): GenModels.StaffQueryContext;
|
|
32
37
|
protected getValuePath(value: StaffValueType): StaffNodeType[];
|
|
33
38
|
protected getSelectingMode(): DirectorySelectingMode;
|
|
34
|
-
|
|
39
|
+
protected setEmployeeImage: (employeeId: string) => Promise<void>;
|
|
40
|
+
protected getIconButtonClassName(): string;
|
|
41
|
+
protected getButtons(): IBoxWithButtonsButtonInfo[];
|
|
42
|
+
setValue(value: StaffValueType, redraw: boolean): Promise<void>;
|
|
35
43
|
private saveValueOnChange;
|
|
36
44
|
private valuesEqual;
|
|
37
45
|
private saveCard;
|
|
@@ -47,34 +55,50 @@ export declare class StaffDirectoryItemsImpl extends DirectoryBaseImpl<StaffValu
|
|
|
47
55
|
hideDictionary(): Promise<void>;
|
|
48
56
|
protected onDirectoryDialogSelectButtonClick(): Promise<void>;
|
|
49
57
|
protected onInputChange(event: any): Promise<void>;
|
|
50
|
-
protected onInputKeyDown(ev: React.KeyboardEvent<
|
|
58
|
+
protected onInputKeyDown(ev: React.KeyboardEvent<HTMLInputElement>): void;
|
|
51
59
|
protected onPlaceholderClick(event: any): void;
|
|
52
60
|
protected focusInput: () => void;
|
|
53
61
|
protected onInputFocus(event: React.FocusEvent<any>): void;
|
|
62
|
+
protected onButtonBlur(event: React.FocusEvent<any>): void;
|
|
54
63
|
protected onInputBlur(event: React.FocusEvent<any>): void;
|
|
55
64
|
private shouldShowFavorites;
|
|
56
65
|
onRemoveClick(item: ItemT, ev?: React.MouseEvent<any> | React.TouchEvent<any>): Promise<void>;
|
|
57
66
|
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<
|
|
58
|
-
import("C:/
|
|
67
|
+
import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<StaffValueType, GenModels.IDirectoryItemData, GenModels.IDirectoryItemData, StaffDirectoryItemsParams<StaffValueType>, StaffDirectoryItemsState<StaffValueType>>>;
|
|
59
68
|
protected onEditPopoverShowed(control: any): void;
|
|
60
69
|
protected getItemTooltip(employee: GenModels.IDirectoryItemData): string;
|
|
70
|
+
protected onIconClick(): void;
|
|
61
71
|
protected getTypeaheadProps(): ITypeaheadProps & {
|
|
62
72
|
ref: any;
|
|
63
73
|
};
|
|
64
74
|
protected onDialogSelectedValuesChanged: (values: ItemT[]) => void;
|
|
65
75
|
protected getCssClass(): string;
|
|
66
76
|
protected renderWithText(): JSX.Element;
|
|
77
|
+
protected onMouseDownIcon(): void;
|
|
67
78
|
protected renderWithTextSingleSelection: () => JSX.Element;
|
|
79
|
+
protected editInPlaceModeRender(): JSX.Element;
|
|
80
|
+
protected setItemIcon(): Promise<void>;
|
|
68
81
|
protected renderWithTextMultipleSelection: () => JSX.Element;
|
|
69
|
-
protected
|
|
82
|
+
protected getIconClassName(item: any): JSX.Element;
|
|
83
|
+
protected renderViewItem(): string | JSX.Element;
|
|
84
|
+
protected renderViewItemList(vertical?: boolean, showIcons?: boolean): string | JSX.Element;
|
|
70
85
|
protected renderSimpleViewValue(): JSX.Element;
|
|
71
86
|
protected getItemIcon(item: ItemT, forceShowIcon?: boolean): string;
|
|
87
|
+
protected getEmployeeClassName(item: any): JSX.Element;
|
|
72
88
|
protected renderEditItemList(): JSX.Element;
|
|
73
89
|
protected alreadySelected(val: GenModels.IDirectoryItemData): boolean;
|
|
74
90
|
protected renderInto(props: StaffDirectoryItemsParams, container: HTMLElement): void;
|
|
75
91
|
protected renderSelectDialog(props: IDirectorySelectDialogProps<StaffValueType, StaffNodeType, ItemT> & {
|
|
76
92
|
ref: any;
|
|
77
93
|
}): JSX.Element;
|
|
94
|
+
protected handleMouseOverMultipleSelection: (item: ItemT) => void;
|
|
95
|
+
protected onMouseEnter(): void;
|
|
96
|
+
protected onMouseLeave(): void;
|
|
97
|
+
protected onDocumentMouseDown: (event: any) => void;
|
|
98
|
+
protected onDocumentOver: (event: any) => void;
|
|
99
|
+
protected onDocumentOut: (event: any) => void;
|
|
100
|
+
protected closePopover(): void;
|
|
101
|
+
protected renderCardInfo(): JSX.Element;
|
|
78
102
|
renderTypeahead(): JSX.Element;
|
|
79
103
|
}
|
|
80
104
|
export {};
|
|
@@ -10,6 +10,7 @@ import { IDirectoryChildrenLoadResponse, IDirectoryItem, IDirectorySearchItem, I
|
|
|
10
10
|
import { BasicApiEvent, CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
|
|
11
11
|
import React from "react";
|
|
12
12
|
import { IStaffDirectoryItemsDialog } from '@docsvision/webclient/BackOffice/IStaffDirectoryItemsDialog';
|
|
13
|
+
import { $CardInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
13
14
|
declare type ItemT = GenModels.IDirectoryItemData;
|
|
14
15
|
/** @internal */
|
|
15
16
|
export interface IStaffDirectorySelectDialogSearchPathOptions {
|
|
@@ -27,7 +28,8 @@ export interface IStaffDirectorySelectDialogProps extends IDirectorySelectDialog
|
|
|
27
28
|
multipleSelection: boolean;
|
|
28
29
|
initialSelectedValues: ItemT[];
|
|
29
30
|
dataSource: GenModels.StaffItemsDataSourceModel;
|
|
30
|
-
|
|
31
|
+
favoritesKey?: string;
|
|
32
|
+
services: $StaffDirectoryItemsController & $CardInfo;
|
|
31
33
|
}
|
|
32
34
|
/** @internal */
|
|
33
35
|
export interface IStaffDirectorySelectDialogState extends IDirectorySelectDialogState<StaffValueType, StaffNodeType, ItemT> {
|
|
@@ -55,6 +57,7 @@ export declare class StaffDirectorySelectDialog extends DirectorySelectDialog<St
|
|
|
55
57
|
protected getItemDisplayName(item: IDirectoryItem<StaffNodeType | ItemT>): string;
|
|
56
58
|
protected getItemIconClassName(item: IDirectoryItem<StaffNodeType | ItemT>): string;
|
|
57
59
|
protected getItemTooltip(item: IDirectoryItem<StaffNodeType | ItemT>): string;
|
|
60
|
+
protected getQueryContext(): GenModels.StaffQueryContext;
|
|
58
61
|
protected loadChildrenList(nodeId: string, nodeType: GenModels.DirectoryDataType, from: number, to: number): Promise<IDirectoryChildrenLoadResponse<StaffNodeType | ItemT>>;
|
|
59
62
|
loadFirstScreenItems(): IDirectoryChildrenLoadResponse<GenModels.IDirectoryItemData>;
|
|
60
63
|
isFirstScreenItem(itemId: string): false | GenModels.DirectoryDataType.Role | GenModels.DirectoryDataType.Group | GenModels.DirectoryDataType.Position | GenModels.DirectoryDataType.SearchWord | GenModels.DirectoryDataType.Department | GenModels.DirectoryDataType.Organization | GenModels.DirectoryDataType.AllNodes | GenModels.DirectoryDataType.Employee | GenModels.DirectoryDataType.AllApprovers | GenModels.DirectoryDataType.All;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export interface SvsSignerCertificateInfo {
|
|
2
|
+
SubjectName: string;
|
|
3
|
+
IssuerName: string;
|
|
4
|
+
NotBefore: Date;
|
|
5
|
+
NotAfter: Date;
|
|
6
|
+
SerialNumber: string;
|
|
7
|
+
Thumbprint: string;
|
|
8
|
+
}
|
|
9
|
+
export interface SvsSignatureInfo {
|
|
10
|
+
CAdESType: string;
|
|
11
|
+
LocalSigningTime: Date;
|
|
12
|
+
}
|
|
13
|
+
export interface SvsVerifyResponse {
|
|
14
|
+
Message?: string;
|
|
15
|
+
Result: boolean;
|
|
16
|
+
SignerCertificate: string;
|
|
17
|
+
SignerCertificateInfo: SvsSignerCertificateInfo;
|
|
18
|
+
SignatureInfo: SvsSignatureInfo;
|
|
19
|
+
AdditionalCertificateResult?: any;
|
|
20
|
+
}
|
|
@@ -3,7 +3,7 @@ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.
|
|
|
3
3
|
import { BaseControl, BaseControlParams } from '@docsvision/webclient/System/BaseControl';
|
|
4
4
|
import { $LayoutInfo, $CardId, $EditOperationStore, $CardInfo } from '@docsvision/webclient/System/LayoutServices';
|
|
5
5
|
import { TasksTreeNodeResolveService } from '@docsvision/webclient/BackOffice/TasksTreeNodeResolveService';
|
|
6
|
-
import { $TasksTreeController, $LayoutFileController, $LayoutCardController, $StaffDirectoryItemsController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
6
|
+
import { $TasksTreeController, $LayoutFileController, $LayoutCardController, $StaffDirectoryItemsController, $LayoutStaffController, $LayoutRowController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
7
7
|
import { TasksTableView } from '@docsvision/webclient/BackOffice/TasksTableView';
|
|
8
8
|
import { TasksTableLogic } from '@docsvision/webclient/BackOffice/TasksTableLogic';
|
|
9
9
|
import { Optional } from '@docsvision/web/core/services';
|
|
@@ -21,6 +21,7 @@ import { ITasksTableRow } from '@docsvision/webclient/BackOffice/ITasksTableRow'
|
|
|
21
21
|
import { $UrlStore } from '@docsvision/webclient/System/$UrlStore';
|
|
22
22
|
import { $FileDownload } from '@docsvision/webclient/Platform/$FileDownload';
|
|
23
23
|
import { TasksTableSorting } from '@docsvision/webclient/BackOffice/ITaskTableSorting';
|
|
24
|
+
import { $LayoutManager } from '@docsvision/webclient/System/$LayoutManager';
|
|
24
25
|
/**
|
|
25
26
|
* Содержит публичные свойства элемента управления [Отображение инициатора]{@link TasksTable}.
|
|
26
27
|
*/
|
|
@@ -69,7 +70,7 @@ export declare class TasksTableParams extends BaseControlParams {
|
|
|
69
70
|
row: ITasksTableRow;
|
|
70
71
|
}>;
|
|
71
72
|
/** Сервисы. */
|
|
72
|
-
services?: $LayoutInfo & $TasksTreeController & $CardId & Optional<$TaskTableOptions> & $UrlStore & $EditOperationStore & $RouterNavigation & $WindowLocation & $ApplicationSettings & $FileController & $LayoutFileController & $DeviceType & $LayoutCardController & $MessageBox & $StaffDirectoryItemsController & $CardInfo & $FileDownload;
|
|
73
|
+
services?: $LayoutInfo & $TasksTreeController & $CardId & Optional<$TaskTableOptions> & $UrlStore & $EditOperationStore & $RouterNavigation & $WindowLocation & $ApplicationSettings & $FileController & $LayoutFileController & $DeviceType & $LayoutCardController & $MessageBox & $StaffDirectoryItemsController & $CardInfo & $FileDownload & $LayoutStaffController & $LayoutRowController & $LayoutManager;
|
|
73
74
|
}
|
|
74
75
|
export interface TasksTableState extends BaseControlImplState, TasksTableParams {
|
|
75
76
|
logic: TasksTableLogic;
|
|
@@ -19,16 +19,16 @@ import { TasksTableIconButton } from '@docsvision/webclient/BackOffice/TasksTabl
|
|
|
19
19
|
import { StaffDirectoryItems } from '@docsvision/webclient/BackOffice/StaffDirectoryItems';
|
|
20
20
|
export declare class TasksTableView {
|
|
21
21
|
mainButton: (props:
|
|
22
|
-
import("C:/
|
|
22
|
+
import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
23
23
|
dialog: (props:
|
|
24
|
-
import("C:/
|
|
24
|
+
import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Helpers/ModalDialog/CommonModalDialog").CommonModalDialogProps) => JSX.Element;
|
|
25
25
|
controlWrapper: typeof TasksTableControlWrapper;
|
|
26
26
|
ribbon: typeof TasksTableRibbon;
|
|
27
27
|
ribbonGroup:
|
|
28
28
|
import("styled-components").StyledComponent<"div", any, {
|
|
29
29
|
className: string;
|
|
30
30
|
} &
|
|
31
|
-
import("C:/
|
|
31
|
+
import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Helpers/Ribbon/RibbonGroup").IRibbonGroupProps, "className">;
|
|
32
32
|
ribbonButton: typeof TasksTableRibbonButton;
|
|
33
33
|
ribbonContainer: typeof TasksTableRibbonContainer;
|
|
34
34
|
ribbonFilterButton: typeof TasksTableFilterButton;
|
|
File without changes
|
|
@@ -4,6 +4,7 @@ import { CancelableEventArgs } from "@docsvision/webclient/System/CancelableEven
|
|
|
4
4
|
import { Image } from "@docsvision/webclient/Platform/Image";
|
|
5
5
|
import { Dropdown } from "@docsvision/webclient/Platform/Dropdown";
|
|
6
6
|
export declare function updateStatusBackground(sender: LayoutControl): void;
|
|
7
|
+
export declare function updateArchiveBlockVisibility(sender: LayoutControl): void;
|
|
7
8
|
export declare function updateAbsencePeriod(sender: LayoutControl): Promise<void>;
|
|
8
9
|
export declare function updateStatusList(sender: Dropdown, event: any): void;
|
|
9
10
|
export declare function onDataChanged_checkSequenceOfDates(sender: LayoutControl, ev: any): void;
|
package/BackOffice/Utils.d.ts
CHANGED
|
@@ -2,6 +2,9 @@ import { ISignatureLabel } from '@docsvision/webclient/Legacy/ISignatureLabel';
|
|
|
2
2
|
import { EncryptedAttribute } from '@docsvision/webclient/Legacy/EncryptedInfo';
|
|
3
3
|
import { IFileSignInfo } from '@docsvision/webclient/Legacy/IFileSingInfo';
|
|
4
4
|
import { SignatureItemType } from 'Libs/CryptoPro/Crypto';
|
|
5
|
+
export declare function downloadFile(fileId: string): Promise<string>;
|
|
6
|
+
export declare function downloadDocumentFields(cardId: string): Promise<string>;
|
|
7
|
+
export declare function downloadDocumentAttachments(cardId: string): Promise<string>;
|
|
5
8
|
export declare const SignFilesWithCertificateIOS: (documentId: string, files: IFileSignInfo[], selectedThumbprint: string, attributes: Array<EncryptedAttribute>, selectedLabel: ISignatureLabel, timestamp: number, signFields?: boolean, signAttachments?: boolean) => Promise<void>;
|
|
6
9
|
export declare type IDataIOSSign = {
|
|
7
10
|
Data: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare class WebFrameDirectorySearchPanelView {
|
|
3
3
|
SearchButton: (props:
|
|
4
|
-
import("C:/
|
|
4
|
+
import("C:/Dev/WebCDev/Bin/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
5
5
|
SearchBar: (props:
|
|
6
6
|
import("./Components/SearchBar").ISearchBar) => JSX.Element;
|
|
7
7
|
}
|
|
@@ -355,6 +355,31 @@ export declare type $AvailableTemplatesController = {
|
|
|
355
355
|
availableTemplatesController: GenControllers.IAvailableTemplatesController;
|
|
356
356
|
};
|
|
357
357
|
export declare const $AvailableTemplatesController: string | ((model?: $AvailableTemplatesController) => GenControllers.IAvailableTemplatesController);
|
|
358
|
+
export declare namespace GenControllers {
|
|
359
|
+
/**
|
|
360
|
+
* Access signature methods configuration
|
|
361
|
+
*/
|
|
362
|
+
interface ISignatureMethodsController {
|
|
363
|
+
/**
|
|
364
|
+
* Load saved methods.
|
|
365
|
+
*/
|
|
366
|
+
getSignatureMethods(options?: RequestOptions): Promise<GenModels.SignatureMethodSettings>;
|
|
367
|
+
updateAccountName(accountName: string, options?: RequestOptions): Promise<void>;
|
|
368
|
+
/**
|
|
369
|
+
* Save settings.
|
|
370
|
+
*/
|
|
371
|
+
setSignatureMethods(request: GenModels.SignatureMethodSettings, options?: RequestOptions): Promise<void>;
|
|
372
|
+
}
|
|
373
|
+
class SignatureMethodsController extends BaseController implements ISignatureMethodsController {
|
|
374
|
+
getSignatureMethods(options?: RequestOptions): Promise<GenModels.SignatureMethodSettings>;
|
|
375
|
+
updateAccountName(accountName: string, options?: RequestOptions): Promise<void>;
|
|
376
|
+
setSignatureMethods(request: GenModels.SignatureMethodSettings, options?: RequestOptions): Promise<void>;
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
export declare type $SignatureMethodsController = {
|
|
380
|
+
signatureMethodsController: GenControllers.ISignatureMethodsController;
|
|
381
|
+
};
|
|
382
|
+
export declare const $SignatureMethodsController: string | ((model?: $SignatureMethodsController) => GenControllers.ISignatureMethodsController);
|
|
358
383
|
export declare namespace GenControllers {
|
|
359
384
|
/**
|
|
360
385
|
* Controller for loading cards and its presentation.
|
|
@@ -435,6 +460,37 @@ export declare type $FolderTypesController = {
|
|
|
435
460
|
folderTypesController: GenControllers.IFolderTypesController;
|
|
436
461
|
};
|
|
437
462
|
export declare const $FolderTypesController: string | ((model?: $FolderTypesController) => GenControllers.IFolderTypesController);
|
|
463
|
+
export declare namespace GenControllers {
|
|
464
|
+
/**
|
|
465
|
+
* Controller for interaction with CryptoPro DSS service
|
|
466
|
+
*/
|
|
467
|
+
interface ICryptoProDssController {
|
|
468
|
+
acceptAuthorization(code: string, options?: RequestOptions): Promise<any>;
|
|
469
|
+
authorize(accountName?: string, options?: RequestOptions): Promise<any>;
|
|
470
|
+
resetAuthorization(options?: RequestOptions): Promise<void>;
|
|
471
|
+
acceptConfirmation(options?: RequestOptions): Promise<any>;
|
|
472
|
+
uploadToDss(request: GenModels.UploadToDssRequest, options?: RequestOptions): Promise<any>;
|
|
473
|
+
postToDss(request: GenModels.DssRequestBody, options?: RequestOptions): Promise<any>;
|
|
474
|
+
deleteFromDss(request: GenModels.DssRequestBody, options?: RequestOptions): Promise<any>;
|
|
475
|
+
getFromDss(url: string, authorization: string, options?: RequestOptions): Promise<any>;
|
|
476
|
+
downloadFromDssAsBase64(url: string, authorization: string, options?: RequestOptions): Promise<any>;
|
|
477
|
+
}
|
|
478
|
+
class CryptoProDssController extends BaseController implements ICryptoProDssController {
|
|
479
|
+
acceptAuthorization(code: string, options?: RequestOptions): Promise<any>;
|
|
480
|
+
authorize(accountName?: string, options?: RequestOptions): Promise<any>;
|
|
481
|
+
resetAuthorization(options?: RequestOptions): Promise<void>;
|
|
482
|
+
acceptConfirmation(options?: RequestOptions): Promise<any>;
|
|
483
|
+
uploadToDss(request: GenModels.UploadToDssRequest, options?: RequestOptions): Promise<any>;
|
|
484
|
+
postToDss(request: GenModels.DssRequestBody, options?: RequestOptions): Promise<any>;
|
|
485
|
+
deleteFromDss(request: GenModels.DssRequestBody, options?: RequestOptions): Promise<any>;
|
|
486
|
+
getFromDss(url: string, authorization: string, options?: RequestOptions): Promise<any>;
|
|
487
|
+
downloadFromDssAsBase64(url: string, authorization: string, options?: RequestOptions): Promise<any>;
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
export declare type $CryptoProDssController = {
|
|
491
|
+
cryptoProDssController: GenControllers.ICryptoProDssController;
|
|
492
|
+
};
|
|
493
|
+
export declare const $CryptoProDssController: string | ((model?: $CryptoProDssController) => GenControllers.ICryptoProDssController);
|
|
438
494
|
export declare namespace GenControllers {
|
|
439
495
|
/**
|
|
440
496
|
* Controller for interaction with logging
|
|
@@ -642,10 +698,15 @@ export declare namespace GenControllers {
|
|
|
642
698
|
* Gets card digest.
|
|
643
699
|
*/
|
|
644
700
|
getDigest(cardId: string, options?: RequestOptions): Promise<string>;
|
|
701
|
+
/**
|
|
702
|
+
* Gets card digest without showing error if something goes wrong
|
|
703
|
+
*/
|
|
704
|
+
getDigestSilence(cardId: string, options?: RequestOptions): Promise<string>;
|
|
645
705
|
}
|
|
646
706
|
class CardDataController extends BaseController implements ICardDataController {
|
|
647
707
|
getFieldValue(request: GenModels.GetFieldValueRequest, options?: RequestOptions): Promise<any>;
|
|
648
708
|
getDigest(cardId: string, options?: RequestOptions): Promise<string>;
|
|
709
|
+
getDigestSilence(cardId: string, options?: RequestOptions): Promise<string>;
|
|
649
710
|
}
|
|
650
711
|
}
|
|
651
712
|
export declare type $CardDataController = {
|
|
@@ -754,6 +815,12 @@ export declare namespace GenControllers {
|
|
|
754
815
|
* @param rowId Directory designer row identifier
|
|
755
816
|
*/
|
|
756
817
|
getDirectoryDesignerRow(rowId: string, options?: RequestOptions): Promise<GenModels.DirectoryDesignerRowModel>;
|
|
818
|
+
/**
|
|
819
|
+
* Get directory designer row by id
|
|
820
|
+
*
|
|
821
|
+
* @param nodeId Directory designer row identifier
|
|
822
|
+
*/
|
|
823
|
+
getDirectoryDesignerNode(nodeId: string, options?: RequestOptions): Promise<GenModels.DirectoryDesignerNodeModel>;
|
|
757
824
|
/**
|
|
758
825
|
* Get directory designer rows by list of ids.
|
|
759
826
|
*
|
|
@@ -762,10 +829,16 @@ export declare namespace GenControllers {
|
|
|
762
829
|
* @returns Collection of directory designer rows
|
|
763
830
|
*/
|
|
764
831
|
getDirectoryDesignerRows(rows: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.DirectoryDesignerRowModel>>;
|
|
832
|
+
/**
|
|
833
|
+
* Find items / item types by name
|
|
834
|
+
*/
|
|
835
|
+
loadDirectoryData(query: GenModels.DirectoryDesignerQuery, options?: RequestOptions): Promise<GenModels.DirectoryDesignerLoadResponse>;
|
|
765
836
|
}
|
|
766
837
|
class DirectoryDesignerRowController extends BaseController implements IDirectoryDesignerRowController {
|
|
767
838
|
getDirectoryDesignerRow(rowId: string, options?: RequestOptions): Promise<GenModels.DirectoryDesignerRowModel>;
|
|
839
|
+
getDirectoryDesignerNode(nodeId: string, options?: RequestOptions): Promise<GenModels.DirectoryDesignerNodeModel>;
|
|
768
840
|
getDirectoryDesignerRows(rows: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.DirectoryDesignerRowModel>>;
|
|
841
|
+
loadDirectoryData(query: GenModels.DirectoryDesignerQuery, options?: RequestOptions): Promise<GenModels.DirectoryDesignerLoadResponse>;
|
|
769
842
|
}
|
|
770
843
|
}
|
|
771
844
|
export declare type $DirectoryDesignerRowController = {
|
|
@@ -785,6 +858,14 @@ export declare namespace GenControllers {
|
|
|
785
858
|
* @returns Staff employee
|
|
786
859
|
*/
|
|
787
860
|
getEmployee(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeDataModel>;
|
|
861
|
+
/**
|
|
862
|
+
* Get staff employee by id with extra status information
|
|
863
|
+
*
|
|
864
|
+
* @param employeeId Employee identifier
|
|
865
|
+
*
|
|
866
|
+
* @returns Staff employee
|
|
867
|
+
*/
|
|
868
|
+
getEmployeeStatus(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeStatusModel>;
|
|
788
869
|
/**
|
|
789
870
|
* Get employees by list of ids.
|
|
790
871
|
*
|
|
@@ -796,6 +877,7 @@ export declare namespace GenControllers {
|
|
|
796
877
|
}
|
|
797
878
|
class EmployeeController extends BaseController implements IEmployeeController {
|
|
798
879
|
getEmployee(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeDataModel>;
|
|
880
|
+
getEmployeeStatus(employeeId: string, options?: RequestOptions): Promise<GenModels.EmployeeStatusModel>;
|
|
799
881
|
getEmployees(employees: GenModels.CollectionRequestModelOf<string>, options?: RequestOptions): Promise<Array<GenModels.EmployeeDataModel>>;
|
|
800
882
|
}
|
|
801
883
|
}
|
|
@@ -943,6 +1025,10 @@ export declare namespace GenControllers {
|
|
|
943
1025
|
* @returns JSON representation of {@link GenModels}
|
|
944
1026
|
*/
|
|
945
1027
|
getSignatureKind(certEncoded: string, options?: RequestOptions): Promise<GenModels.SignatureKindSelectionModel>;
|
|
1028
|
+
/**
|
|
1029
|
+
* Gets thumberprints of certificates
|
|
1030
|
+
*/
|
|
1031
|
+
getCertificatesThumberprints(request: GenModels.CertificateThumberprintRequest, options?: RequestOptions): Promise<GenModels.CertificateThumberprintResponse>;
|
|
946
1032
|
/**
|
|
947
1033
|
* Check if document has valid signature
|
|
948
1034
|
*
|
|
@@ -951,10 +1037,36 @@ export declare namespace GenControllers {
|
|
|
951
1037
|
* @returns JSON representation of {@link GenModels}
|
|
952
1038
|
*/
|
|
953
1039
|
hasValidSignature(cardId: string, options?: RequestOptions): Promise<boolean>;
|
|
1040
|
+
/**
|
|
1041
|
+
* HTTP: /Signature/AttachSignature
|
|
1042
|
+
*/
|
|
1043
|
+
attachSignature(signDataRequest: GenModels.SignDataRequestWrapper, options?: RequestOptions): Promise<void>;
|
|
1044
|
+
/**
|
|
1045
|
+
* HTTP: /Signature/GetSignature
|
|
1046
|
+
*/
|
|
1047
|
+
getSignature(signDialogParams: GenModels.CreateSignDialogParams, options?: RequestOptions): Promise<GenModels.SignatureModel>;
|
|
1048
|
+
/**
|
|
1049
|
+
* HTTP: /DocumentCard/GetSignatures
|
|
1050
|
+
*/
|
|
1051
|
+
getSignatures(documentId: string, verify?: boolean, options?: RequestOptions): Promise<GenModels.DocumentSignatureListModel>;
|
|
1052
|
+
/**
|
|
1053
|
+
* HTTP: /DocumentCard/GetSignatureVerification
|
|
1054
|
+
*/
|
|
1055
|
+
getSignatureVerification(documentId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureVerificationModel>;
|
|
1056
|
+
/**
|
|
1057
|
+
* HTTP: /DocumentCard/GetSignatureVerification
|
|
1058
|
+
*/
|
|
1059
|
+
getSignatureDetails(documentId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureDetailsModel>;
|
|
954
1060
|
}
|
|
955
1061
|
class SignatureController extends BaseController implements ISignatureController {
|
|
956
1062
|
getSignatureKind(certEncoded: string, options?: RequestOptions): Promise<GenModels.SignatureKindSelectionModel>;
|
|
1063
|
+
getCertificatesThumberprints(request: GenModels.CertificateThumberprintRequest, options?: RequestOptions): Promise<GenModels.CertificateThumberprintResponse>;
|
|
957
1064
|
hasValidSignature(cardId: string, options?: RequestOptions): Promise<boolean>;
|
|
1065
|
+
attachSignature(signDataRequest: GenModels.SignDataRequestWrapper, options?: RequestOptions): Promise<void>;
|
|
1066
|
+
getSignature(signDialogParams: GenModels.CreateSignDialogParams, options?: RequestOptions): Promise<GenModels.SignatureModel>;
|
|
1067
|
+
getSignatures(documentId: string, verify?: boolean, options?: RequestOptions): Promise<GenModels.DocumentSignatureListModel>;
|
|
1068
|
+
getSignatureVerification(documentId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureVerificationModel>;
|
|
1069
|
+
getSignatureDetails(documentId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureDetailsModel>;
|
|
958
1070
|
}
|
|
959
1071
|
}
|
|
960
1072
|
export declare type $SignatureController = {
|
|
@@ -1150,16 +1262,36 @@ export declare namespace GenControllers {
|
|
|
1150
1262
|
*/
|
|
1151
1263
|
setShowArchivedCardsSetting(showArchiveCards: boolean, options?: RequestOptions): Promise<void>;
|
|
1152
1264
|
/**
|
|
1153
|
-
*
|
|
1265
|
+
* Get Show Help Button setting
|
|
1266
|
+
*/
|
|
1267
|
+
getShowHelpButtonSetting(options?: RequestOptions): Promise<boolean>;
|
|
1268
|
+
/**
|
|
1269
|
+
* Set Show Help Button setting
|
|
1270
|
+
*/
|
|
1271
|
+
setShowHelpButtonSetting(showHelpButton: boolean, options?: RequestOptions): Promise<void>;
|
|
1272
|
+
/**
|
|
1273
|
+
* Poll has done
|
|
1274
|
+
*/
|
|
1275
|
+
pollIsDone(url: string, options?: RequestOptions): Promise<string>;
|
|
1276
|
+
/**
|
|
1277
|
+
* Refuse poll
|
|
1278
|
+
*/
|
|
1279
|
+
refusePollSetting(options?: RequestOptions): Promise<string>;
|
|
1280
|
+
/**
|
|
1281
|
+
* Get poll date
|
|
1154
1282
|
*/
|
|
1155
|
-
|
|
1283
|
+
getPollDateSetting(url: string, options?: RequestOptions): Promise<string>;
|
|
1156
1284
|
}
|
|
1157
1285
|
class LayoutUserSettingsController extends BaseController implements ILayoutUserSettingsController {
|
|
1158
1286
|
getMainMenuSettings(options?: RequestOptions): Promise<GenModels.MainMenuSettings>;
|
|
1159
1287
|
saveMainMenuSettings(settings: GenModels.MainMenuSettings, options?: RequestOptions): Promise<void>;
|
|
1160
1288
|
getShowArchivedCardsSetting(options?: RequestOptions): Promise<boolean>;
|
|
1161
1289
|
setShowArchivedCardsSetting(showArchiveCards: boolean, options?: RequestOptions): Promise<void>;
|
|
1162
|
-
|
|
1290
|
+
getShowHelpButtonSetting(options?: RequestOptions): Promise<boolean>;
|
|
1291
|
+
setShowHelpButtonSetting(showHelpButton: boolean, options?: RequestOptions): Promise<void>;
|
|
1292
|
+
pollIsDone(url: string, options?: RequestOptions): Promise<string>;
|
|
1293
|
+
refusePollSetting(options?: RequestOptions): Promise<string>;
|
|
1294
|
+
getPollDateSetting(url: string, options?: RequestOptions): Promise<string>;
|
|
1163
1295
|
}
|
|
1164
1296
|
}
|
|
1165
1297
|
export declare type $LayoutUserSettingsController = {
|
|
@@ -1311,6 +1443,12 @@ export declare namespace GenControllers {
|
|
|
1311
1443
|
* @param requestModel
|
|
1312
1444
|
*/
|
|
1313
1445
|
refreshUnreadCounter(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
|
|
1446
|
+
/**
|
|
1447
|
+
* Force unread counter recalculation.
|
|
1448
|
+
*
|
|
1449
|
+
* @param requestModel
|
|
1450
|
+
*/
|
|
1451
|
+
refreshUnreadCounterEx(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
|
|
1314
1452
|
}
|
|
1315
1453
|
class GridController extends BaseController implements IGridController {
|
|
1316
1454
|
getCardList(requestModel: GenModels.CardListRequestModel, options?: RequestOptions): Promise<GenModels.CardListViewModel>;
|
|
@@ -1329,6 +1467,7 @@ export declare namespace GenControllers {
|
|
|
1329
1467
|
loadAllPages(baseCursorId: string, options?: RequestOptions): Promise<number>;
|
|
1330
1468
|
getGridAggregatesModel(request: GenModels.GridAggregateRequest, options?: RequestOptions): Promise<Array<GenModels.GridAggregateModel>>;
|
|
1331
1469
|
refreshUnreadCounter(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
|
|
1470
|
+
refreshUnreadCounterEx(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
|
|
1332
1471
|
}
|
|
1333
1472
|
}
|
|
1334
1473
|
export declare type $GridController = {
|
|
@@ -1461,11 +1600,29 @@ export declare namespace GenControllers {
|
|
|
1461
1600
|
* @param includeMainFiles Include main files to list?
|
|
1462
1601
|
* @param includeAdditionalFiles Include additional files to list?
|
|
1463
1602
|
*/
|
|
1464
|
-
getDocumentFiles(documentId: string, includeMainFiles: boolean, includeAdditionalFiles: boolean, options?: RequestOptions): Promise<
|
|
1603
|
+
getDocumentFiles(documentId: string, includeMainFiles: boolean, includeAdditionalFiles: boolean, options?: RequestOptions): Promise<GenModels.DocumentFilesResponseModel>;
|
|
1604
|
+
/**
|
|
1605
|
+
* GET: /GetZipFiles/
|
|
1606
|
+
*
|
|
1607
|
+
* @param cardId
|
|
1608
|
+
* @param includeAdditionalFiles
|
|
1609
|
+
* @param includeMainFiles
|
|
1610
|
+
*/
|
|
1611
|
+
getZipFiles(cardId: string, includeAdditionalFiles: boolean, includeMainFiles: boolean, options?: RequestOptions): Promise<any>;
|
|
1612
|
+
/**
|
|
1613
|
+
* GET: /GetZipFiles/
|
|
1614
|
+
*
|
|
1615
|
+
* @param cardIds
|
|
1616
|
+
* @param includeAdditionalFiles
|
|
1617
|
+
* @param includeMainFiles
|
|
1618
|
+
*/
|
|
1619
|
+
getZipFileList(cardIds: Array<string>, includeAdditionalFiles: boolean, includeMainFiles: boolean, options?: RequestOptions): Promise<any>;
|
|
1465
1620
|
}
|
|
1466
1621
|
class DownloadFilesBatchOperationController extends BaseController implements IDownloadFilesBatchOperationController {
|
|
1467
1622
|
isHasFileCertificateSignature(documentId: string, options?: RequestOptions): Promise<GenModels.IsHasFileCertificateSignatureModel>;
|
|
1468
|
-
getDocumentFiles(documentId: string, includeMainFiles: boolean, includeAdditionalFiles: boolean, options?: RequestOptions): Promise<
|
|
1623
|
+
getDocumentFiles(documentId: string, includeMainFiles: boolean, includeAdditionalFiles: boolean, options?: RequestOptions): Promise<GenModels.DocumentFilesResponseModel>;
|
|
1624
|
+
getZipFiles(cardId: string, includeAdditionalFiles: boolean, includeMainFiles: boolean, options?: RequestOptions): Promise<any>;
|
|
1625
|
+
getZipFileList(cardIds: Array<string>, includeAdditionalFiles: boolean, includeMainFiles: boolean, options?: RequestOptions): Promise<any>;
|
|
1469
1626
|
}
|
|
1470
1627
|
}
|
|
1471
1628
|
export declare type $DownloadFilesBatchOperationController = {
|
|
@@ -2122,6 +2279,10 @@ export declare namespace GenControllers {
|
|
|
2122
2279
|
* @param signatureFormat Signature export format
|
|
2123
2280
|
*/
|
|
2124
2281
|
exportESign(cardId: string, signatureFormat: GenModels.SignatureFormat, options?: RequestOptions): Promise<any>;
|
|
2282
|
+
/**
|
|
2283
|
+
* Downloads signature byte array
|
|
2284
|
+
*/
|
|
2285
|
+
downloadSignature(request: GenModels.SignatureRequest, options?: RequestOptions): Promise<any>;
|
|
2125
2286
|
/**
|
|
2126
2287
|
* Get signature information
|
|
2127
2288
|
*/
|
|
@@ -2134,6 +2295,7 @@ export declare namespace GenControllers {
|
|
|
2134
2295
|
getCheckUniqueAttributes(documentId: string, options?: RequestOptions): Promise<Array<GenModels.UniqueAttribute>>;
|
|
2135
2296
|
checkUniqueAttributes(uniqueAttributeValues: GenModels.UniqueAttributesValuesList, options?: RequestOptions): Promise<Array<GenModels.UniqueAttributeCard>>;
|
|
2136
2297
|
exportESign(cardId: string, signatureFormat: GenModels.SignatureFormat, options?: RequestOptions): Promise<any>;
|
|
2298
|
+
downloadSignature(request: GenModels.SignatureRequest, options?: RequestOptions): Promise<any>;
|
|
2137
2299
|
getSignatureInfo(documentId: string, signaturePartId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureInfoModel>;
|
|
2138
2300
|
}
|
|
2139
2301
|
}
|
|
@@ -2254,6 +2416,16 @@ export declare namespace GenControllers {
|
|
|
2254
2416
|
* POST: /LayoutFile/RenameFile
|
|
2255
2417
|
*/
|
|
2256
2418
|
renameFile(request: GenModels.RenameFileNameRequest, options?: RequestOptions): Promise<void>;
|
|
2419
|
+
/**
|
|
2420
|
+
* POST: /LayoutFile/GetFileQuotes
|
|
2421
|
+
* Get quotes for file
|
|
2422
|
+
*/
|
|
2423
|
+
getFileQuotes(request: GenModels.FileQuotesRequest, options?: RequestOptions): Promise<GenModels.FileQuotes>;
|
|
2424
|
+
/**
|
|
2425
|
+
* POST: /LayoutFile/GetCardQuotes
|
|
2426
|
+
* Get quotes for card
|
|
2427
|
+
*/
|
|
2428
|
+
getCardQuotes(request: GenModels.CardQuotesRequest, options?: RequestOptions): Promise<GenModels.CardQuotes>;
|
|
2257
2429
|
}
|
|
2258
2430
|
class LayoutFileController extends BaseController implements ILayoutFileController {
|
|
2259
2431
|
getFiles(request: GenModels.GetFilesRequest, options?: RequestOptions): Promise<GenModels.FileListDataModelBase>;
|
|
@@ -2268,6 +2440,8 @@ export declare namespace GenControllers {
|
|
|
2268
2440
|
deleteFile(request: GenModels.CommmonFileRequest, options?: RequestOptions): Promise<GenModels.FileListDataModel>;
|
|
2269
2441
|
changeFileType(request: GenModels.CommmonFileRequest, options?: RequestOptions): Promise<GenModels.FileListDataModel>;
|
|
2270
2442
|
renameFile(request: GenModels.RenameFileNameRequest, options?: RequestOptions): Promise<void>;
|
|
2443
|
+
getFileQuotes(request: GenModels.FileQuotesRequest, options?: RequestOptions): Promise<GenModels.FileQuotes>;
|
|
2444
|
+
getCardQuotes(request: GenModels.CardQuotesRequest, options?: RequestOptions): Promise<GenModels.CardQuotes>;
|
|
2271
2445
|
}
|
|
2272
2446
|
}
|
|
2273
2447
|
export declare type $LayoutFileController = {
|