@docsvision/webclient 5.17.0-beta.15 → 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/BackOffice/$DigitalSignature.d.ts +36 -8
- 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/ApprovalTaskComplete.d.ts +4 -0
- 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/ConvertPkiClientToSavedCertificate.d.ts +4 -0
- package/BackOffice/DelegateBatchOperation.d.ts +3 -1
- package/BackOffice/DeleteShortcutBatchOperation.d.ts +2 -1
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DigitalSignatureService.d.ts +17 -9
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +6 -2
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DssSignRequestModels.d.ts +12 -0
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/EmployeeInfo.d.ts +1 -1
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControlLogic.d.ts +2 -1
- package/BackOffice/FileSign.d.ts +3 -2
- package/BackOffice/GenderDeterminantPlugin.d.ts +3 -0
- package/BackOffice/GetCalendarType.d.ts +2 -0
- package/BackOffice/GroupEmployeeInfo.d.ts +1 -1
- package/BackOffice/GroupTaskTasksTreeNodeResolver.d.ts +1 -1
- package/BackOffice/IDigitalSignatureDialogManagement.d.ts +24 -0
- package/BackOffice/IFileSignInteractionModel.d.ts +2 -1
- 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/Links.d.ts +2 -0
- package/BackOffice/LinksImpl.d.ts +2 -2
- package/BackOffice/LoadPkiClientCertificates.d.ts +4 -0
- package/BackOffice/NumeratorImpl.d.ts +2 -0
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerBaseImpl.d.ts +1 -1
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +2 -2
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/ProcessSettingsChanged.d.ts +1 -0
- package/BackOffice/SearchBar.d.ts +2 -2
- package/BackOffice/SearchButton.d.ts +1 -1
- package/BackOffice/SetEmployeeCertificate.d.ts +17 -0
- package/BackOffice/SignatureButtonOptions.d.ts +2 -2
- package/BackOffice/SignatureDialog.d.ts +20 -6
- package/BackOffice/SignatureDialogFrame.d.ts +6 -2
- package/BackOffice/SignatureDialogLogic.d.ts +6 -1
- package/BackOffice/SignatureDialogSettings.d.ts +3 -2
- package/BackOffice/SignatureMethodsSetup.d.ts +2 -2
- package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +2 -2
- package/BackOffice/SignatureMethodsSetupLogic.d.ts +13 -0
- package/BackOffice/SimpleItemViewContent.d.ts +1 -0
- package/BackOffice/StaffDirectoryConstants.d.ts +1 -0
- package/BackOffice/StaffDirectoryInfoPopover.d.ts +1 -0
- package/BackOffice/StaffDirectoryItems.d.ts +3 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/StaffDirectoryView.d.ts +1 -0
- package/BackOffice/StateButtonsImpl.d.ts +1 -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/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/TimeOfPerformanceImpl.d.ts +2 -2
- package/BackOffice/Utils.d.ts +11 -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/WebFrameDirectorySearchPanelView.d.ts +4 -5
- package/Generated/DocsVision.WebClient.Controllers.d.ts +79 -4
- package/Generated/DocsVision.WebClient.Models.d.ts +626 -183
- package/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault.d.ts +1 -0
- package/Helpers/FilePreview/FilePreview.d.ts +2 -2
- package/Helpers/SvgIcons/RightArrowIcon.d.ts +1 -0
- package/Helpers/SvgIcons/SvgWrapper.d.ts +1 -0
- package/Legacy/ApprovalFilePanel.d.ts +2 -1
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/IFileSingInfo.d.ts +3 -0
- package/Legacy/ISignatureLabel.d.ts +1 -1
- package/Platform/$AggregatesCheckbox.d.ts +5 -0
- package/Platform/$ContextMenuOptions.d.ts +5 -4
- package/Platform/$FolderGrid.d.ts +2 -1
- package/Platform/$UnreadBar.d.ts +1 -1
- package/Platform/$UnreadCounter.d.ts +2 -0
- package/Platform/$UnreadCountersHealthMonitor.d.ts +6 -0
- package/Platform/AddFileToTable.d.ts +2 -2
- package/Platform/AddFileToTableImpl.d.ts +8 -6
- package/Platform/AggregatesCheckbox.d.ts +1 -1
- package/Platform/AggregatesCheckboxService.d.ts +4 -0
- 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 +1 -1
- 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/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 +3 -3
- package/Platform/CardLinkImpl.d.ts +9 -7
- package/Platform/CardManagement.d.ts +2 -2
- package/Platform/CardManagementImpl.d.ts +6 -4
- package/Platform/CardTestRouteTypeMapper.d.ts +10 -0
- package/Platform/CertificateSettings.d.ts +6 -4
- package/Platform/CertificateSettingsContainer.d.ts +1 -1
- package/Platform/CertificateSettingsView.d.ts +1 -1
- 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/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 +4 -4
- 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 +5 -5
- package/Platform/DateTimePickerImpl.d.ts +14 -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 +5 -3
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +4 -2
- package/Platform/Dropdown.d.ts +3 -3
- package/Platform/DropdownImpl.d.ts +14 -11
- 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 +5 -3
- package/Platform/FileDropzone.d.ts +4 -3
- package/Platform/FileInput.d.ts +3 -1
- package/Platform/FilePicker.d.ts +16 -2
- 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 +4 -2
- package/Platform/FilePreviewImpl.d.ts +8 -7
- 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 +5 -3
- package/Platform/FolderGridBatchOperationsNode.d.ts +2 -2
- package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +5 -3
- package/Platform/FolderGridImpl.d.ts +7 -3
- package/Platform/FolderGridService.d.ts +5 -2
- package/Platform/FolderGroupDashboardWidget.d.ts +3 -3
- package/Platform/FolderGroupDashboardWidgetImpl.d.ts +5 -3
- package/Platform/FolderImpl.d.ts +8 -6
- package/Platform/FolderMainMenuItem.d.ts +3 -3
- package/Platform/FolderMainMenuItemImpl.d.ts +8 -6
- package/Platform/FolderManagementAdaptiveMenu.d.ts +1 -1
- package/Platform/FolderManagementDialog.d.ts +1 -1
- package/Platform/FolderName.d.ts +2 -2
- package/Platform/FolderNameImpl.d.ts +5 -3
- package/Platform/FolderOperationManager.d.ts +6 -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 +7 -5
- package/Platform/FolderWebFrameRouteHandler.d.ts +1 -0
- 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/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 +6 -2
- 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 +3 -3
- package/Platform/NumberImpl.d.ts +11 -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/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 +11 -7
- 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 +1 -1
- package/Platform/ScrollTopBottomLogic.d.ts +2 -2
- 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 +3 -2
- package/Platform/{setColumnsSettings.d.ts → SetColumnsSettings.d.ts} +0 -0
- package/Platform/SettingsPlugin.d.ts +2 -1
- package/Platform/SettingsPopup.d.ts +1 -1
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -1
- package/Platform/SettingsPopupColumn.d.ts +1 -1
- package/Platform/SettingsPopupItemView.d.ts +1 -1
- package/Platform/SettingsPopupLogic.d.ts +1 -1
- package/Platform/SettingsPopupRow.d.ts +1 -1
- package/Platform/SettingsPopupView.d.ts +8 -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 +7 -6
- 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/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/TestUtils.d.ts +2 -1
- package/Platform/TextArea.d.ts +2 -2
- package/Platform/TextAreaAutosize.d.ts +3 -1
- package/Platform/TextAreaImpl.d.ts +8 -6
- package/Platform/TextBox.d.ts +2 -2
- package/Platform/TextBoxImpl.d.ts +8 -6
- package/Platform/TextControlBase.d.ts +2 -2
- package/Platform/TextControlBaseImpl.d.ts +5 -3
- package/Platform/TextListInputView.d.ts +25 -26
- package/Platform/TextListInputWrapper.d.ts +1 -1
- package/Platform/{toLocaleStringPolyfill.d.ts → ToLocaleStringPolyfill.d.ts} +0 -0
- package/Platform/ToggleArrowIcon.d.ts +2 -2
- 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/WebFrameBodyContainer.d.ts +3 -3
- package/Platform/WebFrameBodyContainerImpl.d.ts +2 -2
- package/Platform/WebFrameCompanyLogo.d.ts +3 -2
- package/Platform/WebFrameContent.d.ts +2 -2
- package/Platform/WebFrameContentContainer.d.ts +3 -3
- package/Platform/WebFrameContentContainerImpl.d.ts +2 -2
- package/Platform/WebFrameContentImpl.d.ts +3 -3
- package/Platform/WebFrameCurrentPageName.d.ts +2 -2
- package/Platform/WebFrameHeaderContainer.d.ts +3 -3
- package/Platform/WebFrameHeaderContainerImpl.d.ts +2 -2
- package/Platform/WebFrameHelpButton.d.ts +2 -2
- package/Platform/WebFrameMainMenuButton.d.ts +2 -2
- package/Platform/WebFrameMainMenuContainer.d.ts +4 -4
- package/Platform/WebFrameMainMenuContainerImpl.d.ts +3 -3
- package/Platform/WebFrameNavigationBar.d.ts +8 -8
- package/Platform/WebFrameNavigationBarBackButton.d.ts +2 -2
- package/Platform/WebFrameNavigationBarCreateButton.d.ts +2 -2
- package/Platform/WebFrameNavigationBarImpl.d.ts +2 -2
- package/Platform/WebFrameSearchPanel.d.ts +2 -2
- package/Platform/WebFrameUserPanel.d.ts +2 -2
- package/Platform/XIcon.d.ts +1 -1
- package/StandardServices.d.ts +2 -1
- package/System/BaseControl.d.ts +15 -1
- package/System/DataGridControl.d.ts +63 -0
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/ILayoutParams.d.ts +1 -0
- package/System/InputBasedControlImpl.d.ts +1 -0
- package/System/Layout.d.ts +3 -1
- package/System/LayoutImpl.d.ts +2 -2
- package/System/LayoutRowControllerStub.d.ts +1 -0
- package/System/PrintContent.d.ts +1 -1
- package/System/RouteType.d.ts +6 -0
- package/System/StandardRoutes.d.ts +1 -0
- package/package.json +1 -1
- 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/SearchTextProvider.d.ts +0 -7
- package/Platform/SearchTextService.d.ts +0 -10
|
@@ -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" | "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" | "
|
|
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:/
|
|
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;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Optional } from "@docsvision/web/core/services";
|
|
2
2
|
export interface IDssSignRequestSignatureParameters {
|
|
3
|
+
Hash: string;
|
|
3
4
|
CADESType: string;
|
|
4
5
|
IsDetached: boolean;
|
|
5
6
|
TSPAddress?: string;
|
|
@@ -27,6 +28,7 @@ export interface DssSign2BinaryData {
|
|
|
27
28
|
export interface DssSign2Request {
|
|
28
29
|
BinaryData: DssSign2BinaryData[];
|
|
29
30
|
Signature: DssSignRequestSignature;
|
|
31
|
+
ForceConfirmation?: boolean;
|
|
30
32
|
}
|
|
31
33
|
export interface IDssOperationResultInfo {
|
|
32
34
|
RefId: string;
|
|
@@ -117,6 +119,11 @@ export interface IDssTransactionConfirmationChallenge {
|
|
|
117
119
|
TextChallenge: TextChallenge[];
|
|
118
120
|
ContextData: IDssTransactionConfirmationContextData;
|
|
119
121
|
}
|
|
122
|
+
export interface IDssChoiceAuthenticationChallenge {
|
|
123
|
+
Title: Title;
|
|
124
|
+
ChoiceChallenge: Object[];
|
|
125
|
+
ContextData: IDssTransactionConfirmationContextData;
|
|
126
|
+
}
|
|
120
127
|
export interface IDssChallengeResult {
|
|
121
128
|
RefId: string;
|
|
122
129
|
Value?: string;
|
|
@@ -131,3 +138,8 @@ export interface IDssConfirmationResponse {
|
|
|
131
138
|
Error?: string;
|
|
132
139
|
ErrorDescription?: string;
|
|
133
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:/
|
|
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" | "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" | "
|
|
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:/
|
|
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;
|
|
@@ -47,7 +47,8 @@ export declare class FileListControlLogic {
|
|
|
47
47
|
showRenameFileDialog(fileItem: FileListItem): () => void;
|
|
48
48
|
loadFilesPart(skipCount: number): Promise<void>;
|
|
49
49
|
reloadFiles(): Promise<void>;
|
|
50
|
-
|
|
50
|
+
private sortFiles;
|
|
51
|
+
protected updateVersionsOnLoad(appendFiles?: boolean): void;
|
|
51
52
|
closeAllMenusBut(fileItem: FileListItem): void;
|
|
52
53
|
fileMenuOpening(fileItem: FileListItem, data: any): Promise<any>;
|
|
53
54
|
removeFileItem(index: number): void;
|
package/BackOffice/FileSign.d.ts
CHANGED
|
@@ -7,10 +7,11 @@ import { $CryptoPro } from "@docsvision/webclient/BackOffice/$CryptoPro";
|
|
|
7
7
|
import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
8
8
|
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
9
9
|
import { $DigitalSignature } from "@docsvision/webclient/BackOffice/$DigitalSignature";
|
|
10
|
+
import { $CardInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
10
11
|
export declare class FileSign {
|
|
11
|
-
protected services: $SignatureController & $WebViewIOSEnabled & $CloudSignature & $SignatureController & $ApplicationSettings & $DigitalSignature & $MessageBox & $CryptoPro & $LocalStorage & $SignatureMethodsController;
|
|
12
|
+
protected services: $SignatureController & $WebViewIOSEnabled & $CloudSignature & $SignatureController & $ApplicationSettings & $DigitalSignature & $MessageBox & $CryptoPro & $LocalStorage & $SignatureMethodsController & $CardInfo;
|
|
12
13
|
protected interactionModel: IFileSignInteractionModel;
|
|
13
|
-
constructor(interactionModel: IFileSignInteractionModel, services?: $SignatureController & $WebViewIOSEnabled & $CloudSignature & $SignatureController & $ApplicationSettings & $DigitalSignature & $MessageBox & $CryptoPro & $LocalStorage & $SignatureMethodsController);
|
|
14
|
+
constructor(interactionModel: IFileSignInteractionModel, services?: $SignatureController & $WebViewIOSEnabled & $CloudSignature & $SignatureController & $ApplicationSettings & $DigitalSignature & $MessageBox & $CryptoPro & $LocalStorage & $SignatureMethodsController & $CardInfo);
|
|
14
15
|
/** Инициализация. */
|
|
15
16
|
protected initialize(): void;
|
|
16
17
|
/** Открыть диалог для создания подписи. */
|
|
@@ -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
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ISignatureDialogProps } from '@docsvision/webclient/BackOffice/SignatureDialog';
|
|
2
|
+
import { IDigitalSignOptions } from '@docsvision/webclient/BackOffice/$DigitalSignature';
|
|
3
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
4
|
+
import { IDialogManagement } from '@docsvision/webclient/Helpers/ModalDialog/$DialogManagement';
|
|
5
|
+
import { ISignatureLabel } from '@docsvision/webclient/Legacy/ISignatureLabel';
|
|
6
|
+
/** Интерфейс для взаимодействия с диалогом подписи. */
|
|
7
|
+
export interface IDigitalSignatureDialogManagement extends IDialogManagement<IDigitalSignOptions> {
|
|
8
|
+
/** Возвращает список доступных сертификатов и других способов подписания. */
|
|
9
|
+
getSignatureMethods(): Promise<GenModels.SignatureMethod[]>;
|
|
10
|
+
/** Возвращает список доступных меток подписи. */
|
|
11
|
+
getLabels(): Promise<ISignatureLabel[]>;
|
|
12
|
+
/** Выбирает в комбо-боксе указанный способ подписания. */
|
|
13
|
+
selectSignatureMethod(method: GenModels.SignatureMethod): void;
|
|
14
|
+
/** Выбирает в комбо-боксе указанную метку подписи. */
|
|
15
|
+
selectLabel(label: ISignatureLabel): void;
|
|
16
|
+
/** Возвращает значение свойства видимости диалога для пользователя. */
|
|
17
|
+
getDialogVisible(): boolean;
|
|
18
|
+
/** Устанавливает видимость диалога для пользователя. */
|
|
19
|
+
setDialogVisible(visible: boolean): void;
|
|
20
|
+
/** Возвращает текущие свойства диалога подписания. */
|
|
21
|
+
getDialogProps(): ISignatureDialogProps;
|
|
22
|
+
/** Обновляет диалог с указанными свойствами. См. {@link getDialogProps} */
|
|
23
|
+
update(props?: ISignatureDialogProps): void;
|
|
24
|
+
}
|
|
@@ -8,6 +8,7 @@ import { Optional } from "@docsvision/web/core/services";
|
|
|
8
8
|
import { $CryptoPro } from "@docsvision/webclient/BackOffice/$CryptoPro";
|
|
9
9
|
import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
10
10
|
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
11
|
+
import { $CardInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
11
12
|
export interface IFileSignInteractionModel {
|
|
12
13
|
documentId: string;
|
|
13
14
|
getFiles: () => IFileSignInfo[];
|
|
@@ -17,5 +18,5 @@ export interface IFileSignInteractionModel {
|
|
|
17
18
|
beforeViewSignCallback: () => Promise<any>;
|
|
18
19
|
afterSignCallback: Function;
|
|
19
20
|
afterViewSignCallback: Function;
|
|
20
|
-
services: $DocumentCardController & $LayoutDocumentController & Optional<$WebViewIOSEnabled> & $CloudSignature & $CryptoPro & $ApplicationSettings & $RequestManager & $WebViewIOSEnabled & $SignatureController & $LocalStorage & $SignatureMethodsController & $MessageBox;
|
|
21
|
+
services: $DocumentCardController & $LayoutDocumentController & Optional<$WebViewIOSEnabled> & $CloudSignature & $CryptoPro & $ApplicationSettings & $RequestManager & $WebViewIOSEnabled & $SignatureController & $LocalStorage & $SignatureMethodsController & $MessageBox & $CardInfo;
|
|
21
22
|
}
|
|
@@ -2,16 +2,21 @@
|
|
|
2
2
|
import { ITasksTreeEdgeContainer } from "@docsvision/webclient/BackOffice/ITasksTreeEdgeContainer";
|
|
3
3
|
import { ITasksTreeNodeContainer } from "@docsvision/webclient/BackOffice/ITasksTreeNodeContainer";
|
|
4
4
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
5
|
+
export interface INetwork extends vis.Network {
|
|
6
|
+
body: {
|
|
7
|
+
data: vis.Data;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
5
10
|
/** @internal */
|
|
6
11
|
export interface ITasksTreeContainerState {
|
|
7
|
-
network:
|
|
12
|
+
network: INetwork;
|
|
8
13
|
shouldContainerUpdate: boolean;
|
|
9
|
-
propertyProcessors:
|
|
14
|
+
propertyProcessors: Record<string, string>;
|
|
10
15
|
nodes: ITasksTreeNodeContainer[];
|
|
11
16
|
edges: ITasksTreeEdgeContainer[];
|
|
12
17
|
helpBoxDelegationExpanded: boolean;
|
|
13
|
-
helpBoxDelegationClick: (e: React.MouseEvent
|
|
14
|
-
helpBoxRender:
|
|
18
|
+
helpBoxDelegationClick: (e: React.MouseEvent) => void;
|
|
19
|
+
helpBoxRender: unknown;
|
|
15
20
|
selectedNode: ITasksTreeNodeContainer;
|
|
16
21
|
helpModel: GenModels.TreeNodeHelpModel;
|
|
17
22
|
roots: vis.IdType[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ITasksTreeGroup } from "@docsvision/webclient/BackOffice/ITasksTreeGroup";
|
|
2
2
|
/** @internal */
|
|
3
3
|
export interface ITasksTreeGroupMap {
|
|
4
|
-
[aliasName: string]: ITasksTreeGroup |
|
|
4
|
+
[aliasName: string]: ITasksTreeGroup | Record<string, string | boolean | number | Record<string, unknown>>;
|
|
5
5
|
}
|
|
@@ -6,7 +6,7 @@ export interface ITasksTreeNodeContainer extends vis.Node {
|
|
|
6
6
|
parentNodeId?: vis.IdType;
|
|
7
7
|
indicatorType?: IndicatorType;
|
|
8
8
|
borderWidth?: number;
|
|
9
|
-
title?:
|
|
9
|
+
title?: string;
|
|
10
10
|
nodeModel: GenModels.TreeNodeModel;
|
|
11
11
|
collapsed?: boolean;
|
|
12
12
|
collapsedBySetting?: boolean;
|
|
@@ -17,7 +17,7 @@ export interface IRenderHelpBoxOptions {
|
|
|
17
17
|
/** Список опций для VIS.js. */
|
|
18
18
|
colors: ITasksTreeColorMap;
|
|
19
19
|
helpBoxDelegationExpanded: boolean;
|
|
20
|
-
helpBoxDelegationClick: (e: React.MouseEvent
|
|
20
|
+
helpBoxDelegationClick: (e: React.MouseEvent) => void;
|
|
21
21
|
helpBoxCloseModal?: () => React.ReactNode;
|
|
22
22
|
}
|
|
23
23
|
/** @internal */
|
|
@@ -8,4 +8,4 @@ export interface IImageWithDescriptionProps {
|
|
|
8
8
|
onClick?: () => void;
|
|
9
9
|
}
|
|
10
10
|
/** @internal */
|
|
11
|
-
export declare
|
|
11
|
+
export declare function ImageWithDescription(props: IImageWithDescriptionProps): JSX.Element;
|
package/BackOffice/Links.d.ts
CHANGED
|
@@ -105,6 +105,8 @@ export declare class LinksParams extends PanelParams {
|
|
|
105
105
|
addLinkFolders?: GenModels.FolderListModel;
|
|
106
106
|
/** Идентификатор поискового запроса, используемого для поиска карточек в окне добавления ссылки. */
|
|
107
107
|
addLinkSearchQuery?: string;
|
|
108
|
+
/** Фильтр отображения ссылок. */
|
|
109
|
+
linksFilter?: (item: LinkItem) => boolean;
|
|
108
110
|
/** Событие возникает перед добавлением ссылки на существующую карточку. */
|
|
109
111
|
linkAdding?: CancelableApiEvent<IEventArgs>;
|
|
110
112
|
/** Событие возникает перед удалением ссылки. */
|
|
@@ -6,7 +6,7 @@ import { LinksParams } from "@docsvision/webclient/BackOffice/Links";
|
|
|
6
6
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
7
7
|
import { Popover } from "@docsvision/webclient/Helpers/PopoverHelpers/Popover";
|
|
8
8
|
import { PerformOnce } from "@docsvision/webclient/Legacy/Utils";
|
|
9
|
-
import { PanelImpl,
|
|
9
|
+
import { PanelImpl, IPanelState } from '@docsvision/webclient/Platform/PanelImpl';
|
|
10
10
|
import { IBindingResult } from '@docsvision/webclient/System/IBindingResult';
|
|
11
11
|
import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
|
|
12
12
|
import React from "react";
|
|
@@ -14,7 +14,7 @@ import { $LinksSearchCards } from '@docsvision/webclient/BackOffice/$LinksSearch
|
|
|
14
14
|
import { $LayoutLinksController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
15
15
|
import { $CardTimestamp, $CardId } from '@docsvision/webclient/System/LayoutServices';
|
|
16
16
|
/** @internal */
|
|
17
|
-
export interface LinksState extends LinksParams,
|
|
17
|
+
export interface LinksState extends LinksParams, IPanelState {
|
|
18
18
|
sourceLayoutMode: string;
|
|
19
19
|
model: GenModels.LinksDataModel;
|
|
20
20
|
bindingInfo: GenModels.SimpleBindingInfo;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
|
|
3
|
+
import { ICryptoCertificate } from "Libs/CryptoPro/Crypto";
|
|
4
|
+
export declare function loadPkiClientCertificates(savedCertificates: GenModels.SavedCertificateInfo[], pkiClientCertificates: ICryptoCertificate[], services: $ApplicationSettings): GenModels.SavedCertificateInfo[];
|
|
@@ -43,6 +43,7 @@ export declare class NumeratorImpl extends InputBasedControlImpl<INumberInfo, Nu
|
|
|
43
43
|
wrapWithButtons(children?: React.ReactNode): JSX.Element;
|
|
44
44
|
protected renderWithText(): JSX.Element;
|
|
45
45
|
protected onInputFocus(event: React.FocusEvent<any>): void;
|
|
46
|
+
protected onValueClick(): void;
|
|
46
47
|
protected onMouseDownIcon(): void;
|
|
47
48
|
protected onInputBlur(event: React.FocusEvent<any>): void;
|
|
48
49
|
private saveCard;
|
|
@@ -50,5 +51,6 @@ export declare class NumeratorImpl extends InputBasedControlImpl<INumberInfo, Nu
|
|
|
50
51
|
private isLayoutViewMode;
|
|
51
52
|
protected onPlaceholderClick(event: any): void;
|
|
52
53
|
protected getInputProps(): React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
54
|
+
protected renderPlaceholderEditInPlace(): JSX.Element;
|
|
53
55
|
protected renderInputWithPlaceholder(): React.ReactNode;
|
|
54
56
|
}
|
|
@@ -69,8 +69,8 @@ export declare class PartnerBaseParams<T> extends InputBasedControlParams<T> {
|
|
|
69
69
|
export declare abstract class PartnerBase<T extends GenModels.DepartmentModel | GenModels.EmployeeDataModel, ParamsT extends PartnerBaseParams<T> = PartnerBaseParams<T>, StateT extends PartnerBaseState<T> = PartnerBaseState<T>> extends InputBasedControl<T, ParamsT, StateT> {
|
|
70
70
|
/** @internal */
|
|
71
71
|
protected getServices(): $LayoutPartnerController & $EditOperationStore & $LayoutInfo & $LayoutRowController & $LayoutController & Partial<$LayoutController> & $LayoutManager & Partial<
|
|
72
|
-
import("C:/
|
|
73
|
-
import("C:/
|
|
72
|
+
import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
73
|
+
import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
|
|
74
74
|
/** @internal */
|
|
75
75
|
protected get partnerImpl(): PartnerBaseImpl<T>;
|
|
76
76
|
private set partnerBindingHandler(value);
|
|
@@ -57,7 +57,7 @@ export declare abstract class PartnerBaseImpl<T extends GenModels.DepartmentMode
|
|
|
57
57
|
protected onDropdownStateChanged(): void;
|
|
58
58
|
attachDialogComponent: (dialog: PartnerSelectDialog) => void;
|
|
59
59
|
showDictionary(): void;
|
|
60
|
-
hideDictionary(): void
|
|
60
|
+
hideDictionary(): Promise<void>;
|
|
61
61
|
protected cancelModal: () => void;
|
|
62
62
|
protected onMaximize: () => void;
|
|
63
63
|
protected onDirectoryDialogNodeSelected(node: T): void;
|
|
@@ -39,9 +39,9 @@ export declare class PartnerDirectoryBaseParams<T extends ValueT> extends Direct
|
|
|
39
39
|
export declare abstract class PartnerDirectoryBase<T extends ValueT, ParamsT extends PartnerDirectoryBaseParams<T> = PartnerDirectoryBaseParams<T>, StateT extends PartnerDirectoryBaseState<T> = PartnerDirectoryBaseState<T>> extends DirectoryBase<T, NodeT, ItemT, ParamsT, StateT> {
|
|
40
40
|
/** @internal */
|
|
41
41
|
protected getServices(): $LayoutPartnerController & $EditOperationStore & $LayoutInfo & $LayoutRowController & $LayoutController & Partial<$LayoutController> &
|
|
42
|
-
import("C:/
|
|
43
|
-
import("C:/
|
|
44
|
-
import("C:/
|
|
42
|
+
import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
|
|
43
|
+
import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
44
|
+
import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
|
|
45
45
|
/** @internal */
|
|
46
46
|
protected get partnerImpl(): PartnerDirectoryBaseImpl<T>;
|
|
47
47
|
init(): Promise<void>;
|
|
@@ -2,6 +2,6 @@ import { $CryptoPro } from "@docsvision/webclient/BackOffice/$CryptoPro";
|
|
|
2
2
|
import { $CloudSignature } from "@docsvision/webclient/BackOffice/$CloudSignature";
|
|
3
3
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
4
4
|
import { IComboBoxElement } from "@docsvision/webclient/Helpers/ComboBox/Data/ClientModels/IComboBoxElement";
|
|
5
|
-
import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
|
|
5
|
+
import { $ApplicationSettings, $WebViewIOSEnabled } from "@docsvision/webclient/StandardServices";
|
|
6
6
|
export declare const SETUP_SIGNATURE_METHODS_ITEM_ID = "SetupSignatureMethods";
|
|
7
|
-
export declare function prepareSignatureMethodsComboBox(methods: GenModels.SignatureMethod[], hideSimpleSign: boolean, services: $CloudSignature & $CryptoPro & $ApplicationSettings): IComboBoxElement[];
|
|
7
|
+
export declare function prepareSignatureMethodsComboBox(methods: GenModels.SignatureMethod[], hideSimpleSign: boolean, onPrepareSignatureMethods: (methods: GenModels.SignatureMethod[]) => GenModels.SignatureMethod[], services: $CloudSignature & $CryptoPro & $ApplicationSettings & $WebViewIOSEnabled): IComboBoxElement[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare class PrintButtonView {
|
|
3
3
|
dropdownButton: (props:
|
|
4
|
-
import("C:/
|
|
4
|
+
import("C:/dev/WebClient/Bin/TypeScriptDefinitions/Helpers/DropdownButton").DropdownButtonProps) => JSX.Element;
|
|
5
5
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
2
|
declare type SignatureMethodSettingsData = {
|
|
3
3
|
localCertificates: GenModels.SavedCertificateInfo[];
|
|
4
|
+
pkiClientCertificates: GenModels.SavedCertificateInfo[];
|
|
4
5
|
cloudCertificates: GenModels.SavedCertificateInfo[];
|
|
5
6
|
cloudAccountName: any;
|
|
6
7
|
selectedMethods: GenModels.SignatureMethod[];
|
|
@@ -11,8 +11,8 @@ export interface ISearchBar {
|
|
|
11
11
|
searchPlaceholder: string;
|
|
12
12
|
onSearchTextChange: (newSearchText: string) => void;
|
|
13
13
|
onClearButtonClick: () => void;
|
|
14
|
-
onSearchTextKeyPressed: (e: React.KeyboardEvent
|
|
14
|
+
onSearchTextKeyPressed: (e: React.KeyboardEvent) => void;
|
|
15
15
|
onSearchSubmitClick: (e: React.MouseEvent) => void;
|
|
16
16
|
services: $Resources;
|
|
17
17
|
}
|
|
18
|
-
export declare
|
|
18
|
+
export declare function SearchBar(props: ISearchBar): JSX.Element;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FilePicker } from "@docsvision/webclient/Platform/FilePicker";
|
|
2
|
+
import { LayoutControl } from "@docsvision/webclient/System/BaseControl";
|
|
3
|
+
import { Tab } from "@docsvision/webclient/Platform/Tab";
|
|
4
|
+
export declare const EMPLOYEE_CERTIFICATE_TAB_KEY = "certificateTabPage";
|
|
5
|
+
export declare const USE_CLOUD_CERTIFICATE_CONTROL_NAME = "useCloudCertificate";
|
|
6
|
+
export declare const EMPLOYEE_CERTIFICATE_CONTROL_NAME = "certificate";
|
|
7
|
+
export declare const EMPLOYEE_CERTIFICATE_NAME_CONTROL_NAME = "certificateName";
|
|
8
|
+
export declare const EMPLOYEE_CERTIFICATE_ISSUER_CONTROL_NAME = "certificateIssuer";
|
|
9
|
+
export declare const EMPLOYEE_CERTIFICATE_SUBJECT_CONTROL_NAME = "certificateSubject";
|
|
10
|
+
export declare const EMPLOYEE_CERTIFICATE_CREATION_DATE_CONTROL_NAME = "certificateCreationDate";
|
|
11
|
+
export declare const EMPLOYEE_CERTIFICATE_EXPIRED_DATE_CONTROL_NAME = "certificateExpiredDate";
|
|
12
|
+
export declare const EMPLOYEE_CERTIFICATE_INFO_BLOCK_NAME = "certificateInfoBlock";
|
|
13
|
+
export declare const EMPLOYEE_CERTIFICATE_OPTIONS_BLOCK_NAME = "certificateOptionsBlock";
|
|
14
|
+
export declare function showUseCloudCertificateCheckbox(sender: Tab): Promise<void>;
|
|
15
|
+
export declare function getEmployeeCertificate(sender: Tab): Promise<void>;
|
|
16
|
+
export declare function prepareEmployeeCertificate(sender: FilePicker): Promise<void>;
|
|
17
|
+
export declare function saveEmployeeCertificate(sender: LayoutControl): Promise<void>;
|
|
@@ -3,7 +3,7 @@ import { SignatureButtonView } from "@docsvision/webclient/BackOffice/SignatureB
|
|
|
3
3
|
import { $DigitalSignature, IDigitalSignOptions, IEncryptedInfo } from "@docsvision/webclient/BackOffice/$DigitalSignature";
|
|
4
4
|
import { $SignatureController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
5
5
|
import { BaseControlParams } from "@docsvision/webclient/System/BaseControl";
|
|
6
|
-
import { $CardId, $CardTimestamp, $EditOperationStore } from "@docsvision/webclient/System/LayoutServices";
|
|
6
|
+
import { $CardId, $CardInfo, $CardTimestamp, $EditOperationStore } from "@docsvision/webclient/System/LayoutServices";
|
|
7
7
|
import { CancelableApiEvent, BasicApiEvent } from "@docsvision/webclient/System/ApiEvent";
|
|
8
8
|
import { IEventArgs } from "@docsvision/webclient/System/IEventArgs";
|
|
9
9
|
import { $RouterNavigation } from "@docsvision/webclient/System/$Router";
|
|
@@ -43,7 +43,7 @@ export declare class SignatureButtonParams extends BaseControlParams {
|
|
|
43
43
|
* Отмена события предотвратит отображение диалога и перезагрузку странциы.
|
|
44
44
|
*/
|
|
45
45
|
signingComplete?: CancelableApiEvent<IEncryptedInfo>;
|
|
46
|
-
services?: Optional<$SignatureButtonOptions> & $DigitalSignature & $CardId & $MessageWindow & $RouterNavigation & $EditOperationStore & $SignatureController & $CardTimestamp;
|
|
46
|
+
services?: Optional<$SignatureButtonOptions> & $DigitalSignature & $CardId & $MessageWindow & $RouterNavigation & $EditOperationStore & $SignatureController & $CardTimestamp & $CardInfo;
|
|
47
47
|
}
|
|
48
48
|
export declare type $SignatureButtonOptions = {
|
|
49
49
|
signatureButtonOptions: IControlOptions<SignatureButtonParams, SignatureButtonLogic, SignatureButtonView>;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
import { $ApplicationSettings, $WebViewIOSEnabled } from "@docsvision/webclient/StandardServices";
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { $ApplicationSettings, $DeviceType, $WebViewIOSEnabled } from "@docsvision/webclient/StandardServices";
|
|
3
3
|
import { $CloudSignature } from "@docsvision/webclient/BackOffice/$CloudSignature";
|
|
4
4
|
import { $SignatureController, $SignatureMethodsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
5
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
5
6
|
import { $CryptoPro } from "@docsvision/webclient/BackOffice/$CryptoPro";
|
|
6
7
|
import { SignatureDialogLogic } from "@docsvision/webclient/BackOffice/SignatureDialogLogic";
|
|
7
8
|
import { IComponentProps } from "@docsvision/web/core/component";
|
|
8
9
|
import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
9
|
-
import { SignatureDialogFrame } from "@docsvision/webclient/BackOffice/SignatureDialogFrame";
|
|
10
|
+
import { ISignatureDialogButtonsProps, SignatureDialogFrame } from "@docsvision/webclient/BackOffice/SignatureDialogFrame";
|
|
10
11
|
import { SignatureDialogLoader } from "@docsvision/webclient/BackOffice/SignatureDialogLoader";
|
|
11
12
|
import { SignatureDialogLabels } from "@docsvision/webclient/BackOffice/SignatureDialogLabels";
|
|
12
13
|
import { SignatureDialogNoPluginMessage } from "@docsvision/webclient/BackOffice/SignatureDialogNoPluginMessage";
|
|
@@ -16,7 +17,8 @@ import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
|
16
17
|
import { IDigitalSignOptions } from "@docsvision/webclient/BackOffice/$DigitalSignature";
|
|
17
18
|
import { $Resources } from "@docsvision/web/core/localization/$Resources";
|
|
18
19
|
import { Focusable } from "@docsvision/web/components/focus-management";
|
|
19
|
-
|
|
20
|
+
import { $CardInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
21
|
+
export declare type $SignatureDialogServices = $SignatureController & $WebViewIOSEnabled & $CloudSignature & $MessageBox & $CryptoPro & $ApplicationSettings & $LocalStorage & $SignatureMethodsController & $Resources & $CardInfo & $DeviceType;
|
|
20
22
|
/** Свойства для {@see SignatureDialog}. */
|
|
21
23
|
export interface ISignatureDialogProps extends IComponentProps<SignatureDialogLogic, SignatureDialogView> {
|
|
22
24
|
/** Идентификатор документа. */
|
|
@@ -27,10 +29,22 @@ export interface ISignatureDialogProps extends IComponentProps<SignatureDialogLo
|
|
|
27
29
|
hideSignatureMethodsSetup?: boolean;
|
|
28
30
|
/** Скрыть метод простой подписи. */
|
|
29
31
|
hideSimpleSign?: boolean;
|
|
32
|
+
/** Не отображать комбо-бокс выбора способа подписания (будет выбран первый вариант по-умолчанию). */
|
|
33
|
+
hideSignatureMethodsSelect?: boolean;
|
|
34
|
+
/** Не отображать диалог на экране (используйте API {@link IDigitalSignatureDialogManagement} для управления видимостью). */
|
|
35
|
+
showHidden?: boolean;
|
|
36
|
+
/** Сообщение, показываемое в нижней части диалога */
|
|
37
|
+
footer?: React.ReactNode;
|
|
38
|
+
/** Сообщение, показываемое в верхней части диалога */
|
|
39
|
+
header?: React.ReactNode;
|
|
30
40
|
/** Вызывается при подписи. */
|
|
31
41
|
onSign?: (options: IDigitalSignOptions) => Promise<void>;
|
|
32
42
|
/** Вызывается при отмене подписи. */
|
|
33
43
|
onCancel?: () => void;
|
|
44
|
+
/** Вызывается для обработки отображаемого списка доступных способов подписания. */
|
|
45
|
+
onPrepareSignatureMethods?: (methods: GenModels.SignatureMethod[]) => GenModels.SignatureMethod[];
|
|
46
|
+
/** Вызывается при отрисовке кнопок диалога. */
|
|
47
|
+
onRenderButtons?: (props: ISignatureDialogButtonsProps, defaultButtons: JSX.Element[]) => JSX.Element[];
|
|
34
48
|
services: $SignatureDialogServices;
|
|
35
49
|
}
|
|
36
50
|
export declare class SignatureDialogView {
|
|
@@ -42,9 +56,9 @@ export declare class SignatureDialogView {
|
|
|
42
56
|
settings: typeof SignatureDialogSettings;
|
|
43
57
|
contentWrapper: typeof Focusable;
|
|
44
58
|
/** Точка расширения для партнеров */
|
|
45
|
-
footer: (logic: SignatureDialogLogic) =>
|
|
59
|
+
footer: (logic: SignatureDialogLogic) => React.ReactNode;
|
|
46
60
|
/** Точка расширения для партнеров */
|
|
47
|
-
header: (logic: SignatureDialogLogic) =>
|
|
61
|
+
header: (logic: SignatureDialogLogic) => React.ReactNode;
|
|
48
62
|
}
|
|
49
63
|
/** Диалог подписания документа */
|
|
50
64
|
export declare function SignatureDialog(props: ISignatureDialogProps): JSX.Element;
|
|
@@ -2,12 +2,16 @@
|
|
|
2
2
|
import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
3
3
|
import { ModalDialogProps } from "@docsvision/web/components/modals/modal-dialog";
|
|
4
4
|
import './SignatureDialogFrame.css';
|
|
5
|
-
export interface
|
|
6
|
-
|
|
5
|
+
export interface ISignatureDialogButtonsProps {
|
|
6
|
+
visible: boolean;
|
|
7
7
|
signing: boolean;
|
|
8
8
|
canSign: boolean;
|
|
9
9
|
onSign: () => void;
|
|
10
10
|
onCancel: () => void;
|
|
11
|
+
}
|
|
12
|
+
export interface ISignatureDialogFramePops extends ModalDialogProps, ISignatureDialogButtonsProps {
|
|
13
|
+
initialLoading: boolean;
|
|
14
|
+
renderButtons: (props: ISignatureDialogButtonsProps, defaultButtons: JSX.Element[]) => JSX.Element[];
|
|
11
15
|
services: $LocalStorage;
|
|
12
16
|
}
|
|
13
17
|
export declare function SignatureDialogFrame(props: ISignatureDialogFramePops): JSX.Element;
|
|
@@ -4,6 +4,7 @@ import { ISignatureLabel } from '@docsvision/webclient/Legacy/ISignatureLabel';
|
|
|
4
4
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
5
5
|
import { ISignOptions } from '@docsvision/webclient/BackOffice/ISignOptions';
|
|
6
6
|
import { IComboBoxElement } from '@docsvision/webclient/Helpers/ComboBox/Data/ClientModels/IComboBoxElement';
|
|
7
|
+
import { IDigitalSignOptions } from '@docsvision/webclient/BackOffice/$DigitalSignature';
|
|
7
8
|
export declare enum ISigningStatus {
|
|
8
9
|
Default = 0,
|
|
9
10
|
Offline = 1,
|
|
@@ -14,6 +15,10 @@ export declare class SignatureDialogLogic extends ComponentLogic<ISignatureDialo
|
|
|
14
15
|
import("effector").Domain;
|
|
15
16
|
$initLoading:
|
|
16
17
|
import("effector").Store<boolean>;
|
|
18
|
+
$visible:
|
|
19
|
+
import("effector").Store<boolean>;
|
|
20
|
+
toggleVisibility:
|
|
21
|
+
import("effector").Event<boolean>;
|
|
17
22
|
$signLabels:
|
|
18
23
|
import("effector").Store<ISignatureLabel[]>;
|
|
19
24
|
$signLabelComboBoxItems:
|
|
@@ -37,7 +42,7 @@ import("effector").Effect<{
|
|
|
37
42
|
documentId: string;
|
|
38
43
|
}, GenModels.SignatureModel, Error>;
|
|
39
44
|
signFx:
|
|
40
|
-
import("effector").Effect<
|
|
45
|
+
import("effector").Effect<IDigitalSignOptions, void, Error>;
|
|
41
46
|
$signing:
|
|
42
47
|
import("effector").Store<boolean>;
|
|
43
48
|
$files:
|