@docsvision/webclient 5.17.0-beta.1 → 5.17.0-beta.13
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/AgreementList.d.ts +2 -2
- package/Approval/AgreementListContent.d.ts +1 -0
- package/Approval/IAgreementListContentProps.d.ts +2 -0
- package/BackOffice/$WebFrameDirectorySearchInfoStorageService.d.ts +8 -3
- package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +4 -1
- package/BackOffice/AddEmployeeIconColumn.d.ts +1 -0
- package/BackOffice/BatchDelegateOperation.d.ts +2 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChangeBoundaryValuesSection.d.ts +4 -0
- package/BackOffice/ChangeSectionValues.d.ts +4 -0
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/ConvertSizetoMegabytes.d.ts +1 -0
- package/BackOffice/DeleteShortcutBatchOperation.d.ts +2 -1
- package/BackOffice/DeleteShortcutBatchOperationImpl.d.ts +1 -0
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DirectoryEntryModal.d.ts +3 -0
- package/BackOffice/DirectoryEntryModalLogic.d.ts +1 -0
- package/BackOffice/DirectoryFrame.d.ts +2 -0
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResult.d.ts +2 -0
- package/BackOffice/DirectorySearchResultLogic.d.ts +1 -0
- package/BackOffice/DirectorySearchResultView.d.ts +3 -2
- package/BackOffice/DirectoryTabs.d.ts +3 -0
- package/BackOffice/DirectoryTree.d.ts +3 -0
- package/BackOffice/DirectoryTreeLogic.d.ts +1 -0
- package/BackOffice/DirectoryValues.d.ts +7 -5
- package/BackOffice/DirectoryValuesLogic.d.ts +1 -0
- package/BackOffice/EmailButton.d.ts +21 -0
- package/BackOffice/EmailButton.stories.d.ts +10 -0
- package/BackOffice/EmailButtonContainer.d.ts +8 -0
- package/BackOffice/EmailButtonFiles.d.ts +7 -0
- package/BackOffice/EmailButtonItem.d.ts +12 -0
- package/BackOffice/EmailButtonLogic.d.ts +42 -0
- package/BackOffice/EmailButtonOptions.d.ts +36 -0
- package/BackOffice/EmailButtonSectionId.d.ts +2 -0
- package/BackOffice/EmailButtonSelectedSize.d.ts +9 -0
- package/BackOffice/EmailButtonView.d.ts +19 -0
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControl.d.ts +5 -0
- package/BackOffice/FileListControlImpl.d.ts +10 -0
- package/BackOffice/FileListControlLogic.d.ts +1 -0
- package/BackOffice/FileListItemComponent.d.ts +5 -2
- package/BackOffice/FileSignCreateDialog.d.ts +1 -2
- package/BackOffice/FileSignSelectCertificateDialog.d.ts +1 -1
- package/BackOffice/FindStaffSection.d.ts +4 -1
- package/BackOffice/GetEmlUrl.d.ts +11 -0
- package/BackOffice/GetEmployeeGroups.d.ts +1 -0
- package/BackOffice/IFileMenuItem.d.ts +14 -0
- package/BackOffice/IFileMenuOpeningArgs.d.ts +6 -0
- package/BackOffice/ITaskTableSorting.d.ts +27 -0
- package/BackOffice/Index.d.ts +10 -1
- package/BackOffice/InitialCheckboxes.d.ts +4 -0
- package/BackOffice/LinksImpl.d.ts +1 -0
- package/BackOffice/LoadEmployees.d.ts +2 -5
- package/BackOffice/NumeratorImpl.d.ts +2 -1
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PrepareTasksTableModel.d.ts +2 -1
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/SearchBar.d.ts +10 -4
- package/BackOffice/SearchEmployees.d.ts +2 -1
- package/BackOffice/SortingRows.d.ts +6 -0
- package/BackOffice/StaffDirectory.d.ts +2 -1
- package/BackOffice/StaffDirectoryConstants.d.ts +15 -0
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/StaffDirectoryLogic.d.ts +28 -23
- package/BackOffice/TaskTasksTreeNodeResolver.d.ts +5 -3
- package/BackOffice/TasksTable.d.ts +5 -1
- package/BackOffice/TasksTableHeaderCell.d.ts +3 -0
- package/BackOffice/TasksTableLogic.d.ts +10 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/TasksTree.d.ts +2 -1
- package/BackOffice/TimeOfPerformanceImpl.d.ts +0 -9
- package/BackOffice/UniquenessCheckImpl.d.ts +1 -1
- package/BackOffice/UserProfile.d.ts +8 -5
- package/BackOffice/UserStatus.d.ts +5 -0
- package/BackOffice/WebFrameDirectorySearchPanel.d.ts +13 -2
- package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +12 -3
- package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +1 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +200 -4
- package/Generated/DocsVision.WebClient.Models.d.ts +1573 -62
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +4 -0
- package/Helpers/DateRangePicker/DateRangePicker.d.ts +24 -0
- package/Helpers/DateRangePicker/DateRangePicker.stories.d.ts +9 -0
- package/Helpers/DateRangePicker/components/DateRangePickerDay.d.ts +15 -0
- package/Helpers/DateRangePicker/components/DateRangePickerToolbar.d.ts +14 -0
- package/Helpers/IconButton.d.ts +2 -0
- package/Helpers/MainMenu/ItemText.d.ts +2 -0
- package/Helpers/Menu/AdaptiveMenuBar.d.ts +2 -0
- package/Helpers/Menu/MobileMenuBar.d.ts +1 -0
- package/Helpers/MessageBox/MessageBox.d.ts +6 -1
- package/Helpers/PopoverHelpers/EditPopover/EditPopover.d.ts +1 -1
- package/Helpers/Sortable/Sortable.d.ts +1 -1
- package/Helpers/Table/TableHelperHeaderRow.d.ts +2 -0
- package/Helpers/Table/TableHelperRow.d.ts +1 -0
- package/Helpers/Tree/ITreeBaseProps.d.ts +9 -0
- package/Helpers/Typeahead/Typeahead.d.ts +1 -1
- package/Legacy/ApprovalFilePanel.d.ts +1 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +4 -2
- package/Legacy/GridOptions.d.ts +4 -1
- package/Legacy/ModalWindow.d.ts +1 -1
- package/Legacy/NavBarRouteHandler.d.ts +1 -1
- package/Legacy/SearchDropdown.d.ts +3 -1
- package/Legacy/Sidebar.d.ts +1 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +9 -2
- package/Legacy/TaskReportPanelRazorControl.d.ts +12 -3
- package/Legacy/Utils.d.ts +3 -7
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +17 -0
- package/MainBundle.d.ts +2 -1
- package/Platform/$AggregatesCheckbox.d.ts +19 -0
- package/Platform/$BatchOperations.d.ts +3 -0
- package/Platform/$CacheManagement.d.ts +3 -1
- package/Platform/$ContextMenuOptions.d.ts +86 -6
- package/Platform/$CurrentFolder.d.ts +3 -0
- package/Platform/$FileDownload.d.ts +2 -1
- package/Platform/$FolderDataLoading.d.ts +14 -2
- package/Platform/$FolderGrid.d.ts +28 -3
- package/Platform/$GridOptions.d.ts +10 -4
- package/Platform/$HoverPanel.d.ts +8 -0
- package/Platform/$LastSearchParameters.d.ts +10 -0
- package/Platform/$RefreshUnreadCounters.d.ts +10 -0
- package/Platform/$SaveColumns.d.ts +7 -0
- package/Platform/$SearchParametersFolder.d.ts +13 -0
- package/Platform/$SearchText.d.ts +11 -0
- package/Platform/$TablePresentationToggle.d.ts +8 -0
- package/Platform/$ToolbarDaughterControls.d.ts +20 -0
- package/Platform/$UnreadCounter.d.ts +1 -1
- package/Platform/$WebFrameSearchPanel.d.ts +30 -0
- package/Platform/AggregateItemCheckbox.d.ts +12 -0
- package/Platform/Aggregates.stories.d.ts +8 -0
- package/Platform/AggregatesCheckbox.d.ts +10 -0
- package/Platform/AggregatesCheckboxPlugins.d.ts +11 -0
- package/Platform/AggregatesCheckboxService.d.ts +37 -0
- package/Platform/AggregatesExtendedData.d.ts +4 -0
- package/Platform/AggregatesGroup.d.ts +13 -0
- package/Platform/AggregatesListItem.d.ts +5 -0
- package/Platform/AggregatesNotAvailable.d.ts +6 -0
- package/Platform/AggregatesPanelHeader.d.ts +6 -0
- package/Platform/AggregatesRequestResolver.d.ts +12 -0
- package/Platform/AggregatesResponseResolver.d.ts +10 -0
- package/Platform/AggregatesTree.d.ts +17 -0
- package/Platform/AggregatesTreeLoader.d.ts +2 -0
- package/Platform/AggregatesUtils.d.ts +5 -0
- package/Platform/ArchivedCardsIcon.d.ts +5 -0
- package/Platform/ArchivedCardsPlugin.d.ts +3 -0
- package/Platform/ArchivedCardsResponseResolver.d.ts +22 -0
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/BatchOperationsPlugin.d.ts +4 -0
- package/Platform/ButtonPositionsSelectionRadioButton.d.ts +9 -0
- package/Platform/CacheManagementService.d.ts +5 -0
- package/Platform/CalendarIcon.d.ts +2 -0
- package/Platform/CalendarInput.d.ts +8 -0
- package/Platform/CardManagement.d.ts +2 -2
- package/Platform/CardManagementImpl.d.ts +1 -0
- package/Platform/ClearButton.d.ts +8 -0
- package/Platform/CommentFile.d.ts +4 -1
- package/Platform/ContextMenu.d.ts +18 -5
- package/Platform/ContextMenuCustomPlugins.d.ts +4 -2
- package/Platform/ContextMenuOptionsService.d.ts +43 -12
- package/Platform/ContextMenuUtils.d.ts +5 -0
- package/Platform/CopyShortcutBatchOperation.d.ts +2 -1
- package/Platform/DateFormatParsingResponseResolver.d.ts +1 -1
- package/Platform/DateInput.d.ts +6 -0
- package/Platform/DefaultFolderDataLoader.d.ts +3 -3
- package/Platform/DefaultFolderResponseResolver.d.ts +1 -1
- package/Platform/DefaultFolderTablePluginFactory.d.ts +12 -7
- package/Platform/DeleteBatchOperation.d.ts +31 -0
- package/Platform/DeleteBatchOperationImpl.d.ts +23 -0
- package/Platform/DownloadBatchOperationFileInfoCard.d.ts +7 -0
- package/Platform/DownloadDocumentFileMode.d.ts +5 -0
- package/Platform/DownloadFilesBatchOperation.d.ts +36 -0
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +26 -0
- package/Platform/Dropdown.d.ts +7 -0
- package/Platform/Dropdown.stories.d.ts +12 -0
- package/Platform/DropdownImpl.d.ts +1 -0
- package/Platform/ExportPlugin.d.ts +12 -0
- package/Platform/Favorite.d.ts +22 -0
- package/Platform/FavoritesPageRouteHandler.d.ts +18 -0
- package/Platform/FavoritesRouteHandler.d.ts +18 -0
- package/Platform/FileDownloadService.d.ts +2 -1
- package/Platform/FilePicker.d.ts +5 -2
- package/Platform/FilePickerImpl.d.ts +1 -0
- package/Platform/FilterDate.d.ts +11 -0
- package/Platform/FilterDateRangePicker.d.ts +6 -0
- package/Platform/FilterDateTextListInput.d.ts +5 -0
- package/Platform/FilterPlugin.d.ts +3 -0
- package/Platform/FilteringExtendedData.d.ts +4 -0
- package/Platform/FilteringRequestResolver.d.ts +11 -0
- package/Platform/FilteringResponseResolver.d.ts +10 -0
- package/Platform/FocusableTextInput.d.ts +6 -0
- package/Platform/FolderCardsDashboardWidget.d.ts +2 -1
- package/Platform/FolderCardsDashboardWidgetDataLoader.d.ts +13 -0
- package/Platform/FolderCardsDashboardWidgetImpl.d.ts +14 -13
- package/Platform/FolderCountersRouteHandler.d.ts +1 -1
- package/Platform/FolderDashboardWidget.d.ts +1 -0
- package/Platform/FolderDashboardWidgetImpl.d.ts +4 -1
- package/Platform/FolderDataContext.d.ts +7 -2
- package/Platform/FolderDataContextImpl.d.ts +7 -2
- package/Platform/FolderDataLoadingService.d.ts +36 -16
- package/Platform/FolderGrid.d.ts +31 -4
- package/Platform/FolderGrid.stories.d.ts +4 -0
- package/Platform/FolderGridBatchOperationsNode.d.ts +33 -0
- package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +14 -0
- package/Platform/FolderGridConstants.d.ts +7 -0
- package/Platform/FolderGridImpl.d.ts +9 -1
- package/Platform/FolderGridService.d.ts +44 -3
- package/Platform/FolderGridServiceUtils.d.ts +1 -0
- package/Platform/FolderGroupDashboardWidget.d.ts +3 -0
- package/Platform/FolderGroupDashboardWidgetImpl.d.ts +8 -1
- package/Platform/FolderMainMenuItem.d.ts +1 -1
- package/Platform/FolderName.d.ts +4 -0
- package/Platform/FolderNameImpl.d.ts +1 -2
- package/Platform/FolderPluginProvider.d.ts +5 -2
- package/Platform/FolderRouteTypeMapper.d.ts +1 -0
- package/Platform/FolderSizePlugin.d.ts +11 -0
- package/Platform/FolderSizePluginExtendedData.d.ts +9 -0
- package/Platform/FolderSizeResponseResolver.d.ts +10 -0
- package/Platform/FolderTypeDialog.d.ts +1 -0
- package/Platform/FolderViewItemsImpl.d.ts +4 -4
- package/Platform/FolderWebFrameRouteHandler.d.ts +18 -0
- package/Platform/FormatNumberToCultureString.d.ts +8 -0
- package/Platform/GridOperationsService.d.ts +3 -0
- package/Platform/GridRowModel.d.ts +2 -2
- package/Platform/GropingPlugin.d.ts +3 -0
- package/Platform/GroupingRequestResolver.d.ts +12 -0
- package/Platform/GroupingResponseResolver.d.ts +17 -0
- package/Platform/HoverPanelService.d.ts +5 -0
- package/Platform/IAggregates.d.ts +34 -0
- package/Platform/ICommonFolderInfo.d.ts +2 -0
- package/Platform/IFavoritesPageRouteData.d.ts +6 -0
- package/Platform/IFavoritesRouteData.d.ts +7 -0
- package/Platform/IFileHasSignature.d.ts +4 -0
- package/Platform/IFileInfo.d.ts +5 -0
- package/Platform/IFilterComponent.d.ts +29 -0
- package/Platform/IFolderDataLoader.d.ts +4 -3
- package/Platform/IFolderDataLoadingPlugin.d.ts +2 -2
- package/Platform/IFolderLoadRequest.d.ts +6 -0
- package/Platform/IFolderPluginFactory.d.ts +2 -0
- package/Platform/ITableRowColorPlugin.d.ts +7 -0
- package/Platform/IUnreadRowData.d.ts +1 -1
- package/Platform/InputWithMask.d.ts +16 -0
- package/Platform/LastSearchParametersService.d.ts +11 -0
- package/Platform/LayoutIconButton.d.ts +2 -0
- package/Platform/LayoutIconButtonImpl.d.ts +1 -0
- package/Platform/ListCheckbox.d.ts +6 -0
- package/Platform/ListContent.d.ts +8 -0
- package/Platform/ListContentHightlight.d.ts +9 -0
- package/Platform/ListEmpty.d.ts +6 -0
- package/Platform/ListEmptySearchIcon.d.ts +6 -0
- package/Platform/ListInput.d.ts +9 -0
- package/Platform/ListItem.d.ts +6 -0
- package/Platform/ListLoading.d.ts +6 -0
- package/Platform/ListSearchIcon.d.ts +6 -0
- package/Platform/ListSlot.d.ts +7 -0
- package/Platform/ListTotalItem.d.ts +8 -0
- package/Platform/ListViewResponseResolver.d.ts +13 -0
- package/Platform/LoadExistingFolderDataLoader.d.ts +2 -2
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/{MoveShortcutsBatchOperation.d.ts → MoveShortcutBatchOperation.d.ts} +7 -6
- package/Platform/{MoveShortcutsBatchOperationImpl.d.ts → MoveShortcutBatchOperationImpl.d.ts} +6 -5
- package/Platform/PageSizeFolderDataLoadingPlugin.d.ts +1 -1
- package/Platform/Panel.d.ts +2 -0
- package/Platform/PanelImpl.d.ts +1 -1
- package/Platform/ReadAllPlugin.d.ts +17 -0
- package/Platform/ReadAllPluginExtendedData.d.ts +9 -0
- package/Platform/ReadAllResponseResolver.d.ts +10 -0
- package/Platform/ReadBatchOperation.d.ts +33 -0
- package/Platform/ReadBatchOperationImpl.d.ts +20 -0
- package/Platform/RecentCardsDashboardWidget.d.ts +3 -1
- package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +15 -0
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +14 -13
- package/Platform/RecentCardsRouteHandler.d.ts +4 -3
- package/Platform/RefreshPlugin.d.ts +12 -0
- package/Platform/RefreshUnreadCountersService.d.ts +13 -0
- package/Platform/ResetSettingsPlugin.d.ts +18 -0
- package/Platform/SaveColumnsResponseResolver.d.ts +10 -0
- package/Platform/SaveColumnsService.d.ts +8 -0
- package/Platform/SaveColumnsServiceProvider.d.ts +6 -0
- package/Platform/SearchInfoExtendedData.d.ts +4 -0
- package/Platform/SearchParametersFolderRequestResolver.d.ts +12 -0
- package/Platform/SearchParametersFolderResponseResolver.d.ts +16 -0
- package/Platform/SearchParametersFolderService.d.ts +12 -0
- package/Platform/SearchPlugin.d.ts +3 -0
- package/Platform/SearchRequestResolver.d.ts +12 -0
- package/Platform/SearchResponseResolver.d.ts +11 -0
- package/Platform/SearchResultPageRouteHandler.d.ts +3 -1
- package/Platform/SearchResultsFolderDataLoadingPluginFactory.d.ts +9 -0
- package/Platform/SearchResultsFolderTablePluginFactory.d.ts +16 -0
- package/Platform/SearchResultsRequestResolver.d.ts +20 -0
- package/Platform/SearchResultsResponseResolver.d.ts +12 -0
- package/Platform/SearchRouteHandler.d.ts +2 -1
- package/Platform/SearchTextInput.d.ts +6 -0
- package/Platform/SearchTextProvider.d.ts +7 -0
- package/Platform/SearchTextService.d.ts +10 -0
- package/Platform/SearchingResultsImpl.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/SettingsPlugin.d.ts +20 -0
- package/Platform/SettingsPopup.d.ts +17 -0
- package/Platform/SettingsPopup.stories.d.ts +1 -0
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +6 -0
- package/Platform/SettingsPopupColumn.d.ts +5 -0
- package/Platform/SettingsPopupExtendedData.d.ts +9 -0
- package/Platform/SettingsPopupItemView.d.ts +7 -0
- package/Platform/SettingsPopupLogic.d.ts +62 -0
- package/Platform/{TemplateRequestResolver.d.ts → SettingsPopupRequestResolver.d.ts} +3 -3
- package/Platform/SettingsPopupResponseResolver.d.ts +11 -0
- package/Platform/SettingsPopupRow.d.ts +5 -0
- package/Platform/SettingsPopupView.d.ts +23 -0
- package/Platform/ShowAllButton.d.ts +16 -0
- package/Platform/ShowAllPlugins.d.ts +3 -0
- package/Platform/SortingResponseResolver.d.ts +2 -1
- package/Platform/Table.d.ts +2 -3
- package/Platform/TableBackgroundOpacityPlugin.d.ts +4 -0
- package/Platform/TableCellNumberFormattedPlugin.d.ts +7 -0
- package/Platform/TableCellNumberRightAlignPlugin.d.ts +4 -0
- package/Platform/TableCellOpacityPlugin.d.ts +3 -0
- package/Platform/TableImpl.d.ts +2 -2
- package/Platform/TablePresentationTogglePlugins.d.ts +9 -0
- package/Platform/TablePresentationToggleService.d.ts +8 -0
- package/Platform/TableRowColorPlugin.d.ts +4 -0
- package/Platform/{TemplateResponseResolver.d.ts → TableRowColorResponseResolver.d.ts} +1 -2
- package/Platform/TableRowSelectionService.d.ts +22 -0
- package/Platform/TableRowSelectionServiceProvider.d.ts +9 -0
- package/Platform/TableSelectionRowModel.d.ts +13 -0
- package/Platform/TestUtils.d.ts +27 -0
- package/Platform/TextListInput.d.ts +6 -0
- package/Platform/TextListInputLogic.d.ts +55 -0
- package/Platform/TextListInputView.d.ts +40 -0
- package/Platform/TextListInputWrapper.d.ts +7 -0
- package/Platform/ToggleArrowIcon.d.ts +5 -0
- package/Platform/Toolbar.stories.d.ts +12 -0
- package/Platform/ToolbarDaughterControl.d.ts +18 -0
- package/Platform/ToolbarDaughterControlImpl.d.ts +14 -0
- package/Platform/ToolbarDaughterControlsPlugin.d.ts +6 -0
- package/Platform/ToolbarDaughterControlsService.d.ts +13 -0
- package/Platform/UnreadBarService.d.ts +3 -1
- package/Platform/UnreadBarTablePlugins.d.ts +6 -1
- package/Platform/UnreadResponseResolver.d.ts +4 -1
- package/Platform/UserCulture.d.ts +2 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/WebFrameMainMenuContainer.d.ts +2 -2
- package/Platform/WebFrameSearchPanel.d.ts +11 -4
- package/Platform/WebFrameSearchPanelService.d.ts +24 -0
- package/Platform/WebFrameUserPanel.d.ts +4 -2
- package/Platform/XIcon.d.ts +2 -0
- package/Platform/applyCurrentSettings.d.ts +8 -0
- package/Platform/canUseCssVariables.d.ts +1 -0
- package/Platform/filterViews.d.ts +3 -0
- package/Platform/formatNumberToCulture.d.ts +8 -0
- package/Platform/getArrayWidth.d.ts +2 -0
- package/Platform/index.d.ts +13 -0
- package/Platform/setColumnsSettings.d.ts +6 -0
- package/Platform/updateColumnsVisible.d.ts +2 -0
- package/Platform/updateValueCheckedColumn.d.ts +6 -0
- package/Platform/utils.d.ts +3 -0
- package/StandardServices.d.ts +11 -2
- package/System/$LastSearchResponse.d.ts +27 -0
- package/System/$Layout.d.ts +2 -1
- package/System/$PollService.d.ts +10 -0
- package/System/$Router.d.ts +1 -0
- package/System/BaseControl.d.ts +8 -0
- package/System/BaseControlImpl.d.ts +1 -1
- package/System/ButtonPositionsSelectionUtils.d.ts +2 -1
- package/System/CancelableEvent.d.ts +1 -1
- package/System/DateTimeUtils.d.ts +2 -0
- package/System/DirectoryBaseImpl.d.ts +4 -3
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/GridAggregatesModelStub.d.ts +13 -0
- package/System/HandleTabSelection.d.ts +34 -0
- package/System/IRouteInfo.d.ts +2 -0
- package/System/IValidateEventArgs.d.ts +9 -0
- package/System/IValidationResult.d.ts +4 -0
- package/System/LastSearchResponseService.d.ts +39 -0
- package/System/Layout.d.ts +3 -3
- package/System/LayoutCardControllerStub.d.ts +3 -1
- package/System/LayoutContainer.d.ts +1 -1
- package/System/LocationContainerControl.d.ts +2 -1
- package/System/MessageBoxService.d.ts +1 -1
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/Poll.d.ts +10 -0
- package/System/PollService.d.ts +27 -0
- package/System/ResourcesStub.d.ts +604 -68
- package/System/Router.d.ts +1 -0
- package/System/StandardRoutes.d.ts +4 -0
- package/System/summernote-paste-without-formating.d.ts +10 -0
- package/package.json +1 -1
- package/BackOffice/DirectoryValuesHScrollContainer.d.ts +0 -6
- package/Legacy/AgreementSidebar.d.ts +0 -38
- package/Legacy/LegacyModels.d.ts +0 -178
- package/Legacy/SearchPanelRouteHandler.d.ts +0 -16
- package/Platform/$PluginTemplate.d.ts +0 -12
- package/Platform/GridConstants.d.ts +0 -4
- package/Platform/PluginTemplateExtendedData.d.ts +0 -4
- package/Platform/PluginTemplatePlugins.d.ts +0 -15
- package/Platform/PluginTemplateService.d.ts +0 -11
- package/System/$ServiceTemplate.d.ts +0 -16
- package/System/ControlTemplate.d.ts +0 -23
- package/System/ControlTemplate.stories.d.ts +0 -9
- package/System/ControlTemplateContainer.d.ts +0 -7
- package/System/ControlTemplateEffect.d.ts +0 -3
- package/System/ControlTemplateFrame.d.ts +0 -8
- package/System/ControlTemplateLogic.d.ts +0 -17
- package/System/ControlTemplateOptions.d.ts +0 -30
- package/System/ControlTemplateText.d.ts +0 -7
- package/System/ControlTemplateView.d.ts +0 -10
- package/System/ServiceTemplateService.d.ts +0 -13
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { EmailButtonLogic } from '@docsvision/webclient/BackOffice/EmailButtonLogic';
|
|
2
|
+
import { EmailButtonView } from '@docsvision/webclient/BackOffice/EmailButtonView';
|
|
3
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
4
|
+
import { $FileDownload } from '@docsvision/webclient/Platform/$FileDownload';
|
|
5
|
+
import { $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
6
|
+
import { BaseControlParams } from '@docsvision/webclient/System/BaseControl';
|
|
7
|
+
import { $CardId } from '@docsvision/webclient/System/LayoutServices';
|
|
8
|
+
import { $FileService } from '@docsvision/webclient/System/$FileService';
|
|
9
|
+
import { $LocalStorage } from '@docsvision/webclient/System/$LocalStorage';
|
|
10
|
+
import { IControlOptions } from '@docsvision/webclient/System/IControlOptions';
|
|
11
|
+
import { Optional } from '@docsvision/web/core/services';
|
|
12
|
+
/**
|
|
13
|
+
* Содержит публичные свойства элемента управления [EmailButtonParams]{@link EmailButtonParams}.
|
|
14
|
+
*/
|
|
15
|
+
export declare class EmailButtonParams extends BaseControlParams {
|
|
16
|
+
/** Стандартный CSS класс со стилями элемента управления */
|
|
17
|
+
standardCssClass?: string;
|
|
18
|
+
/** Текст кнопки операции. */
|
|
19
|
+
buttonText?: string;
|
|
20
|
+
/** Шаблон */
|
|
21
|
+
transformationTemplate: string;
|
|
22
|
+
/** Изменение выбора файлов */
|
|
23
|
+
modifyFilesSelection?: boolean;
|
|
24
|
+
/** Прикладываемые файлы */
|
|
25
|
+
fileAttachments?: GenModels.FileAttachmentsMode;
|
|
26
|
+
/** Использовать ссылку на карточку */
|
|
27
|
+
useCardLink?: boolean;
|
|
28
|
+
/** Использовать шаблон */
|
|
29
|
+
useTemplate?: boolean;
|
|
30
|
+
/** Сервисы */
|
|
31
|
+
services?: Optional<$EmailButtonOptions> & $FileDownload & $CardId & $FileService & $LocalStorage & $DeviceType;
|
|
32
|
+
}
|
|
33
|
+
export declare type $EmailButtonOptions = {
|
|
34
|
+
emailButtonOptions: IControlOptions<EmailButtonParams, EmailButtonLogic, EmailButtonView>;
|
|
35
|
+
};
|
|
36
|
+
export declare const $EmailButtonOptions: string | ((model?: $EmailButtonOptions) => IControlOptions<EmailButtonParams, EmailButtonLogic, EmailButtonView>);
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
|
|
3
|
+
import './EmailButtonSelectedSize.css';
|
|
4
|
+
export interface EmailButtonSelectedSizeProps extends HtmlProps.div {
|
|
5
|
+
size: number;
|
|
6
|
+
text: string;
|
|
7
|
+
}
|
|
8
|
+
/** Стилевой контейнер объёма вложения {@see EmailButtonContainer }. */
|
|
9
|
+
export declare const EmailButtonSelectedSize: (props: EmailButtonSelectedSizeProps) => JSX.Element;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare class EmailButtonView {
|
|
3
|
+
button: (props:
|
|
4
|
+
import("@docsvision/web/components/form/button").ButtonProps) => JSX.Element;
|
|
5
|
+
buttonDialog: (props:
|
|
6
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
7
|
+
modalDialog: (props:
|
|
8
|
+
import("@docsvision/web/components/modals/modal-dialog").ModalDialogProps) => JSX.Element;
|
|
9
|
+
item: (props:
|
|
10
|
+
import("./components/EmailButtonItem").EmailButtonItemProps) => JSX.Element;
|
|
11
|
+
checkbox:
|
|
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" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "value" | "labelText" | "required" | "innerRef" | "readOnly" | "checked" | "htmlFor" | "onSetupLogic" | "onSetupView" | "css" | "indeterminate"> &
|
|
14
|
+
import("react").RefAttributes<unknown>>;
|
|
15
|
+
files: (props:
|
|
16
|
+
import("./components/EmailButtonFiles").EmailButtonFilesProps) => JSX.Element;
|
|
17
|
+
selectedSize: (props:
|
|
18
|
+
import("./components/EmailButtonSelectedSize").EmailButtonSelectedSizeProps) => JSX.Element;
|
|
19
|
+
}
|
|
@@ -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/WebCVersion/Bin/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
42
42
|
close(): void;
|
|
43
43
|
onMaximize: () => void;
|
|
44
44
|
render(): JSX.Element;
|
|
@@ -47,6 +47,7 @@ import { IFileSignUploadingArgs } from '@docsvision/webclient/BackOffice/IFileSi
|
|
|
47
47
|
import { $UrlStore } from "@docsvision/webclient/System/$UrlStore";
|
|
48
48
|
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
49
49
|
import { $FileUpload } from "@docsvision/webclient/Platform/IFileUploadService";
|
|
50
|
+
import { IFileMenuOpeningArgs } from "@docsvision/webclient/BackOffice/IFileMenuOpeningArgs";
|
|
50
51
|
/**
|
|
51
52
|
* Содержит публичные свойства элемента управления [Список файлов]{@link FileListControl}.
|
|
52
53
|
*/
|
|
@@ -128,6 +129,8 @@ export declare class FileListControlParams extends BaseControlParams {
|
|
|
128
129
|
filePreviewing?: CancelableApiEvent<IFilePreviewingArgs>;
|
|
129
130
|
/** Событие возникает перед отображением визуализации файла. */
|
|
130
131
|
fileVisualizing?: CancelableApiEvent<IFileVisualizingArgs>;
|
|
132
|
+
/** Событие возникает при открытии меню файла. */
|
|
133
|
+
fileMenuOpening?: CancelableApiEvent<IFileMenuOpeningArgs>;
|
|
131
134
|
/** Событие возникает после удаления основного файла. */
|
|
132
135
|
mainFileDeleted?: BasicApiEvent<IMainFileDeletedArgs>;
|
|
133
136
|
/** Событие возникает после удаления дополнительного файла. */
|
|
@@ -164,6 +167,8 @@ export declare class FileListControlParams extends BaseControlParams {
|
|
|
164
167
|
collapsed?: BasicApiEvent<IEventArgs>;
|
|
165
168
|
/** Событие возникает при разворачивании контрола. */
|
|
166
169
|
expanded?: BasicApiEvent<IEventArgs>;
|
|
170
|
+
/** Событие возникает при сохранении файла в WebDAV. */
|
|
171
|
+
fileSaveByWebDAV?: BasicApiEvent<IEventArgs>;
|
|
167
172
|
/** Сервисы. */
|
|
168
173
|
services?: $FileService & $DocumentCardController & $FileController & $LayoutFileController & $Layout & $RequestManager & $SignatureController & $CardId & $RealtimeCommunicationService & $Router & $DeviceType & $LayoutInfo & $EditOperationStore & $CardInfo & $DataVisualizationController & $LayoutCheck & $ApplicationSettings & $FileUpload & $UrlStore & $MessageBox & $WebViewIOSEnabled & $LayoutFileApiController & $LayoutDocumentController;
|
|
169
174
|
}
|
|
@@ -23,9 +23,18 @@ export interface FileListControlState extends BaseControlImplState, FileListCont
|
|
|
23
23
|
childCommandBarExpanded: boolean;
|
|
24
24
|
}
|
|
25
25
|
export declare type FileListImplState = FileListControlState;
|
|
26
|
+
export declare const WEB_DAV_FILE_CLOSED_MESSAGE_TYPE = "FileClosed";
|
|
27
|
+
export declare const WEB_DAV_FILE_OPENED_FOR_READING_MESSAGE_TYPE = "FileOpenForReading";
|
|
28
|
+
export declare const WEB_DAV_FILE_OPENED_FOR_EDITING_MESSAGE_TYPE = "FileOpenForWriting";
|
|
29
|
+
export declare const WEB_DAV_FILE_CHANGED_AND_SAVED_MESSAGE_TYPE = "NewFileVersionAdded";
|
|
26
30
|
export interface ICardChangedByWebDavMessage {
|
|
27
31
|
OwnerCardId: string;
|
|
28
32
|
}
|
|
33
|
+
export interface ICardOpenedByWebDavMessage {
|
|
34
|
+
CardId: string;
|
|
35
|
+
FileId: string;
|
|
36
|
+
FileName: string;
|
|
37
|
+
}
|
|
29
38
|
/** @internal */
|
|
30
39
|
export declare class FileListControlImpl extends BaseControlImpl<FileListControlParams, FileListControlState> {
|
|
31
40
|
mainAttach: FileListAttachedElements;
|
|
@@ -51,6 +60,7 @@ export declare class FileListControlImpl extends BaseControlImpl<FileListControl
|
|
|
51
60
|
init(): Promise<void>;
|
|
52
61
|
registerFilesInService(files: FileListItem[]): void;
|
|
53
62
|
protected onDocumentChangedByWebdav(msg: IRealTimeCommunicationMessage<ICardChangedByWebDavMessage>): void;
|
|
63
|
+
protected onDocumentChangedAndSavedByWebdav: (msg: IRealTimeCommunicationMessage<ICardOpenedByWebDavMessage>) => void;
|
|
54
64
|
protected getCssClass(): string;
|
|
55
65
|
get isEditMode(): boolean;
|
|
56
66
|
protected getFilesSignInfo(): IFileSignInfo[];
|
|
@@ -48,6 +48,7 @@ export declare class FileListControlLogic {
|
|
|
48
48
|
reloadFiles(): Promise<void>;
|
|
49
49
|
protected updateVersionsOnLoad(): void;
|
|
50
50
|
closeAllMenusBut(fileItem: FileListItem): void;
|
|
51
|
+
fileMenuOpening(fileItem: FileListItem, data: any): Promise<any>;
|
|
51
52
|
removeFileItem(index: number): void;
|
|
52
53
|
clearFileItems(): void;
|
|
53
54
|
protected get state(): FileListImplState;
|
|
@@ -5,6 +5,7 @@ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.
|
|
|
5
5
|
import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
|
|
6
6
|
import React from "react";
|
|
7
7
|
import "@docsvision/webclient/Helpers/DragAndDrop/DraggableMobilePolyfill";
|
|
8
|
+
import { IFileMenuItem } from "@docsvision/webclient/BackOffice/IFileMenuItem";
|
|
8
9
|
/** @internal */
|
|
9
10
|
export declare class FileListItemComponent extends React.Component<FileListItemProps, any> {
|
|
10
11
|
protected fileCommentWindowCloser: () => void;
|
|
@@ -14,6 +15,7 @@ export declare class FileListItemComponent extends React.Component<FileListItemP
|
|
|
14
15
|
viewWithSigantureAction: string;
|
|
15
16
|
versionsRequestHelper: RequestHelper;
|
|
16
17
|
childVersionsLoaded: boolean;
|
|
18
|
+
menuItems: any;
|
|
17
19
|
constructor(props: FileListItemProps);
|
|
18
20
|
componentWillUnmount(): void;
|
|
19
21
|
canRead(fileItem: FileListItem): boolean;
|
|
@@ -27,7 +29,7 @@ export declare class FileListItemComponent extends React.Component<FileListItemP
|
|
|
27
29
|
onLockOperationClick(fileItem: FileListItem): void;
|
|
28
30
|
onUnlockOperationClick(fileItem: FileListItem): void;
|
|
29
31
|
protected onDeleteOperationClick(fileItem: FileListItem): void;
|
|
30
|
-
protected onFileMenuClick(fileItem: FileListItem): void
|
|
32
|
+
protected onFileMenuClick(fileItem: FileListItem): Promise<void>;
|
|
31
33
|
protected onDownloadOperationClick(fileItem: FileListItem): void;
|
|
32
34
|
protected onViewWithSignaturesClick(fileItem: FileListItem): void;
|
|
33
35
|
onAddCommentClick(fileItem: FileListItem): void;
|
|
@@ -44,7 +46,8 @@ export declare class FileListItemComponent extends React.Component<FileListItemP
|
|
|
44
46
|
protected renderVersionList(fileItem: FileListItem): JSX.Element;
|
|
45
47
|
protected getLoaderWidth(i: number): number;
|
|
46
48
|
protected renderEditMode(): JSX.Element;
|
|
47
|
-
protected
|
|
49
|
+
protected createMenuItemsList(fileItem: FileListItem): IFileMenuItem[];
|
|
50
|
+
protected renderMenuItems(menuItems: any): any;
|
|
48
51
|
onUploadSignedFileClick(e: React.MouseEvent, fileItem: FileListItem): void;
|
|
49
52
|
onRenameFileClick(ev: any, fileItem: FileListItem): void;
|
|
50
53
|
protected renderViewModeFileMenu(fileItem: FileListItem): JSX.Element;
|
|
@@ -2,7 +2,6 @@ import { IComboBoxElement } from "@docsvision/webclient/Helpers/ComboBox/Data/Cl
|
|
|
2
2
|
import { ModalHost } from "@docsvision/webclient/Helpers/ModalHost";
|
|
3
3
|
import { $DocumentCardController } from "@docsvision/webclient/Legacy/DocumentCard";
|
|
4
4
|
import { ISignatureLabel } from "@docsvision/webclient/Legacy/ISignatureLabel";
|
|
5
|
-
import { IFilePreviewModel } from "@docsvision/webclient/Legacy/IFilePreviewModel";
|
|
6
5
|
import { LoadingState } from "@docsvision/webclient/System/LoadingState";
|
|
7
6
|
import { ICryptoCertificateInfo } from "Libs/CryptoPro/Crypto";
|
|
8
7
|
import React from "react";
|
|
@@ -62,7 +61,7 @@ export declare class FileSignCreateDialog extends React.Component<IFileSignCreat
|
|
|
62
61
|
isSimpleSign: () => boolean;
|
|
63
62
|
checkIsCertificateExist: () => Promise<boolean>;
|
|
64
63
|
/** Обновляет список доступных меток для подписи. */
|
|
65
|
-
updateLabels: () => Promise<
|
|
64
|
+
updateLabels: () => Promise<void>;
|
|
66
65
|
/** При изменении варианта подписания подписи. */
|
|
67
66
|
protected onModeChange: (selectedElement: IComboBoxElement) => void;
|
|
68
67
|
/** Получить отформатированный список меток для комбобокса. */
|
|
@@ -34,7 +34,7 @@ export declare class FileSignSelectCertificateDialog extends React.Component<IFi
|
|
|
34
34
|
/** Загружаются ли сертификаты в данный момент. */
|
|
35
35
|
get isCertsLoading(): boolean;
|
|
36
36
|
/** Обновляет список доступных сертификатов. */
|
|
37
|
-
updateCerts: () => Promise<
|
|
37
|
+
updateCerts: () => Promise<ICryptoCertificate[]>;
|
|
38
38
|
/** Показать окно. */
|
|
39
39
|
show: () => void;
|
|
40
40
|
/** Скрыть окно. */
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { IDirectoryTreeRow } from "@docsvision/webclient/BackOffice/IDirectoryTreeRow";
|
|
2
|
-
export declare
|
|
2
|
+
export declare type FindStaffSectionResult = {
|
|
3
3
|
row: IDirectoryTreeRow;
|
|
4
4
|
parentRow: IDirectoryTreeRow;
|
|
5
5
|
index: number;
|
|
6
|
+
path: IDirectoryTreeRow[];
|
|
6
7
|
};
|
|
8
|
+
export declare function findStaffSection(staffId: string, tree: IDirectoryTreeRow[]): FindStaffSectionResult;
|
|
9
|
+
export declare function findStaffSectionImpl(staffId: string, tree: IDirectoryTreeRow[], path: IDirectoryTreeRow[]): FindStaffSectionResult;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
|
+
export interface IGetEmlFileUrl {
|
|
3
|
+
documentId: string;
|
|
4
|
+
useCardLink: boolean;
|
|
5
|
+
useTemplate: boolean;
|
|
6
|
+
transformationTemplate: string;
|
|
7
|
+
fileAttachments: GenModels.FileAttachmentsMode;
|
|
8
|
+
modifyFilesSelection: boolean;
|
|
9
|
+
fileIds: string[];
|
|
10
|
+
}
|
|
11
|
+
export declare function getEmlUrl(params: IGetEmlFileUrl): string;
|
|
@@ -4,5 +4,6 @@ import { ICancelableEventArgs } from "@docsvision/webclient/System/ICancelableEv
|
|
|
4
4
|
import { IEventArgs } from "@docsvision/webclient/System/IEventArgs";
|
|
5
5
|
export declare const EMPLOYEE_GROUPS_CONTROL_NAME = "group";
|
|
6
6
|
export declare const TAB_CONTROL_NAME = "tab";
|
|
7
|
+
export declare const ADD_TAB_PAGE_CONTROL_NAME = "addTabPage";
|
|
7
8
|
export declare function setEmployeeGroup(sender: LayoutControl, e: ICancelableEventArgs<ICardSavingEventArgs>): Promise<void>;
|
|
8
9
|
export declare function getEmployeeGroup(sender: LayoutControl, e: IEventArgs): Promise<void>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface IFileMenuItem {
|
|
3
|
+
onClick: (e?: any) => void;
|
|
4
|
+
title: string;
|
|
5
|
+
name: string;
|
|
6
|
+
displayName: string;
|
|
7
|
+
visible: boolean;
|
|
8
|
+
className?: string;
|
|
9
|
+
ref?: React.Ref<HTMLSpanElement>;
|
|
10
|
+
children?: any;
|
|
11
|
+
attributes?: {
|
|
12
|
+
[key: string]: string;
|
|
13
|
+
};
|
|
14
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
export declare enum TasksTableSorting {
|
|
3
|
+
/** Without sorting */
|
|
4
|
+
None = 0,
|
|
5
|
+
/** Send data */
|
|
6
|
+
SendDate = 1,
|
|
7
|
+
/** Due date */
|
|
8
|
+
DueDate = 2,
|
|
9
|
+
/** Name */
|
|
10
|
+
Name = 3,
|
|
11
|
+
/** Author */
|
|
12
|
+
Author = 4,
|
|
13
|
+
/** State */
|
|
14
|
+
State = 5,
|
|
15
|
+
/** Current performer */
|
|
16
|
+
CurrentPerformer = 6,
|
|
17
|
+
/** Kind */
|
|
18
|
+
Kind = 7
|
|
19
|
+
}
|
|
20
|
+
export declare enum TasksTableSortingDirection {
|
|
21
|
+
Ascending = 0,
|
|
22
|
+
Descending = 1
|
|
23
|
+
}
|
|
24
|
+
export interface ITasksTableSorting {
|
|
25
|
+
type: GenModels.TaskColumnType;
|
|
26
|
+
direction: TasksTableSortingDirection;
|
|
27
|
+
}
|
package/BackOffice/Index.d.ts
CHANGED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IEmailButtonCheckboxes } from '@docsvision/webclient/BackOffice/EmailButtonLogic';
|
|
2
|
+
import { FileListItem } from '@docsvision/webclient/BackOffice/FileListItem';
|
|
3
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
4
|
+
export declare function initialCheckboxes(files: FileListItem[], fileAttachments: GenModels.FileAttachmentsMode): IEmailButtonCheckboxes;
|
|
@@ -81,6 +81,7 @@ export declare class LinksImpl extends PanelImpl<LinksParams, LinksState> {
|
|
|
81
81
|
protected onDeleteFileMenuClick(linkItem: LinkItem): void;
|
|
82
82
|
protected onLinkMenuClick(linkItem: LinkItem): void;
|
|
83
83
|
protected getLinkIconClass(linkItem: LinkItem): "dv-ico icon-spin loader-animate" | "dv-ico ico-dv-card" | "dv-ico ico-file" | "dv-ico ico-url";
|
|
84
|
+
protected afterLinkAdded: () => Promise<string[]>;
|
|
84
85
|
protected onDownloadFile(linkItem: LinkItem): void;
|
|
85
86
|
protected getShowFilesForLinksTypesIds: () => string[];
|
|
86
87
|
protected hideInfoPopover(linkItem: LinkItem): void;
|
|
@@ -2,8 +2,7 @@ import { IEmployeeResponseParser } from "@docsvision/webclient/BackOffice/IEmplo
|
|
|
2
2
|
import { $StaffDirectoryItemsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
3
3
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
4
4
|
import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
|
|
5
|
-
import { ITableData } from "@docsvision/web/components/table/interfaces";
|
|
6
|
-
import { ILoadRequest } from "@docsvision/web/components/table/plugins/table-data";
|
|
5
|
+
import { ITableData, ITableDataLoadRequest } from "@docsvision/web/components/table/interfaces";
|
|
7
6
|
export declare type LoadedPages = {
|
|
8
7
|
sectionId: string;
|
|
9
8
|
pages: {
|
|
@@ -13,11 +12,9 @@ export declare type LoadedPages = {
|
|
|
13
12
|
export declare type LoadEmployeesOptions = {
|
|
14
13
|
sectionId: string;
|
|
15
14
|
sectionType: GenModels.DirectoryDataType;
|
|
16
|
-
request:
|
|
15
|
+
request: ITableDataLoadRequest;
|
|
17
16
|
currentData: ITableData;
|
|
18
17
|
services: $ApplicationSettings & $StaffDirectoryItemsController;
|
|
19
18
|
responseParser: IEmployeeResponseParser;
|
|
20
|
-
lastLoad: Promise<ITableData>;
|
|
21
|
-
loadedPages: LoadedPages;
|
|
22
19
|
};
|
|
23
20
|
export declare function loadEmployees(params: LoadEmployeesOptions): Promise<ITableData>;
|
|
@@ -24,12 +24,13 @@ export declare class NumeratorImpl extends InputBasedControlImpl<INumberInfo, Nu
|
|
|
24
24
|
constructor(props: NumeratorParams, state: NumeratorState);
|
|
25
25
|
generateNewNumberEx(saveToTheCard?: boolean, saveCardBefore?: boolean): Promise<INumberInfo>;
|
|
26
26
|
generateNewNumber(saveToTheCard: boolean, prepareAction: () => Promise<any>): Promise<INumberInfo>;
|
|
27
|
+
getTabIndexForButtons(): 0 | -1;
|
|
27
28
|
onSaved(): Promise<any>;
|
|
28
29
|
componentDidMount(): void;
|
|
29
30
|
protected getTextValue(): string;
|
|
30
31
|
protected onInputChange(event: any): void;
|
|
31
32
|
validate(params: any): IValidationResult;
|
|
32
|
-
clearNumber(): Promise<
|
|
33
|
+
clearNumber(): Promise<void>;
|
|
33
34
|
protected renderInto(props: NumeratorParams, container: HTMLElement): void;
|
|
34
35
|
protected get editAvailable(): boolean;
|
|
35
36
|
protected get withInputMode(): boolean;
|
|
@@ -67,8 +67,8 @@ export declare class PartnerBaseParams<T> extends InputBasedControlParams<T> {
|
|
|
67
67
|
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> {
|
|
68
68
|
/** @internal */
|
|
69
69
|
protected getServices(): $LayoutPartnerController & $EditOperationStore & $LayoutInfo & $LayoutRowController & $LayoutController & Partial<$LayoutController> & $LayoutManager & Partial<
|
|
70
|
-
import("C:/
|
|
71
|
-
import("C:/
|
|
70
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
71
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
|
|
72
72
|
/** @internal */
|
|
73
73
|
protected get partnerImpl(): PartnerBaseImpl<T>;
|
|
74
74
|
private set partnerBindingHandler(value);
|
|
@@ -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/WebCVersion/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
|
|
43
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
44
|
+
import("C:/dev/WebCVersion/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>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
2
|
import { ITasksTableModel } from '@docsvision/webclient/BackOffice/ITasksTableModel';
|
|
3
|
-
|
|
3
|
+
import { ITasksTableSorting } from '@docsvision/webclient/BackOffice/ITaskTableSorting';
|
|
4
|
+
export declare function prepareTasksTableModel(data: GenModels.TasksTableModel, expand: number, taskGroupWithOneTaskDisplayMode?: GenModels.TaskGroupWithOneTaskDisplayMode, sorting?: ITasksTableSorting): ITasksTableModel;
|
|
@@ -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/WebCVersion/Bin/TypeScriptDefinitions/Helpers/DropdownButton").DropdownButtonProps) => JSX.Element;
|
|
5
5
|
}
|
|
@@ -1,12 +1,18 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ISearchFilterEntry, SearchFilters } from "@docsvision/webclient/BackOffice/$WebFrameDirectorySearchInfoStorageService";
|
|
2
|
+
import { $Resources } from "@docsvision/web/core/localization/$Resources";
|
|
2
3
|
import React from "react";
|
|
3
4
|
export interface ISearchBar {
|
|
4
5
|
visibility: boolean;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
isNotEmpty: boolean;
|
|
7
|
+
textValue: string;
|
|
8
|
+
searchFilters: ISearchFilterEntry[];
|
|
9
|
+
currentSearchFilterKey: SearchFilters;
|
|
10
|
+
onSearchFilterChange: (newSearchFilterKey: SearchFilters) => void;
|
|
8
11
|
searchPlaceholder: string;
|
|
9
12
|
onSearchTextChange: (newSearchText: string) => void;
|
|
13
|
+
onClearButtonClick: () => void;
|
|
10
14
|
onSearchTextKeyPressed: (e: React.KeyboardEvent<any>) => void;
|
|
15
|
+
onSearchSubmitClick: (e: React.MouseEvent) => void;
|
|
16
|
+
services: $Resources;
|
|
11
17
|
}
|
|
12
18
|
export declare const SearchBar: (props: ISearchBar) => JSX.Element;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
import { StaffDirectorySearchResponseT } from "@docsvision/webclient/BackOffice/StaffDirectoryLogic";
|
|
2
|
+
import { SearchFilters } from "@docsvision/webclient/BackOffice/$WebFrameDirectorySearchInfoStorageService";
|
|
2
3
|
import { $StaffDirectoryItemsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
3
|
-
export declare function searchEmployees(searchText: string, searchFilterKey:
|
|
4
|
+
export declare function searchEmployees(searchText: string, searchFilterKey: SearchFilters, services: $StaffDirectoryItemsController, maxCount?: number, skipCount?: number): Promise<StaffDirectorySearchResponseT>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ITasksTableModel } from "@docsvision/webclient/BackOffice/ITasksTableModel";
|
|
2
|
+
import { ITasksTableRow } from "@docsvision/webclient/BackOffice/ITasksTableRow";
|
|
3
|
+
import { ITasksTableSorting, TasksTableSorting } from "@docsvision/webclient/BackOffice/ITaskTableSorting";
|
|
4
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
5
|
+
export declare function sortingRows(sorting: ITasksTableSorting, model: ITasksTableModel): ITasksTableRow[];
|
|
6
|
+
export declare function sortingRefinement(sorting: TasksTableSorting): GenModels.TaskColumnType.Name | GenModels.TaskColumnType.Author | GenModels.TaskColumnType.State | GenModels.TaskColumnType.PlannedEndDate | GenModels.TaskColumnType.CurrentPerformer | GenModels.TaskColumnType.DepartureDate | GenModels.TaskColumnType.Kind;
|
|
@@ -15,6 +15,7 @@ import { Optional } from "@docsvision/web/core/services";
|
|
|
15
15
|
import { $WebFrameDirectorySearchPanelService } from "@docsvision/webclient/BackOffice/$WebFrameDirectorySearchPanelService";
|
|
16
16
|
import { IStaffTreeRow } from "@docsvision/webclient/BackOffice/IStaffTreeRow";
|
|
17
17
|
import { BasicApiEvent } from "@docsvision/webclient/System/ApiEvent";
|
|
18
|
+
import { $Domain } from "@docsvision/web/core/state-management";
|
|
18
19
|
/**
|
|
19
20
|
* Содержит публичные свойства элемента управления [Справочник сотрудников]{@link StaffDirectory}.
|
|
20
21
|
*/
|
|
@@ -28,7 +29,7 @@ export declare class StaffDirectoryParams extends BaseControlParams {
|
|
|
28
29
|
/** Вызывается после любого изменении отображаемого в левой части дерева. */
|
|
29
30
|
currentSectionTreeUpdated?: BasicApiEvent<IStaffTreeRow[]>;
|
|
30
31
|
/** Сервисы. */
|
|
31
|
-
services?: $ApplicationSettings & $LocalStorage & $LayoutRowController & $LayoutCardController & $LayoutManager & $SecurityDescriptorDialogServices & $DepartmentController & Optional<$StaffDirectoryOptions> & $DeviceType & $StaffDirectoryItemsController & $IsIE & $WebFrameDirectorySearchPanelService & $LayoutStaffController;
|
|
32
|
+
services?: $ApplicationSettings & $LocalStorage & $LayoutRowController & $LayoutCardController & $LayoutManager & $SecurityDescriptorDialogServices & $DepartmentController & Optional<$StaffDirectoryOptions> & $DeviceType & $StaffDirectoryItemsController & $IsIE & $WebFrameDirectorySearchPanelService & $LayoutStaffController & $Domain;
|
|
32
33
|
}
|
|
33
34
|
export interface StaffDirectoryState extends BaseControlImplState, StaffDirectoryParams, IStaffDirectoryLogicOptions {
|
|
34
35
|
logic: StaffDirectoryLogic;
|
|
@@ -14,3 +14,18 @@ export declare const CONTEXT_MENU_ADD_ICON = "ico-add-menu";
|
|
|
14
14
|
export declare const CONTEXT_MENU_COPY_ICON = "ico-copy-menu";
|
|
15
15
|
export declare const CONTEXT_MENU_CUT_ICON = "ico-cut-menu";
|
|
16
16
|
export declare const CONTEXT_MENU_PASTE_ICON = "ico-paste-menu";
|
|
17
|
+
export declare const CONTEXT_MENU_STAFF_CREATE_ORGANIZATION_ID = "CONTEXT_MENU_STAFF_CREATE_ORGANIZATION_ID";
|
|
18
|
+
export declare const CONTEXT_MENU_STAFF_CREATE_DEPARTMENT_ID = "CONTEXT_MENU_STAFF_CREATE_DEPARTMENT_ID";
|
|
19
|
+
export declare const CONTEXT_MENU_STAFF_CREATE_EMPLOYEE_ID = "CONTEXT_MENU_STAFF_CREATE_EMPLOYEE_ID";
|
|
20
|
+
export declare const CONTEXT_MENU_STAFF_NAME_ID = "CONTEXT_MENU_STAFF_NAME_ID";
|
|
21
|
+
export declare const CONTEXT_MENU_STAFF_ACCESS_RIGHTS_ID = "CONTEXT_MENU_STAFF_ACCESS_RIGHTS_ID";
|
|
22
|
+
export declare const CONTEXT_MENU_STAFF_PASTE_ID = "CONTEXT_MENU_STAFF_PASTE_ID";
|
|
23
|
+
export declare const CONTEXT_MENU_STAFF_INFO_ID = "CONTEXT_MENU_STAFF_INFO_ID";
|
|
24
|
+
export declare const CONTEXT_MENU_STAFF_EDIT_ID = "CONTEXT_MENU_STAFF_EDIT_ID";
|
|
25
|
+
export declare const CONTEXT_MENU_STAFF_DELETE_ID = "CONTEXT_MENU_STAFF_DELETE_ID";
|
|
26
|
+
export declare const CONTEXT_MENU_STAFF_COPY_ID = "CONTEXT_MENU_STAFF_COPY_ID";
|
|
27
|
+
export declare const CONTEXT_MENU_STAFF_CUT_ID = "CONTEXT_MENU_STAFF_CUT_ID";
|
|
28
|
+
export declare const CONTEXT_MENU_EMPLOYEE_INFO_ID = "CONTEXT_MENU_EMPLOYEE_INFO_ID";
|
|
29
|
+
export declare const CONTEXT_MENU_EMPLOYEE_EDIT_ID = "CONTEXT_MENU_EMPLOYEE_EDIT_ID";
|
|
30
|
+
export declare const CONTEXT_MENU_EMPLOYEE_DELETE_ID = "CONTEXT_MENU_EMPLOYEE_DELETE_ID";
|
|
31
|
+
export declare const CONTEXT_MENU_EMPLOYEE_CUT_ID = "CONTEXT_MENU_EMPLOYEE_CUT_ID";
|
|
@@ -76,7 +76,7 @@ export declare class StaffDirectoryItems<ValueT extends StaffValueType = StaffVa
|
|
|
76
76
|
private set binding(value);
|
|
77
77
|
private set defaultEmployeeBinding(value);
|
|
78
78
|
get inputChanged():
|
|
79
|
-
import("C:/
|
|
79
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/System/Events/SimpleEvent").SimpleEvent<string>;
|
|
80
80
|
/** @covered */
|
|
81
81
|
get inputText(): string;
|
|
82
82
|
/** @covered */
|
|
@@ -55,7 +55,7 @@ export declare class StaffDirectoryItemsImpl extends DirectoryBaseImpl<StaffValu
|
|
|
55
55
|
private shouldShowFavorites;
|
|
56
56
|
onRemoveClick(item: ItemT, ev?: React.MouseEvent<any> | React.TouchEvent<any>): Promise<void>;
|
|
57
57
|
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<
|
|
58
|
-
import("C:/
|
|
58
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<StaffValueType, GenModels.IDirectoryItemData, GenModels.IDirectoryItemData, StaffDirectoryItemsParams<StaffValueType>, StaffDirectoryItemsState<StaffValueType>>>;
|
|
59
59
|
protected onEditPopoverShowed(control: any): void;
|
|
60
60
|
protected getItemTooltip(employee: GenModels.IDirectoryItemData): string;
|
|
61
61
|
protected getTypeaheadProps(): ITypeaheadProps & {
|