@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
|
@@ -3,7 +3,7 @@ import { IAgreementListReportOpenedEventArgs } from "@docsvision/webclient/Appro
|
|
|
3
3
|
import { IAgreementListReportOpeningEventArgs } from "@docsvision/webclient/Approval/IAgreementListReportOpeningEventArgs";
|
|
4
4
|
import { $LayoutAgreementController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
5
5
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
6
|
-
import { $DeviceType, $SiteUrl } from "@docsvision/webclient/StandardServices";
|
|
6
|
+
import { $DeviceType, $SiteUrl, $IsIE } from "@docsvision/webclient/StandardServices";
|
|
7
7
|
import { BaseControl, BaseControlParams } from "@docsvision/webclient/System/BaseControl";
|
|
8
8
|
import { $CardId, $EditOperationStore } from "@docsvision/webclient/System/LayoutServices";
|
|
9
9
|
import { BasicApiEvent, CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
|
|
@@ -37,7 +37,7 @@ export declare class AgreementListParams extends BaseControlParams {
|
|
|
37
37
|
agreementReportOpened?: BasicApiEvent<IAgreementListReportOpenedEventArgs>;
|
|
38
38
|
/** События возникает после закрытия окна листа согласования. */
|
|
39
39
|
agreementReportClosed?: BasicApiEvent<IEventArgs>;
|
|
40
|
-
services?: $LayoutAgreementController & $EditOperationStore & Optional<$CardId> & Optional<$SiteUrl> & $DeviceType;
|
|
40
|
+
services?: $LayoutAgreementController & $EditOperationStore & Optional<$CardId> & Optional<$SiteUrl> & $DeviceType & $IsIE;
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
43
|
* Класс элемента управления Лист согласования.
|
|
@@ -20,6 +20,7 @@ export declare class AgreementListContent extends React.Component<IAgreementList
|
|
|
20
20
|
protected renderTable(columnsParam: IAgreementListTableColumn[]): JSX.Element;
|
|
21
21
|
protected renderHeader(columns: IAgreementListTableColumn[]): JSX.Element;
|
|
22
22
|
protected renderRow(item: GenModels.AgreementListItemModel, columns: IAgreementListTableColumn[]): JSX.Element;
|
|
23
|
+
getWidthStyle(width: string): React.CSSProperties;
|
|
23
24
|
protected getCaption(): string;
|
|
24
25
|
render(): JSX.Element;
|
|
25
26
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { $IsIE } from "@docsvision/webclient/StandardServices";
|
|
2
3
|
/** @internal */
|
|
3
4
|
export interface IAgreementListContentProps {
|
|
4
5
|
data: GenModels.AgreementListModel;
|
|
5
6
|
documentNumber: string;
|
|
6
7
|
documentName: string;
|
|
7
8
|
title: string;
|
|
9
|
+
services: $IsIE;
|
|
8
10
|
}
|
|
@@ -1,8 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DirectorySearchFilters, NomenclatureSearchFilters } from "@docsvision/webclient/BackOffice/Index";
|
|
2
|
+
export declare type SearchFilters = DirectorySearchFilters | NomenclatureSearchFilters;
|
|
3
|
+
export interface ISearchFilterEntry {
|
|
4
|
+
key: SearchFilters;
|
|
5
|
+
value: string;
|
|
6
|
+
}
|
|
2
7
|
export interface IDirectorySearchInfo {
|
|
3
8
|
directoryTypeId: string;
|
|
4
|
-
searchFilters:
|
|
5
|
-
getSearchPlaceholder: (searchFilterKey:
|
|
9
|
+
searchFilters: Array<ISearchFilterEntry>;
|
|
10
|
+
getSearchPlaceholder: (searchFilterKey: SearchFilters) => string;
|
|
6
11
|
}
|
|
7
12
|
interface IDirectorySearchInfoMap {
|
|
8
13
|
[directoryTypeId: string]: IDirectorySearchInfo;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { SearchFilters } from '@docsvision/webclient/BackOffice/$WebFrameDirectorySearchInfoStorageService';
|
|
1
2
|
import { Store, Event } from 'effector';
|
|
2
3
|
export interface ISearchRequest {
|
|
3
|
-
searchFilterKey:
|
|
4
|
+
searchFilterKey: SearchFilters;
|
|
4
5
|
searchText: string;
|
|
5
6
|
}
|
|
6
7
|
export interface IWebFrameDirectorySearchPanelService {
|
|
@@ -12,6 +13,8 @@ export interface IWebFrameDirectorySearchPanelService {
|
|
|
12
13
|
setActivity: Event<boolean>;
|
|
13
14
|
/** Событие начала поиска в справочнике */
|
|
14
15
|
startSearch: Event<ISearchRequest>;
|
|
16
|
+
/** Событие очистки поисковой формы */
|
|
17
|
+
clearSearch: Event<void>;
|
|
15
18
|
}
|
|
16
19
|
export declare type $WebFrameDirectorySearchPanelService = {
|
|
17
20
|
webFrameDirectorySearchPanelService: IWebFrameDirectorySearchPanelService;
|
|
@@ -9,6 +9,7 @@ import { $TableManagement } from '@docsvision/webclient/Platform/$TableManagemen
|
|
|
9
9
|
import { $TableMode } from '@docsvision/webclient/Platform/$TableMode';
|
|
10
10
|
import { $TableRowSelection } from '@docsvision/webclient/Platform/$TableRowSelection';
|
|
11
11
|
import { BaseControl, BaseControlParams } from '@docsvision/webclient/System/BaseControl';
|
|
12
|
+
export declare type $BatchOperationServices = $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $LayoutTasksController & $EmployeeServices & $TextAreaServices & $CheckBoxServices;
|
|
12
13
|
/**
|
|
13
14
|
* Содержит публичные свойства элемента управления [GridDelegateOperation]{@link GridDelegateOperation}.
|
|
14
15
|
*/
|
|
@@ -17,7 +18,7 @@ export declare class BatchDelegateOperationParams extends BaseControlParams {
|
|
|
17
18
|
standardCssClass?: string;
|
|
18
19
|
/** Текст кнопки операции. */
|
|
19
20
|
buttonText?: string;
|
|
20
|
-
services?: $
|
|
21
|
+
services?: $BatchOperationServices;
|
|
21
22
|
}
|
|
22
23
|
/**
|
|
23
24
|
* Класс элемента управления GridDelegateOperation.
|
|
@@ -7,7 +7,7 @@ export interface ICardKindTreeNodeProps {
|
|
|
7
7
|
export declare const CardKindTreeNode:
|
|
8
8
|
import("styled-components").StyledComponent<"a", any, Partial<Pick<
|
|
9
9
|
import("react").DetailedHTMLProps<
|
|
10
|
-
import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "type" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "
|
|
10
|
+
import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "type" | "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" | "target" | "download" | "href" | "hrefLang" | "media" | "ping" | "rel" | "referrerPolicy"> & {
|
|
11
11
|
ref?: ((instance: HTMLAnchorElement) => void) |
|
|
12
12
|
import("react").RefObject<HTMLAnchorElement>;
|
|
13
13
|
}> & {
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IEmailButtonCheckboxes } from '@docsvision/webclient/BackOffice/EmailButtonLogic';
|
|
2
|
+
import { FileListItem } from '@docsvision/webclient/BackOffice/FileListItem';
|
|
3
|
+
import { Event, Store } from 'effector';
|
|
4
|
+
export declare function changeBoundaryValuesSection(checkboxes: IEmailButtonCheckboxes, files: Store<FileListItem[]>, id: string, event: Event<string>): void;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IEmailButtonCheckboxes } from '@docsvision/webclient/BackOffice/EmailButtonLogic';
|
|
2
|
+
import { FileListItem } from '@docsvision/webclient/BackOffice/FileListItem';
|
|
3
|
+
import { Store } from 'effector';
|
|
4
|
+
export declare function changeSectionValues(checkboxes: IEmailButtonCheckboxes, files: Store<FileListItem[]>, id: string): void;
|
|
@@ -37,17 +37,17 @@ export declare class ChildTasksPerformingImpl extends BaseControlImpl<Params, St
|
|
|
37
37
|
unselectAll(): Promise<void>;
|
|
38
38
|
protected HeaderCell:
|
|
39
39
|
import("styled-components").StyledComponent<(props:
|
|
40
|
-
import("C:/
|
|
40
|
+
import("C:/dev/WebCVersion/Bin/Helpers/Table/TableHelperHeaderRow").ITableHeaderCellHelperProps) => JSX.Element, any, {}, never>;
|
|
41
41
|
protected TaskStatus:
|
|
42
42
|
import("styled-components").StyledComponent<"a", any, {}, never>;
|
|
43
43
|
protected SelectableCell:
|
|
44
44
|
import("styled-components").StyledComponent<React.ForwardRefExoticComponent<
|
|
45
|
-
import("C:/
|
|
45
|
+
import("C:/dev/WebCVersion/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
|
|
46
46
|
selected: boolean;
|
|
47
47
|
}, never>;
|
|
48
48
|
protected FileCell:
|
|
49
49
|
import("styled-components").StyledComponent<React.ForwardRefExoticComponent<
|
|
50
|
-
import("C:/
|
|
50
|
+
import("C:/dev/WebCVersion/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
|
|
51
51
|
selected: boolean;
|
|
52
52
|
}, never>;
|
|
53
53
|
protected SelectAllCheckboxLabel:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function convertSizetoMegabytes(size?: number): string;
|
|
@@ -2,6 +2,7 @@ import { DeleteShortcutBatchOperationImpl, DeleteShortcutBatchOperationState } f
|
|
|
2
2
|
import { $LayoutFolderController, $LayoutCardController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
3
3
|
import { $CheckBoxServices } from "@docsvision/webclient/Platform/CheckBox";
|
|
4
4
|
import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
|
|
5
|
+
import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
|
|
5
6
|
import { $BatchOperations } from "@docsvision/webclient/Platform/$BatchOperations";
|
|
6
7
|
import { $BatchOperationsPerformer } from "@docsvision/webclient/Platform/$BatchOperationsPerformer";
|
|
7
8
|
import { $TableManagement } from "@docsvision/webclient/Platform/$TableManagement";
|
|
@@ -14,7 +15,7 @@ export declare class DeleteShortcutBatchOperationParams extends BaseControlParam
|
|
|
14
15
|
standardCssClass?: string;
|
|
15
16
|
/** Текст кнопки операции. */
|
|
16
17
|
buttonText?: string;
|
|
17
|
-
services?: $LayoutInfo & $LayoutFolderController & $CardInfo & $LayoutCardController & $TableRowSelection & $CheckBoxServices & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $CurrentFolder;
|
|
18
|
+
services?: $LayoutInfo & $LayoutFolderController & $CardInfo & $LayoutCardController & $FolderDataLoading & $TableRowSelection & $CheckBoxServices & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $CurrentFolder;
|
|
18
19
|
}
|
|
19
20
|
export declare class DeleteShortcutBatchOperation extends BaseControl<DeleteShortcutBatchOperationParams, DeleteShortcutBatchOperationState> {
|
|
20
21
|
/** @notest @internal */
|
|
@@ -14,6 +14,7 @@ export declare class DeleteShortcutBatchOperationImpl extends BaseControlImpl<De
|
|
|
14
14
|
protected onDeleteClick(): void;
|
|
15
15
|
private deleteShortcuts;
|
|
16
16
|
isVisible(): boolean;
|
|
17
|
+
getCssClass(): string;
|
|
17
18
|
private getButtonText;
|
|
18
19
|
protected renderControl(): JSX.Element;
|
|
19
20
|
}
|
|
@@ -6,6 +6,6 @@ export declare const PredefinedSeparator:
|
|
|
6
6
|
import("styled-components").StyledComponent<any, any, object, string>;
|
|
7
7
|
export declare const Item:
|
|
8
8
|
import("styled-components").StyledComponent<(props:
|
|
9
|
-
import("C:/
|
|
9
|
+
import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/Helpers/Breadcrumbs/ButtonItem").IBreadcrumbsItemProps) => JSX.Element, any, {}, never>;
|
|
10
10
|
export declare const ReadonlyLinkItemView:
|
|
11
11
|
import("styled-components").StyledComponent<any, any, object, string>;
|
|
@@ -5,6 +5,7 @@ import { DirectoryEntryModalLogic } from "@docsvision/webclient/BackOffice/Direc
|
|
|
5
5
|
import { Event } from "effector";
|
|
6
6
|
import { $LocationContainerControlServices, LocationContainerControl } from "@docsvision/webclient/System/LocationContainerControl";
|
|
7
7
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
8
|
+
/** @internal */
|
|
8
9
|
export interface IDirectoryEntryModalProps<TParams, TResult> extends Omit<ModalDialogProps, "onSetupView" | "onSetupLogic" | "isOpen">, IComponentProps<DirectoryEntryModalLogic<any, any>, DirectoryEntryModalView> {
|
|
9
10
|
locationName: string;
|
|
10
11
|
loadLayout: (params: TParams) => Promise<GenModels.LayoutViewModel>;
|
|
@@ -16,8 +17,10 @@ export interface IDirectoryEntryModalProps<TParams, TResult> extends Omit<ModalD
|
|
|
16
17
|
services: $LocationContainerControlServices;
|
|
17
18
|
name?: string;
|
|
18
19
|
}
|
|
20
|
+
/** @internal */
|
|
19
21
|
export declare class DirectoryEntryModalView {
|
|
20
22
|
dialog: (props: ModalDialogProps) => JSX.Element;
|
|
21
23
|
locationContainer: typeof LocationContainerControl;
|
|
22
24
|
}
|
|
25
|
+
/** @internal */
|
|
23
26
|
export declare const DirectoryEntryModal: (props: IDirectoryEntryModalProps<any, any>) => JSX.Element;
|
|
@@ -3,6 +3,7 @@ import { IDirectoryEntryModalProps } from "@docsvision/webclient/BackOffice/Dire
|
|
|
3
3
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
4
4
|
import { ComponentLogic } from "@docsvision/web/core/component";
|
|
5
5
|
import { Domain, Effect, Event, Store } from "effector";
|
|
6
|
+
/** @internal */
|
|
6
7
|
export declare class DirectoryEntryModalLogic<TParams, TResult> extends ComponentLogic<IDirectoryEntryModalProps<TParams, TResult>> {
|
|
7
8
|
init(options: IDirectoryEntryModalProps<TParams, TResult>): void;
|
|
8
9
|
domain: Domain;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
3
|
import './DirectoryFrame.css';
|
|
4
|
+
/** @internal */
|
|
4
5
|
export interface INomenclatureFrameProps extends HtmlProps.div {
|
|
5
6
|
expandSearchResults?: boolean;
|
|
6
7
|
renderSearchResults?: () => React.ReactNode;
|
|
@@ -8,4 +9,5 @@ export interface INomenclatureFrameProps extends HtmlProps.div {
|
|
|
8
9
|
renderTree: () => React.ReactNode;
|
|
9
10
|
renderValues: () => React.ReactNode;
|
|
10
11
|
}
|
|
12
|
+
/** @internal */
|
|
11
13
|
export declare function DirectoryFrame(props: INomenclatureFrameProps): JSX.Element;
|
|
@@ -7,4 +7,4 @@ export interface IDirectorySearchContentProps extends HtmlProps.div {
|
|
|
7
7
|
renderContent?: () => JSX.Element;
|
|
8
8
|
opened?: boolean;
|
|
9
9
|
}
|
|
10
|
-
export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "
|
|
10
|
+
export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "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" | "renderContent"> & React.RefAttributes<unknown>>;
|
|
@@ -15,6 +15,7 @@ export declare type SearchCommonResponseT = {
|
|
|
15
15
|
};
|
|
16
16
|
export declare type StaffResponse = StaffDirectorySearchResponseT & SearchCommonResponseT;
|
|
17
17
|
export declare type DirectorySearchResponse = StaffResponse;
|
|
18
|
+
/** @internal */
|
|
18
19
|
export interface IDirectorySearchResultProps extends HtmlProps.div, IComponentProps<DirectorySearchResultLogic, DirectorySearchResultView> {
|
|
19
20
|
data: DirectorySearchResponse;
|
|
20
21
|
selected?: GenModels.SearchItemModel;
|
|
@@ -25,4 +26,5 @@ export interface IDirectorySearchResultProps extends HtmlProps.div, IComponentPr
|
|
|
25
26
|
loading?: LoadingStatus;
|
|
26
27
|
onExpanded?: (expanded: boolean) => void;
|
|
27
28
|
}
|
|
29
|
+
/** @internal */
|
|
28
30
|
export declare const DirectorySearchResult: (props: IDirectorySearchResultProps) => JSX.Element;
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
import { IDirectorySearchResultProps } from "@docsvision/webclient/BackOffice/DirectorySearchResult";
|
|
3
3
|
import { ComponentLogic } from "@docsvision/web/core/component";
|
|
4
4
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
5
|
+
/** @internal */
|
|
5
6
|
export declare class DirectorySearchResultLogic extends ComponentLogic<IDirectorySearchResultProps> {
|
|
6
7
|
protected domain:
|
|
7
8
|
import("effector").Domain;
|
|
@@ -5,14 +5,15 @@ import { DirectorySearchCounter } from "@docsvision/webclient/BackOffice/Directo
|
|
|
5
5
|
import { DirectorySearchInfo } from "@docsvision/webclient/BackOffice/DirectorySearchInfo";
|
|
6
6
|
import { DirectorySearchResultList } from "@docsvision/webclient/BackOffice/DirectorySearchResultList";
|
|
7
7
|
import { DirectorySearchResponse } from "@docsvision/webclient/BackOffice/DirectorySearchResult";
|
|
8
|
+
/** @internal */
|
|
8
9
|
export declare class DirectorySearchResultView {
|
|
9
10
|
container: typeof DirectorySearchContainer;
|
|
10
11
|
content:
|
|
11
12
|
import("react").ForwardRefExoticComponent<Pick<
|
|
12
|
-
import("./components/DirectorySearchContent").IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "
|
|
13
|
+
import("./components/DirectorySearchContent").IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "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" | "renderContent"> &
|
|
13
14
|
import("react").RefAttributes<unknown>>;
|
|
14
15
|
iconButton: (props:
|
|
15
|
-
import("C:/
|
|
16
|
+
import("C:/dev/WebCVersion/Helpers/IconButton").IIconButtonProps) => JSX.Element;
|
|
16
17
|
searchResultList: typeof DirectorySearchResultList;
|
|
17
18
|
searchBreadcrumbs: typeof DirectorySearchBreadcrumbs;
|
|
18
19
|
searchInfo: typeof DirectorySearchInfo;
|
|
@@ -7,6 +7,7 @@ import { DirectoryTabPanel } from "@docsvision/webclient/BackOffice/DirectoryTab
|
|
|
7
7
|
import { DirectoryTabContents } from "@docsvision/webclient/BackOffice/DirectoryTabContents";
|
|
8
8
|
import { DirectoryTabsRoot } from "@docsvision/webclient/BackOffice/DirectoryTabsRoot";
|
|
9
9
|
import { Event } from "effector";
|
|
10
|
+
/** @internal */
|
|
10
11
|
export interface DirectoryTabsProps extends HtmlProps.div, IComponentProps<DirectoryTabsLogic, DirectoryTabsView> {
|
|
11
12
|
tabs: DirectoryTabInfo[];
|
|
12
13
|
children: (tab: DirectoryTabInfo) => React.ReactNode;
|
|
@@ -15,10 +16,12 @@ export interface DirectoryTabsProps extends HtmlProps.div, IComponentProps<Direc
|
|
|
15
16
|
}>;
|
|
16
17
|
onTabActivated?: (tab: DirectoryTabInfo) => void;
|
|
17
18
|
}
|
|
19
|
+
/** @internal */
|
|
18
20
|
export declare class DirectoryTabsView {
|
|
19
21
|
tabPanel: typeof DirectoryTabPanel;
|
|
20
22
|
tabItem: typeof DirectoryTabItem;
|
|
21
23
|
tabContent: typeof DirectoryTabContents;
|
|
22
24
|
root: typeof DirectoryTabsRoot;
|
|
23
25
|
}
|
|
26
|
+
/** @internal */
|
|
24
27
|
export declare const DirectoryTabs: (props: DirectoryTabsProps) => JSX.Element;
|
|
@@ -18,6 +18,7 @@ import { $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/L
|
|
|
18
18
|
import { Store } from "effector";
|
|
19
19
|
import { DirectoryTreeRowCancelButton } from "@docsvision/webclient/BackOffice/DirectoryTreeRowCancelButton";
|
|
20
20
|
import { DirectoryTreeHScrollContainer } from "@docsvision/webclient/BackOffice/DirectoryTreeHScrollContainer";
|
|
21
|
+
/** @internal */
|
|
21
22
|
export interface DirectoryTreeProps extends HtmlProps.div, IComponentProps<DirectoryTreeLogic, DirectoryTreeView> {
|
|
22
23
|
tree: IDirectoryTreeRow[];
|
|
23
24
|
loadingRows?: IDirectoryTreeRow[];
|
|
@@ -34,6 +35,7 @@ export interface DirectoryTreeProps extends HtmlProps.div, IComponentProps<Direc
|
|
|
34
35
|
treeAddButtonFn?: (props: DirectoryTreeProps) => JSX.Element;
|
|
35
36
|
services: Optional<$ContextMenuOptions> & $LocalStorage & $ApplicationSettings & $LayoutInfo & $EditOperationStore & $IsIE;
|
|
36
37
|
}
|
|
38
|
+
/** @internal */
|
|
37
39
|
export declare class DirectoryTreeView {
|
|
38
40
|
treeList: typeof DirectoryTreeList;
|
|
39
41
|
treeContainer: typeof DirectoryTreeContainer;
|
|
@@ -50,4 +52,5 @@ import("styled-components").StyledComponent<"div", any, {
|
|
|
50
52
|
rowName: typeof DirectoryTreeRowName;
|
|
51
53
|
rowCancelButton: typeof DirectoryTreeRowCancelButton;
|
|
52
54
|
}
|
|
55
|
+
/** @internal */
|
|
53
56
|
export declare const DirectoryTree: (props: DirectoryTreeProps) => JSX.Element;
|
|
@@ -2,6 +2,7 @@ import { DirectoryTreeProps } from "@docsvision/webclient/BackOffice/DirectoryTr
|
|
|
2
2
|
import { IDirectoryTreeRow } from "@docsvision/webclient/BackOffice/IDirectoryTreeRow";
|
|
3
3
|
import { ComponentLogic } from "@docsvision/web/core/component";
|
|
4
4
|
import { KeyCodes } from "@docsvision/web/utils/common";
|
|
5
|
+
/** @internal */
|
|
5
6
|
export declare class DirectoryTreeLogic extends ComponentLogic<DirectoryTreeProps> {
|
|
6
7
|
protected domain:
|
|
7
8
|
import("effector").Domain;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { IComponentProps } from '@docsvision/web/core/component';
|
|
3
3
|
import { DirectoryValuesLogic } from "@docsvision/webclient/BackOffice/DirectoryValuesLogic";
|
|
4
|
-
import { IRow, ITablePlugins } from "@docsvision/web/components/table/interfaces";
|
|
5
|
-
import {
|
|
4
|
+
import { IRow, ITableData, ITablePlugins } from "@docsvision/web/components/table/interfaces";
|
|
5
|
+
import { ITableDataServiceOptions } from "@docsvision/web/components/table/plugins/table-data";
|
|
6
6
|
import { TableCompositionProps } from "@docsvision/web/components/table/main";
|
|
7
7
|
import { DirectoryValuesWrapper } from "@docsvision/webclient/BackOffice/DirectoryValuesWrapper";
|
|
8
8
|
import { DirectoryValuesContainer } from "@docsvision/webclient/BackOffice/DirectoryValuesContainer";
|
|
@@ -15,11 +15,12 @@ import { Optional } from "@docsvision/web/core/services";
|
|
|
15
15
|
import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
|
|
16
16
|
import { $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
17
17
|
import { IDirectoryTreeRow } from "@docsvision/webclient/BackOffice/IDirectoryTreeRow";
|
|
18
|
-
import { DirectoryValuesHScrollContainer } from "@docsvision/webclient/BackOffice/DirectoryValuesHScrollContainer";
|
|
19
18
|
import { $SelectionRow } from "@docsvision/webclient/BackOffice/$SelectionRow";
|
|
19
|
+
/** @internal */
|
|
20
20
|
export interface DirectoryValuesProps extends Omit<TableCompositionProps, "data">, IComponentProps<DirectoryValuesLogic, DirectoryValuesView> {
|
|
21
21
|
section: IDirectoryTreeRow;
|
|
22
|
-
|
|
22
|
+
dataLoad: ITableDataServiceOptions;
|
|
23
|
+
data: ITableData;
|
|
23
24
|
loading: boolean;
|
|
24
25
|
plugins?: ITablePlugins[];
|
|
25
26
|
loadingRows?: IRow[];
|
|
@@ -31,13 +32,14 @@ export interface DirectoryValuesProps extends Omit<TableCompositionProps, "data"
|
|
|
31
32
|
placeholderText?: string;
|
|
32
33
|
services?: $LocalStorage & $ApplicationSettings & $LayoutInfo & $EditOperationStore & Optional<$ContextMenuOptions> & Optional<$SelectionRow>;
|
|
33
34
|
}
|
|
35
|
+
/** @internal */
|
|
34
36
|
export declare class DirectoryValuesView {
|
|
35
37
|
wrapper: typeof DirectoryValuesWrapper;
|
|
36
38
|
container: typeof DirectoryValuesContainer;
|
|
37
|
-
horizontalScroll: typeof DirectoryValuesHScrollContainer;
|
|
38
39
|
valuesAddButton: typeof DirectoryValuesAddButton;
|
|
39
40
|
composition: (props: TableCompositionProps) => JSX.Element;
|
|
40
41
|
rowIcon: typeof DirectoryValuesIcon;
|
|
41
42
|
loadingView: typeof DirectoryValuesLoading;
|
|
42
43
|
}
|
|
44
|
+
/** @internal */
|
|
43
45
|
export declare const DirectoryValues: (props: DirectoryValuesProps) => JSX.Element;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { DirectoryValuesProps } from "@docsvision/webclient/BackOffice/DirectoryValues";
|
|
2
2
|
import { ComponentLogic } from "@docsvision/web/core/component";
|
|
3
|
+
/** @internal */
|
|
3
4
|
export declare class DirectoryValuesLogic extends ComponentLogic<DirectoryValuesProps> {
|
|
4
5
|
protected domain:
|
|
5
6
|
import("effector").Domain;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { EmailButtonLogic } from '@docsvision/webclient/BackOffice/EmailButtonLogic';
|
|
3
|
+
import { EmailButtonParams } from '@docsvision/webclient/BackOffice/EmailButtonOptions';
|
|
4
|
+
import { EmailButtonView } from '@docsvision/webclient/BackOffice/EmailButtonView';
|
|
5
|
+
import { BaseControl } from '@docsvision/webclient/System/BaseControl';
|
|
6
|
+
import { BaseControlImplState } from '@docsvision/webclient/System/BaseControlImpl';
|
|
7
|
+
import { ControlImpl } from '@docsvision/webclient/System/ControlImpl';
|
|
8
|
+
export interface EmailButtonState extends BaseControlImplState, EmailButtonParams {
|
|
9
|
+
logic: EmailButtonLogic;
|
|
10
|
+
view: EmailButtonView;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Класс элемента управления EmailButton.
|
|
14
|
+
*/
|
|
15
|
+
export declare class EmailButton extends BaseControl<EmailButtonParams, EmailButtonState> {
|
|
16
|
+
construct(): void;
|
|
17
|
+
protected createParams(): EmailButtonParams;
|
|
18
|
+
protected createImpl(): ControlImpl;
|
|
19
|
+
protected addCssClass: () => "" | "hide";
|
|
20
|
+
renderControl(): JSX.Element;
|
|
21
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { EmailButton } from '@docsvision/webclient/BackOffice/EmailButton';
|
|
3
|
+
import './EmailButton.stories.css';
|
|
4
|
+
declare const _default: {
|
|
5
|
+
title: string;
|
|
6
|
+
component: typeof EmailButton;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
9
|
+
export declare const Default: () => JSX.Element;
|
|
10
|
+
export declare const ModifyFilesSelection: () => JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { EmailButtonLogic } from '@docsvision/webclient/BackOffice/EmailButtonLogic';
|
|
3
|
+
import { EmailButtonView } from '@docsvision/webclient/BackOffice/EmailButtonView';
|
|
4
|
+
import './EmailButtonContainer.css';
|
|
5
|
+
export declare const EmailButtonContainer: (props: {
|
|
6
|
+
logic: EmailButtonLogic;
|
|
7
|
+
view: EmailButtonView;
|
|
8
|
+
}) => JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
|
|
3
|
+
import './EmailButtonFiles.css';
|
|
4
|
+
export interface EmailButtonFilesProps extends HtmlProps.div {
|
|
5
|
+
}
|
|
6
|
+
/** Стилевой контейнер файлов {@see EmailButtonContainer }. */
|
|
7
|
+
export declare const EmailButtonFiles: (props: EmailButtonFilesProps) => JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
|
|
3
|
+
import './EmailButtonItem.css';
|
|
4
|
+
export interface EmailButtonItemProps extends HtmlProps.span {
|
|
5
|
+
title: string;
|
|
6
|
+
size: number;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
bold?: boolean;
|
|
9
|
+
renderCheckbox: () => ReactNode;
|
|
10
|
+
}
|
|
11
|
+
/** Стилевой контейнер меню {@see EmailButtonContainer }. */
|
|
12
|
+
export declare const EmailButtonItem: (props: EmailButtonItemProps) => JSX.Element;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EmailButtonParams } from '@docsvision/webclient/BackOffice/EmailButtonOptions';
|
|
2
|
+
import { FileListItem } from '@docsvision/webclient/BackOffice/FileListItem';
|
|
3
|
+
export interface IEmailButtonCheckboxes {
|
|
4
|
+
[id: string]: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare class EmailButtonLogic {
|
|
7
|
+
options: EmailButtonParams;
|
|
8
|
+
constructor(options: EmailButtonParams);
|
|
9
|
+
domain:
|
|
10
|
+
import("effector").Domain;
|
|
11
|
+
getEmlFile:
|
|
12
|
+
import("effector").Event<void>;
|
|
13
|
+
getEmlFileFx:
|
|
14
|
+
import("effector").Effect<void, Blob, Error>;
|
|
15
|
+
$emlLoading:
|
|
16
|
+
import("effector").Store<boolean>;
|
|
17
|
+
getFiles:
|
|
18
|
+
import("effector").Event<void>;
|
|
19
|
+
$files:
|
|
20
|
+
import("effector").Store<FileListItem[]>;
|
|
21
|
+
$mainFiles:
|
|
22
|
+
import("effector").Store<FileListItem[]>;
|
|
23
|
+
$mainFilesSize:
|
|
24
|
+
import("effector").Store<number>;
|
|
25
|
+
$additionalFiles:
|
|
26
|
+
import("effector").Store<FileListItem[]>;
|
|
27
|
+
$additionalFilesSize:
|
|
28
|
+
import("effector").Store<number>;
|
|
29
|
+
$selectedFiles:
|
|
30
|
+
import("effector").Store<FileListItem[]>;
|
|
31
|
+
$selectedFileIds:
|
|
32
|
+
import("effector").Store<string[]>;
|
|
33
|
+
$selectedFilesSize:
|
|
34
|
+
import("effector").Store<number>;
|
|
35
|
+
$checkboxes:
|
|
36
|
+
import("effector").Store<IEmailButtonCheckboxes>;
|
|
37
|
+
changeFileSelection:
|
|
38
|
+
import("effector").Event<string>;
|
|
39
|
+
changeSectionSelection:
|
|
40
|
+
import("effector").Event<string>;
|
|
41
|
+
init(): Promise<void>;
|
|
42
|
+
}
|