@docsvision/webclient 5.17.0-beta.13 → 5.17.0-beta.16
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/AcquaintanceManagementImpl.d.ts +2 -2
- 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 +103 -0
- package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +4 -0
- package/BackOffice/AcknowledgementList.d.ts +57 -0
- package/BackOffice/AcknowledgementListButton.d.ts +5 -0
- package/BackOffice/AcknowledgementListContainer.d.ts +8 -0
- package/BackOffice/AcknowledgementListLogic.d.ts +8 -0
- package/BackOffice/AcknowledgementListView.d.ts +4 -0
- package/BackOffice/ActualizeProfileCertificateSource.d.ts +13 -0
- package/BackOffice/ApprovalTaskComplete.d.ts +4 -0
- package/BackOffice/{BackOfficeLayoutContextContstants.d.ts → BackOfficeLayoutContextConstants.d.ts} +0 -0
- package/BackOffice/CardKindImpl.d.ts +2 -1
- package/BackOffice/CardKindTree.d.ts +1 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/CheckAbsenceDates.d.ts +2 -1
- package/BackOffice/ChildTasksPerforming.d.ts +2 -2
- package/BackOffice/ChildTasksPerformingImpl.d.ts +17 -15
- package/BackOffice/CommandMenuComponent.d.ts +2 -2
- package/BackOffice/ConvertCloudToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertLocalToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertPkiClientToSavedCertificate.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} +8 -6
- package/BackOffice/{BatchDelegateOperationImpl.d.ts → DelegateBatchOperationImpl.d.ts} +3 -3
- package/BackOffice/DelegationParamsPanel.d.ts +1 -1
- package/BackOffice/DeleteShortcutBatchOperation.d.ts +2 -1
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DepartmentImpl.d.ts +1 -0
- package/BackOffice/DigitalSignatureService.d.ts +46 -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 +50 -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 +145 -0
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/EmployeeInfo.d.ts +1 -1
- 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 +4 -2
- package/BackOffice/FileListItemComponent.d.ts +1 -1
- package/BackOffice/FileListItemProps.d.ts +2 -1
- package/BackOffice/FileSign.d.ts +13 -39
- package/BackOffice/FileSignListDialog.d.ts +7 -2
- package/BackOffice/GenderDeterminantPlugin.d.ts +3 -0
- package/BackOffice/GetCalendarType.d.ts +2 -0
- package/BackOffice/GetSignatureMethodName.d.ts +4 -0
- package/BackOffice/GroupEmployeeInfo.d.ts +1 -1
- package/BackOffice/GroupTaskTasksTreeNodeResolver.d.ts +1 -1
- package/BackOffice/HistoryView.d.ts +1 -1
- package/BackOffice/ICertificateStatus.d.ts +6 -0
- package/BackOffice/IDigitalSignatureDialogManagement.d.ts +24 -0
- package/BackOffice/IDocumentInfoAdditionalInfoResult.d.ts +4 -0
- package/BackOffice/IDssCertificateInfoEx.d.ts +4 -0
- package/BackOffice/IFileSignInteractionModel.d.ts +9 -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/ITasksTreeContainerState.d.ts +9 -4
- package/BackOffice/ITasksTreeGroupMap.d.ts +1 -1
- package/BackOffice/ITasksTreeNodeContainer.d.ts +1 -1
- package/BackOffice/ITasksTreeNodeResolver.d.ts +1 -1
- package/BackOffice/ImageWithDescription.d.ts +1 -1
- package/BackOffice/InfoPopover.d.ts +2 -0
- package/BackOffice/Links.d.ts +2 -0
- package/BackOffice/LinksImpl.d.ts +2 -2
- package/BackOffice/LoadCertificatesThumberprints.d.ts +9 -0
- package/BackOffice/LoadCloudCertificates.d.ts +4 -0
- package/BackOffice/LoadPkiClientCertificates.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 +9 -1
- package/BackOffice/PartnerBase.d.ts +4 -2
- package/BackOffice/PartnerBaseImpl.d.ts +21 -1
- 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 +12 -0
- package/BackOffice/SearchBar.d.ts +2 -2
- package/BackOffice/SearchButton.d.ts +1 -1
- package/BackOffice/SetEmployeeCertificate.d.ts +17 -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 +64 -0
- package/BackOffice/SignatureDialog.stories.d.ts +12 -0
- package/BackOffice/SignatureDialogFrame.d.ts +17 -0
- package/BackOffice/SignatureDialogLabels.d.ts +9 -0
- package/BackOffice/SignatureDialogLoader.d.ts +3 -0
- package/BackOffice/SignatureDialogLogic.d.ts +65 -0
- package/BackOffice/SignatureDialogMethods.d.ts +10 -0
- package/BackOffice/SignatureDialogNoPluginMessage.d.ts +6 -0
- package/BackOffice/SignatureDialogSettings.d.ts +21 -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 +90 -0
- package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +7 -0
- package/BackOffice/SignatureMethodsSetupSelectedMethodsLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupTabType.d.ts +4 -0
- package/BackOffice/SimpleItemViewContent.d.ts +1 -0
- package/BackOffice/StaffDirectoryConstants.d.ts +3 -0
- package/BackOffice/StaffDirectoryInfoPopover.d.ts +29 -0
- package/BackOffice/StaffDirectoryItems.d.ts +9 -3
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +28 -4
- package/BackOffice/StaffDirectorySelectDialog.d.ts +4 -1
- package/BackOffice/StaffDirectoryView.d.ts +1 -0
- package/BackOffice/StateButtonsImpl.d.ts +1 -0
- package/BackOffice/SvsVerifyModels.d.ts +20 -0
- package/BackOffice/TaskCardCompletionOption.d.ts +2 -2
- package/BackOffice/TaskCardCompletionOptionImpl.d.ts +3 -3
- package/BackOffice/TaskDelegationInfo.d.ts +2 -2
- package/BackOffice/TaskTasksTreeNodeResolver.d.ts +1 -1
- package/BackOffice/Tasks.d.ts +3 -3
- package/BackOffice/TasksImpl.d.ts +4 -4
- package/BackOffice/TasksTable.d.ts +3 -2
- package/BackOffice/TasksTableContainer.d.ts +2 -2
- package/BackOffice/TasksTableHelpBox.d.ts +1 -1
- package/BackOffice/TasksTableLoader.d.ts +1 -1
- package/BackOffice/TasksTableLogic.d.ts +1 -1
- package/BackOffice/TasksTableView.d.ts +5 -5
- package/BackOffice/TasksTreeRibbon.d.ts +1 -1
- package/BackOffice/{TasksUtills.d.ts → TasksUtils.d.ts} +0 -0
- package/BackOffice/TimeOfPerformanceImpl.d.ts +2 -2
- 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 +14 -0
- package/BackOffice/ValueWithDescription.d.ts +1 -1
- package/BackOffice/WebFrameDirectorySearchPanel.d.ts +2 -2
- package/BackOffice/WebFrameDirectorySearchPanelContainer.d.ts +2 -2
- package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +4 -4
- package/BackOffice/WebFrameDirectorySearchPanelRouteHandler.d.ts +4 -4
- package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +2 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +4 -5
- package/Generated/DocsVision.WebClient.Controllers.d.ts +258 -9
- package/Generated/DocsVision.WebClient.Models.d.ts +1954 -574
- 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/CustomTree/Theme/Default/CustomTreeNodeContentDefault.d.ts +1 -0
- package/Helpers/FilePreview/FilePreview.d.ts +2 -2
- 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/SvgIcons/RightArrowIcon.d.ts +1 -0
- package/Helpers/SvgIcons/SvgWrapper.d.ts +1 -0
- 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/ApprovalFilePanel.d.ts +2 -1
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/FolderViews.d.ts +2 -0
- package/Legacy/IFileSingInfo.d.ts +3 -0
- package/Legacy/ILabelTextareaControl.d.ts +1 -1
- package/Legacy/ISignatureDataModel.d.ts +2 -0
- package/Legacy/ISignatureLabel.d.ts +1 -1
- 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 +6 -0
- package/Platform/$CompanyLogo.d.ts +1 -2
- package/Platform/$ContextMenuOptions.d.ts +5 -4
- package/Platform/$EmployeeStatus.d.ts +6 -2
- package/Platform/$FolderGrid.d.ts +2 -1
- package/Platform/$FolderHelp.d.ts +13 -0
- package/Platform/$UnreadBar.d.ts +1 -1
- package/Platform/$UnreadCounter.d.ts +2 -0
- package/Platform/$UnreadCountersHealthMonitor.d.ts +6 -0
- package/Platform/{AcesssInheritanceButtons.d.ts → AccessInheritanceButtons.d.ts} +2 -2
- package/Platform/AddFileToTable.d.ts +2 -2
- package/Platform/AddFileToTableImpl.d.ts +8 -6
- 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 +21 -6
- package/Platform/AggregatesGroup.d.ts +1 -1
- package/Platform/AggregatesListItem.d.ts +2 -2
- package/Platform/AggregatesNotAvailable.d.ts +1 -1
- package/Platform/AggregatesPanelHeader.d.ts +6 -3
- package/Platform/{applyCurrentSettings.d.ts → ApplyCurrentSettings.d.ts} +0 -0
- package/Platform/ApprovalVisualization.d.ts +10 -0
- package/Platform/ApprovalVisualizationArrows.d.ts +7 -0
- package/Platform/ApprovalVisualizationConditionList.d.ts +6 -0
- package/Platform/ApprovalVisualizationConditionOption.d.ts +6 -0
- package/Platform/ApprovalVisualizationContainer.d.ts +6 -0
- package/Platform/ApprovalVisualizationDescription.d.ts +5 -0
- package/Platform/ApprovalVisualizationLogic.d.ts +39 -0
- package/Platform/ApprovalVisualizationOptions.d.ts +32 -0
- package/Platform/ApprovalVisualizationRouteHandler.d.ts +14 -0
- package/Platform/ApprovalVisualizationRouteTypeMapper.d.ts +14 -0
- package/Platform/ApprovalVisualizationUtils.d.ts +3 -0
- package/Platform/ApprovalVisualizationView.d.ts +17 -0
- package/Platform/ApprovalVisualizationVisBlock.d.ts +6 -0
- package/Platform/ArchivedCardsIcon.d.ts +4 -2
- package/Platform/ArchivedCardsPlugin.d.ts +2 -1
- package/Platform/ArchivedCardsResponseResolver.d.ts +2 -1
- package/Platform/AutoConsolidation.d.ts +2 -2
- package/Platform/AutoConsolidationImpl.d.ts +12 -4
- package/Platform/BarcodeSearchButton.d.ts +2 -2
- package/Platform/BarcodeSearchButtonImpl.d.ts +16 -14
- package/Platform/BaseMainMenuItem.d.ts +3 -3
- package/Platform/BaseMainMenuItemImpl.d.ts +9 -7
- package/Platform/BaseNavigationMainMenuItem.d.ts +2 -2
- package/Platform/BaseNavigationMainMenuItemImpl.d.ts +6 -4
- package/Platform/BaseNavigationMenuItemRouteHandler.d.ts +5 -4
- package/Platform/BatchOperationsPlugin.d.ts +2 -2
- package/Platform/BatchSelectionState.d.ts +2 -2
- package/Platform/BatchSelectionStateImpl.d.ts +4 -2
- package/Platform/Block.d.ts +3 -3
- package/Platform/BlockImpl.d.ts +7 -5
- package/Platform/BottomEdge.d.ts +10 -0
- package/Platform/BottomEdgeBody.d.ts +4 -0
- package/Platform/BottomEdgePlugin.d.ts +4 -0
- package/Platform/ButtonPositionsSelection.d.ts +5 -3
- package/Platform/ButtonPositionsSelectionRadioButton.d.ts +7 -2
- package/Platform/CalendarIcon.d.ts +1 -1
- package/Platform/CalendarInput.d.ts +4 -2
- package/Platform/{canUseCssVariables.d.ts → CanUseCssVariables.d.ts} +0 -0
- package/Platform/CardLink.d.ts +5 -4
- package/Platform/CardLinkImpl.d.ts +9 -7
- package/Platform/CardManagement.d.ts +7 -3
- package/Platform/CardManagementImpl.d.ts +11 -7
- package/Platform/CardQuotesDataStub.d.ts +19 -0
- package/Platform/CardTestRouteTypeMapper.d.ts +10 -0
- package/Platform/CertificateSettings.d.ts +42 -0
- package/Platform/CertificateSettingsContainer.d.ts +10 -0
- package/Platform/CertificateSettingsLogic.d.ts +24 -0
- package/Platform/CertificateSettingsView.d.ts +5 -0
- package/Platform/CheckBox.d.ts +5 -5
- package/Platform/CheckBoxImpl.d.ts +9 -6
- package/Platform/ClearButton.d.ts +5 -2
- package/Platform/ComboBox.d.ts +2 -2
- package/Platform/ComboBoxImpl.d.ts +8 -6
- package/Platform/CommentFile.d.ts +3 -3
- package/Platform/CommentFileImpl.d.ts +10 -8
- package/Platform/CompanyLogoService.d.ts +3 -2
- package/Platform/CompleteTaskCondition.d.ts +3 -3
- package/Platform/CompleteTaskConditionImpl.d.ts +6 -4
- package/Platform/CompleteTaskConditionsTable.d.ts +2 -2
- package/Platform/CompleteTaskConditionsTableImpl.d.ts +8 -7
- package/Platform/ConfigurableMainMenuContainer.d.ts +4 -3
- package/Platform/ConfigurableMainMenuContainerButton.d.ts +2 -2
- package/Platform/ConfigurableMainMenuContainerButtonImpl.d.ts +7 -5
- package/Platform/ConfigurableMainMenuContainerImpl.d.ts +8 -6
- package/Platform/ConnectPinButtonToMainMenuScript.d.ts +4 -2
- package/Platform/ConnectUserFoldersToConfigurableContainerScript.d.ts +4 -2
- package/Platform/ContextMenu.d.ts +8 -10
- package/Platform/ContextMenuOptionsService.d.ts +3 -3
- package/Platform/ContextMenuUtils.d.ts +2 -2
- package/Platform/CopyShortcutBatchOperation.d.ts +2 -2
- package/Platform/CopyShortcutBatchOperationImpl.d.ts +4 -2
- package/Platform/CryptoProInfo.d.ts +4 -2
- package/Platform/CustomButton.d.ts +2 -2
- package/Platform/CustomButtonImpl.d.ts +8 -6
- package/Platform/CustomHtmlPageMainMenuItem.d.ts +2 -2
- package/Platform/CustomHtmlPageMainMenuItemImpl.d.ts +7 -5
- package/Platform/DVWebToolInfo.d.ts +4 -2
- package/Platform/DashboardContainer.d.ts +3 -3
- package/Platform/DashboardContainerImpl.d.ts +6 -4
- package/Platform/DateInput.d.ts +15 -3
- package/Platform/DateTimePicker.d.ts +6 -5
- package/Platform/DateTimePickerImpl.d.ts +18 -11
- package/Platform/DeleteBatchOperation.d.ts +4 -3
- package/Platform/DeleteBatchOperationImpl.d.ts +4 -2
- package/Platform/DisplayStaffUnit.d.ts +2 -2
- package/Platform/DisplayStaffUnitImpl.d.ts +5 -3
- package/Platform/DownloadAllTableFiles.d.ts +2 -2
- package/Platform/DownloadAllTableFilesImpl.d.ts +8 -6
- package/Platform/DownloadFilesBatchOperation.d.ts +6 -3
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +4 -2
- package/Platform/Dropdown.d.ts +3 -3
- package/Platform/DropdownImpl.d.ts +17 -12
- package/Platform/EmployeeStatusService.d.ts +4 -4
- package/Platform/EmptyControlStub.d.ts +5 -2
- package/Platform/ExistingCardRouteNames.d.ts +1 -0
- package/Platform/ExportESignButton.d.ts +2 -2
- package/Platform/ExportESignButtonImpl.d.ts +5 -5
- package/Platform/ExportPlugin.d.ts +2 -1
- package/Platform/Favorite.d.ts +6 -3
- package/Platform/FileDropzone.d.ts +4 -3
- package/Platform/FileInput.d.ts +3 -1
- package/Platform/FilePicker.d.ts +18 -4
- package/Platform/FilePickerImpl.d.ts +7 -4
- package/Platform/FilePickerMenu.d.ts +1 -1
- package/Platform/FilePickerValueView.d.ts +1 -1
- package/Platform/FilePreview.d.ts +6 -4
- package/Platform/FilePreviewImpl.d.ts +8 -6
- package/Platform/FileVersionsTable.d.ts +1 -1
- package/Platform/FilterDate.d.ts +4 -2
- package/Platform/FilterDateRangePicker.d.ts +4 -2
- package/Platform/FilterDateTextListInput.d.ts +4 -2
- package/Platform/{filterViews.d.ts → FilterViews.d.ts} +0 -0
- package/Platform/FocusableTextInput.d.ts +4 -2
- package/Platform/Folder.d.ts +3 -3
- package/Platform/FolderCardsDashboardWidget.d.ts +3 -3
- package/Platform/FolderCardsDashboardWidgetImpl.d.ts +11 -4
- package/Platform/FolderContent.d.ts +1 -1
- package/Platform/FolderDashboardWidget.d.ts +3 -3
- package/Platform/FolderDashboardWidgetImpl.d.ts +5 -3
- package/Platform/FolderDataContext.d.ts +4 -4
- package/Platform/FolderDataContextImpl.d.ts +9 -5
- package/Platform/FolderDataLoadingService.d.ts +2 -2
- package/Platform/FolderGrid.d.ts +8 -5
- package/Platform/FolderGridBatchOperationsNode.d.ts +2 -2
- package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +5 -3
- package/Platform/FolderGridImpl.d.ts +8 -3
- package/Platform/FolderGridService.d.ts +5 -2
- package/Platform/FolderGroupDashboardWidget.d.ts +3 -3
- package/Platform/FolderGroupDashboardWidgetImpl.d.ts +5 -3
- 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/FolderImpl.d.ts +8 -6
- package/Platform/FolderMainMenuItem.d.ts +3 -3
- package/Platform/FolderMainMenuItemImpl.d.ts +9 -7
- package/Platform/FolderManagementAdaptiveMenu.d.ts +2 -2
- package/Platform/{FolderManagmentData.d.ts → FolderManagementData.d.ts} +0 -0
- package/Platform/FolderManagementDialog.d.ts +2 -2
- package/Platform/FolderName.d.ts +4 -3
- package/Platform/FolderNameImpl.d.ts +6 -3
- package/Platform/FolderOperationManager.d.ts +7 -4
- package/Platform/FolderRouteTypeMapper.d.ts +2 -3
- package/Platform/FolderTypeDialog.d.ts +1 -1
- package/Platform/FolderTypeItems.d.ts +2 -2
- package/Platform/FolderTypeItemsImpl.d.ts +5 -3
- package/Platform/FolderViewItems.d.ts +2 -2
- package/Platform/FolderViewItemsImpl.d.ts +12 -10
- package/Platform/FolderWebFrameRouteHandler.d.ts +5 -2
- package/Platform/{formatNumberToCulture.d.ts → FormatNumberToCulture.d.ts} +0 -0
- package/Platform/{getArrayWidth.d.ts → GetArrayWidth.d.ts} +0 -0
- package/Platform/{getSortByRequest.d.ts → GetSortByRequest.d.ts} +0 -0
- package/Platform/GetWebFrameHeaderContainerChildControls.d.ts +11 -0
- package/Platform/GridFilterItem.d.ts +4 -4
- package/Platform/GridFilterItemImpl.d.ts +7 -5
- package/Platform/GridFilterItems.d.ts +5 -3
- package/Platform/GridFilterItemsImpl.d.ts +2 -2
- package/Platform/GridFilterResetButton.d.ts +4 -2
- package/Platform/GridOperationsPanel.d.ts +2 -2
- package/Platform/GridOperationsPanelImpl.d.ts +4 -2
- package/Platform/GridRowModel.d.ts +2 -0
- package/Platform/GroupFoldersMainMenuItem.d.ts +3 -3
- package/Platform/GroupFoldersMainMenuItemImpl.d.ts +5 -3
- package/Platform/GroupMainMenuItem.d.ts +3 -3
- package/Platform/GroupMainMenuItemImpl.d.ts +7 -5
- package/Platform/HoverPanelService.d.ts +1 -1
- package/Platform/HtmlTag.d.ts +6 -4
- package/Platform/HtmlView.d.ts +4 -2
- package/Platform/IAggregates.d.ts +17 -7
- package/Platform/IExistingCardRouteData.d.ts +1 -0
- package/Platform/IFilterComponent.d.ts +2 -2
- package/Platform/IGridFilterItemControl.d.ts +1 -1
- package/Platform/IQueryConditionControl.d.ts +1 -1
- package/Platform/Image.d.ts +6 -6
- package/Platform/ImageImpl.d.ts +7 -4
- package/Platform/ImageModel.d.ts +3 -1
- package/Platform/InputWithMask.d.ts +4 -2
- package/Platform/Label.d.ts +2 -2
- package/Platform/LabelImpl.d.ts +6 -4
- package/Platform/LayoutIconButton.d.ts +2 -2
- package/Platform/LayoutIconButtonImpl.d.ts +8 -6
- package/Platform/LayoutPageMainMenuItem.d.ts +3 -3
- package/Platform/LayoutPageMainMenuItemImpl.d.ts +7 -5
- package/Platform/LinkMainMenuItem.d.ts +2 -2
- package/Platform/LinkMainMenuItemImpl.d.ts +7 -5
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListContent.d.ts +1 -1
- package/Platform/ListContentHightlight.d.ts +1 -1
- package/Platform/ListEmpty.d.ts +1 -1
- package/Platform/ListEmptySearchIcon.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/ListItem.d.ts +1 -1
- package/Platform/ListLoading.d.ts +1 -1
- package/Platform/ListSearchIcon.d.ts +1 -1
- package/Platform/ListSlot.d.ts +1 -1
- package/Platform/ListTotalItem.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/MainMenu.d.ts +2 -2
- package/Platform/MainMenuImpl.d.ts +6 -4
- package/Platform/MainMenuPinButton.d.ts +4 -2
- package/Platform/MainMenuRouteHandler.d.ts +3 -3
- package/Platform/MasterGroupMainMenuItem.d.ts +2 -2
- package/Platform/MasterGroupMainMenuItemImpl.d.ts +8 -6
- package/Platform/MoveShortcutBatchOperation.d.ts +4 -3
- package/Platform/MoveShortcutBatchOperationImpl.d.ts +4 -2
- package/Platform/NoBatchOperationsMessage.d.ts +2 -2
- package/Platform/NoBatchOperationsMessageImpl.d.ts +4 -2
- package/Platform/Number.d.ts +5 -3
- package/Platform/NumberImpl.d.ts +15 -9
- package/Platform/Panel.d.ts +3 -3
- package/Platform/PanelImpl.d.ts +8 -6
- package/Platform/{prepareGridOptions.d.ts → PrepareGridOptions.d.ts} +0 -0
- package/Platform/{prepareGridViewModel.d.ts → PrepareGridViewModel.d.ts} +0 -0
- package/Platform/QueryCondition.d.ts +8 -8
- package/Platform/QueryConditionImpl.d.ts +6 -4
- package/Platform/QueryConditionsTable.d.ts +2 -2
- package/Platform/QueryConditionsTableImpl.d.ts +6 -4
- 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/RadioGroup.d.ts +3 -3
- package/Platform/RadioGroupImpl.d.ts +7 -5
- package/Platform/ReadAllPlugin.d.ts +2 -1
- package/Platform/ReadBatchOperation.d.ts +4 -3
- package/Platform/ReadBatchOperationImpl.d.ts +4 -2
- package/Platform/RecentCardsDashboardWidget.d.ts +5 -4
- package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +1 -1
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +12 -6
- package/Platform/RecentCardsRouteHandler.d.ts +2 -1
- package/Platform/RefreshFoldersTreeButton.d.ts +4 -2
- package/Platform/RefreshPlugin.d.ts +2 -1
- package/Platform/ResetSettings.d.ts +4 -2
- package/Platform/RightMainMenuItemPanel.d.ts +2 -2
- package/Platform/RightMainMenuItemPanelImpl.d.ts +7 -5
- package/Platform/RowContainer.d.ts +2 -2
- package/Platform/RowContainerImpl.d.ts +6 -4
- package/Platform/SaveColumnsRequestResolver.d.ts +13 -0
- package/Platform/SaveColumnsService.d.ts +2 -1
- package/Platform/SaveColumnsServiceProvider.d.ts +2 -1
- package/Platform/SavingButtons.d.ts +3 -3
- package/Platform/SavingButtonsImpl.d.ts +7 -5
- package/Platform/ScanButton.d.ts +2 -2
- package/Platform/ScanButtonImpl.d.ts +7 -5
- package/Platform/ScrollTopBottom.d.ts +4 -4
- package/Platform/ScrollTopBottomButtons.d.ts +2 -1
- package/Platform/ScrollTopBottomLogic.d.ts +4 -2
- package/Platform/SearchResultsFolderTablePluginFactory.d.ts +5 -5
- package/Platform/SearchResultsItem.d.ts +1 -1
- package/Platform/SearchResultsLoader.d.ts +1 -1
- package/Platform/SearchResultsMainMenuItem.d.ts +2 -2
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SearchingResults.d.ts +2 -2
- package/Platform/SearchingResultsImpl.d.ts +6 -4
- package/Platform/SecurityDescriptorDialog.d.ts +9 -5
- package/Platform/{setColumnsSettings.d.ts → SetColumnsSettings.d.ts} +0 -0
- package/Platform/SettingsPlugin.d.ts +9 -4
- package/Platform/SettingsPopup.d.ts +1 -1
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +2 -1
- package/Platform/SettingsPopupColumn.d.ts +1 -1
- package/Platform/SettingsPopupItemView.d.ts +1 -1
- package/Platform/SettingsPopupLogic.d.ts +14 -5
- package/Platform/SettingsPopupRow.d.ts +1 -1
- package/Platform/SettingsPopupView.d.ts +10 -8
- package/Platform/ShowAllButton.d.ts +1 -1
- package/Platform/StandardMainMenuContainer.d.ts +2 -2
- package/Platform/StandardMainMenuContainerImpl.d.ts +7 -5
- package/Platform/Tab.d.ts +9 -7
- package/Platform/Tab.stories.d.ts +9 -0
- package/Platform/TabImpl.d.ts +11 -9
- package/Platform/TabPage.d.ts +2 -2
- package/Platform/TabPageImpl.d.ts +7 -5
- package/Platform/Table.d.ts +6 -6
- package/Platform/TableCellNumberFormattedPlugin.d.ts +1 -1
- package/Platform/TableColumn.d.ts +2 -2
- package/Platform/TableColumnImpl.d.ts +6 -4
- package/Platform/TableColumnResponseResolver.d.ts +10 -0
- package/Platform/TableColumnWrapper.d.ts +9 -1
- package/Platform/TableFileDropzone.d.ts +3 -3
- package/Platform/TableFileInput.d.ts +1 -1
- package/Platform/TableImpl.d.ts +11 -9
- package/Platform/TablePresentationTogglePlugins.d.ts +1 -2
- package/Platform/TestUtils.d.ts +3 -1
- package/Platform/TextArea.d.ts +2 -2
- package/Platform/TextAreaAutosize.d.ts +3 -1
- package/Platform/TextAreaImpl.d.ts +15 -9
- package/Platform/TextBox.d.ts +2 -2
- package/Platform/TextBoxImpl.d.ts +12 -5
- package/Platform/TextControlBase.d.ts +2 -2
- package/Platform/TextControlBaseImpl.d.ts +7 -3
- package/Platform/TextListInputView.d.ts +25 -26
- package/Platform/TextListInputWrapper.d.ts +1 -1
- package/Platform/ToLocaleStringPolyfill.d.ts +2 -0
- package/Platform/ToggleArrowIcon.d.ts +2 -2
- package/Platform/{ToggleRowAcess.d.ts → ToggleRowAccess.d.ts} +0 -0
- package/Platform/ToolbarDaughterControl.d.ts +2 -2
- package/Platform/ToolbarDaughterControlImpl.d.ts +5 -3
- package/Platform/UnlockCards.d.ts +4 -2
- package/Platform/UnreadCounter.d.ts +1 -0
- package/Platform/UnreadCountersHealthMonitorService.d.ts +32 -0
- package/Platform/{updateColumnsVisible.d.ts → UpdateColumnsVisible.d.ts} +0 -0
- package/Platform/{updateValueCheckedColumn.d.ts → UpdateValueCheckedColumn.d.ts} +0 -0
- package/Platform/Url.d.ts +4 -2
- package/Platform/UserCulture.d.ts +6 -4
- package/Platform/UserFolderItemWrapper.d.ts +2 -2
- package/Platform/UserFoldersMainMenuItem.d.ts +3 -3
- package/Platform/UserFoldersMainMenuItemImpl.d.ts +9 -7
- package/Platform/UserInfo.d.ts +4 -2
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/{utils.d.ts → Utils.d.ts} +1 -1
- package/Platform/UtilsQuotes.d.ts +10 -0
- package/Platform/VisibilityWebFrameHeaderContainerChildControls.d.ts +2 -0
- package/Platform/WebFrameBodyContainer.d.ts +3 -3
- package/Platform/WebFrameBodyContainer.stories.d.ts +8 -0
- package/Platform/WebFrameBodyContainerImpl.d.ts +2 -2
- package/Platform/WebFrameCompanyLogo.d.ts +10 -3
- package/Platform/WebFrameCompanyLogo.stories.d.ts +10 -0
- package/Platform/WebFrameContent.d.ts +13 -4
- package/Platform/WebFrameContentContainer.d.ts +3 -3
- package/Platform/WebFrameContentContainerImpl.d.ts +2 -2
- package/Platform/WebFrameContentImpl.d.ts +9 -3
- package/Platform/WebFrameCurrentPageName.d.ts +2 -2
- package/Platform/WebFrameCurrentPageName.stories.d.ts +8 -0
- package/Platform/WebFrameHeaderContainer.d.ts +9 -4
- package/Platform/WebFrameHeaderContainer.stories.d.ts +17 -0
- package/Platform/WebFrameHeaderContainerImpl.d.ts +10 -3
- package/Platform/WebFrameHelpButton.d.ts +2 -2
- package/Platform/WebFrameHelpButton.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuButton.d.ts +2 -2
- package/Platform/WebFrameMainMenuButton.stories.d.ts +8 -0
- package/Platform/WebFrameMainMenuContainer.d.ts +6 -5
- package/Platform/WebFrameMainMenuContainer.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuContainerImpl.d.ts +6 -4
- package/Platform/WebFrameNavigationBar.d.ts +10 -9
- package/Platform/WebFrameNavigationBar.stories.d.ts +19 -0
- package/Platform/WebFrameNavigationBarBackButton.d.ts +2 -2
- package/Platform/WebFrameNavigationBarCreateButton.d.ts +2 -2
- package/Platform/WebFrameNavigationBarImpl.d.ts +4 -2
- package/Platform/WebFrameSearchPanel.d.ts +4 -4
- package/Platform/WebFrameSearchPanel.stories.d.ts +14 -0
- package/Platform/WebFrameUserPanel.d.ts +2 -2
- package/Platform/XIcon.d.ts +1 -1
- package/Platform/index.d.ts +1 -7
- package/StandardServices.d.ts +7 -1
- package/System/$FileService.d.ts +16 -9
- package/System/$Layout.d.ts +1 -1
- package/System/$LayoutBackground.d.ts +27 -0
- package/System/$PollService.d.ts +0 -3
- package/System/$Router.d.ts +1 -0
- package/System/$WebFrameContentHeight.d.ts +14 -0
- package/System/BaseControl.d.ts +15 -1
- package/System/BlobToBase64.d.ts +1 -0
- package/System/DataGridControl.d.ts +63 -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 +3 -0
- package/System/InputBasedControl.d.ts +5 -0
- package/System/InputBasedControlImpl.d.ts +6 -3
- package/System/Layout.d.ts +10 -1
- package/System/LayoutBackgroundService.d.ts +12 -0
- package/System/LayoutImpl.d.ts +3 -2
- package/System/LayoutManager.d.ts +1 -1
- package/System/LayoutRowControllerStub.d.ts +1 -0
- 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/PrintContent.d.ts +1 -1
- package/System/RouteType.d.ts +6 -0
- package/System/Router.d.ts +1 -1
- package/System/StandardRoutes.d.ts +1 -0
- 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/Helpers/DateRangePicker/DateRangePicker.d.ts +0 -24
- package/Helpers/DateRangePicker/DateRangePicker.stories.d.ts +0 -9
- package/Helpers/DateRangePicker/components/DateRangePickerDay.d.ts +0 -15
- package/Helpers/DateRangePicker/components/DateRangePickerToolbar.d.ts +0 -14
- package/Platform/$SearchText.d.ts +0 -11
- 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/SearchTextProvider.d.ts +0 -7
- package/Platform/SearchTextService.d.ts +0 -10
- package/Platform/toLocaleStringPolifill.d.ts +0 -1
|
@@ -10,10 +10,10 @@ export declare class DirectorySearchResultView {
|
|
|
10
10
|
container: typeof DirectorySearchContainer;
|
|
11
11
|
content:
|
|
12
12
|
import("react").ForwardRefExoticComponent<Pick<
|
|
13
|
-
import("./components/DirectorySearchContent").IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "hidden" | "
|
|
13
|
+
import("./components/DirectorySearchContent").IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "hidden" | "draggable" | "id" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "renderContent"> &
|
|
14
14
|
import("react").RefAttributes<unknown>>;
|
|
15
15
|
iconButton: (props:
|
|
16
|
-
import("C:/dev/
|
|
16
|
+
import("C:/dev/WebClient/Helpers/IconButton").IIconButtonProps) => JSX.Element;
|
|
17
17
|
searchResultList: typeof DirectorySearchResultList;
|
|
18
18
|
searchBreadcrumbs: typeof DirectorySearchBreadcrumbs;
|
|
19
19
|
searchInfo: typeof DirectorySearchInfo;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export interface DssCertificateStatus {
|
|
2
|
+
Value: string;
|
|
3
|
+
RevocationInfo?: any;
|
|
4
|
+
PinCode?: any;
|
|
5
|
+
ActiveCertId: number;
|
|
6
|
+
}
|
|
7
|
+
export interface IDssCertificateInfo {
|
|
8
|
+
CertificateType: string;
|
|
9
|
+
ID: number;
|
|
10
|
+
DName: string;
|
|
11
|
+
CertificateBase64: string;
|
|
12
|
+
Status: DssCertificateStatus;
|
|
13
|
+
IsDefault: boolean;
|
|
14
|
+
CertificateAuthorityID: number;
|
|
15
|
+
CertificateAuthorityName?: string;
|
|
16
|
+
CspID: string;
|
|
17
|
+
HashAlgorithms: string[];
|
|
18
|
+
ProviderName?: any;
|
|
19
|
+
ProviderType: number;
|
|
20
|
+
PrivateKeyNotBefore?: any;
|
|
21
|
+
PrivateKeyNotAfter?: any;
|
|
22
|
+
HasPin: boolean;
|
|
23
|
+
FriendlyName: string;
|
|
24
|
+
}
|
|
25
|
+
export interface Status {
|
|
26
|
+
Value: string;
|
|
27
|
+
RevocationInfo?: any;
|
|
28
|
+
PinCode?: any;
|
|
29
|
+
ActiveCertId: number;
|
|
30
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export interface IDssNamePolicy {
|
|
2
|
+
IsRequired: boolean;
|
|
3
|
+
Order: number;
|
|
4
|
+
OID: string;
|
|
5
|
+
Name: string;
|
|
6
|
+
Value?: any;
|
|
7
|
+
StringIdentifier: string;
|
|
8
|
+
}
|
|
9
|
+
export interface EKUTemplates {
|
|
10
|
+
}
|
|
11
|
+
export interface IDssCAPolicy {
|
|
12
|
+
ID: number;
|
|
13
|
+
Name: string;
|
|
14
|
+
Active: boolean;
|
|
15
|
+
AllowUserMode: boolean;
|
|
16
|
+
SNChangesEnable: boolean;
|
|
17
|
+
NamePolicy: IDssNamePolicy[];
|
|
18
|
+
EKUTemplates: EKUTemplates;
|
|
19
|
+
CAType: string;
|
|
20
|
+
ValidationMode: string;
|
|
21
|
+
}
|
|
22
|
+
export interface IDssCSPsPolicy {
|
|
23
|
+
ID: string;
|
|
24
|
+
GroupID: string;
|
|
25
|
+
TypeID: number;
|
|
26
|
+
ProviderName: string;
|
|
27
|
+
ProviderType: number;
|
|
28
|
+
KeyLength: number;
|
|
29
|
+
HashAlgorithms: string[];
|
|
30
|
+
Description: string;
|
|
31
|
+
}
|
|
32
|
+
export interface IDssActionPolicy {
|
|
33
|
+
DisplayName: string;
|
|
34
|
+
Uri: string;
|
|
35
|
+
Action: string;
|
|
36
|
+
MfaRequired: boolean;
|
|
37
|
+
}
|
|
38
|
+
export interface IDssPolicyTspService {
|
|
39
|
+
Name: string;
|
|
40
|
+
Title: string;
|
|
41
|
+
Url: string;
|
|
42
|
+
}
|
|
43
|
+
export interface IDssPolicy {
|
|
44
|
+
CAPolicy: IDssCAPolicy[];
|
|
45
|
+
CSPsPolicy: IDssCSPsPolicy[];
|
|
46
|
+
ActionPolicy: IDssActionPolicy[];
|
|
47
|
+
PinCodeMode: string;
|
|
48
|
+
TspServices: IDssPolicyTspService[];
|
|
49
|
+
TransactionConfirmation: string;
|
|
50
|
+
AllowedSignatureTypes: string[];
|
|
51
|
+
}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import { Optional } from "@docsvision/web/core/services";
|
|
2
|
+
export interface IDssSignRequestSignatureParameters {
|
|
3
|
+
Hash: string;
|
|
4
|
+
CADESType: string;
|
|
5
|
+
IsDetached: boolean;
|
|
6
|
+
TSPAddress?: string;
|
|
7
|
+
IncludeDocumentName?: boolean;
|
|
8
|
+
/** base64({ [key: string]: string }) */
|
|
9
|
+
AuthenticatedAttributes?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare enum DssSingType {
|
|
12
|
+
CAdES = 2,
|
|
13
|
+
XMLDSig = 0,
|
|
14
|
+
GOST3410 = 1,
|
|
15
|
+
PDF = 3,
|
|
16
|
+
MSOffice = 4,
|
|
17
|
+
CMS = 5
|
|
18
|
+
}
|
|
19
|
+
export interface DssSignRequestSignature {
|
|
20
|
+
Type: DssSingType;
|
|
21
|
+
Parameters: IDssSignRequestSignatureParameters;
|
|
22
|
+
CertificateId: number;
|
|
23
|
+
PinCode: string;
|
|
24
|
+
}
|
|
25
|
+
export interface DssSign2BinaryData {
|
|
26
|
+
RefId: string;
|
|
27
|
+
}
|
|
28
|
+
export interface DssSign2Request {
|
|
29
|
+
BinaryData: DssSign2BinaryData[];
|
|
30
|
+
Signature: DssSignRequestSignature;
|
|
31
|
+
ForceConfirmation?: boolean;
|
|
32
|
+
}
|
|
33
|
+
export interface IDssOperationResultInfo {
|
|
34
|
+
RefId: string;
|
|
35
|
+
OriginalRefId: string;
|
|
36
|
+
Status: "Completed" | "Created" | "InProgress" | "Processing" | "Error";
|
|
37
|
+
Error: string;
|
|
38
|
+
ErrorDescription: string;
|
|
39
|
+
}
|
|
40
|
+
export interface IDssSign2Operation {
|
|
41
|
+
Id: string;
|
|
42
|
+
Status: "Completed" | "Created" | "InProgress" | "Processing" | "Error";
|
|
43
|
+
Result: {
|
|
44
|
+
ProcessedDocuments: IDssOperationResultInfo[];
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
export interface IDssSign2Response {
|
|
48
|
+
Operation: IDssSign2Operation;
|
|
49
|
+
}
|
|
50
|
+
export interface IDssDocumentUploadResponse {
|
|
51
|
+
DocumentIds: string[];
|
|
52
|
+
}
|
|
53
|
+
export declare enum DSSActions {
|
|
54
|
+
/** Подтверждение входа пользователя */
|
|
55
|
+
Issue = 1,
|
|
56
|
+
/** Подпись документа */
|
|
57
|
+
SignDocument = 2,
|
|
58
|
+
/** Подпись пакета документов */
|
|
59
|
+
SignDocuments = 4,
|
|
60
|
+
/** Расшифрование докумета */
|
|
61
|
+
DecryptDocument = 8,
|
|
62
|
+
/** Создание запроса на сертификат */
|
|
63
|
+
CreateRequest = 16,
|
|
64
|
+
/** Смена ПИН-кода на закрытый ключ сертификата */
|
|
65
|
+
ChangePin = 32,
|
|
66
|
+
/** Перевыпуск сертификата */
|
|
67
|
+
RenewCertificate = 64,
|
|
68
|
+
/** Аннулирование сертификата */
|
|
69
|
+
RevokeCertificate = 128,
|
|
70
|
+
/** Приостановление действия сертификата */
|
|
71
|
+
HoldCertificate = 256,
|
|
72
|
+
/** Возобновление действия сертификата */
|
|
73
|
+
UnholdCertificate = 512,
|
|
74
|
+
/** Удаление сертификата */
|
|
75
|
+
DeleteCertificate = 1024,
|
|
76
|
+
/** Создание ключа согласования (CloudCSP) */
|
|
77
|
+
PrivateKeyAccess = 2048
|
|
78
|
+
}
|
|
79
|
+
export interface IDssTransactionDocumentContent {
|
|
80
|
+
Name: string;
|
|
81
|
+
Content: string;
|
|
82
|
+
}
|
|
83
|
+
export interface IDssTransactionParameter extends IDssSignRequestSignatureParameters {
|
|
84
|
+
SignatureType: DssSingType;
|
|
85
|
+
CertificateId: number;
|
|
86
|
+
/** Сведения о документе. Например, имя файла */
|
|
87
|
+
DocumentInfo: string;
|
|
88
|
+
/** Тип документа (обычно расширение). Параметр используется для визуализации документа */
|
|
89
|
+
DocumentType: string;
|
|
90
|
+
}
|
|
91
|
+
export interface IDssSignByTransactionRequest {
|
|
92
|
+
OperationCode: Optional<DSSActions>;
|
|
93
|
+
Document?: string;
|
|
94
|
+
Documents?: IDssTransactionDocumentContent[];
|
|
95
|
+
Parameters: Array<{
|
|
96
|
+
Name: keyof IDssTransactionParameter;
|
|
97
|
+
Value: any;
|
|
98
|
+
}>;
|
|
99
|
+
}
|
|
100
|
+
export interface Title {
|
|
101
|
+
Value: string;
|
|
102
|
+
}
|
|
103
|
+
export interface Image {
|
|
104
|
+
MimeType: string;
|
|
105
|
+
Value: string;
|
|
106
|
+
}
|
|
107
|
+
export interface TextChallenge {
|
|
108
|
+
Image: Image;
|
|
109
|
+
AuthnMethod: string;
|
|
110
|
+
RefID: string;
|
|
111
|
+
ExpiresIn: number;
|
|
112
|
+
ExpiresInSpecified: boolean;
|
|
113
|
+
}
|
|
114
|
+
export interface IDssTransactionConfirmationContextData {
|
|
115
|
+
RefID: string;
|
|
116
|
+
}
|
|
117
|
+
export interface IDssTransactionConfirmationChallenge {
|
|
118
|
+
Title: Title;
|
|
119
|
+
TextChallenge: TextChallenge[];
|
|
120
|
+
ContextData: IDssTransactionConfirmationContextData;
|
|
121
|
+
}
|
|
122
|
+
export interface IDssChoiceAuthenticationChallenge {
|
|
123
|
+
Title: Title;
|
|
124
|
+
ChoiceChallenge: Object[];
|
|
125
|
+
ContextData: IDssTransactionConfirmationContextData;
|
|
126
|
+
}
|
|
127
|
+
export interface IDssChallengeResult {
|
|
128
|
+
RefId: string;
|
|
129
|
+
Value?: string;
|
|
130
|
+
}
|
|
131
|
+
export interface IDssConfirmationResponse {
|
|
132
|
+
AccessToken?: string;
|
|
133
|
+
ExpiresIn?: number;
|
|
134
|
+
Challenge: IDssTransactionConfirmationChallenge;
|
|
135
|
+
ContextData: IDssTransactionConfirmationContextData;
|
|
136
|
+
IsFinal: boolean;
|
|
137
|
+
IsError: boolean;
|
|
138
|
+
Error?: string;
|
|
139
|
+
ErrorDescription?: string;
|
|
140
|
+
}
|
|
141
|
+
export interface IDssChoiceAuthenticationResponse {
|
|
142
|
+
Challenge: IDssChoiceAuthenticationChallenge;
|
|
143
|
+
IsFinal: boolean;
|
|
144
|
+
IsError: boolean;
|
|
145
|
+
}
|
|
@@ -3,14 +3,14 @@ export declare class EmailButtonView {
|
|
|
3
3
|
button: (props:
|
|
4
4
|
import("@docsvision/web/components/form/button").ButtonProps) => JSX.Element;
|
|
5
5
|
buttonDialog: (props:
|
|
6
|
-
import("C:/dev/
|
|
6
|
+
import("C:/dev/WebClient/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
7
7
|
modalDialog: (props:
|
|
8
8
|
import("@docsvision/web/components/modals/modal-dialog").ModalDialogProps) => JSX.Element;
|
|
9
9
|
item: (props:
|
|
10
10
|
import("./components/EmailButtonItem").EmailButtonItemProps) => JSX.Element;
|
|
11
11
|
checkbox:
|
|
12
12
|
import("react").ForwardRefExoticComponent<Pick<
|
|
13
|
-
import("@docsvision/web/components/form/checkbox/CheckBox").CheckBoxProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "
|
|
13
|
+
import("@docsvision/web/components/form/checkbox/CheckBox").CheckBoxProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "draggable" | "id" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "value" | "checked" | "readOnly" | "required" | "htmlFor" | "css" | "onSetupView" | "indeterminate" | "onSetupLogic" | "labelText" | "innerRef" | "dataTestId"> &
|
|
14
14
|
import("react").RefAttributes<unknown>>;
|
|
15
15
|
files: (props:
|
|
16
16
|
import("./components/EmailButtonFiles").EmailButtonFilesProps) => JSX.Element;
|
|
@@ -10,4 +10,4 @@ export interface IEmployeeInfoProps {
|
|
|
10
10
|
export interface IImageContainerStyleProps {
|
|
11
11
|
imageUrl: string;
|
|
12
12
|
}
|
|
13
|
-
export declare
|
|
13
|
+
export declare function EmployeeInfo(props: IEmployeeInfoProps): JSX.Element;
|
|
@@ -38,7 +38,7 @@ export declare class ExistingCardLinkDialog extends React.Component<Props, State
|
|
|
38
38
|
private attachRoot;
|
|
39
39
|
DialogBox:
|
|
40
40
|
import("styled-components").StyledComponent<(props:
|
|
41
|
-
import("C:/dev/
|
|
41
|
+
import("C:/dev/WebClient/Bin/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
42
42
|
close(): void;
|
|
43
43
|
onMaximize: () => void;
|
|
44
44
|
render(): JSX.Element;
|
|
@@ -24,7 +24,7 @@ import { ISignatureCreatingArgs } from "@docsvision/webclient/BackOffice/ISignat
|
|
|
24
24
|
import { ISignatureListViewedArgs } from "@docsvision/webclient/BackOffice/ISignatureListViewedArgs";
|
|
25
25
|
import { ISignatureListViewingArgs } from "@docsvision/webclient/BackOffice/ISignatureListViewingArgs";
|
|
26
26
|
import { FileListControlImpl, FileListControlState } from "@docsvision/webclient/BackOffice/FileListControlImpl";
|
|
27
|
-
import { $LayoutFileController, $SignatureController, $DataVisualizationController, $LayoutFileApiController, $LayoutDocumentController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
27
|
+
import { $LayoutFileController, $SignatureController, $DataVisualizationController, $LayoutFileApiController, $LayoutDocumentController, $SignatureMethodsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
28
28
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
29
29
|
import { $DocumentCardController } from "@docsvision/webclient/Legacy/DocumentCard";
|
|
30
30
|
import { $FileController } from "@docsvision/webclient/Legacy/FileController";
|
|
@@ -42,12 +42,17 @@ import { IFileVisualizedArgs } from '@docsvision/webclient/BackOffice/IFileVisua
|
|
|
42
42
|
import { $FileService } from '@docsvision/webclient/System/$FileService';
|
|
43
43
|
import { IEventArgs } from '@docsvision/webclient/System/IEventArgs';
|
|
44
44
|
import { $LayoutCheck } from '@docsvision/webclient/System/$LayoutCheckService';
|
|
45
|
+
import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
|
|
45
46
|
import { IFileSignUploadedArgs } from '@docsvision/webclient/BackOffice/IFileSignUploadedArgs';
|
|
46
47
|
import { IFileSignUploadingArgs } from '@docsvision/webclient/BackOffice/IFileSignUploadingArgs';
|
|
47
48
|
import { $UrlStore } from "@docsvision/webclient/System/$UrlStore";
|
|
48
49
|
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
49
50
|
import { $FileUpload } from "@docsvision/webclient/Platform/IFileUploadService";
|
|
50
51
|
import { IFileMenuOpeningArgs } from "@docsvision/webclient/BackOffice/IFileMenuOpeningArgs";
|
|
52
|
+
import { $CloudSignature } from "@docsvision/webclient/BackOffice/$CloudSignature";
|
|
53
|
+
import { $CryptoPro } from "@docsvision/webclient/BackOffice/$CryptoPro";
|
|
54
|
+
import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
55
|
+
import { $DigitalSignature } from "@docsvision/webclient/BackOffice/$DigitalSignature";
|
|
51
56
|
/**
|
|
52
57
|
* Содержит публичные свойства элемента управления [Список файлов]{@link FileListControl}.
|
|
53
58
|
*/
|
|
@@ -101,6 +106,8 @@ export declare class FileListControlParams extends BaseControlParams {
|
|
|
101
106
|
additionalFileText?: string;
|
|
102
107
|
addMainFileText?: string;
|
|
103
108
|
addAdditionalFileText?: string;
|
|
109
|
+
/** Показывать ли кнопку подписания и просмотра журнала подписи. {@see SignatureButton} */
|
|
110
|
+
hideSignatureButton?: boolean;
|
|
104
111
|
/** Событие возникает при добавлении основного файла. */
|
|
105
112
|
mainFileAdding?: CancelableApiEvent<IMainFileAddingArgs>;
|
|
106
113
|
/** Событие возникает при добавлении дополнительного файла. */
|
|
@@ -170,7 +177,7 @@ export declare class FileListControlParams extends BaseControlParams {
|
|
|
170
177
|
/** Событие возникает при сохранении файла в WebDAV. */
|
|
171
178
|
fileSaveByWebDAV?: BasicApiEvent<IEventArgs>;
|
|
172
179
|
/** Сервисы. */
|
|
173
|
-
services?: $FileService & $DocumentCardController & $FileController & $LayoutFileController & $Layout & $RequestManager & $SignatureController & $CardId & $RealtimeCommunicationService & $Router & $DeviceType & $
|
|
180
|
+
services?: $FileService & $DocumentCardController & $FileController & $LayoutFileController & $Layout & $RequestManager & $SignatureController & $CardId & $RealtimeCommunicationService & $Router & $DeviceType & $EditOperationStore & $CardInfo & $DataVisualizationController & $LayoutCheck & $ApplicationSettings & $FileUpload & $UrlStore & $MessageBox & $WebViewIOSEnabled & $LayoutFileApiController & $LayoutDocumentController & $CloudSignature & $CryptoPro & $LocalStorage & $SignatureMethodsController & $DigitalSignature & $LayoutManager & $LayoutInfo;
|
|
174
181
|
}
|
|
175
182
|
/**
|
|
176
183
|
* Класс элемента управления Список файлов.
|
|
@@ -294,7 +301,7 @@ export declare class FileListControl extends BaseControl<FileListControlParams,
|
|
|
294
301
|
* Открывает файл с использованием технологии WebDAV.
|
|
295
302
|
* @param fileItem Файл.
|
|
296
303
|
*/
|
|
297
|
-
openWebDav(fileItem: FileListItem): void
|
|
304
|
+
openWebDav(fileItem: FileListItem): Promise<void>;
|
|
298
305
|
/** @inheritDoc */
|
|
299
306
|
init(): void;
|
|
300
307
|
deinit(): void;
|
|
@@ -27,6 +27,11 @@ export declare const WEB_DAV_FILE_CLOSED_MESSAGE_TYPE = "FileClosed";
|
|
|
27
27
|
export declare const WEB_DAV_FILE_OPENED_FOR_READING_MESSAGE_TYPE = "FileOpenForReading";
|
|
28
28
|
export declare const WEB_DAV_FILE_OPENED_FOR_EDITING_MESSAGE_TYPE = "FileOpenForWriting";
|
|
29
29
|
export declare const WEB_DAV_FILE_CHANGED_AND_SAVED_MESSAGE_TYPE = "NewFileVersionAdded";
|
|
30
|
+
export interface ICardOpenedByWebDavMessage {
|
|
31
|
+
CardId: string;
|
|
32
|
+
FileId: string;
|
|
33
|
+
FileName: string;
|
|
34
|
+
}
|
|
30
35
|
export interface ICardChangedByWebDavMessage {
|
|
31
36
|
OwnerCardId: string;
|
|
32
37
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="webclient-globals" />
|
|
1
2
|
/// <reference types="jquery" />
|
|
2
3
|
import { FileListAttachedElements } from "@docsvision/webclient/BackOffice/FileListAttachElements";
|
|
3
4
|
import { FileListItem } from "@docsvision/webclient/BackOffice/FileListItem";
|
|
@@ -29,7 +30,7 @@ export declare class FileListControlLogic {
|
|
|
29
30
|
generateLinkTag: (url: string) => void;
|
|
30
31
|
download(fileItem: FileListItem, fileVersion: GenModels.VersionedFileModel, action: string): void;
|
|
31
32
|
getDownloadUrl(fileItem: FileListItem, fileVersion: GenModels.VersionedFileModel, action: string): string;
|
|
32
|
-
webDav(fileItem: FileListItem, canEdit: boolean): void
|
|
33
|
+
webDav(fileItem: FileListItem, canEdit: boolean): Promise<void>;
|
|
33
34
|
viewFileWithSignature(fileItem: FileListItem, action: string): void;
|
|
34
35
|
/**
|
|
35
36
|
* Mark file for remove, or send remove request imediately
|
|
@@ -46,7 +47,8 @@ export declare class FileListControlLogic {
|
|
|
46
47
|
showRenameFileDialog(fileItem: FileListItem): () => void;
|
|
47
48
|
loadFilesPart(skipCount: number): Promise<void>;
|
|
48
49
|
reloadFiles(): Promise<void>;
|
|
49
|
-
|
|
50
|
+
private sortFiles;
|
|
51
|
+
protected updateVersionsOnLoad(appendFiles?: boolean): void;
|
|
50
52
|
closeAllMenusBut(fileItem: FileListItem): void;
|
|
51
53
|
fileMenuOpening(fileItem: FileListItem, data: any): Promise<any>;
|
|
52
54
|
removeFileItem(index: number): void;
|
|
@@ -40,7 +40,7 @@ export declare class FileListItemComponent extends React.Component<FileListItemP
|
|
|
40
40
|
protected onNameClick: (fileItem: FileListItem) => void;
|
|
41
41
|
protected onVersionNumberClick: (fileItem: FileListItem, version: GenModels.VersionedFileModel) => void;
|
|
42
42
|
protected onDownloadVersionClick(fileItem: FileListItem, version: GenModels.VersionedFileModel): void;
|
|
43
|
-
onWebDavFileClick(fileItem: FileListItem): void
|
|
43
|
+
onWebDavFileClick(fileItem: FileListItem): Promise<void>;
|
|
44
44
|
protected onDragStart(e: any): void;
|
|
45
45
|
protected renderViewMode(): JSX.Element;
|
|
46
46
|
protected renderVersionList(fileItem: FileListItem): JSX.Element;
|
|
@@ -10,6 +10,7 @@ import { $FileService } from '@docsvision/webclient/System/$FileService';
|
|
|
10
10
|
import { $LayoutCheck } from '@docsvision/webclient/System/$LayoutCheckService';
|
|
11
11
|
import { $RequestManager } from '@docsvision/webclient/System/$RequestManager';
|
|
12
12
|
import { $FileController } from '@docsvision/webclient/Legacy/FileController';
|
|
13
|
+
import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
|
|
13
14
|
import { FileListFormType } from '@docsvision/webclient/BackOffice/FileListFormType';
|
|
14
15
|
/** @internal */
|
|
15
16
|
export declare class FileListItemProps {
|
|
@@ -19,7 +20,7 @@ export declare class FileListItemProps {
|
|
|
19
20
|
logic: FileListControlLogic;
|
|
20
21
|
renderUploadForm: (attach: FileListAttachedElements, action: string, main?: boolean, type?: FileListFormType, fileItem?: FileListItem, accept?: string) => any;
|
|
21
22
|
key: string;
|
|
22
|
-
services: $LayoutFileController & $DeviceType & $Layout & $CardId & $FileService & $LayoutCheck & $CardInfo & $RequestManager & $FileController & $LayoutInfo;
|
|
23
|
+
services: $LayoutFileController & $DeviceType & $Layout & $CardId & $FileService & $LayoutCheck & $CardInfo & $RequestManager & $FileController & $LayoutInfo & $LayoutManager;
|
|
23
24
|
onClick?: any;
|
|
24
25
|
selected?: boolean;
|
|
25
26
|
importSignatureEditOperation?: string;
|
package/BackOffice/FileSign.d.ts
CHANGED
|
@@ -1,56 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
import { $SignatureController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
3
|
-
import { ModalHost } from "@docsvision/webclient/Helpers/ModalHost";
|
|
4
|
-
import { TraceProvider } from "@docsvision/webclient/Legacy/TraceProvider";
|
|
5
|
-
import { ISignatureLabel } from "@docsvision/webclient/Legacy/ISignatureLabel";
|
|
6
|
-
import { EncryptedInfo } from "@docsvision/webclient/Legacy/EncryptedInfo";
|
|
7
|
-
import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
|
|
8
|
-
import { Crypto, ICryptoCertificateInfo } from 'Libs/CryptoPro/Crypto';
|
|
1
|
+
import { $SignatureController, $SignatureMethodsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
9
2
|
import { IFileSignInteractionModel } from './IFileSignInteractionModel';
|
|
10
3
|
import { IDataIOSSign } from '@docsvision/webclient/BackOffice/utils';
|
|
11
|
-
import { $WebViewIOSEnabled } from "@docsvision/webclient/StandardServices";
|
|
4
|
+
import { $ApplicationSettings, $WebViewIOSEnabled } from "@docsvision/webclient/StandardServices";
|
|
5
|
+
import { $CloudSignature } from "@docsvision/webclient/BackOffice/$CloudSignature";
|
|
6
|
+
import { $CryptoPro } from "@docsvision/webclient/BackOffice/$CryptoPro";
|
|
7
|
+
import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
8
|
+
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
9
|
+
import { $DigitalSignature } from "@docsvision/webclient/BackOffice/$DigitalSignature";
|
|
10
|
+
import { $CardInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
12
11
|
export declare class FileSign {
|
|
13
|
-
protected
|
|
14
|
-
protected traceProvider: TraceProvider;
|
|
12
|
+
protected services: $SignatureController & $WebViewIOSEnabled & $CloudSignature & $SignatureController & $ApplicationSettings & $DigitalSignature & $MessageBox & $CryptoPro & $LocalStorage & $SignatureMethodsController & $CardInfo;
|
|
15
13
|
protected interactionModel: IFileSignInteractionModel;
|
|
16
|
-
|
|
17
|
-
protected viewListDialogModalHost: ModalHost;
|
|
18
|
-
protected signOperationHelper: RequestHelper;
|
|
19
|
-
protected services: $SignatureController & $WebViewIOSEnabled;
|
|
20
|
-
private signProcessResolver;
|
|
21
|
-
private signProcessRejecter;
|
|
22
|
-
private signProcessLoading;
|
|
23
|
-
constructor(interactionModel: IFileSignInteractionModel, services?: $SignatureController & $WebViewIOSEnabled);
|
|
14
|
+
constructor(interactionModel: IFileSignInteractionModel, services?: $SignatureController & $WebViewIOSEnabled & $CloudSignature & $SignatureController & $ApplicationSettings & $DigitalSignature & $MessageBox & $CryptoPro & $LocalStorage & $SignatureMethodsController & $CardInfo);
|
|
24
15
|
/** Инициализация. */
|
|
25
16
|
protected initialize(): void;
|
|
26
|
-
/** Отрисовывает диалог для создания подписи. */
|
|
27
|
-
protected renderCreateDialog: () => JSX.Element;
|
|
28
17
|
/** Открыть диалог для создания подписи. */
|
|
29
|
-
protected openCreateDialog: () => void
|
|
18
|
+
protected openCreateDialog: () => Promise<void>;
|
|
30
19
|
/** @deprecated */
|
|
31
|
-
ShowSignDialog: () => void
|
|
20
|
+
ShowSignDialog: () => Promise<void>;
|
|
32
21
|
/** Закрыть диалог для создания подписи. */
|
|
33
22
|
protected closeCreateDialog: () => void;
|
|
34
|
-
/** При подписывании. */
|
|
35
|
-
protected onSign: (selectedCertInfo: ICryptoCertificateInfo, selectedLabel: ISignatureLabel, timestamp: number, signFields?: boolean, signAttachments?: boolean) => void;
|
|
36
|
-
/**
|
|
37
|
-
* Подписать сертификатом с указанным отпечатком и идентификатором метки.
|
|
38
|
-
* @param selectedThumbprint Отпечаток
|
|
39
|
-
* @param selectedLabelId Идентификатор метки
|
|
40
|
-
*/
|
|
41
|
-
protected sign(selectedThumbprint: string, selectedLabel: ISignatureLabel, timestamp: number, signFields?: boolean, signAttachments?: boolean): Promise<{}>;
|
|
42
23
|
/** Сохраняет файлы, подписанные на ios-устройстве. Вызывается из WebView */
|
|
43
24
|
protected saveSignedDoc: (filesData: IDataIOSSign[]) => Promise<void>;
|
|
44
25
|
protected cancelDocumentsSign(): void;
|
|
45
|
-
/** Присоединить указанную подпись. */
|
|
46
|
-
protected attachSign(encryptedInfo: EncryptedInfo, selectedLabelId: string, timestamp: number): Promise<void>;
|
|
47
|
-
/** Отрисовывает диалог для просмотра списка подписей. */
|
|
48
|
-
protected renderViewListDialog: () => JSX.Element;
|
|
49
26
|
/** Открывает диалог для просмотра списка подписей. */
|
|
50
|
-
protected openViewListDialog: () => void
|
|
51
|
-
/** Закрывает диалог для просмотра списка подписей. */
|
|
52
|
-
protected closeViewListDialog: () => void;
|
|
53
|
-
protected onInitViewListDialog: () => void;
|
|
27
|
+
protected openViewListDialog: () => Promise<void>;
|
|
54
28
|
/** Показывает предупреждение при замене версии файла на другую. */
|
|
55
29
|
static showSignWarningDialog(successCb?: Function, cancelCb?: Function): void;
|
|
56
30
|
/** @deprecated Uses {@link showSignWarningDialog} */
|
|
@@ -2,10 +2,12 @@ import { $DocumentCardController } from "@docsvision/webclient/Legacy/DocumentCa
|
|
|
2
2
|
import { ISignatureListItemDataModel } from "@docsvision/webclient/Legacy/ISignatureListItemDataModel";
|
|
3
3
|
import { LoadingState } from "@docsvision/webclient/System/LoadingState";
|
|
4
4
|
import React from "react";
|
|
5
|
-
import { $LayoutDocumentController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
5
|
+
import { $LayoutDocumentController, $SignatureController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
6
6
|
import { $WebViewIOSEnabled } from "@docsvision/webclient/StandardServices";
|
|
7
7
|
import { Popover } from "@docsvision/webclient/Helpers/PopoverHelpers/Popover";
|
|
8
8
|
import { ISignatureListItemDetailDataModel } from "@docsvision/webclient/Legacy/ISignatureListItemDetailDataModel";
|
|
9
|
+
import { $RequestManager } from "@docsvision/webclient/System/$RequestManager";
|
|
10
|
+
import { $CloudSignature } from "@docsvision/webclient/BackOffice/$CloudSignature";
|
|
9
11
|
/** @internal */
|
|
10
12
|
export interface IFileSignListDialogProps {
|
|
11
13
|
/** Идентификатор документа. */
|
|
@@ -14,7 +16,7 @@ export interface IFileSignListDialogProps {
|
|
|
14
16
|
onInit?: () => void;
|
|
15
17
|
/** Вызывается при закрытии окна со списком подписей. */
|
|
16
18
|
onClose?: () => void;
|
|
17
|
-
services: $DocumentCardController & $LayoutDocumentController & $WebViewIOSEnabled;
|
|
19
|
+
services: $DocumentCardController & $SignatureController & $LayoutDocumentController & $WebViewIOSEnabled & $RequestManager & $CloudSignature;
|
|
18
20
|
}
|
|
19
21
|
/** @internal */
|
|
20
22
|
export interface IFileSignListDialogState {
|
|
@@ -34,7 +36,9 @@ export declare class FileSignListDialog extends React.Component<IFileSignListDia
|
|
|
34
36
|
constructor(props: IFileSignListDialogProps);
|
|
35
37
|
/** @internal */
|
|
36
38
|
UNSAFE_componentWillMount(): void;
|
|
39
|
+
init(): Promise<void>;
|
|
37
40
|
componentDidMount(): void;
|
|
41
|
+
verifyInCloud(signature: ISignatureListItemDataModel): Promise<void>;
|
|
38
42
|
/** Обновляет журнал подписей. */
|
|
39
43
|
update: () => Promise<void>;
|
|
40
44
|
/** Выполняется при закрытии окна со списком подписей. */
|
|
@@ -53,6 +57,7 @@ export declare class FileSignListDialog extends React.Component<IFileSignListDia
|
|
|
53
57
|
* @param signatureId Идентификатор подписи
|
|
54
58
|
*/
|
|
55
59
|
protected renderSignatureDetails(signatureId: string, showTimestamp: boolean, detailsColumnCount: number, showExpireDate: boolean): any[];
|
|
60
|
+
private renderSignatureInfoPopover;
|
|
56
61
|
/** Отрисовывает таблицу с информацией о подписях. */
|
|
57
62
|
renderTable(): JSX.Element;
|
|
58
63
|
/** @internal */
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
|
+
import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
|
|
3
|
+
export declare function appendIfSpecified(name: string, component: string): string;
|
|
4
|
+
export declare function getSignatureMethodName(method: GenModels.SignatureMethod, services: $ApplicationSettings): string;
|
|
@@ -8,4 +8,4 @@ export interface IGroupEmployeeInfoProps {
|
|
|
8
8
|
executionType: GenModels.ExecutionType;
|
|
9
9
|
}
|
|
10
10
|
/** @internal */
|
|
11
|
-
export declare
|
|
11
|
+
export declare function GroupEmployeeInfo(props: IGroupEmployeeInfoProps): JSX.Element;
|
|
@@ -14,7 +14,7 @@ export declare class GroupTaskTasksTreeNodeResolver implements ITasksTreeNodeRes
|
|
|
14
14
|
protected getHelpBoxHeaderIcon(groupName: any): string;
|
|
15
15
|
protected getLabel(nodeModel: GenModels.TaskGroupTreeNodeModel, props: ITasksTreeContainerProps, state: ITasksTreeContainerState): string;
|
|
16
16
|
protected getImage(nodeModel: GenModels.TaskGroupTreeNodeModel): string;
|
|
17
|
-
protected prepareView(node: ITasksTreeNodeContainer, nodeModel: GenModels.TaskGroupTreeNodeModel, props: ITasksTreeContainerProps, hasAccess?: boolean):
|
|
17
|
+
protected prepareView(node: ITasksTreeNodeContainer, nodeModel: GenModels.TaskGroupTreeNodeModel, props: ITasksTreeContainerProps, hasAccess?: boolean): void;
|
|
18
18
|
protected getTitle(node: ITasksTreeNodeContainer, nodeModel: GenModels.TaskGroupTreeNodeModel, props: ITasksTreeContainerProps, hasAccess?: boolean): string;
|
|
19
19
|
private getExecutionTypeResourceKey;
|
|
20
20
|
}
|
|
@@ -47,7 +47,7 @@ export declare class HistoryView extends React.Component<HistoryViewProps, Histo
|
|
|
47
47
|
componentDidMount(): void;
|
|
48
48
|
loadRecords(authorNameFilter?: string, dateFilter?: Date, eventSearch?: string, pageSize?: number): Promise<GenModels.HistorySearchResult>;
|
|
49
49
|
loadNextPage(pageSize?: number): Promise<GenModels.HistorySearchResult>;
|
|
50
|
-
reload(): void;
|
|
50
|
+
reload(dateFilterValue?: Date): void;
|
|
51
51
|
onRecordsChanged(): void;
|
|
52
52
|
isScrolledDown(elem: HTMLElement): boolean;
|
|
53
53
|
loadIfScrollDown(): void;
|