@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
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { AuthenticationKindsFrame } from "@docsvision/webclient/BackOffice/AuthenticationKindsFrame";
|
|
3
|
+
import { AuthenticationKindsItem } from "@docsvision/webclient/BackOffice/AuthenticationKindsItem";
|
|
4
|
+
import { AuthenticationKindsList } from "@docsvision/webclient/BackOffice/AuthenticationKindsList";
|
|
5
|
+
import { AuthenticationKindsModalDialog } from "@docsvision/webclient/BackOffice/AuthenticationKindsModalDialog";
|
|
6
|
+
import { AuthenticationKindsTextBox } from "@docsvision/webclient/BackOffice/AuthenticationKindsTextBox";
|
|
7
|
+
import { CheckBox } from "@docsvision/webclient/Platform/CheckBox";
|
|
8
|
+
export declare class AuthenticationKindsView {
|
|
9
|
+
frame: typeof AuthenticationKindsFrame;
|
|
10
|
+
list: typeof AuthenticationKindsList;
|
|
11
|
+
item: typeof AuthenticationKindsItem;
|
|
12
|
+
modalDialog: typeof AuthenticationKindsModalDialog;
|
|
13
|
+
textBox: typeof AuthenticationKindsTextBox;
|
|
14
|
+
checkBox: typeof CheckBox;
|
|
15
|
+
label: (props:
|
|
16
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/Helpers/LabeledText").ILabeledText) => JSX.Element;
|
|
17
|
+
button: (props:
|
|
18
|
+
import("@docsvision/web/components/form/button").ButtonProps) => JSX.Element;
|
|
19
|
+
}
|
|
@@ -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
|
-
|
|
10
|
+
| "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" | "download" | "hrefLang" | "ping" | "rel" | "referrerPolicy"> & {
|
|
11
11
|
ref?: ((instance: HTMLAnchorElement) => void) |
|
|
12
12
|
import("react").RefObject<HTMLAnchorElement>;
|
|
13
13
|
}> & {
|
|
@@ -37,17 +37,17 @@ export declare class ChildTasksPerformingImpl extends BaseControlImpl<Params, IS
|
|
|
37
37
|
unselectAll(): Promise<void>;
|
|
38
38
|
protected headerCell:
|
|
39
39
|
import("styled-components").StyledComponent<(props:
|
|
40
|
-
import("C:/
|
|
40
|
+
import("C:/Git/WC/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:/Git/WC/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:/Git/WC/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
|
|
51
51
|
selected: boolean;
|
|
52
52
|
}, never>;
|
|
53
53
|
protected selectAllCheckboxLabel:
|
|
@@ -13,7 +13,7 @@ export declare class CommandMenuComponent extends React.Component<ICommandMenuPr
|
|
|
13
13
|
protected onMenuItemClick(item: GenModels.CreateKindDataModel, ev: React.MouseEvent): void;
|
|
14
14
|
protected getCommandMenuItems(filter: (ICommandMenuItem: any) => boolean): JSX.Element[];
|
|
15
15
|
protected getKindItems(): JSX.Element[];
|
|
16
|
-
protected getTabIndex():
|
|
16
|
+
protected getTabIndex(): -1 | 0;
|
|
17
17
|
protected getTemplates(): JSX.Element[];
|
|
18
18
|
protected attachCommandBarButton(elem: HTMLElement): void;
|
|
19
19
|
render(): JSX.Element;
|
|
@@ -2,4 +2,4 @@ import { $DepartmentController, $LayoutRowController, $LayoutStaffController } f
|
|
|
2
2
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
3
|
import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
|
|
4
4
|
import { $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
5
|
-
export declare function
|
|
5
|
+
export declare function showCreatePartnerWindow(itemType: GenModels.PartnerItemType, parentItem: GenModels.DepartmentModel, selectedFilterPath: GenModels.DepartmentModel[] | null, services: $LayoutRowController & $LocationContainerControlServices & $LayoutStaffController & $DepartmentController & $DeviceType, modalHostBinder?: (CommonModalDialogHost: any) => void): Promise<GenModels.DepartmentModel | GenModels.EmployeeDataModel>;
|
|
@@ -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:/Git/WC/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>;
|
|
@@ -55,10 +55,10 @@ export declare class DirectoryDesignerRowParams<ValueT extends DirectoryDesigner
|
|
|
55
55
|
export declare class DirectoryDesignerRow<ValueT extends DirectoryDesignerRowValueType = DirectoryDesignerRowValueType> extends DirectoryBase<ValueT, DirectoryDesignerRowNodeType, ItemT, DirectoryDesignerRowParams<ValueT>, DirectoryDesignerRowState<ValueT>> {
|
|
56
56
|
protected createParams(): DirectoryDesignerRowParams<ValueT>;
|
|
57
57
|
protected getServices(): $DirectoryDesignerRowController & $LayoutRowController & $EditOperationStore & $LayoutInfo & Partial<
|
|
58
|
-
import("C:/
|
|
59
|
-
import("C:/
|
|
60
|
-
import("C:/
|
|
61
|
-
import("C:/
|
|
58
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/Generated/DocsVision.WebClient.Controllers").$LayoutController> &
|
|
59
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
|
|
60
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
61
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType;
|
|
62
62
|
private set DirectoryDesignerRowBinding(value);
|
|
63
63
|
private set binding(value);
|
|
64
64
|
private set directoryDataSource(value);
|
|
@@ -30,6 +30,7 @@ export declare class DirectoryDesignerRowImpl extends DirectoryBaseImpl<Director
|
|
|
30
30
|
protected renderSelectDialog(props: IDirectorySelectDialogProps<DirectoryDesignerRowValueType, DirectoryDesignerRowNodeType, GenModels.IDirectoryItemData> & {
|
|
31
31
|
ref: any;
|
|
32
32
|
}): JSX.Element;
|
|
33
|
+
private getDataSource;
|
|
33
34
|
protected getCssClass(): string;
|
|
34
35
|
protected getValuePath(value: GenModels.DirectoryDesignerItem): GenModels.DirectoryDesignerItem[];
|
|
35
36
|
private saveValueOnChange;
|
|
@@ -42,7 +43,7 @@ export declare class DirectoryDesignerRowImpl extends DirectoryBaseImpl<Director
|
|
|
42
43
|
protected getTextValue(): string;
|
|
43
44
|
protected renderInto(props: DirectoryDesignerRowParams, container: HTMLElement): void;
|
|
44
45
|
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<
|
|
45
|
-
import("C:/
|
|
46
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, DirectoryDesignerRowParams<GenModels.DirectoryDesignerItem>, DirectoryDesignerRowState<GenModels.DirectoryDesignerItem>>>;
|
|
46
47
|
protected findItems(typeaheadQuery: ITypeaheadSearchQuery): Promise<ITypeaheadSearchResult>;
|
|
47
48
|
canShowDictionary(): boolean;
|
|
48
49
|
protected onInputKeyDown(ev: React.KeyboardEvent<HTMLInputElement>): void;
|
|
@@ -59,7 +60,7 @@ import("C:/Users/sorokin.v/rep/WebClient/Bin/TypeScriptDefinitions/System/Contro
|
|
|
59
60
|
protected getIconClassName(): "open-dictionary-button-icon dv-ico dv-ico-dictionary" | "dv-ico dv-ico-directory-node" | "dv-ico dv-ico-row";
|
|
60
61
|
protected onIconClick(): void;
|
|
61
62
|
protected getTypeaheadProps():
|
|
62
|
-
import("C:/
|
|
63
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/Helpers/Typeahead/ITypeaheadProps").ITypeaheadProps & {
|
|
63
64
|
ref: any;
|
|
64
65
|
};
|
|
65
66
|
protected focusInput: () => void;
|
|
@@ -2,7 +2,7 @@ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.
|
|
|
2
2
|
import { IDynamicTreeNodeData } from "@docsvision/webclient/Helpers/DynamicTree/IDynamicTreeNodeData";
|
|
3
3
|
import { ITreeNodeData } from "@docsvision/webclient/Helpers/Tree/Data/ClientModels/ITreeNodeData";
|
|
4
4
|
import React from 'react';
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
/** @internal */
|
|
7
7
|
export declare class DirectoryDesignerTreeNode implements IDynamicTreeNodeData {
|
|
8
8
|
mData: GenModels.DirectoryDesignerTreeNode & {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { $SelectionRow } from "@docsvision/webclient/BackOffice/$SelectionRow";
|
|
2
2
|
import { ITablePlugins, TablePlugins } from "@docsvision/web/components/table/interfaces";
|
|
3
3
|
import { $Domain } from "@docsvision/web/core/state-management";
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
export declare const CANCEL_BUTTON_ID = "_CANCEL_BUTTON";
|
|
6
6
|
export declare const DirectoryRowCutSelectionFeature = "DirectoryRowCutSelectionFeature";
|
|
7
7
|
export declare const DirectoryRowCutSelectionPluginMountEffect: TablePlugins.Row.MountEffect;
|
|
@@ -2,7 +2,7 @@ import { IDirectoryValuesIconProps } from "@docsvision/webclient/BackOffice/Dire
|
|
|
2
2
|
import { IRow, ITableData, ITablePlugins, TablePlugins } from "@docsvision/web/components/table/interfaces";
|
|
3
3
|
import { ISimplePluginData } from "@docsvision/web/core/extensibility/plugins";
|
|
4
4
|
import React from "react";
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
export declare const IconColumnId = "icon";
|
|
7
7
|
export declare const LOADING_ROWS_PLUGIN_ID = "loadingRows";
|
|
8
8
|
export declare function getLoadingRows(row: ITableData): ISimplePluginData<IRow[]>;
|
|
@@ -5,7 +5,7 @@ import { $TableData } from "@docsvision/web/components/table/plugins/table-data"
|
|
|
5
5
|
import { ISimplePluginData } from "@docsvision/web/core/extensibility/plugins";
|
|
6
6
|
import { $Domain } from "@docsvision/web/core/state-management";
|
|
7
7
|
import { Store, Event } from "effector";
|
|
8
|
-
|
|
8
|
+
|
|
9
9
|
export declare function getSelectedEntityId(table: ITableData): ISimplePluginData<string>;
|
|
10
10
|
export declare function getRowSelectionProcessId(table: ITableData): ISimplePluginData<any>;
|
|
11
11
|
export interface IDirectoryRowSelectionService {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
5
5
|
export interface IDirectorySearchBreadcrumbsProps extends HtmlProps.div {
|
|
6
6
|
parentItem: GenModels.SearchItemModel;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IDirectorySearchContainerProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function DirectorySearchContainer(props: IDirectorySearchContainerProps): JSX.Element;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
import { DirectorySearchResponse } from '@docsvision/webclient/BackOffice/DirectorySearchResult';
|
|
5
5
|
export interface IDirectorySearchContentProps extends HtmlProps.div {
|
|
6
6
|
data?: DirectorySearchResponse;
|
|
7
7
|
renderContent?: () => JSX.Element;
|
|
8
8
|
opened?: boolean;
|
|
9
9
|
}
|
|
10
|
-
export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "
|
|
10
|
+
export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "renderContent" | "data" | "slot" | "style" | "title" | "children" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "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" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "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" | "onClick" | "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" | "css" | "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" | "opened"> & React.RefAttributes<unknown>>;
|
|
@@ -4,7 +4,7 @@ import { DirectorySearchResultView } from '@docsvision/webclient/BackOffice/Dire
|
|
|
4
4
|
import { $WebFrameDirectorySearchPanelService } from '@docsvision/webclient/BackOffice/$WebFrameDirectorySearchPanelService';
|
|
5
5
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
6
6
|
import { HtmlProps, IComponentProps } from '@docsvision/web/core/component';
|
|
7
|
-
|
|
7
|
+
|
|
8
8
|
import { LoadingStatus } from '@docsvision/webclient/System/LoadingState';
|
|
9
9
|
import { StaffDirectorySearchResponseT } from '@docsvision/webclient/BackOffice/StaffDirectoryLogic';
|
|
10
10
|
export declare type SearchCommonResponseT = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
3
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
import { DirectorySearchResponse } from '@docsvision/webclient/BackOffice/DirectorySearchResult';
|
|
6
6
|
export interface IDirectorySearchResultListProps extends HtmlProps.ul {
|
|
7
7
|
data: DirectorySearchResponse;
|
|
@@ -10,10 +10,10 @@ export declare class DirectorySearchResultView {
|
|
|
10
10
|
container: typeof DirectorySearchContainer;
|
|
11
11
|
content:
|
|
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" | "opened"> &
|
|
14
14
|
import("react").RefAttributes<unknown>>;
|
|
15
15
|
iconButton: (props:
|
|
16
|
-
import("C:/
|
|
16
|
+
import("C:/Git/WC/Helpers/IconButton").IIconButtonProps) => JSX.Element;
|
|
17
17
|
searchResultList: typeof DirectorySearchResultList;
|
|
18
18
|
searchBreadcrumbs: typeof DirectorySearchBreadcrumbs;
|
|
19
19
|
searchInfo: typeof DirectorySearchInfo;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IDirectoryTabContentsProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function DirectoryTabContents(props: IDirectoryTabContentsProps): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IDirectoryTabsRootProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function DirectoryTabsRoot(props: IDirectoryTabsRootProps): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IDirectoryTreeContainerProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function DirectoryTreeContainer(props: IDirectoryTreeContainerProps): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IDirectoryTreeHScrollContainerProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function DirectoryTreeHScrollContainer(props: IDirectoryTreeHScrollContainerProps): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
import { IDirectoryTreeRow } from '@docsvision/webclient/BackOffice/IDirectoryTreeRow';
|
|
5
5
|
import { $IsIE } from '@docsvision/webclient/StandardServices';
|
|
6
6
|
export interface IDirectoryTreeIconProps extends HtmlProps.div {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from "@docsvision/web/core/component";
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IDirectoryTreeRowCancelButton extends HtmlProps.div {
|
|
5
5
|
visible: boolean;
|
|
6
6
|
onRowCancelButtonClick: () => void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IDirectoryTreeWrapperProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function DirectoryTreeWrapper(props: IDirectoryTreeWrapperProps): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IDirectoryValuesContainerProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function DirectoryValuesContainer(props: IDirectoryValuesContainerProps): 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
|
import { IRowData } from '@docsvision/web/components/table/interfaces';
|
|
5
5
|
export interface IDirectoryValuesIconProps extends HtmlProps.div {
|
|
6
6
|
row: IRowData;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IDirectoryValuesWrapperProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function DirectoryValuesWrapper(props: IDirectoryValuesWrapperProps): JSX.Element;
|
|
@@ -55,7 +55,7 @@ export declare class DisplayPerformersImpl extends BaseControlImpl<DisplayPerfor
|
|
|
55
55
|
/** Перерисовывает списки исполнителей с учётом размера родительского контейнера. */
|
|
56
56
|
resize: () => void;
|
|
57
57
|
/** @inheritDoc */
|
|
58
|
-
getTabIndex():
|
|
58
|
+
getTabIndex(): -1 | 0;
|
|
59
59
|
/** @internal */
|
|
60
60
|
renderControl(): JSX.Element;
|
|
61
61
|
}
|
|
@@ -2,4 +2,4 @@ import { $LayoutRowController } from '@docsvision/webclient/Generated/DocsVision
|
|
|
2
2
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
3
|
import { $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
4
4
|
import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
|
|
5
|
-
export declare function
|
|
5
|
+
export declare function showEditPartnerWindow(item: GenModels.PartnerDirectoryItem, selectedFilterPath: GenModels.DepartmentModel[], services: $LayoutRowController & $LocationContainerControlServices & $DeviceType, modalHostBinder?: (CommonModalDialogHost: any) => void): Promise<unknown>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { EmailButtonLogic } from '@docsvision/webclient/BackOffice/EmailButtonLogic';
|
|
3
3
|
import { EmailButtonView } from '@docsvision/webclient/BackOffice/EmailButtonView';
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
export declare const EmailButtonContainer: (props: {
|
|
6
6
|
logic: EmailButtonLogic;
|
|
7
7
|
view: EmailButtonView;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface EmailButtonFilesProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
/** Стилевой контейнер файлов {@see EmailButtonContainer }. */
|