@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
3
3
|
import { ModalDialogProps } from "@docsvision/web/components/modals/modal-dialog";
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
export interface ISignatureDialogButtonsProps {
|
|
6
6
|
visible: boolean;
|
|
7
7
|
signing: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
3
|
import { IComboBoxElement } from "@docsvision/webclient/Helpers/ComboBox/Data/ClientModels/IComboBoxElement";
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
export interface ISignatureDialogMethodsPops {
|
|
6
6
|
methods: IComboBoxElement[];
|
|
7
7
|
selectedMethod: GenModels.SignatureMethod;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from "@docsvision/web/core/component";
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface ISignatureDialogNoPluginMessagePops extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function SignatureDialogNoPluginMessage(props: ISignatureDialogNoPluginMessagePops): JSX.Element;
|
|
@@ -7,7 +7,7 @@ import { $ApplicationSettings, $DeviceType, $WebViewIOSEnabled } from "@docsvisi
|
|
|
7
7
|
import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
8
8
|
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
9
9
|
import { HtmlProps } from "@docsvision/web/core/component";
|
|
10
|
-
|
|
10
|
+
|
|
11
11
|
import { $CardInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
12
12
|
export interface ISignatureDialogSettingsPops extends HtmlProps.div {
|
|
13
13
|
settings: GenModels.SignatureMethodSettings;
|
|
@@ -3,7 +3,7 @@ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.
|
|
|
3
3
|
import { ISortableItem } from '@docsvision/webclient/Helpers/Sortable/Data/ClientModels/ISortableItem';
|
|
4
4
|
import { ITabsNavPanelProps } from '@docsvision/webclient/Helpers/TabsNavPanel';
|
|
5
5
|
import { $ApplicationSettings, $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
export interface ISignatureMethodsSetupCertificateRowProps extends ITabsNavPanelProps {
|
|
8
8
|
item: ISortableItem<GenModels.SignatureMethod>;
|
|
9
9
|
canToggle: boolean;
|
|
@@ -2,7 +2,7 @@ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.
|
|
|
2
2
|
import { ISortableItem } from '@docsvision/webclient/Helpers/Sortable/Data/ClientModels/ISortableItem';
|
|
3
3
|
import { ITabsNavPanelProps } from '@docsvision/webclient/Helpers/TabsNavPanel';
|
|
4
4
|
import React from 'react';
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
export interface ISignatureMethodsSetupCertificateTableProps extends ITabsNavPanelProps {
|
|
7
7
|
items: GenModels.SignatureMethod[];
|
|
8
8
|
noDataMessage?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface ISignatureMethodsSetupCloudLoginProps extends HtmlProps.div {
|
|
5
5
|
showCloudCertificates: boolean;
|
|
6
6
|
accountName: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface ISignatureMethodsSetupFrameProps extends HtmlProps.div {
|
|
5
5
|
renderCloudLoginArea: () => React.ReactNode;
|
|
6
6
|
renderCertificates: () => React.ReactNode;
|
|
@@ -10,7 +10,7 @@ import { IStaffDirectoryLogicOptions, StaffDirectoryLogic } from "@docsvision/we
|
|
|
10
10
|
import { StaffDirectoryView } from "@docsvision/webclient/BackOffice/StaffDirectoryView";
|
|
11
11
|
import { $SecurityDescriptorDialogServices } from "@docsvision/webclient/Platform/SecurityDescriptorDialog";
|
|
12
12
|
import { $StaffDirectoryOptions } from "@docsvision/webclient/BackOffice/IStaffDirectoryOptions";
|
|
13
|
-
|
|
13
|
+
|
|
14
14
|
import { Optional } from "@docsvision/web/core/services";
|
|
15
15
|
import { $WebFrameDirectorySearchPanelService } from "@docsvision/webclient/BackOffice/$WebFrameDirectorySearchPanelService";
|
|
16
16
|
import { IStaffTreeRow } from "@docsvision/webclient/BackOffice/IStaffTreeRow";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="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 declare type StaffDirectorySection = {
|
|
6
6
|
id: string;
|
|
@@ -82,7 +82,7 @@ export declare class StaffDirectoryItems<ValueT extends StaffValueType = StaffVa
|
|
|
82
82
|
private set binding(value);
|
|
83
83
|
private set defaultEmployeeBinding(value);
|
|
84
84
|
get inputChanged():
|
|
85
|
-
import("C:/
|
|
85
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/System/Events/SimpleEvent").SimpleEvent<string>;
|
|
86
86
|
/** @covered */
|
|
87
87
|
get inputText(): string;
|
|
88
88
|
/** @covered */
|
|
@@ -37,6 +37,7 @@ export declare class StaffDirectoryItemsImpl extends DirectoryBaseImpl<StaffValu
|
|
|
37
37
|
protected getValuePath(value: StaffValueType): StaffNodeType[];
|
|
38
38
|
protected getSelectingMode(): DirectorySelectingMode;
|
|
39
39
|
protected setEmployeeImage: (employeeId: string) => Promise<void>;
|
|
40
|
+
get isTypeaheadItemFocus(): boolean;
|
|
40
41
|
protected getIconButtonClassName(): string;
|
|
41
42
|
protected getButtons(): IBoxWithButtonsButtonInfo[];
|
|
42
43
|
setValue(value: StaffValueType, redraw: boolean): Promise<void>;
|
|
@@ -64,7 +65,7 @@ export declare class StaffDirectoryItemsImpl extends DirectoryBaseImpl<StaffValu
|
|
|
64
65
|
private shouldShowFavorites;
|
|
65
66
|
onRemoveClick(item: ItemT, ev?: React.MouseEvent<any> | React.TouchEvent<any>): Promise<void>;
|
|
66
67
|
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<
|
|
67
|
-
import("C:/
|
|
68
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<StaffValueType, GenModels.IDirectoryItemData, GenModels.IDirectoryItemData, StaffDirectoryItemsParams<StaffValueType>, StaffDirectoryItemsState<StaffValueType>>>;
|
|
68
69
|
protected onEditPopoverShowed(control: any): void;
|
|
69
70
|
protected getItemTooltip(employee: GenModels.IDirectoryItemData): string;
|
|
70
71
|
protected onIconClick(): void;
|
|
@@ -2,14 +2,15 @@ import { ITaskListProps } from "@docsvision/webclient/BackOffice/ITaskListProps"
|
|
|
2
2
|
import { ITaskListState } from "@docsvision/webclient/BackOffice/ITaskListState";
|
|
3
3
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
4
4
|
import React from "react";
|
|
5
|
-
|
|
5
|
+
import { ITaskDataModel } from "@docsvision/webclient/BackOffice/ITaskDataModel";
|
|
6
6
|
/** @internal */
|
|
7
7
|
export declare class TaskListComponent extends React.Component<ITaskListProps, ITaskListState> {
|
|
8
8
|
protected refItems: HTMLElement;
|
|
9
9
|
constructor(props: any);
|
|
10
10
|
UNSAFE_componentWillReceiveProps(newProps: any): void;
|
|
11
11
|
protected getTaskListItems(): JSX.Element[];
|
|
12
|
-
protected onRowClick(task:
|
|
12
|
+
protected onRowClick(task: ITaskDataModel): void;
|
|
13
|
+
protected onNameTaskClick: (url: string, task: GenModels.TaskDataModel) => void;
|
|
13
14
|
protected getClassName(): string;
|
|
14
15
|
protected getLoaderWidth(i: number): number;
|
|
15
16
|
protected renderEmptyItemList(): any[] | JSX.Element;
|
|
@@ -13,7 +13,7 @@ export declare class TaskListItemComponent extends React.Component<ITaskListItem
|
|
|
13
13
|
protected getEndDate(): string;
|
|
14
14
|
protected getEndDateClassName(): string;
|
|
15
15
|
protected inState(taskState: GenModels.TaskStateType[], taskGroupState: GenModels.TaskGroupStateType[]): boolean;
|
|
16
|
-
protected getTabIndex():
|
|
16
|
+
protected getTabIndex(): -1 | 0;
|
|
17
17
|
private onOpen;
|
|
18
18
|
render(): JSX.Element;
|
|
19
19
|
protected renderFullView(): JSX.Element;
|
package/BackOffice/Tasks.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ITaskCreatingEventArgs } from "@docsvision/webclient/BackOffice/ITaskCreatingEventArgs";
|
|
2
|
+
import { ITaskDataModel } from "@docsvision/webclient/BackOffice/ITaskDataModel";
|
|
2
3
|
import { ITaskRowClickEventArgs } from "@docsvision/webclient/BackOffice/ITaskRowClickEventArgs";
|
|
3
4
|
import { TasksImpl, ITasksState } from "@docsvision/webclient/BackOffice/TasksImpl";
|
|
4
5
|
import { $LayoutController, $LayoutTasksController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
@@ -18,7 +19,7 @@ export declare class TasksParams extends BaseControlParams {
|
|
|
18
19
|
/** Стандартный CSS класс со стилями элемента управления. */
|
|
19
20
|
standardCssClass?: string;
|
|
20
21
|
/** Список заданий. */
|
|
21
|
-
tasks:
|
|
22
|
+
tasks: ITaskDataModel[];
|
|
22
23
|
/** Виды заданий для отображения. */
|
|
23
24
|
viewKinds?: unknown;
|
|
24
25
|
/** Виды заданий для создания. */
|
|
@@ -58,6 +59,8 @@ export declare class TasksParams extends BaseControlParams {
|
|
|
58
59
|
onTasksLoaded?: BasicApiEvent<GenModels.TaskDataModel[]>;
|
|
59
60
|
/** Событие возникает при клике на строку таблицы. */
|
|
60
61
|
rowClick?: BasicApiEvent<ITaskRowClickEventArgs>;
|
|
62
|
+
/** Событие возникает перед кликом по имени задания. */
|
|
63
|
+
nameTaskClicking?: CancelableApiEvent<ITaskRowClickEventArgs>;
|
|
61
64
|
services?: $LayoutTasksController & $EditOperationStore & $Layout & $CardInfo & $LayoutController & $LayoutManager & $RouterNavigation & $DeviceType;
|
|
62
65
|
}
|
|
63
66
|
/**
|
|
@@ -76,6 +79,12 @@ export declare class Tasks extends BaseControl<TasksParams, ITasksState> {
|
|
|
76
79
|
* @param taskCreateInfoId Идентификатор добавляемого задания
|
|
77
80
|
*/
|
|
78
81
|
addTask(taskCreateInfoId: string): void;
|
|
82
|
+
/**
|
|
83
|
+
* Добавляет/удаляет css класс строки таблицы.
|
|
84
|
+
* @param task ITaskDataModel.
|
|
85
|
+
* @param style Класс, который будет добавлен к строке.
|
|
86
|
+
*/
|
|
87
|
+
toggleRowClass(task: ITaskDataModel, style: string): void;
|
|
79
88
|
/** @internal */
|
|
80
89
|
protected createImpl(): TasksImpl;
|
|
81
90
|
}
|
|
@@ -5,6 +5,7 @@ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.
|
|
|
5
5
|
import { BaseControlState } from "@docsvision/webclient/System/BaseControl";
|
|
6
6
|
import { BaseControlImpl } from "@docsvision/webclient/System/BaseControlImpl";
|
|
7
7
|
import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
|
|
8
|
+
import { ITaskDataModel } from "@docsvision/webclient/BackOffice/ITaskDataModel";
|
|
8
9
|
/** @internal */
|
|
9
10
|
export interface ITasksState extends TasksParams, BaseControlState {
|
|
10
11
|
availableKinds: string[];
|
|
@@ -25,6 +26,7 @@ export declare class TasksImpl extends BaseControlImpl<TasksParams, ITasksState>
|
|
|
25
26
|
canAddTask(): boolean;
|
|
26
27
|
addTask(taskCreateInfoId: string): void;
|
|
27
28
|
getCssClass(): string;
|
|
29
|
+
onToggleRowClass(task: ITaskDataModel, style: string): void;
|
|
28
30
|
protected handleHeaderClick(): void;
|
|
29
31
|
protected handleCreateTask(item: GenModels.CreateKindDataModel): Promise<void>;
|
|
30
32
|
private showCreateApprovingChildTasksDialog;
|
|
@@ -69,6 +69,22 @@ export declare class TasksTableParams extends BaseControlParams {
|
|
|
69
69
|
rowRemoved?: BasicApiEvent<{
|
|
70
70
|
row: ITasksTableRow;
|
|
71
71
|
}>;
|
|
72
|
+
/** Событие возникает перед показом диалога с информацией о задании. */
|
|
73
|
+
helpBoxShowing?: CancelableApiEvent<{
|
|
74
|
+
row: ITasksTableRow;
|
|
75
|
+
}>;
|
|
76
|
+
/** Событие возникает при клике ссылку задания. */
|
|
77
|
+
taskLinkClicking?: CancelableApiEvent<{
|
|
78
|
+
row: ITasksTableRow;
|
|
79
|
+
}>;
|
|
80
|
+
/** Событие возникает перед сворачиванием/разворачиванием строки таблицы. */
|
|
81
|
+
toggleRowClicking?: CancelableApiEvent<{
|
|
82
|
+
row: ITasksTableRow;
|
|
83
|
+
}>;
|
|
84
|
+
/** Событие возникает при клике на строку таблицы. */
|
|
85
|
+
rowClick?: BasicApiEvent<{
|
|
86
|
+
row: ITasksTableRow;
|
|
87
|
+
}>;
|
|
72
88
|
/** Сервисы. */
|
|
73
89
|
services?: $LayoutInfo & $TasksTreeController & $CardId & Optional<$TaskTableOptions> & $UrlStore & $EditOperationStore & $RouterNavigation & $WindowLocation & $ApplicationSettings & $FileController & $LayoutFileController & $DeviceType & $LayoutCardController & $MessageBox & $StaffDirectoryItemsController & $CardInfo & $FileDownload & $LayoutStaffController & $LayoutRowController & $LayoutManager;
|
|
74
90
|
}
|
|
@@ -126,6 +142,12 @@ export declare class TasksTable extends BaseControl<TasksTableParams, TasksTable
|
|
|
126
142
|
toggleRow(visibleIndex: number, expand?: boolean): void;
|
|
127
143
|
/** Удаляет дочернюю карточку из системы. */
|
|
128
144
|
deleteCard(cardId: string): void;
|
|
145
|
+
/**
|
|
146
|
+
* Добавляет/удаляет css класс строки таблицы.
|
|
147
|
+
* @param row ITasksTableRow.
|
|
148
|
+
* @param style Класс, который будет добавлен к строке.
|
|
149
|
+
*/
|
|
150
|
+
toggleRowClass(row: ITasksTableRow, style: string): void;
|
|
129
151
|
private get rows();
|
|
130
152
|
private set rows(value);
|
|
131
153
|
private get visibleRows();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { TasksTableLogic } from '@docsvision/webclient/BackOffice/TasksTableLogic';
|
|
3
3
|
import { TasksTableView } from '@docsvision/webclient/BackOffice/TasksTableView';
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
export declare function TasksTableContainer(props: {
|
|
6
6
|
logic: TasksTableLogic;
|
|
7
7
|
view: TasksTableView;
|
|
@@ -64,9 +64,13 @@ import("effector").Event<number>;
|
|
|
64
64
|
import("effector").Event<number>;
|
|
65
65
|
toggleRow:
|
|
66
66
|
import("effector").Event<number>;
|
|
67
|
+
toggleRowClass:
|
|
68
|
+
import("effector").Event<{
|
|
69
|
+
row: ITasksTableRow;
|
|
70
|
+
style: string;
|
|
71
|
+
}>;
|
|
67
72
|
taskNameClicked:
|
|
68
73
|
import("effector").Event<{
|
|
69
|
-
event: React.MouseEvent;
|
|
70
74
|
row: ITasksTableRow;
|
|
71
75
|
}>;
|
|
72
76
|
taskCellClicked:
|
|
@@ -74,10 +78,18 @@ import("effector").Event<{
|
|
|
74
78
|
event: React.MouseEvent;
|
|
75
79
|
row: ITasksTableRow;
|
|
76
80
|
}>;
|
|
81
|
+
toggleRowClicking:
|
|
82
|
+
import("effector").Event<{
|
|
83
|
+
row: ITasksTableRow;
|
|
84
|
+
}>;
|
|
77
85
|
showHelpBox:
|
|
78
86
|
import("effector").Event<{
|
|
79
87
|
row: ITasksTableRow;
|
|
80
88
|
}>;
|
|
89
|
+
showHelpBoxFx:
|
|
90
|
+
import("effector").Effect<{
|
|
91
|
+
row: ITasksTableRow;
|
|
92
|
+
}, string, Error>;
|
|
81
93
|
hideHelpBox:
|
|
82
94
|
import("effector").Event<{
|
|
83
95
|
row: ITasksTableRow;
|
|
@@ -140,6 +152,10 @@ import("effector").Effect<{
|
|
|
140
152
|
row: ITasksTableRow;
|
|
141
153
|
}, string, Error>;
|
|
142
154
|
deleteCard:
|
|
155
|
+
import("effector").Event<{
|
|
156
|
+
row: ITasksTableRow;
|
|
157
|
+
}>;
|
|
158
|
+
rowClick:
|
|
143
159
|
import("effector").Event<{
|
|
144
160
|
row: ITasksTableRow;
|
|
145
161
|
}>;
|
|
@@ -8,5 +8,6 @@ export interface ITasksTableRowProps extends ITableRowHelperProps {
|
|
|
8
8
|
notMatchFilter: boolean;
|
|
9
9
|
isCurrentHelpBox: boolean;
|
|
10
10
|
isCurrentInTree: boolean;
|
|
11
|
+
customCssClasses: string[];
|
|
11
12
|
}
|
|
12
13
|
export declare function TasksTableRow(props: ITasksTableRowProps): JSX.Element;
|
|
@@ -20,16 +20,16 @@ import { TasksTableIconButton } from '@docsvision/webclient/BackOffice/TasksTabl
|
|
|
20
20
|
import { StaffDirectoryItems } from '@docsvision/webclient/BackOffice/StaffDirectoryItems';
|
|
21
21
|
export declare class TasksTableView {
|
|
22
22
|
mainButton: (props:
|
|
23
|
-
import("C:/
|
|
23
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
24
24
|
dialog: (props:
|
|
25
|
-
import("C:/
|
|
25
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/Helpers/ModalDialog/CommonModalDialog").CommonModalDialogProps) => JSX.Element;
|
|
26
26
|
controlWrapper: typeof TasksTableControlWrapper;
|
|
27
27
|
ribbon: typeof TasksTableRibbon;
|
|
28
28
|
ribbonGroup:
|
|
29
29
|
import("styled-components").StyledComponent<"div", any, {
|
|
30
30
|
className: string;
|
|
31
31
|
} &
|
|
32
|
-
import("C:/
|
|
32
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/Helpers/Ribbon/RibbonGroup").IRibbonGroupProps, "className">;
|
|
33
33
|
ribbonButton: typeof TasksTableRibbonButton;
|
|
34
34
|
ribbonContainer: typeof TasksTableRibbonContainer;
|
|
35
35
|
ribbonFilterButton: typeof TasksTableFilterButton;
|
|
@@ -327,6 +327,24 @@ export declare type $ContractsController = {
|
|
|
327
327
|
contractsController: GenControllers.IContractsController;
|
|
328
328
|
};
|
|
329
329
|
export declare const $ContractsController: string | ((model?: $ContractsController) => GenControllers.IContractsController);
|
|
330
|
+
export declare namespace GenControllers {
|
|
331
|
+
/**
|
|
332
|
+
* AuthenticationKindsController
|
|
333
|
+
*/
|
|
334
|
+
interface IAuthenticationKindsController {
|
|
335
|
+
/**
|
|
336
|
+
* Get card html by xslt id
|
|
337
|
+
*/
|
|
338
|
+
checkUserAuthenticationLogin(extensionId: string, login: string, options?: RequestOptions): Promise<boolean>;
|
|
339
|
+
}
|
|
340
|
+
class AuthenticationKindsController extends BaseController implements IAuthenticationKindsController {
|
|
341
|
+
checkUserAuthenticationLogin(extensionId: string, login: string, options?: RequestOptions): Promise<boolean>;
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
export declare type $AuthenticationKindsController = {
|
|
345
|
+
authenticationKindsController: GenControllers.IAuthenticationKindsController;
|
|
346
|
+
};
|
|
347
|
+
export declare const $AuthenticationKindsController: string | ((model?: $AuthenticationKindsController) => GenControllers.IAuthenticationKindsController);
|
|
330
348
|
export declare namespace GenControllers {
|
|
331
349
|
/**
|
|
332
350
|
* Represents
|
|
@@ -412,6 +430,10 @@ export declare namespace GenControllers {
|
|
|
412
430
|
* Execute search query with Digest view.
|
|
413
431
|
*/
|
|
414
432
|
search(requestModel: GenModels.SearchRequestModel, options?: RequestOptions): Promise<GenModels.SearchResponseModel>;
|
|
433
|
+
/**
|
|
434
|
+
* Execute search query with Digest view columns
|
|
435
|
+
*/
|
|
436
|
+
searchWithViewColumns(requestModel: GenModels.SearchRequestModelDiagram, options?: RequestOptions): Promise<GenModels.SearchResponseModelDiagram>;
|
|
415
437
|
/**
|
|
416
438
|
* POST: /SearchQuery/GetFolderCards
|
|
417
439
|
*/
|
|
@@ -423,6 +445,7 @@ export declare namespace GenControllers {
|
|
|
423
445
|
}
|
|
424
446
|
class CardsPresentationController extends BaseController implements ICardsPresentationController {
|
|
425
447
|
search(requestModel: GenModels.SearchRequestModel, options?: RequestOptions): Promise<GenModels.SearchResponseModel>;
|
|
448
|
+
searchWithViewColumns(requestModel: GenModels.SearchRequestModelDiagram, options?: RequestOptions): Promise<GenModels.SearchResponseModelDiagram>;
|
|
426
449
|
getFolderCards(request: GenModels.GetFolderCardsRequest, options?: RequestOptions): Promise<GenModels.SearchResponseModel>;
|
|
427
450
|
getSearchResultsPresentation(request: GenModels.SearchPresentationRequestModel, options?: RequestOptions): Promise<Array<GenModels.CardPresentation>>;
|
|
428
451
|
}
|
|
@@ -1492,6 +1515,10 @@ export declare namespace GenControllers {
|
|
|
1492
1515
|
* Get grid aggregates model
|
|
1493
1516
|
*/
|
|
1494
1517
|
getGridAggregatesModel(request: GenModels.GridAggregateRequest, options?: RequestOptions): Promise<Array<GenModels.GridAggregateModel>>;
|
|
1518
|
+
/**
|
|
1519
|
+
* @param diagramRequestModel
|
|
1520
|
+
*/
|
|
1521
|
+
getDiagramDistinctValuesModel(diagramRequestModel: GenModels.DistinctValuesDiagramRequestModel, options?: RequestOptions): Promise<GenModels.DistinctDiagramValuesModel>;
|
|
1495
1522
|
/**
|
|
1496
1523
|
* Force unread counter recalculation.
|
|
1497
1524
|
*
|
|
@@ -1521,6 +1548,7 @@ export declare namespace GenControllers {
|
|
|
1521
1548
|
getFilterDistinctValues(request: GenModels.FilterDistinctValuesRequestModel, options?: RequestOptions): Promise<GenModels.DistinctValuesModel>;
|
|
1522
1549
|
loadAllPages(baseCursorId: string, options?: RequestOptions): Promise<number>;
|
|
1523
1550
|
getGridAggregatesModel(request: GenModels.GridAggregateRequest, options?: RequestOptions): Promise<Array<GenModels.GridAggregateModel>>;
|
|
1551
|
+
getDiagramDistinctValuesModel(diagramRequestModel: GenModels.DistinctValuesDiagramRequestModel, options?: RequestOptions): Promise<GenModels.DistinctDiagramValuesModel>;
|
|
1524
1552
|
refreshUnreadCounter(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
|
|
1525
1553
|
refreshUnreadCounterEx(requestModel: GenModels.RefreshUnreadCounterRequest, options?: RequestOptions): Promise<any>;
|
|
1526
1554
|
}
|
|
@@ -2810,9 +2838,14 @@ export declare namespace GenControllers {
|
|
|
2810
2838
|
* Updates localization
|
|
2811
2839
|
*/
|
|
2812
2840
|
setUserLocale(locale: string, options?: RequestOptions): Promise<any>;
|
|
2841
|
+
/**
|
|
2842
|
+
* Reset localization
|
|
2843
|
+
*/
|
|
2844
|
+
resetUserLocale(options?: RequestOptions): Promise<any>;
|
|
2813
2845
|
}
|
|
2814
2846
|
class LocalizationController extends BaseController implements ILocalizationController {
|
|
2815
2847
|
setUserLocale(locale: string, options?: RequestOptions): Promise<any>;
|
|
2848
|
+
resetUserLocale(options?: RequestOptions): Promise<any>;
|
|
2816
2849
|
}
|
|
2817
2850
|
}
|
|
2818
2851
|
export declare type $LocalizationController = {
|