@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
|
@@ -1,20 +1,17 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { LoadEmployeesOptions } from "@docsvision/webclient/BackOffice/LoadEmployees";
|
|
3
2
|
import { IEmployeeResponseParser } from "@docsvision/webclient/BackOffice/IEmployeeResponseParser";
|
|
4
3
|
import { StaffDirectoryParams } from "@docsvision/webclient/BackOffice/StaffDirectory";
|
|
5
4
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
6
5
|
import { ModalHost } from "@docsvision/webclient/Helpers/ModalHost";
|
|
7
6
|
import { ShowSecurityDescriptorDialogProps } from "@docsvision/webclient/Platform/SecurityDescriptorDialog";
|
|
8
7
|
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
9
|
-
import { IRow, ITableData } from "@docsvision/web/components/table/interfaces";
|
|
10
|
-
import { ILoadRequest, ITableDataService } from "@docsvision/web/components/table/plugins/table-data";
|
|
8
|
+
import { IRow, ITableData, ITableDataLoadRequest } from "@docsvision/web/components/table/interfaces";
|
|
11
9
|
import { ComponentLogic } from "@docsvision/web/core/component";
|
|
12
10
|
import { IStaffTreeRow } from "@docsvision/webclient/BackOffice/IStaffTreeRow";
|
|
13
|
-
import { IFolderDataLoadingService } from "@docsvision/webclient/Platform/$FolderDataLoading";
|
|
14
|
-
import { IFolderLoadRequest } from "@docsvision/webclient/Platform/IFolderLoadRequest";
|
|
15
11
|
import { IFolderDataLoadingPlugin } from "@docsvision/webclient/Platform/IFolderDataLoadingPlugin";
|
|
16
12
|
import { IButtonDescription } from "@docsvision/webclient/BackOffice/StaffDirectoryTreeAddButton";
|
|
17
13
|
import { LoadingStatus } from "@docsvision/webclient/System/LoadingState";
|
|
14
|
+
import { SearchFilters } from "@docsvision/webclient/BackOffice/$WebFrameDirectorySearchInfoStorageService";
|
|
18
15
|
export declare const sectionTabs: string[];
|
|
19
16
|
export declare type StaffDirectorySearchResponseT = {
|
|
20
17
|
items: GenModels.SearchItemModel[];
|
|
@@ -80,6 +77,7 @@ import("effector").Effect<
|
|
|
80
77
|
import("react").MouseEvent<Element, MouseEvent>, void, Error>;
|
|
81
78
|
$contextMenuName:
|
|
82
79
|
import("effector").Store<string>;
|
|
80
|
+
getPaste: any;
|
|
83
81
|
initContextMenu(): void;
|
|
84
82
|
componentDidMount:
|
|
85
83
|
import("effector").Event<void>;
|
|
@@ -100,18 +98,15 @@ import("effector").Effect<{
|
|
|
100
98
|
rootSectionId: string;
|
|
101
99
|
}, any, Error>;
|
|
102
100
|
initTreeLoading(options: StaffDirectoryParams): void;
|
|
103
|
-
|
|
104
|
-
$data:
|
|
101
|
+
$positionEmployeesData:
|
|
105
102
|
import("effector").Store<ITableData>;
|
|
106
|
-
|
|
107
|
-
import("effector").
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
loadEmployeesFx:
|
|
114
|
-
import("effector").Effect<LoadEmployeesOptions, ITableData, Error>;
|
|
103
|
+
loadPositionEmployeesFx:
|
|
104
|
+
import("effector").Effect<{
|
|
105
|
+
currentData?: ITableData;
|
|
106
|
+
request?: ITableDataLoadRequest;
|
|
107
|
+
}, ITableData, Error>;
|
|
108
|
+
reloadPositionEmployees:
|
|
109
|
+
import("effector").Event<void>;
|
|
115
110
|
$rootEmployeesLoading:
|
|
116
111
|
import("effector").Store<boolean>;
|
|
117
112
|
$placeholderEmployeesText:
|
|
@@ -119,11 +114,18 @@ import("effector").Store<string>;
|
|
|
119
114
|
$placeholderInfoText:
|
|
120
115
|
import("effector").Store<string>;
|
|
121
116
|
responseParser: IEmployeeResponseParser;
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
import("effector").
|
|
117
|
+
initPositionEmployeesLoad(options: StaffDirectoryParams): void;
|
|
118
|
+
$employeesGridData:
|
|
119
|
+
import("effector").Store<ITableData>;
|
|
120
|
+
reloadEmployeesGridData:
|
|
121
|
+
import("effector").Event<void>;
|
|
122
|
+
lastGridModel: GenModels.GridViewModel;
|
|
123
|
+
lastRequestSection: any;
|
|
124
|
+
loadEmployeesGridDataFx:
|
|
125
|
+
import("effector").Effect<{
|
|
126
|
+
currentData?: ITableData;
|
|
127
|
+
request?: ITableDataLoadRequest;
|
|
128
|
+
}, ITableData, Error>;
|
|
127
129
|
employeesGridResponseResolvers: IFolderDataLoadingPlugin[];
|
|
128
130
|
addToGroupFx:
|
|
129
131
|
import("effector").Effect<{
|
|
@@ -283,6 +285,7 @@ import("effector").Event<{
|
|
|
283
285
|
import("effector").Effect<{
|
|
284
286
|
parentStaffId: string;
|
|
285
287
|
}, void, Error>;
|
|
288
|
+
getStaffPasteMenuItemVisible(rowId: string): boolean;
|
|
286
289
|
getTargetId(parentId: string): string;
|
|
287
290
|
isStaffCutButtonVisible(): boolean;
|
|
288
291
|
initStaffContextMenu(options: IStaffDirectoryLogicOptions): void;
|
|
@@ -315,12 +318,12 @@ import("@docsvision/webclient/DirectoryEdit/DirectorySearchResult").StaffRespons
|
|
|
315
318
|
import("effector").Store<LoadingStatus>;
|
|
316
319
|
startSearch:
|
|
317
320
|
import("effector").Event<{
|
|
318
|
-
searchFilterKey:
|
|
321
|
+
searchFilterKey: SearchFilters;
|
|
319
322
|
searchText: string;
|
|
320
323
|
}>;
|
|
321
324
|
startSearchFx:
|
|
322
325
|
import("effector").Effect<{
|
|
323
|
-
searchFilterKey:
|
|
326
|
+
searchFilterKey: SearchFilters;
|
|
324
327
|
searchText: string;
|
|
325
328
|
},
|
|
326
329
|
import("@docsvision/webclient/DirectoryEdit/DirectorySearchResult").StaffResponse, Error>;
|
|
@@ -335,6 +338,8 @@ import("effector").Event<GenModels.SearchItemModel>;
|
|
|
335
338
|
import("effector").Store<boolean>;
|
|
336
339
|
onSearchResultsExpanded:
|
|
337
340
|
import("effector").Event<boolean>;
|
|
341
|
+
clearSearch:
|
|
342
|
+
import("effector").Event<void>;
|
|
338
343
|
$searchItemEmployeeId:
|
|
339
344
|
import("effector").Store<string>;
|
|
340
345
|
initSearch(): void;
|
|
@@ -6,6 +6,7 @@ import { ITasksTreeContainerState } from "@docsvision/webclient/BackOffice/ITask
|
|
|
6
6
|
import { $LayoutFileController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
7
7
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
8
8
|
import { $FileController } from "@docsvision/webclient/Legacy/FileController";
|
|
9
|
+
import { $FileDownload } from "@docsvision/webclient/Platform/$FileDownload";
|
|
9
10
|
import { $CardId } from '@docsvision/webclient/System/LayoutServices';
|
|
10
11
|
import React from "react";
|
|
11
12
|
/** @internal */
|
|
@@ -13,7 +14,8 @@ export declare class TaskTasksTreeNodeResolver implements ITasksTreeNodeResolver
|
|
|
13
14
|
private services;
|
|
14
15
|
private readonly moreDots;
|
|
15
16
|
private isOpenDelegationLabel;
|
|
16
|
-
|
|
17
|
+
private fileIdInPreviewState;
|
|
18
|
+
constructor(services: () => $FileController & $LayoutFileController & $CardId & $FileDownload);
|
|
17
19
|
resolveNode(treeNodeModel: GenModels.TreeNodeModel, props: ITasksTreeContainerProps, state: ITasksTreeContainerState): ITasksTreeNodeContainer[];
|
|
18
20
|
resolveRenderHelpBox(nodeInfo: IRenderHelpBoxNodeInfo, options: IRenderHelpBoxOptions): React.ReactNode;
|
|
19
21
|
get selectionAllowed(): boolean;
|
|
@@ -23,8 +25,8 @@ export declare class TaskTasksTreeNodeResolver implements ITasksTreeNodeResolver
|
|
|
23
25
|
protected getHelpBoxHeaderIcon(groupName: any): string;
|
|
24
26
|
protected getLabel(nodeModel: GenModels.TaskTreeNodeModel): string;
|
|
25
27
|
protected getImage(nodeModel: GenModels.TaskTreeNodeModel): string;
|
|
26
|
-
protected prepareView(node: ITasksTreeNodeContainer, nodeModel: GenModels.TaskTreeNodeModel, props: ITasksTreeContainerProps
|
|
27
|
-
protected getTitle(node: ITasksTreeNodeContainer, nodeModel: GenModels.TaskTreeNodeModel, props: ITasksTreeContainerProps
|
|
28
|
+
protected prepareView(node: ITasksTreeNodeContainer, nodeModel: GenModels.TaskTreeNodeModel, props: ITasksTreeContainerProps): any;
|
|
29
|
+
protected getTitle(node: ITasksTreeNodeContainer, nodeModel: GenModels.TaskTreeNodeModel, props: ITasksTreeContainerProps): string;
|
|
28
30
|
protected getDelegationLabel(delegationRecord: GenModels.DelegationRecord): JSX.Element;
|
|
29
31
|
protected getDelegationLabelText(delegationRecord: GenModels.DelegationRecord): string;
|
|
30
32
|
protected getDelegationHistory(delegationRecords: GenModels.DelegationRecord[]): string[];
|
|
@@ -19,6 +19,8 @@ import { $MessageBox } from '@docsvision/webclient/System/$MessageBox';
|
|
|
19
19
|
import { CancelableApiEvent, BasicApiEvent } from '@docsvision/webclient/System/ApiEvent';
|
|
20
20
|
import { ITasksTableRow } from '@docsvision/webclient/BackOffice/ITasksTableRow';
|
|
21
21
|
import { $UrlStore } from '@docsvision/webclient/System/$UrlStore';
|
|
22
|
+
import { $FileDownload } from '@docsvision/webclient/Platform/$FileDownload';
|
|
23
|
+
import { TasksTableSorting } from '@docsvision/webclient/BackOffice/ITaskTableSorting';
|
|
22
24
|
/**
|
|
23
25
|
* Содержит публичные свойства элемента управления [Отображение инициатора]{@link TasksTable}.
|
|
24
26
|
*/
|
|
@@ -58,6 +60,8 @@ export declare class TasksTableParams extends BaseControlParams {
|
|
|
58
60
|
rows?: ITasksTableRow[];
|
|
59
61
|
/** Набор видимых строк плоским списком. */
|
|
60
62
|
visibleRows?: ITasksTableRow[];
|
|
63
|
+
/** Сортировка */
|
|
64
|
+
sorting?: TasksTableSorting;
|
|
61
65
|
rowRemoving?: CancelableApiEvent<{
|
|
62
66
|
row: ITasksTableRow;
|
|
63
67
|
}>;
|
|
@@ -65,7 +69,7 @@ export declare class TasksTableParams extends BaseControlParams {
|
|
|
65
69
|
row: ITasksTableRow;
|
|
66
70
|
}>;
|
|
67
71
|
/** Сервисы. */
|
|
68
|
-
services?: $LayoutInfo & $TasksTreeController & $CardId & Optional<$TaskTableOptions> & $UrlStore & $EditOperationStore & $RouterNavigation & $WindowLocation & $ApplicationSettings & $FileController & $LayoutFileController & $DeviceType & $LayoutCardController & $MessageBox & $StaffDirectoryItemsController & $CardInfo;
|
|
72
|
+
services?: $LayoutInfo & $TasksTreeController & $CardId & Optional<$TaskTableOptions> & $UrlStore & $EditOperationStore & $RouterNavigation & $WindowLocation & $ApplicationSettings & $FileController & $LayoutFileController & $DeviceType & $LayoutCardController & $MessageBox & $StaffDirectoryItemsController & $CardInfo & $FileDownload;
|
|
69
73
|
}
|
|
70
74
|
export interface TasksTableState extends BaseControlImplState, TasksTableParams {
|
|
71
75
|
logic: TasksTableLogic;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
|
+
import { ITasksTableSorting } from '@docsvision/webclient/BackOffice/ITaskTableSorting';
|
|
3
4
|
export interface ITasksTableHeaderCellProps extends React.HTMLAttributes<HTMLButtonElement> {
|
|
4
5
|
column: GenModels.ColumnDescription;
|
|
5
6
|
iconColumnWidth: number;
|
|
@@ -10,5 +11,7 @@ export interface ITasksTableHeaderCellProps extends React.HTMLAttributes<HTMLBut
|
|
|
10
11
|
columnNames: {
|
|
11
12
|
[key: number]: string;
|
|
12
13
|
};
|
|
14
|
+
sorting: ITasksTableSorting;
|
|
15
|
+
setSortingColumn?(columnType: GenModels.TaskColumnType): void;
|
|
13
16
|
}
|
|
14
17
|
export declare function TasksTableHeaderCell(props: ITasksTableHeaderCellProps): JSX.Element;
|
|
@@ -5,6 +5,7 @@ import { TasksTableParams } from '@docsvision/webclient/BackOffice/TasksTable';
|
|
|
5
5
|
import { ITasksTableRow } from '@docsvision/webclient/BackOffice/ITasksTableRow';
|
|
6
6
|
import { IRenderHelpBoxNodeInfo } from '@docsvision/webclient/BackOffice/ITasksTreeNodeResolver';
|
|
7
7
|
import { StaffDirectoryItems } from '@docsvision/webclient/BackOffice/StaffDirectoryItems';
|
|
8
|
+
import { ITasksTableSorting } from "@docsvision/webclient/BackOffice/ITaskTableSorting";
|
|
8
9
|
export declare class TasksTableLogic {
|
|
9
10
|
options: TasksTableParams;
|
|
10
11
|
constructor(options: TasksTableParams);
|
|
@@ -42,6 +43,8 @@ import("effector").Store<boolean>;
|
|
|
42
43
|
import("effector").Event<void>;
|
|
43
44
|
showCurrentTaskTree:
|
|
44
45
|
import("effector").Event<void>;
|
|
46
|
+
$canShowFullTree:
|
|
47
|
+
import("effector").Store<boolean>;
|
|
45
48
|
$dialogIsOpen:
|
|
46
49
|
import("effector").Store<boolean>;
|
|
47
50
|
openDialog:
|
|
@@ -151,6 +154,12 @@ import("react").MouseEvent<Element, MouseEvent>>;
|
|
|
151
154
|
import("effector").Event<string>;
|
|
152
155
|
togglePerformer:
|
|
153
156
|
import("effector").Event<(ITasksTableRow: any) => boolean>;
|
|
157
|
+
$sorting:
|
|
158
|
+
import("effector").Store<ITasksTableSorting>;
|
|
159
|
+
setSorting:
|
|
160
|
+
import("effector").Event<ITasksTableSorting>;
|
|
161
|
+
setModelSorting:
|
|
162
|
+
import("effector").Event<ITasksTableModel>;
|
|
154
163
|
checkItemLoaded(item: ITasksTableRow): boolean;
|
|
155
164
|
smartphoneColumns: GenModels.ColumnDescription[];
|
|
156
165
|
getVisibleColumns(): GenModels.ColumnDescription[];
|
|
@@ -163,6 +172,7 @@ import("effector").Event<(ITasksTableRow: any) => boolean>;
|
|
|
163
172
|
unfinishedFilter: (row: ITasksTableRow) => boolean;
|
|
164
173
|
rowsToFixateDialog: number;
|
|
165
174
|
init(): void;
|
|
175
|
+
setSortingColumn: (columnType: GenModels.TaskColumnType) => void;
|
|
166
176
|
private getColumns;
|
|
167
177
|
private updateSearchSubstring;
|
|
168
178
|
}
|
|
@@ -19,16 +19,16 @@ import { TasksTableIconButton } from '@docsvision/webclient/BackOffice/TasksTabl
|
|
|
19
19
|
import { StaffDirectoryItems } from '@docsvision/webclient/BackOffice/StaffDirectoryItems';
|
|
20
20
|
export declare class TasksTableView {
|
|
21
21
|
mainButton: (props:
|
|
22
|
-
import("C:/
|
|
22
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
23
23
|
dialog: (props:
|
|
24
|
-
import("C:/
|
|
24
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/Helpers/ModalDialog/CommonModalDialog").Props) => JSX.Element;
|
|
25
25
|
controlWrapper: typeof TasksTableControlWrapper;
|
|
26
26
|
ribbon: typeof TasksTableRibbon;
|
|
27
27
|
ribbonGroup:
|
|
28
28
|
import("styled-components").StyledComponent<"div", any, {
|
|
29
29
|
className: string;
|
|
30
30
|
} &
|
|
31
|
-
import("C:/
|
|
31
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/Helpers/Ribbon/RibbonGroup").IRibbonGroupProps, "className">;
|
|
32
32
|
ribbonButton: typeof TasksTableRibbonButton;
|
|
33
33
|
ribbonContainer: typeof TasksTableRibbonContainer;
|
|
34
34
|
ribbonFilterButton: typeof TasksTableFilterButton;
|
|
@@ -10,6 +10,7 @@ import { $Layout } from "@docsvision/webclient/System/$Layout";
|
|
|
10
10
|
import { $CardId, $CardInfo, $EditOperationStore } from "@docsvision/webclient/System/LayoutServices";
|
|
11
11
|
import { $RequestManager } from "@docsvision/webclient/System/$RequestManager";
|
|
12
12
|
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
13
|
+
import { $FileDownload } from "@docsvision/webclient/Platform/$FileDownload";
|
|
13
14
|
/**
|
|
14
15
|
* Содержит публичные свойства элемента управления [Дерево исполнения]{@link TasksTree}.
|
|
15
16
|
*/
|
|
@@ -41,7 +42,7 @@ export declare class TasksTreeParams extends BaseControlParams {
|
|
|
41
42
|
/** Список опций для VIS.js. */
|
|
42
43
|
options:
|
|
43
44
|
import("vis").Options;
|
|
44
|
-
services?: $FileController & $LayoutFileController & $RequestManager & $CardInfo & $EditOperationStore & $Layout & $CardId & $DeviceType;
|
|
45
|
+
services?: $FileController & $LayoutFileController & $RequestManager & $CardInfo & $EditOperationStore & $Layout & $CardId & $FileDownload & $DeviceType;
|
|
45
46
|
}
|
|
46
47
|
/**
|
|
47
48
|
* Класс элемента управления Дерево исполнения
|
|
@@ -20,10 +20,6 @@ export interface TimeOfPerformanceState extends TimeOfPerformanceParams, PanelSt
|
|
|
20
20
|
durationChangeDebouncer: Debouncer;
|
|
21
21
|
unmounted: boolean;
|
|
22
22
|
}
|
|
23
|
-
export declare enum TypeOfControl {
|
|
24
|
-
EndDate = 0,
|
|
25
|
-
Duration = 1
|
|
26
|
-
}
|
|
27
23
|
/** @internal */
|
|
28
24
|
export declare class TimeOfPerformanceImpl extends PanelImpl<TimeOfPerformanceParams, TimeOfPerformanceState> {
|
|
29
25
|
constructor(props: TimeOfPerformanceParams, state: TimeOfPerformanceState);
|
|
@@ -33,11 +29,6 @@ export declare class TimeOfPerformanceImpl extends PanelImpl<TimeOfPerformancePa
|
|
|
33
29
|
updateStartDate(): Promise<void>;
|
|
34
30
|
updateEndDate(): Promise<void>;
|
|
35
31
|
onStartDateChanged: (sender: any, args: IDataChangedEventArgsEx<Date>) => Promise<void>;
|
|
36
|
-
getControlValue: (isEndDateControl: boolean, startDate: Date, secondParam: Date | number) => Promise<any>;
|
|
37
|
-
updateDatesWithoutStartDate: () => Promise<void>;
|
|
38
|
-
updateDatesWithStartDateLessThanCurrent: (isEndDateControl: boolean, currentDate: Date, currentControlValue: Date | number) => Promise<void>;
|
|
39
|
-
updateDatesWithStartDate: (isEndDateControl: boolean, currentControlValue: Date | number) => Promise<void>;
|
|
40
|
-
updateEndDateAndDuration: (type: TypeOfControl) => Promise<void>;
|
|
41
32
|
onEndDateChanged: (sender: any, args: IDataChangedEventArgsEx<Date>) => Promise<void>;
|
|
42
33
|
onDurationChanged: (sender: any, args: IDataChangedEventArgsEx<number>) => Promise<void>;
|
|
43
34
|
showLoader(control: LayoutControl): void;
|
|
@@ -33,7 +33,7 @@ export declare class UniquenessCheckImpl extends BaseControlImpl<UniquenessCheck
|
|
|
33
33
|
private modalHost;
|
|
34
34
|
private lastUniquenessCheck;
|
|
35
35
|
constructor(props: UniquenessCheckParams, state: UniquenessCheckState);
|
|
36
|
-
protected showModal(showButtons: boolean, showAcceptButton: boolean, context: UniquenessCheckContext): Promise<
|
|
36
|
+
protected showModal(showButtons: boolean, showAcceptButton: boolean, context: UniquenessCheckContext): Promise<void>;
|
|
37
37
|
protected renderUniquenessContentTable(): JSX.Element;
|
|
38
38
|
protected renderHeader(): JSX.Element;
|
|
39
39
|
protected renderRow(columns: GenModels.UniqueAttributeCard[]): JSX.Element;
|
|
@@ -1,12 +1,15 @@
|
|
|
1
|
-
import { GenModels } from
|
|
2
|
-
import { LayoutControl } from
|
|
3
|
-
import { CancelableEventArgs } from
|
|
4
|
-
import { Image } from
|
|
5
|
-
import { Dropdown } from
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { LayoutControl } from "@docsvision/webclient/System/BaseControl";
|
|
3
|
+
import { CancelableEventArgs } from "@docsvision/webclient/System/CancelableEventArgs";
|
|
4
|
+
import { Image } from "@docsvision/webclient/Platform/Image";
|
|
5
|
+
import { Dropdown } from "@docsvision/webclient/Platform/Dropdown";
|
|
6
6
|
export declare function updateStatusBackground(sender: LayoutControl): void;
|
|
7
7
|
export declare function updateAbsencePeriod(sender: LayoutControl): Promise<void>;
|
|
8
8
|
export declare function updateStatusList(sender: Dropdown, event: any): void;
|
|
9
9
|
export declare function onDataChanged_checkSequenceOfDates(sender: LayoutControl, ev: any): void;
|
|
10
|
+
export declare function displayInformationOfAbsence(sender: LayoutControl, ev: any): void;
|
|
10
11
|
export declare function getDefaultImage(sender: Image): Promise<void>;
|
|
11
12
|
export declare function onCardSaving_checkSequenceOfDates(sender: LayoutControl, e: CancelableEventArgs<GenModels.SaveControlDataModel>): boolean;
|
|
13
|
+
export declare function setShowArchivedCardsFromSettings(sender: LayoutControl): void;
|
|
14
|
+
export declare function setShowArchivedCardsToSettings(sender: LayoutControl, e?: CancelableEventArgs<GenModels.SaveControlDataModel>): Promise<void>;
|
|
12
15
|
export declare function onCardSaving_checkDeputyTableAndDates(sender: LayoutControl, e: CancelableEventArgs<GenModels.SaveControlDataModel>): Promise<void>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const USER_STATUS_ACTIVE = "Active";
|
|
2
|
+
export declare const USER_STATUS_SICK = "Sick";
|
|
3
|
+
export declare const USER_STATUS_VACATION = "Vacation";
|
|
4
|
+
export declare const USER_STATUS_BUSINESS_TRIP = "BusinessTrip";
|
|
5
|
+
export declare const USER_STATUS_ABSENT = "Absent";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { $WebFrameDirectorySearchPanelOptions } from "@docsvision/webclient/BackOffice/IWebFrameDirectorySearchPanelOptions";
|
|
3
|
-
import { $WebFrameDirectorySearchInfoStorageService } from "@docsvision/webclient/BackOffice/$WebFrameDirectorySearchInfoStorageService";
|
|
3
|
+
import { $WebFrameDirectorySearchInfoStorageService, ISearchFilterEntry, SearchFilters } from "@docsvision/webclient/BackOffice/$WebFrameDirectorySearchInfoStorageService";
|
|
4
4
|
import { $WebFrameDirectorySearchPanelService, ISearchRequest } from "@docsvision/webclient/BackOffice/$WebFrameDirectorySearchPanelService";
|
|
5
5
|
import { WebFrameDirectorySearchPanelLogic } from "@docsvision/webclient/BackOffice/WebFrameDirectorySearchPanelLogic";
|
|
6
6
|
import { WebFrameDirectorySearchPanelView } from "@docsvision/webclient/BackOffice/WebFrameDirectorySearchPanelView";
|
|
@@ -9,6 +9,7 @@ import { BaseControl, BaseControlParams } from "@docsvision/webclient/System/Bas
|
|
|
9
9
|
import { BaseControlImplState } from "@docsvision/webclient/System/BaseControlImpl";
|
|
10
10
|
import { ControlImpl } from "@docsvision/webclient/System/ControlImpl";
|
|
11
11
|
import { $Router } from "@docsvision/webclient/System/$Router";
|
|
12
|
+
import { $Resources } from "@docsvision/web/core/localization/$Resources";
|
|
12
13
|
import { Optional } from "@docsvision/web/core/services";
|
|
13
14
|
/**
|
|
14
15
|
* Содержит публичные свойства элемента управления [Панель поиска в справочнике]{@link WebFrameDirectorySearchPanel}.
|
|
@@ -16,8 +17,14 @@ import { Optional } from "@docsvision/web/core/services";
|
|
|
16
17
|
export declare class WebFrameDirectorySearchPanelParams extends BaseControlParams {
|
|
17
18
|
/** Стандартный CSS класс со стилями элемента управления */
|
|
18
19
|
standardCssClass?: string;
|
|
20
|
+
/** Выбранная область поиска. */
|
|
21
|
+
selectedSearchFilterKey?: SearchFilters;
|
|
22
|
+
/** Доступные области поиска. Для определения набора возможных областей используется сервис {@link $WebFrameDirectorySearchInfoStorageService} */
|
|
23
|
+
searchFilters?: ISearchFilterEntry[];
|
|
24
|
+
/** Текуще значение строки поиска. */
|
|
25
|
+
searchText?: string;
|
|
19
26
|
/** Сервисы. */
|
|
20
|
-
services?: Optional<$WebFrameDirectorySearchPanelService> & $WebFrameDirectorySearchInfoStorageService & $Router & Optional<$WebFrameDirectorySearchPanelOptions> & Optional<$CompanyLogo
|
|
27
|
+
services?: Optional<$WebFrameDirectorySearchPanelService> & $WebFrameDirectorySearchInfoStorageService & $Router & Optional<$WebFrameDirectorySearchPanelOptions> & Optional<$CompanyLogo> & $Resources;
|
|
21
28
|
}
|
|
22
29
|
export interface WebFrameDirectorySearchPanelState extends BaseControlImplState, WebFrameDirectorySearchPanelParams {
|
|
23
30
|
logic: WebFrameDirectorySearchPanelLogic;
|
|
@@ -35,5 +42,9 @@ export declare class WebFrameDirectorySearchPanel extends BaseControl<WebFrameDi
|
|
|
35
42
|
addCssClass: () => "" | " system-web-frame-directory-search-panel_search-active";
|
|
36
43
|
componentDidMount(): void;
|
|
37
44
|
private onSearchStart;
|
|
45
|
+
protected get searchFilters(): ISearchFilterEntry[];
|
|
46
|
+
protected get selectedSearchFilterKey(): SearchFilters;
|
|
47
|
+
protected set selectedSearchFilterKey(key: SearchFilters);
|
|
48
|
+
protected get searchText(): string;
|
|
38
49
|
renderControl(): JSX.Element;
|
|
39
50
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { IWebFrameDirectorySearchPanelOptions } from "@docsvision/webclient/BackOffice/IWebFrameDirectorySearchPanelOptions";
|
|
3
|
+
import { ISearchFilterEntry, SearchFilters } from "@docsvision/webclient/BackOffice/$WebFrameDirectorySearchInfoStorageService";
|
|
3
4
|
import { ISearchRequest } from "@docsvision/webclient/BackOffice/$WebFrameDirectorySearchPanelService";
|
|
4
5
|
import { WebFrameDirectorySearchPanelState } from "@docsvision/webclient/BackOffice/WebFrameDirectorySearchPanel";
|
|
5
6
|
export declare class WebFrameDirectorySearchPanelLogic {
|
|
@@ -15,22 +16,30 @@ import("effector").Store<boolean>;
|
|
|
15
16
|
import("effector").Event<boolean>;
|
|
16
17
|
searchButtonClick:
|
|
17
18
|
import("effector").Event<
|
|
19
|
+
import("react").MouseEvent<Element, MouseEvent>>;
|
|
20
|
+
clearButtonClick:
|
|
21
|
+
import("effector").Event<
|
|
18
22
|
import("react").MouseEvent<Element, MouseEvent>>;
|
|
19
23
|
$searchFilters:
|
|
20
|
-
import("effector").Store<
|
|
24
|
+
import("effector").Store<ISearchFilterEntry[]>;
|
|
21
25
|
$searchPlaceholder:
|
|
22
26
|
import("effector").Store<string>;
|
|
23
27
|
$currentSearchFilterKey:
|
|
24
|
-
import("effector").Store<
|
|
28
|
+
import("effector").Store<SearchFilters>;
|
|
25
29
|
onSearchFilterChange:
|
|
26
|
-
import("effector").Event<
|
|
30
|
+
import("effector").Event<SearchFilters>;
|
|
27
31
|
$searchText:
|
|
28
32
|
import("effector").Store<string>;
|
|
33
|
+
$isNotEmpty:
|
|
34
|
+
import("effector").Store<boolean>;
|
|
29
35
|
onSearchTextChange:
|
|
30
36
|
import("effector").Event<string>;
|
|
31
37
|
onSearchTextKeyPressed:
|
|
32
38
|
import("effector").Event<
|
|
33
39
|
import("react").KeyboardEvent<any>>;
|
|
40
|
+
onSearchSubmitClick:
|
|
41
|
+
import("effector").Event<
|
|
42
|
+
import("react").MouseEvent<Element, MouseEvent>>;
|
|
34
43
|
startSearch:
|
|
35
44
|
import("effector").Event<ISearchRequest>;
|
|
36
45
|
onSearchStart:
|
|
@@ -5,6 +5,7 @@ export declare class WebFrameDirectorySearchPanelService implements IWebFrameDir
|
|
|
5
5
|
setVisibility: Event<boolean>;
|
|
6
6
|
setActivity: Event<boolean>;
|
|
7
7
|
startSearch: Event<ISearchRequest>;
|
|
8
|
+
clearSearch: Event<void>;
|
|
8
9
|
protected domain:
|
|
9
10
|
import("effector").Domain;
|
|
10
11
|
constructor();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare class WebFrameDirectorySearchPanelView {
|
|
3
3
|
SearchButton: (props:
|
|
4
|
-
import("C:/
|
|
4
|
+
import("C:/dev/WebCVersion/Bin/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
5
5
|
SearchBar: (props:
|
|
6
6
|
import("./Components/SearchBar").ISearchBar) => JSX.Element;
|
|
7
7
|
}
|