@docsvision/webclient 5.17.0-beta.17 → 5.17.0-beta.19
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/Account/AddBackgroundMovementEffect.d.ts +2 -0
- package/Account/AuthBox.d.ts +11 -0
- package/Account/Authentication.d.ts +1 -0
- package/Account/Box.d.ts +7 -0
- package/Account/Button.d.ts +10 -0
- package/Account/ChangeMethodButton.d.ts +6 -0
- package/Account/ContactBox.d.ts +7 -0
- package/Account/ErrorBlock.d.ts +7 -0
- package/Account/Form.d.ts +11 -0
- package/Account/Greeting.d.ts +7 -0
- package/Account/Input.d.ts +15 -0
- package/Account/Login.stories.d.ts +12 -0
- package/Account/LoginContainer.d.ts +46 -0
- package/Account/LoginError.d.ts +11 -0
- package/Account/LoginExtensionManager.d.ts +3 -0
- package/Account/LoginInputsDivider.d.ts +5 -0
- package/Account/LoginLogic.d.ts +61 -0
- package/Account/LoginPage.d.ts +3 -0
- package/Account/Logo.d.ts +3 -0
- package/Account/ProviderButton.d.ts +9 -0
- package/Account/Providers.d.ts +8 -0
- package/Account/index.d.ts +100 -0
- package/Approval/AgreementStage.d.ts +1 -0
- package/BackOffice/AcknowledgementListButton.d.ts +2 -2
- package/BackOffice/AcknowledgementListContainer.d.ts +1 -1
- package/BackOffice/AuthenticationKinds.d.ts +23 -0
- package/BackOffice/AuthenticationKinds.stories.d.ts +10 -0
- package/BackOffice/AuthenticationKindsConstants.d.ts +1 -0
- package/BackOffice/AuthenticationKindsContainer.d.ts +8 -0
- package/BackOffice/AuthenticationKindsFrame.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetHeader.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetLabel.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetUseExtensionState.d.ts +7 -0
- package/BackOffice/AuthenticationKindsItem.d.ts +6 -0
- package/BackOffice/AuthenticationKindsList.d.ts +6 -0
- package/BackOffice/AuthenticationKindsLogic.d.ts +56 -0
- package/BackOffice/AuthenticationKindsModalDialog.d.ts +6 -0
- package/BackOffice/AuthenticationKindsNotEqualLogins.d.ts +8 -0
- package/BackOffice/AuthenticationKindsOptions.d.ts +30 -0
- package/BackOffice/AuthenticationKindsTextBox.d.ts +7 -0
- package/BackOffice/AuthenticationKindsUpdateLogin.d.ts +8 -0
- package/BackOffice/AuthenticationKindsUpdateUseExtension.d.ts +8 -0
- package/BackOffice/AuthenticationKindsView.d.ts +19 -0
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/CommandMenuComponent.d.ts +1 -1
- package/BackOffice/CreateWindow.d.ts +1 -1
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +3 -2
- package/BackOffice/DirectoryDesignerTreeNode.d.ts +1 -1
- package/BackOffice/DirectoryFrame.d.ts +1 -1
- package/BackOffice/DirectoryRowCutSelection.d.ts +1 -1
- package/BackOffice/DirectoryRowIcon.d.ts +1 -1
- package/BackOffice/DirectoryRowSelection.d.ts +1 -1
- package/BackOffice/DirectorySearchBreadcrumbs.d.ts +1 -1
- package/BackOffice/DirectorySearchContainer.d.ts +1 -1
- package/BackOffice/DirectorySearchContent.d.ts +2 -2
- package/BackOffice/DirectorySearchCounter.d.ts +1 -1
- package/BackOffice/DirectorySearchInfo.d.ts +1 -1
- package/BackOffice/DirectorySearchResult.d.ts +1 -1
- package/BackOffice/DirectorySearchResultList.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DirectorySplitter.d.ts +1 -1
- package/BackOffice/DirectoryTabContents.d.ts +1 -1
- package/BackOffice/DirectoryTabItem.d.ts +1 -1
- package/BackOffice/DirectoryTabPanel.d.ts +1 -1
- package/BackOffice/DirectoryTabsRoot.d.ts +1 -1
- package/BackOffice/DirectoryTreeAddButton.d.ts +1 -1
- package/BackOffice/DirectoryTreeContainer.d.ts +1 -1
- package/BackOffice/DirectoryTreeHScrollContainer.d.ts +1 -1
- package/BackOffice/DirectoryTreeIcon.d.ts +1 -1
- package/BackOffice/DirectoryTreeRow.d.ts +1 -1
- package/BackOffice/DirectoryTreeRowCancelButton.d.ts +1 -1
- package/BackOffice/DirectoryTreeRowName.d.ts +1 -1
- package/BackOffice/DirectoryTreeToggle.d.ts +1 -1
- package/BackOffice/DirectoryTreeWrapper.d.ts +1 -1
- package/BackOffice/DirectoryValuesAddButton.d.ts +1 -1
- package/BackOffice/DirectoryValuesContainer.d.ts +1 -1
- package/BackOffice/DirectoryValuesIcon.d.ts +1 -1
- package/BackOffice/DirectoryValuesLoading.d.ts +1 -1
- package/BackOffice/DirectoryValuesWrapper.d.ts +1 -1
- package/BackOffice/DisplayPerformersImpl.d.ts +1 -1
- package/BackOffice/EditWindow.d.ts +1 -1
- package/BackOffice/EmailButton.stories.d.ts +1 -1
- package/BackOffice/EmailButtonContainer.d.ts +1 -1
- package/BackOffice/EmailButtonFiles.d.ts +1 -1
- package/BackOffice/EmailButtonItem.d.ts +1 -1
- package/BackOffice/EmailButtonSelectedSize.d.ts +1 -1
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/EmployeesTabFrame.d.ts +1 -1
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListBuiltInOperations.d.ts +1 -0
- package/BackOffice/FileListConstants.d.ts +3 -0
- package/BackOffice/FileListControl.d.ts +14 -0
- package/BackOffice/FileListControlImpl.d.ts +1 -1
- package/BackOffice/FileListControlLogic.d.ts +6 -6
- package/BackOffice/FileListItem.d.ts +1 -0
- package/BackOffice/FileListItemComponent.d.ts +3 -2
- package/BackOffice/FileListItemProps.d.ts +1 -0
- package/BackOffice/IExtraFileAddedArgs.d.ts +0 -2
- package/BackOffice/IExtraFileDeletedArgs.d.ts +0 -2
- package/BackOffice/IFileClickingArgs.d.ts +4 -0
- package/BackOffice/IFileMenuOpeningArgs.d.ts +0 -2
- package/BackOffice/IFileOpenedArgs.d.ts +0 -2
- package/BackOffice/IFileOpeningArgs.d.ts +0 -2
- package/BackOffice/IFilePreviewedArgs.d.ts +0 -2
- package/BackOffice/IFilePreviewingArgs.d.ts +0 -2
- package/BackOffice/IFileSignInteractionModel.d.ts +1 -0
- package/BackOffice/IFileSignUploadingArgs.d.ts +0 -2
- package/BackOffice/IFileVersionDownloadedArgs.d.ts +0 -2
- package/BackOffice/IFileVersionExpandingArgs.d.ts +4 -0
- package/BackOffice/IFileVersionUploadedArgs.d.ts +0 -2
- package/BackOffice/IFileVersionUploadingArgs.d.ts +0 -2
- package/BackOffice/IFileVisualizedArgs.d.ts +0 -2
- package/BackOffice/IFileVisualizingArgs.d.ts +0 -2
- package/BackOffice/ILinkEventArgs.d.ts +2 -4
- package/BackOffice/IMainFileAddedArgs.d.ts +0 -2
- package/BackOffice/IMainFileDeletedArgs.d.ts +0 -2
- package/BackOffice/IRowClickArgs.d.ts +0 -2
- package/BackOffice/ITaskDataModel.d.ts +4 -0
- package/BackOffice/ITaskListItemProps.d.ts +3 -2
- package/BackOffice/ITaskListProps.d.ts +2 -1
- package/BackOffice/ITaskRowClickEventArgs.d.ts +2 -3
- package/BackOffice/ITasksTableRow.d.ts +1 -0
- package/BackOffice/LinkItem.d.ts +1 -0
- package/BackOffice/Links.d.ts +13 -1
- package/BackOffice/LinksImpl.d.ts +3 -3
- package/BackOffice/NumeratorImpl.d.ts +1 -1
- package/BackOffice/OpenTaskInNewWindow.d.ts +1 -1
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PartnerSelectDialog.d.ts +1 -0
- package/BackOffice/PrintButtonContainer.d.ts +1 -1
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/RemoveFromGroupIconGridPlugin.d.ts +1 -1
- package/BackOffice/SignatureButton.stories.d.ts +1 -1
- package/BackOffice/SignatureButtonComponent.d.ts +1 -1
- package/BackOffice/SignatureButtonMenu.d.ts +1 -1
- package/BackOffice/SignatureButtonMenuItem.d.ts +1 -1
- package/BackOffice/SignatureDialogFrame.d.ts +1 -1
- package/BackOffice/SignatureDialogMethods.d.ts +1 -1
- package/BackOffice/SignatureDialogNoPluginMessage.d.ts +1 -1
- package/BackOffice/SignatureDialogSettings.d.ts +1 -1
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +1 -1
- package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +1 -1
- package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +1 -1
- package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +1 -1
- package/BackOffice/SignatureMethodsSetupFrame.d.ts +1 -1
- package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +1 -1
- package/BackOffice/StaffDirectory.d.ts +1 -1
- package/BackOffice/StaffDirectoryHead.d.ts +1 -1
- package/BackOffice/StaffDirectoryInfo.d.ts +1 -1
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +2 -1
- package/BackOffice/StaffDirectoryTreeAddButton.d.ts +1 -1
- package/BackOffice/TaskListComponent.d.ts +3 -2
- package/BackOffice/TaskListItemComponent.d.ts +1 -1
- package/BackOffice/Tasks.d.ts +10 -1
- package/BackOffice/TasksImpl.d.ts +2 -0
- package/BackOffice/TasksTable.d.ts +22 -0
- package/BackOffice/TasksTableContainer.d.ts +1 -1
- package/BackOffice/TasksTableLink.d.ts +0 -1
- package/BackOffice/TasksTableLogic.d.ts +17 -1
- package/BackOffice/TasksTableRow.d.ts +1 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/Generated/DocsVision.WebClient.Controllers.d.ts +33 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +302 -5
- package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +1 -1
- package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +1 -1
- package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +1 -1
- package/Helpers/ComboBox/ComboBoxElement.d.ts +1 -1
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +1 -1
- package/Helpers/ControlSelector/ControlSelector.d.ts +1 -1
- package/Helpers/CustomTree/CustomTreeNode.d.ts +1 -1
- package/Helpers/DVWebToolConnection/DVWebToolConnection.d.ts +7 -2
- package/Helpers/DropdownButton/components/DropdownMenu.d.ts +1 -1
- package/Helpers/DropdownButton/components/DropdownMenuItem.d.ts +1 -1
- package/Helpers/DropdownButton/components/DropdownMenuItemContent.d.ts +1 -1
- package/Helpers/MainMenu/{Item.d.ts → MainMenuItem.d.ts} +4 -4
- package/Helpers/SliderCheckBox/SliderCheckBox.d.ts +1 -1
- package/Helpers/Sortable/Sortable.d.ts +1 -1
- package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +1 -1
- package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +1 -1
- package/Helpers/WithMemo.d.ts +2 -0
- package/Legacy/ApprovalFilePanel.d.ts +4 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Libs/CryptoPro/Crypto.d.ts +102 -0
- package/Libs/FileDrop/FileDrop.d.ts +49 -0
- package/MainBundle.d.ts +1 -0
- package/Platform/AccessListEntryRow.d.ts +1 -1
- package/Platform/AggregateItemCheckbox.d.ts +2 -2
- package/Platform/AggregatesApplyButtonPanel.d.ts +1 -1
- package/Platform/AggregatesGroup.d.ts +1 -1
- package/Platform/AggregatesListItem.d.ts +1 -1
- package/Platform/AggregatesNotAvailable.d.ts +1 -1
- package/Platform/AggregatesPanelHeader.d.ts +1 -1
- package/Platform/AggregatesTree.d.ts +1 -1
- package/Platform/ApprovalVisualizationArrows.d.ts +1 -1
- package/Platform/ApprovalVisualizationConditionList.d.ts +1 -1
- package/Platform/ApprovalVisualizationConditionOption.d.ts +1 -1
- package/Platform/ApprovalVisualizationContainer.d.ts +1 -1
- package/Platform/ApprovalVisualizationOptions.d.ts +1 -4
- package/Platform/ApprovalVisualizationView.d.ts +1 -1
- package/Platform/ApprovalVisualizationVisBlock.d.ts +2 -2
- package/Platform/ArchivedCardsPlugin.d.ts +1 -1
- package/Platform/BaseMainMenuItem.d.ts +1 -0
- package/Platform/BaseMainMenuItemImpl.d.ts +5 -2
- package/Platform/ButtonPositionsSelection.d.ts +1 -1
- package/Platform/CardEditRouteTypeMapper.d.ts +1 -1
- package/Platform/CardLinkImpl.d.ts +1 -1
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/ClearButton.d.ts +1 -1
- package/Platform/ColorModeHandle.d.ts +5 -0
- package/Platform/CommentFileImpl.d.ts +4 -1
- package/Platform/ConvertSearchValue.d.ts +1 -0
- package/Platform/CreateApexChartInstance.d.ts +7 -0
- package/Platform/CreateDiagramParams.d.ts +21 -0
- package/Platform/CreateFolderRequestModel.d.ts +3 -0
- package/Platform/CreateSearchRequestModel.d.ts +3 -0
- package/Platform/CryptoProInfo.d.ts +4 -4
- package/Platform/DVWebToolInfo.d.ts +4 -4
- package/Platform/DateInput.d.ts +1 -1
- package/Platform/DeleteBatchOperationImpl.d.ts +1 -1
- package/Platform/DepartmentRowEditRouteTypeMapper.d.ts +1 -4
- package/Platform/DepartmentRowViewRouteTypeMapper.d.ts +1 -4
- package/Platform/Diagram.d.ts +19 -0
- package/Platform/Diagram.stories.d.ts +11 -0
- package/Platform/DiagramChart.d.ts +7 -0
- package/Platform/DiagramConstants.d.ts +12 -0
- package/Platform/DiagramContainer.d.ts +7 -0
- package/Platform/DiagramLoader.d.ts +8 -0
- package/Platform/DiagramLogic.d.ts +74 -0
- package/Platform/DiagramOptions.d.ts +54 -0
- package/Platform/DiagramQueryParams.d.ts +10 -0
- package/Platform/DiagramUtils.d.ts +12 -0
- package/Platform/DiagramView.d.ts +10 -0
- package/Platform/DiagramWrapper.d.ts +5 -0
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +1 -1
- package/Platform/Dropdown.stories.d.ts +1 -1
- package/Platform/ExistingRowRouteNames.d.ts +2 -2
- package/Platform/FilePreviewImpl.d.ts +3 -1
- package/Platform/FilterBoolean.d.ts +6 -0
- package/Platform/FilterDate.d.ts +2 -2
- package/Platform/FilterDateRangePicker.d.ts +1 -1
- package/Platform/FocusableTextInput.d.ts +1 -1
- package/Platform/FolderGrid.d.ts +1 -1
- package/Platform/FolderHelpDialog.d.ts +1 -1
- package/Platform/FolderMainMenuItem.d.ts +2 -1
- package/Platform/FolderMainMenuItemImpl.d.ts +1 -0
- package/Platform/FolderOperationManager.d.ts +1 -1
- package/Platform/FolderSizePlugin.d.ts +1 -1
- package/Platform/FolderTypeDialog.d.ts +1 -1
- package/Platform/FolderViewItemsImpl.d.ts +6 -4
- package/Platform/FormatSearchQueryParams.d.ts +2 -0
- package/Platform/GetDiagramType.d.ts +6 -0
- package/Platform/GroupMainMenuItemImpl.d.ts +1 -0
- package/Platform/IDiagramModels.d.ts +129 -0
- package/Platform/InputWithMask.d.ts +1 -1
- package/Platform/LayoutIconButtonImpl.d.ts +1 -1
- package/Platform/ListCheckbox.d.ts +2 -2
- package/Platform/ListContent.d.ts +1 -1
- package/Platform/ListContentHightlight.d.ts +1 -1
- package/Platform/ListEmpty.d.ts +1 -1
- package/Platform/ListEmptySearchIcon.d.ts +1 -1
- package/Platform/ListInput.d.ts +2 -2
- package/Platform/ListItem.d.ts +1 -1
- package/Platform/ListLoading.d.ts +1 -1
- package/Platform/ListSearchIcon.d.ts +1 -1
- package/Platform/ListSlot.d.ts +1 -1
- package/Platform/ListTotalItem.d.ts +1 -1
- package/Platform/LoadApexLibrary.d.ts +1 -0
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/MasterGroupMainMenuItemImpl.d.ts +1 -0
- package/Platform/NewCardRouteTypeMapper.d.ts +5 -5
- package/Platform/NewDepartmentRowRouteTypeMapper.d.ts +1 -7
- package/Platform/NewOrganizationRowRouteTypeMapper.d.ts +1 -7
- package/Platform/NewRowRouteTypeMapper.d.ts +4 -4
- package/Platform/OrganizationRowEditRouteTypeMapper.d.ts +1 -4
- package/Platform/OrganizationRowViewRouteTypeMapper.d.ts +1 -4
- package/Platform/ParseModel.d.ts +4 -0
- package/Platform/QueryCondition.stories.d.ts +5 -0
- package/Platform/Quotes.d.ts +1 -1
- package/Platform/QuotesButtonMore.d.ts +1 -1
- package/Platform/QuotesHighlight.d.ts +1 -1
- package/Platform/QuotesItem.d.ts +1 -1
- package/Platform/QuotesModal.d.ts +1 -1
- package/Platform/QuotesModalButtonBlock.d.ts +1 -1
- package/Platform/QuotesModalQuote.d.ts +1 -1
- package/Platform/QuotesWrapper.d.ts +1 -1
- package/Platform/ResetSettings.d.ts +7 -6
- package/Platform/RotateDirection.d.ts +3 -1
- package/Platform/RowEditRouteTypeMapper.d.ts +2 -2
- package/Platform/RowViewRouteTypeMapper.d.ts +0 -3
- package/Platform/ScanDialogService.d.ts +1 -1
- package/Platform/SearchTextInput.d.ts +2 -2
- package/Platform/SecurityDescriptorDialog.d.ts +2 -2
- package/Platform/SecurityDialogFrame.d.ts +1 -1
- package/Platform/SettingsPopup.d.ts +1 -1
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -1
- package/Platform/SettingsPopupColumn.d.ts +1 -1
- package/Platform/SettingsPopupItemView.d.ts +1 -1
- package/Platform/SettingsPopupRow.d.ts +1 -1
- package/Platform/ShowAllButton.d.ts +1 -1
- package/Platform/Strategies.d.ts +23 -0
- package/Platform/TableCellNumberRightAlignPlugin.d.ts +1 -1
- package/Platform/TableRowColorPlugin.d.ts +1 -1
- package/Platform/TextAreaImpl.d.ts +1 -0
- package/Platform/TextListInputView.d.ts +3 -3
- package/Platform/TextListInputWrapper.d.ts +1 -1
- package/Platform/ToolbarDaughterControlImpl.d.ts +1 -1
- package/Platform/TransformToChartData.d.ts +6 -0
- package/Platform/UnreadBarTablePlugins.d.ts +1 -1
- package/Platform/UnreadCounter.d.ts +3 -1
- package/Platform/UserCulture.d.ts +4 -4
- package/Platform/UserFoldersMainMenuItemImpl.d.ts +1 -0
- package/Platform/UserProfileDialog.d.ts +2 -1
- package/Platform/WebFrameHelpButton.stories.d.ts +1 -1
- package/Platform/WebFrameNavigationBar.stories.d.ts +1 -1
- package/Platform/WebFrameSearchPanel.stories.d.ts +1 -1
- package/Platform/WebFrameUserPanel.stories.d.ts +1 -1
- package/StandardServices.d.ts +2 -1
- package/System/$FolderColors.d.ts +25 -0
- package/System/BaseControlImpl.d.ts +1 -1
- package/System/DataGridControl.d.ts +1 -1
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/FolderColorsService.d.ts +11 -0
- package/System/GridModelStub.d.ts +26 -0
- package/System/IWebServicesRequest.d.ts +2 -0
- package/System/InputBasedControlImpl.d.ts +1 -1
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/Poll.d.ts +1 -1
- package/System/PollService.d.ts +1 -1
- package/System/ResourcesStub.d.ts +3 -0
- package/System/StringUtils.d.ts +1 -1
- package/package.json +1 -1
- package/BackOffice/IFileListRow.d.ts +0 -4
- package/BackOffice/ILinkRow.d.ts +0 -3
|
@@ -3,14 +3,14 @@ export declare class EmailButtonView {
|
|
|
3
3
|
button: (props:
|
|
4
4
|
import("@docsvision/web/components/form/button").ButtonProps) => JSX.Element;
|
|
5
5
|
buttonDialog: (props:
|
|
6
|
-
import("C:/
|
|
6
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
7
7
|
modalDialog: (props:
|
|
8
8
|
import("@docsvision/web/components/modals/modal-dialog").ModalDialogProps) => JSX.Element;
|
|
9
9
|
item: (props:
|
|
10
10
|
import("./components/EmailButtonItem").EmailButtonItemProps) => JSX.Element;
|
|
11
11
|
checkbox:
|
|
12
12
|
import("react").ForwardRefExoticComponent<Pick<
|
|
13
|
-
|
|
13
|
+
| "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "checked" | "readOnly" | "required" | "htmlFor" | "onSetupView" | "indeterminate" | "onSetupLogic" | "labelText" | "innerRef" | "dataTestId"> &
|
|
14
14
|
import("react").RefAttributes<unknown>>;
|
|
15
15
|
files: (props:
|
|
16
16
|
import("./components/EmailButtonFiles").EmailButtonFilesProps) => JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IEmployeesTabFrameProps extends HtmlProps.div {
|
|
5
5
|
renderHead: () => React.ReactNode;
|
|
6
6
|
renderTable: () => React.ReactNode;
|
|
@@ -38,7 +38,7 @@ export declare class ExistingCardLinkDialog extends React.Component<Props, State
|
|
|
38
38
|
private attachRoot;
|
|
39
39
|
DialogBox:
|
|
40
40
|
import("styled-components").StyledComponent<(props:
|
|
41
|
-
import("C:/
|
|
41
|
+
import("C:/Git/WC/Bin/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
42
42
|
close(): void;
|
|
43
43
|
onMaximize: () => void;
|
|
44
44
|
render(): JSX.Element;
|
|
@@ -54,6 +54,8 @@ import { $CryptoPro } from "@docsvision/webclient/BackOffice/$CryptoPro";
|
|
|
54
54
|
import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
55
55
|
import { $DigitalSignature } from "@docsvision/webclient/BackOffice/$DigitalSignature";
|
|
56
56
|
import { IRowClickArgs } from "@docsvision/webclient/BackOffice/IRowClickArgs";
|
|
57
|
+
import { IFileVersionExpandingArgs } from "@docsvision/webclient/BackOffice/IFileVersionExpandingArgs";
|
|
58
|
+
import { IFileClickingArgs } from "@docsvision/webclient/BackOffice/IFileClickingArgs";
|
|
57
59
|
/**
|
|
58
60
|
* Содержит публичные свойства элемента управления [Список файлов]{@link FileListControl}.
|
|
59
61
|
*/
|
|
@@ -127,6 +129,8 @@ export declare class FileListControlParams extends BaseControlParams {
|
|
|
127
129
|
fileOpening?: CancelableApiEvent<IFileOpeningArgs>;
|
|
128
130
|
/** Событие возникает при открытии журнала подписей. */
|
|
129
131
|
signatureListViewing?: CancelableApiEvent<ISignatureListViewingArgs>;
|
|
132
|
+
/** Событие возникает перед открытием диалога подписания. */
|
|
133
|
+
signatureDialogOpening?: CancelableApiEvent<IEventArgs>;
|
|
130
134
|
/** Событие возникает при подписании файла. */
|
|
131
135
|
signatureCreating?: CancelableApiEvent<ISignatureCreatingArgs>;
|
|
132
136
|
/** Событие возникает при добавлении комментария к версии файла. */
|
|
@@ -139,6 +143,8 @@ export declare class FileListControlParams extends BaseControlParams {
|
|
|
139
143
|
fileVisualizing?: CancelableApiEvent<IFileVisualizingArgs>;
|
|
140
144
|
/** Событие возникает при открытии меню файла. */
|
|
141
145
|
fileMenuOpening?: CancelableApiEvent<IFileMenuOpeningArgs>;
|
|
146
|
+
/** Событие возникает при разворачивании списка версий */
|
|
147
|
+
fileVersionExpanding?: CancelableApiEvent<IFileVersionExpandingArgs>;
|
|
142
148
|
/** Событие возникает после удаления основного файла. */
|
|
143
149
|
mainFileDeleted?: BasicApiEvent<IMainFileDeletedArgs>;
|
|
144
150
|
/** Событие возникает после удаления дополнительного файла. */
|
|
@@ -179,6 +185,8 @@ export declare class FileListControlParams extends BaseControlParams {
|
|
|
179
185
|
fileSaveByWebDAV?: BasicApiEvent<IEventArgs>;
|
|
180
186
|
/** Событие возникает при клике на строку таблицы. */
|
|
181
187
|
rowClick?: BasicApiEvent<IRowClickArgs>;
|
|
188
|
+
/** Событие возникает перед кликом по имени файла */
|
|
189
|
+
fileNameClicking?: CancelableApiEvent<IFileClickingArgs>;
|
|
182
190
|
/** Сервисы. */
|
|
183
191
|
services?: $FileService & $DocumentCardController & $FileController & $LayoutFileController & $Layout & $RequestManager & $SignatureController & $CardId & $RealtimeCommunicationService & $Router & $DeviceType & $EditOperationStore & $CardInfo & $DataVisualizationController & $LayoutCheck & $ApplicationSettings & $FileUpload & $UrlStore & $MessageBox & $WebViewIOSEnabled & $LayoutFileApiController & $LayoutDocumentController & $CloudSignature & $CryptoPro & $LocalStorage & $SignatureMethodsController & $DigitalSignature & $LayoutManager & $LayoutInfo;
|
|
184
192
|
}
|
|
@@ -290,6 +298,12 @@ export declare class FileListControl extends BaseControl<FileListControlParams,
|
|
|
290
298
|
* @param fileVersion Версия файла. Если пропущен, то будет открыта текущая версия.
|
|
291
299
|
*/
|
|
292
300
|
openPreview(fileItem: FileListItem, fileVersion?: GenModels.VersionedFileModel): void;
|
|
301
|
+
/**
|
|
302
|
+
* Добавляет/удаляет css класс строки таблицы.
|
|
303
|
+
* @param fileItem Файл.
|
|
304
|
+
* @param style Класс, который будет добавлен к строке.
|
|
305
|
+
*/
|
|
306
|
+
toggleRowClass(fileItem: FileListItem, style: string): void;
|
|
293
307
|
/**
|
|
294
308
|
* Скачивает (на компьютер) указанную версию файла.
|
|
295
309
|
* @param fileItem Файл.
|
|
@@ -55,7 +55,6 @@ export declare class FileListControlImpl extends BaseControlImpl<FileListControl
|
|
|
55
55
|
requestHelper: RequestHelper;
|
|
56
56
|
filesHeader: HTMLElement;
|
|
57
57
|
wasToggled: boolean;
|
|
58
|
-
wasInitialised: boolean;
|
|
59
58
|
get logic(): FileListControlLogic;
|
|
60
59
|
constructor(props: FileListControlParams, state: FileListControlState);
|
|
61
60
|
UNSAFE_componentWillMount(): void;
|
|
@@ -104,6 +103,7 @@ export declare class FileListControlImpl extends BaseControlImpl<FileListControl
|
|
|
104
103
|
onHeaderClick: (e?: any) => void;
|
|
105
104
|
protected onCollapsed(): void;
|
|
106
105
|
protected onExpanded(): void;
|
|
106
|
+
onToggleRowClass(fileItem: FileListItem, style: string): void;
|
|
107
107
|
set isExpanded(value: boolean);
|
|
108
108
|
attachHeader: (elem: HTMLElement) => void;
|
|
109
109
|
protected renderHeaderTitle(): JSX.Element;
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
/// <reference types="jquery" />
|
|
3
3
|
import { FileListAttachedElements } from "@docsvision/webclient/BackOffice/FileListAttachElements";
|
|
4
4
|
import { FileListItem } from "@docsvision/webclient/BackOffice/FileListItem";
|
|
5
|
-
import { IFileListRow } from "@docsvision/webclient/BackOffice/IFileListRow";
|
|
6
5
|
import { FileListControlParams } from "@docsvision/webclient/BackOffice/FileListControl";
|
|
7
6
|
import { FileListControlImpl, FileListImplState } from "@docsvision/webclient/BackOffice/FileListControlImpl";
|
|
8
7
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
@@ -51,8 +50,10 @@ export declare class FileListControlLogic {
|
|
|
51
50
|
private sortFiles;
|
|
52
51
|
protected updateVersionsOnLoad(appendFiles?: boolean): void;
|
|
53
52
|
closeAllMenusBut(fileItem: FileListItem): void;
|
|
54
|
-
fileMenuOpening(fileItem: FileListItem, data: any): Promise<
|
|
55
|
-
|
|
53
|
+
fileMenuOpening(fileItem: FileListItem, data: any): Promise<void>;
|
|
54
|
+
fileVersionExpanding(fileItem: FileListItem): Promise<void>;
|
|
55
|
+
rowClick(fileItem: FileListItem): void;
|
|
56
|
+
nameClick(fileItem: FileListItem): Promise<void>;
|
|
56
57
|
removeFileItem(index: number): void;
|
|
57
58
|
clearFileItems(): void;
|
|
58
59
|
protected get state(): FileListImplState;
|
|
@@ -62,10 +63,9 @@ export declare class FileListControlLogic {
|
|
|
62
63
|
protected onFilesAdded(main: boolean, attach: FileListAttachedElements, e: any, data: any): Promise<void>;
|
|
63
64
|
protected onFileSignAdded(fileItem: FileListItem, attach: FileListAttachedElements, data: any, canRename?: boolean): Promise<void>;
|
|
64
65
|
protected onFileVersionAdded(fileItem: FileListItem, attach: FileListAttachedElements, data: any, canRename?: boolean): void;
|
|
65
|
-
protected sendFiles(attach: FileListAttachedElements, items: FileListItem[], areVersions?: boolean): Promise<any>;
|
|
66
|
+
protected sendFiles(attach: FileListAttachedElements, items: FileListItem[], areVersions?: boolean, isSignature?: boolean): Promise<any>;
|
|
66
67
|
checkSignatureFiles(files: File[] | string[]): Promise<void>;
|
|
67
|
-
protected processResponse(responseData: GenModels.FileListDataModel, deferred: DVPromise<any>, uploadingItems: FileListItem[], areVersions?: boolean): void;
|
|
68
|
+
protected processResponse(responseData: GenModels.FileListDataModel, deferred: DVPromise<any>, uploadingItems: FileListItem[], areVersions?: boolean, isSignature?: boolean): void;
|
|
68
69
|
protected getItemsToUpload(): FileListItem[];
|
|
69
70
|
isSignatureFile(fileName: string): boolean;
|
|
70
|
-
protected getFileListRow(fileItem: FileListItem): IFileListRow;
|
|
71
71
|
}
|
|
@@ -30,15 +30,16 @@ export declare class FileListItemComponent extends React.Component<FileListItemP
|
|
|
30
30
|
onUnlockOperationClick(fileItem: FileListItem): void;
|
|
31
31
|
protected onDeleteOperationClick(fileItem: FileListItem): void;
|
|
32
32
|
protected onFileMenuClick(fileItem: FileListItem): Promise<void>;
|
|
33
|
-
protected onRowClick(fileItem: FileListItem):
|
|
33
|
+
protected onRowClick(fileItem: FileListItem): void;
|
|
34
34
|
protected onDownloadOperationClick(fileItem: FileListItem): void;
|
|
35
35
|
protected onViewWithSignaturesClick(fileItem: FileListItem): void;
|
|
36
36
|
onAddCommentClick(fileItem: FileListItem): void;
|
|
37
37
|
onEditModeRemoveClick(fileItem: FileListItem): void;
|
|
38
38
|
render(): JSX.Element;
|
|
39
39
|
protected getFileVersionText(version: GenModels.VersionedFileModel): string;
|
|
40
|
+
fileVersionExpand(fileItem: FileListItem): void;
|
|
40
41
|
onVersionClick(e: React.MouseEvent | null, fileItem: FileListItem): void;
|
|
41
|
-
|
|
42
|
+
onNameClick: (fileItem: FileListItem) => void;
|
|
42
43
|
protected onVersionNumberClick: (fileItem: FileListItem, version: GenModels.VersionedFileModel) => void;
|
|
43
44
|
protected onDownloadVersionClick(fileItem: FileListItem, version: GenModels.VersionedFileModel): void;
|
|
44
45
|
onWebDavFileClick(fileItem: FileListItem): Promise<void>;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { IFileListItem } from "@docsvision/webclient/BackOffice/IFileListItem";
|
|
2
2
|
import { IFileMenuItem } from "@docsvision/webclient/BackOffice/IFileMenuItem";
|
|
3
|
-
import { IFileListRow } from "@docsvision/webclient/BackOffice/IFileListRow";
|
|
4
3
|
export interface IFileMenuOpeningArgs {
|
|
5
4
|
fileItem: IFileListItem;
|
|
6
5
|
fileMenuItems: IFileMenuItem[];
|
|
7
|
-
row: IFileListRow;
|
|
8
6
|
}
|
|
@@ -14,6 +14,7 @@ export interface IFileSignInteractionModel {
|
|
|
14
14
|
getFiles: () => IFileSignInfo[];
|
|
15
15
|
signButton: HTMLElement;
|
|
16
16
|
viewSignButton: HTMLElement;
|
|
17
|
+
beforeShowSignDialogCallback: () => Promise<any>;
|
|
17
18
|
beforeSignCallback: () => Promise<any>;
|
|
18
19
|
beforeViewSignCallback: () => Promise<any>;
|
|
19
20
|
afterSignCallback: Function;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { IFileListItem } from "@docsvision/webclient/BackOffice/IFileListItem";
|
|
2
|
-
import { IFileListRow } from "@docsvision/webclient/BackOffice/IFileListRow";
|
|
3
2
|
export interface IFileSignUploadingArgs {
|
|
4
3
|
fileItem: IFileListItem;
|
|
5
4
|
file: File;
|
|
6
|
-
row: IFileListRow;
|
|
7
5
|
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { IFileListItem } from "@docsvision/webclient/BackOffice/IFileListItem";
|
|
2
|
-
import { IFileListRow } from "@docsvision/webclient/BackOffice/IFileListRow";
|
|
3
2
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
4
3
|
export interface IFileVersionUploadedArgs {
|
|
5
4
|
fileItem: IFileListItem;
|
|
6
5
|
version: GenModels.VersionedFileModel;
|
|
7
|
-
row: IFileListRow;
|
|
8
6
|
}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { IFileListItem } from "@docsvision/webclient/BackOffice/IFileListItem";
|
|
2
|
-
import { IFileListRow } from "@docsvision/webclient/BackOffice/IFileListRow";
|
|
3
2
|
export interface IFileVersionUploadingArgs {
|
|
4
3
|
fileItem: IFileListItem;
|
|
5
4
|
file: File;
|
|
6
|
-
row: IFileListRow;
|
|
7
5
|
}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ILinkRow } from "@docsvision/webclient/BackOffice/ILinkRow";
|
|
1
|
+
import { LinkItem } from "@docsvision/webclient/BackOffice/LinkItem";
|
|
3
2
|
/** Используется в событиях контрола {@link Links} */
|
|
4
3
|
export interface ILinkEventArgs {
|
|
5
|
-
linkItem:
|
|
6
|
-
row: ILinkRow;
|
|
4
|
+
linkItem: LinkItem;
|
|
7
5
|
}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import { ITaskDataModel } from "@docsvision/webclient/BackOffice/ITaskDataModel";
|
|
1
2
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
3
|
/** @internal */
|
|
3
4
|
export interface ITaskListItemProps {
|
|
4
|
-
taskListItem:
|
|
5
|
+
taskListItem: ITaskDataModel;
|
|
5
6
|
digestView: boolean;
|
|
6
7
|
tabStop: boolean;
|
|
7
8
|
openMode: GenModels.TasksOpenMode;
|
|
8
|
-
onOpen: (url: string) => void;
|
|
9
|
+
onOpen: (url: string, task: GenModels.TaskDataModel) => void;
|
|
9
10
|
onRowClick: () => void;
|
|
10
11
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ITaskRowClickEventArgs } from "@docsvision/webclient/BackOffice/ITaskRowClickEventArgs";
|
|
2
2
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
|
-
import { BasicApiEvent } from "@docsvision/webclient/System/ApiEvent";
|
|
3
|
+
import { BasicApiEvent, CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
|
|
4
4
|
import { $RouterNavigation } from '@docsvision/webclient/System/$Router';
|
|
5
5
|
/** @internal */
|
|
6
6
|
export interface ITaskListProps {
|
|
@@ -11,5 +11,6 @@ export interface ITaskListProps {
|
|
|
11
11
|
itemsCount: number;
|
|
12
12
|
openMode: GenModels.TasksOpenMode;
|
|
13
13
|
rowclick: BasicApiEvent<ITaskRowClickEventArgs>;
|
|
14
|
+
nameTaskClick: CancelableApiEvent<ITaskRowClickEventArgs>;
|
|
14
15
|
services: $RouterNavigation;
|
|
15
16
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ITaskDataModel } from "@docsvision/webclient/BackOffice/ITaskDataModel";
|
|
2
2
|
export interface ITaskRowClickEventArgs {
|
|
3
|
-
task:
|
|
4
|
-
rowId: string;
|
|
3
|
+
task: ITaskDataModel;
|
|
5
4
|
}
|
package/BackOffice/LinkItem.d.ts
CHANGED
package/BackOffice/Links.d.ts
CHANGED
|
@@ -135,6 +135,10 @@ export declare class LinksParams extends PanelParams {
|
|
|
135
135
|
collapsing?: CancelableApiEvent<IEventArgs>;
|
|
136
136
|
/** Событие возникает перед разворачивании контрола. */
|
|
137
137
|
expanding?: CancelableApiEvent<IEventArgs>;
|
|
138
|
+
/** Событие возникает перед кликом по имени ссылки. */
|
|
139
|
+
nameLinkClicking?: CancelableApiEvent<ILinkEventArgs>;
|
|
140
|
+
/** Событие возникает перед открытием меню ссылки. */
|
|
141
|
+
linkMenuOpening?: CancelableApiEvent<ILinkEventArgs>;
|
|
138
142
|
/** Событие возникает при добавлении ссылки на существующую карточку. */
|
|
139
143
|
linkAdded?: BasicApiEvent<ILinkEventArgs>;
|
|
140
144
|
/** Событие возникает при удалении ссылки. */
|
|
@@ -158,7 +162,9 @@ export declare class LinksParams extends PanelParams {
|
|
|
158
162
|
/** Событие возникает после загрузки данных контрола (актуально при асинхронной загрузке данных). */
|
|
159
163
|
dataLoaded?: BasicApiEvent<IEventArgs>;
|
|
160
164
|
/** Событие возникает при клике на строку таблицы. */
|
|
161
|
-
rowClick?:
|
|
165
|
+
rowClick?: BasicApiEvent<ILinkEventArgs>;
|
|
166
|
+
/** Событие возникает после открытия меню ссылки. */
|
|
167
|
+
linkMenuOpened?: BasicApiEvent<ILinkEventArgs>;
|
|
162
168
|
/** Сервисы */
|
|
163
169
|
services?: $FileController & $LayoutFileController & $LayoutController & $LayoutLinksController & $EditOperationStore & $Layout & $LayoutManager & $LocalStorage & $DeviceType & $CardId & $CardTimestamp & $LayoutInfo & Optional<$LinksSearchCards> & $LayoutCheck & $CardInfo & $RequestManager & $FileService & $CardOperationsController & Optional<$FilePreview>;
|
|
164
170
|
}
|
|
@@ -210,6 +216,12 @@ export declare class Links extends Panel<LinksParams, LinksState> {
|
|
|
210
216
|
clearSelection(): Promise<unknown>;
|
|
211
217
|
/** Меняет состояние выделения отдельной ссылки в режиме груповых операций. */
|
|
212
218
|
toggleItemSelection(link: LinkItem): void;
|
|
219
|
+
/**
|
|
220
|
+
* Добавляет/удаляет css класс строки таблицы.
|
|
221
|
+
* @param link LinkItem.
|
|
222
|
+
* @param style Класс, который будет добавлен к строке.
|
|
223
|
+
*/
|
|
224
|
+
toggleRowClass(link: LinkItem, style: string): void;
|
|
213
225
|
/** @internal */
|
|
214
226
|
protected createImpl(): LinksImpl;
|
|
215
227
|
}
|
|
@@ -13,9 +13,9 @@ import React from "react";
|
|
|
13
13
|
import { $LinksSearchCards } from '@docsvision/webclient/BackOffice/$LinksSearchCardsService';
|
|
14
14
|
import { $LayoutLinksController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
15
15
|
import { $CardTimestamp, $CardId } from '@docsvision/webclient/System/LayoutServices';
|
|
16
|
-
import { ILinkRow } from "@docsvision/webclient/BackOffice/ILinkRow";
|
|
17
16
|
/** @internal */
|
|
18
17
|
export interface LinksState extends LinksParams, IPanelState {
|
|
18
|
+
modifiedRows: string[];
|
|
19
19
|
sourceLayoutMode: string;
|
|
20
20
|
model: GenModels.LinksDataModel;
|
|
21
21
|
bindingInfo: GenModels.SimpleBindingInfo;
|
|
@@ -76,7 +76,7 @@ export declare class LinksImpl extends PanelImpl<LinksParams, LinksState> {
|
|
|
76
76
|
addNewUrl: (url: string, linkType: string) => Promise<void>;
|
|
77
77
|
closeAddNewUrlDialog: () => void;
|
|
78
78
|
onAddNewCardLinkClick(ev?: React.MouseEvent<any>): Promise<void>;
|
|
79
|
-
onAddExistingCardLinkClick(): void;
|
|
79
|
+
onAddExistingCardLinkClick(ev?: React.MouseEvent): void;
|
|
80
80
|
protected onViewFileMenuClick(linkItem: LinkItem): void;
|
|
81
81
|
protected onFollowLinkClick(linkItem: LinkItem): void;
|
|
82
82
|
onDeleteMenuClick(linkItem: LinkItem): void;
|
|
@@ -144,5 +144,5 @@ export declare class LinksImpl extends PanelImpl<LinksParams, LinksState> {
|
|
|
144
144
|
renderControl(): JSX.Element;
|
|
145
145
|
openFilePreview(linkItem: LinkItem): void;
|
|
146
146
|
getLinkUrl(linkItem: LinkItem): string;
|
|
147
|
-
|
|
147
|
+
onToggleRowClass(link: LinkItem, style: string): void;
|
|
148
148
|
}
|
|
@@ -24,7 +24,7 @@ export declare class NumeratorImpl extends InputBasedControlImpl<INumberInfo, Nu
|
|
|
24
24
|
constructor(props: NumeratorParams, state: NumeratorState);
|
|
25
25
|
generateNewNumberEx(saveToTheCard?: boolean, saveCardBefore?: boolean): Promise<INumberInfo>;
|
|
26
26
|
generateNewNumber(saveToTheCard: boolean, prepareAction: () => Promise<any>): Promise<INumberInfo>;
|
|
27
|
-
getTabIndexForButtons():
|
|
27
|
+
getTabIndexForButtons(): -1 | 0;
|
|
28
28
|
onSaved(): Promise<any>;
|
|
29
29
|
componentDidMount(): void;
|
|
30
30
|
protected getTextValue(): string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ITasksTableRow } from '@docsvision/webclient/BackOffice/ITasksTableRow';
|
|
2
2
|
import { $WindowLocation } from '@docsvision/webclient/Platform/$WindowLocation';
|
|
3
|
-
export declare function openTaskInNewWindow(row: ITasksTableRow,
|
|
3
|
+
export declare function openTaskInNewWindow(row: ITasksTableRow, services: $WindowLocation): void;
|
|
@@ -69,8 +69,8 @@ export declare class PartnerBaseParams<T> extends InputBasedControlParams<T> {
|
|
|
69
69
|
export declare abstract class PartnerBase<T extends GenModels.DepartmentModel | GenModels.EmployeeDataModel, ParamsT extends PartnerBaseParams<T> = PartnerBaseParams<T>, StateT extends PartnerBaseState<T> = PartnerBaseState<T>> extends InputBasedControl<T, ParamsT, StateT> {
|
|
70
70
|
/** @internal */
|
|
71
71
|
protected getServices(): $LayoutPartnerController & $EditOperationStore & $LayoutInfo & $LayoutRowController & $LayoutController & Partial<$LayoutController> & $LayoutManager & Partial<
|
|
72
|
-
import("C:/
|
|
73
|
-
import("C:/
|
|
72
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
73
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
|
|
74
74
|
/** @internal */
|
|
75
75
|
protected get partnerImpl(): PartnerBaseImpl<T>;
|
|
76
76
|
private set partnerBindingHandler(value);
|
|
@@ -39,9 +39,9 @@ export declare class PartnerDirectoryBaseParams<T extends ValueT> extends Direct
|
|
|
39
39
|
export declare abstract class PartnerDirectoryBase<T extends ValueT, ParamsT extends PartnerDirectoryBaseParams<T> = PartnerDirectoryBaseParams<T>, StateT extends PartnerDirectoryBaseState<T> = PartnerDirectoryBaseState<T>> extends DirectoryBase<T, NodeT, ItemT, ParamsT, StateT> {
|
|
40
40
|
/** @internal */
|
|
41
41
|
protected getServices(): $LayoutPartnerController & $EditOperationStore & $LayoutInfo & $LayoutRowController & $LayoutController & Partial<$LayoutController> &
|
|
42
|
-
import("C:/
|
|
43
|
-
import("C:/
|
|
44
|
-
import("C:/
|
|
42
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
|
|
43
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
44
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
|
|
45
45
|
/** @internal */
|
|
46
46
|
protected get partnerImpl(): PartnerDirectoryBaseImpl<T>;
|
|
47
47
|
init(): Promise<void>;
|
|
@@ -125,6 +125,7 @@ import("styled-components").StyledComponent<typeof SimpleItemViewContent, any, I
|
|
|
125
125
|
private get employeeMode();
|
|
126
126
|
private get departmentMode();
|
|
127
127
|
private get organizationMode();
|
|
128
|
+
protected isUnavailableValue(item: GenModels.PartnerDirectoryItem): boolean;
|
|
128
129
|
protected onSelectValue(item: GenModels.PartnerDirectoryItem, searchPathOptions?: IPartnerSelectDialogSearchPathOptions): void;
|
|
129
130
|
protected hasChildren(item: GenModels.PartnerDirectoryItem): boolean;
|
|
130
131
|
protected onChildrenListItemClick: (item: GenModels.PartnerDirectoryItem) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { PrintButtonLogic } from '@docsvision/webclient/BackOffice/PrintButtonLogic';
|
|
3
3
|
import { PrintButtonView } from '@docsvision/webclient/BackOffice/PrintButtonView';
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
export declare const PrintButtonContainer: (props: {
|
|
6
6
|
logic: PrintButtonLogic;
|
|
7
7
|
view: PrintButtonView;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare class PrintButtonView {
|
|
3
3
|
dropdownButton: (props:
|
|
4
|
-
import("C:/
|
|
4
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/Helpers/DropdownButton").DropdownButtonProps) => JSX.Element;
|
|
5
5
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IDirectoryValuesIconProps } from "@docsvision/webclient/BackOffice/DirectoryValuesIcon";
|
|
2
2
|
import { ITablePlugins, TablePlugins } from "@docsvision/web/components/table/interfaces";
|
|
3
3
|
import React from "react";
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
export declare const REMOVE_FROM_GROUP_COLUMN_ID = "_Employees_Remove_From_Group";
|
|
6
6
|
export declare const RemoveFromGroupIconFeature = "RemoveFromGroupIconFeature";
|
|
7
7
|
export declare const RemoveFromGroupIconGridPlugin: (options: {
|