@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
|
@@ -927,6 +927,54 @@ export declare namespace GenModels {
|
|
|
927
927
|
changeDateTime: string;
|
|
928
928
|
}
|
|
929
929
|
}
|
|
930
|
+
export declare namespace GenModels {
|
|
931
|
+
interface SearchRequestModelDiagram extends GenModels.SearchRequestModel {
|
|
932
|
+
/**
|
|
933
|
+
* ViewId for search
|
|
934
|
+
*/
|
|
935
|
+
viewId: string;
|
|
936
|
+
/**
|
|
937
|
+
* Primary Column that we try to find in cards
|
|
938
|
+
*/
|
|
939
|
+
columnPrimary: string;
|
|
940
|
+
/**
|
|
941
|
+
* Secondary Column that we try to find in cards
|
|
942
|
+
*/
|
|
943
|
+
columnSecondary: string;
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
export declare namespace GenModels {
|
|
947
|
+
interface SearchResponseModelDiagram {
|
|
948
|
+
/**
|
|
949
|
+
* Identifier of the search session for performing pagination.
|
|
950
|
+
*
|
|
951
|
+
* @format datatype.uuid
|
|
952
|
+
*/
|
|
953
|
+
instanceId: string;
|
|
954
|
+
/**
|
|
955
|
+
* Found cards
|
|
956
|
+
*/
|
|
957
|
+
cards: Array<GenModels.DiagramRow>;
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
export declare namespace GenModels {
|
|
961
|
+
interface DiagramRow {
|
|
962
|
+
/**
|
|
963
|
+
* Card id
|
|
964
|
+
*
|
|
965
|
+
* @format datatype.uuid
|
|
966
|
+
*/
|
|
967
|
+
instanceId: string;
|
|
968
|
+
/**
|
|
969
|
+
* First column value
|
|
970
|
+
*/
|
|
971
|
+
columnPrimary: any;
|
|
972
|
+
/**
|
|
973
|
+
* Second column value
|
|
974
|
+
*/
|
|
975
|
+
columnSecondary: any;
|
|
976
|
+
}
|
|
977
|
+
}
|
|
930
978
|
export declare namespace GenModels {
|
|
931
979
|
interface GetFolderCardsRequest {
|
|
932
980
|
queryViewRequest: GenModels.QueryViewRequest;
|
|
@@ -4231,6 +4279,58 @@ export declare namespace GenModels {
|
|
|
4231
4279
|
checked?: boolean;
|
|
4232
4280
|
}
|
|
4233
4281
|
}
|
|
4282
|
+
export declare namespace GenModels {
|
|
4283
|
+
interface DistinctValuesDiagramRequestModel extends GenModels.DistinctValuesRequestModel {
|
|
4284
|
+
/**
|
|
4285
|
+
* Gets or sets Folder ID
|
|
4286
|
+
*
|
|
4287
|
+
* @format datatype.uuid
|
|
4288
|
+
*/
|
|
4289
|
+
folderId: string;
|
|
4290
|
+
/**
|
|
4291
|
+
* Gets or sets View ID
|
|
4292
|
+
*
|
|
4293
|
+
* @format datatype.uuid
|
|
4294
|
+
*/
|
|
4295
|
+
viewId: string;
|
|
4296
|
+
/**
|
|
4297
|
+
* Gets or sets Diagram type
|
|
4298
|
+
*/
|
|
4299
|
+
diagramType: GenModels.DiagramType;
|
|
4300
|
+
}
|
|
4301
|
+
}
|
|
4302
|
+
export declare namespace GenModels {
|
|
4303
|
+
interface DistinctDiagramValuesModel {
|
|
4304
|
+
/**
|
|
4305
|
+
* Gets or sets columns
|
|
4306
|
+
*/
|
|
4307
|
+
columns: Array<GenModels.GridUserSettingsGroupDiagramColumn>;
|
|
4308
|
+
/**
|
|
4309
|
+
* Gets or sets distinct values
|
|
4310
|
+
*/
|
|
4311
|
+
distinctValues: Array<GenModels.ViewDiagramDistinctValue>;
|
|
4312
|
+
}
|
|
4313
|
+
}
|
|
4314
|
+
export declare namespace GenModels {
|
|
4315
|
+
interface GridUserSettingsGroupDiagramColumn extends GenModels.GridUserSettingsGroupColumn {
|
|
4316
|
+
/**
|
|
4317
|
+
* Is filtering allowed
|
|
4318
|
+
*/
|
|
4319
|
+
isFilteringAllowed: boolean;
|
|
4320
|
+
/**
|
|
4321
|
+
* Column display name
|
|
4322
|
+
*/
|
|
4323
|
+
columnDisplayName: string;
|
|
4324
|
+
}
|
|
4325
|
+
}
|
|
4326
|
+
export declare namespace GenModels {
|
|
4327
|
+
interface ViewDiagramDistinctValue extends GenModels.ViewDistinctValue {
|
|
4328
|
+
/**
|
|
4329
|
+
* Children
|
|
4330
|
+
*/
|
|
4331
|
+
children: Array<GenModels.ViewDistinctValue>;
|
|
4332
|
+
}
|
|
4333
|
+
}
|
|
4234
4334
|
export declare namespace GenModels {
|
|
4235
4335
|
interface RefreshUnreadCounterRequest {
|
|
4236
4336
|
/**
|
|
@@ -5858,6 +5958,7 @@ export declare namespace GenModels {
|
|
|
5858
5958
|
interface ActualStageData {
|
|
5859
5959
|
stageSemantics: GenModels.StageSemantics;
|
|
5860
5960
|
currentStage: boolean;
|
|
5961
|
+
pass: number;
|
|
5861
5962
|
}
|
|
5862
5963
|
}
|
|
5863
5964
|
export declare namespace GenModels {
|
|
@@ -5934,8 +6035,10 @@ export declare namespace GenModels {
|
|
|
5934
6035
|
export declare namespace GenModels {
|
|
5935
6036
|
interface ApprovalHistoryStageModel {
|
|
5936
6037
|
name: string;
|
|
6038
|
+
id: string;
|
|
5937
6039
|
approvalType?: GenModels.ApprovalType;
|
|
5938
6040
|
beginDate: string;
|
|
6041
|
+
pass: number;
|
|
5939
6042
|
stageItems: Array<GenModels.ApprovalHistoryStageItemModel>;
|
|
5940
6043
|
}
|
|
5941
6044
|
}
|
|
@@ -8640,6 +8743,14 @@ export declare namespace GenModels {
|
|
|
8640
8743
|
* Pdf cache directory
|
|
8641
8744
|
*/
|
|
8642
8745
|
pdfCacheDirectory: string;
|
|
8746
|
+
/**
|
|
8747
|
+
* Gets or sets whether DVWebTool should be terminated after use.
|
|
8748
|
+
*/
|
|
8749
|
+
dvWebToolAppShutDown: boolean;
|
|
8750
|
+
/**
|
|
8751
|
+
* Gets or sets whether DVWebTool should be launch after load OS.
|
|
8752
|
+
*/
|
|
8753
|
+
dvWebToolStartUpLaunch: boolean;
|
|
8643
8754
|
/**
|
|
8644
8755
|
* Search context options
|
|
8645
8756
|
*/
|
|
@@ -8656,6 +8767,10 @@ export declare namespace GenModels {
|
|
|
8656
8767
|
* Card must be deleted into the trash or deletes from database.
|
|
8657
8768
|
*/
|
|
8658
8769
|
deletePermanently: boolean;
|
|
8770
|
+
/**
|
|
8771
|
+
* Gets ot sets connect address session parameter
|
|
8772
|
+
*/
|
|
8773
|
+
connectAddress: string;
|
|
8659
8774
|
}
|
|
8660
8775
|
}
|
|
8661
8776
|
export declare namespace GenModels {
|
|
@@ -8756,6 +8871,10 @@ export declare namespace GenModels {
|
|
|
8756
8871
|
* Feedback URL
|
|
8757
8872
|
*/
|
|
8758
8873
|
feedbackUrl: string;
|
|
8874
|
+
/**
|
|
8875
|
+
* Enabled unread counters or not.
|
|
8876
|
+
*/
|
|
8877
|
+
unreadCountersEnabled: boolean;
|
|
8759
8878
|
}
|
|
8760
8879
|
}
|
|
8761
8880
|
export declare namespace GenModels {
|
|
@@ -9768,6 +9887,10 @@ export declare namespace GenModels {
|
|
|
9768
9887
|
* Gets or sets name
|
|
9769
9888
|
*/
|
|
9770
9889
|
name: string;
|
|
9890
|
+
/**
|
|
9891
|
+
* Gets or sets localized name
|
|
9892
|
+
*/
|
|
9893
|
+
localizedName: string;
|
|
9771
9894
|
/**
|
|
9772
9895
|
* Gets or sets value
|
|
9773
9896
|
*/
|
|
@@ -10151,6 +10274,10 @@ export declare namespace GenModels {
|
|
|
10151
10274
|
* Gets or sets name
|
|
10152
10275
|
*/
|
|
10153
10276
|
name: string;
|
|
10277
|
+
/**
|
|
10278
|
+
* Gets or sets name
|
|
10279
|
+
*/
|
|
10280
|
+
localizedName: string;
|
|
10154
10281
|
/**
|
|
10155
10282
|
* Gets or sets value
|
|
10156
10283
|
*/
|
|
@@ -10263,6 +10390,72 @@ export declare namespace GenModels {
|
|
|
10263
10390
|
name: string;
|
|
10264
10391
|
}
|
|
10265
10392
|
}
|
|
10393
|
+
export declare namespace GenModels {
|
|
10394
|
+
interface AuthenticationExtensionModel {
|
|
10395
|
+
/**
|
|
10396
|
+
* Unique Id
|
|
10397
|
+
*
|
|
10398
|
+
* @format datatype.uuid
|
|
10399
|
+
*/
|
|
10400
|
+
id: string;
|
|
10401
|
+
/**
|
|
10402
|
+
* Name
|
|
10403
|
+
*/
|
|
10404
|
+
name: string;
|
|
10405
|
+
/**
|
|
10406
|
+
* Picture
|
|
10407
|
+
*/
|
|
10408
|
+
logo: Array<number>;
|
|
10409
|
+
/**
|
|
10410
|
+
* Description
|
|
10411
|
+
*/
|
|
10412
|
+
description: string;
|
|
10413
|
+
/**
|
|
10414
|
+
* URL
|
|
10415
|
+
*/
|
|
10416
|
+
URL: string;
|
|
10417
|
+
/**
|
|
10418
|
+
* Supported types of response
|
|
10419
|
+
*/
|
|
10420
|
+
supportedTypes: Array<string>;
|
|
10421
|
+
/**
|
|
10422
|
+
* Supported modes of response
|
|
10423
|
+
*/
|
|
10424
|
+
supportedModes: Array<string>;
|
|
10425
|
+
}
|
|
10426
|
+
}
|
|
10427
|
+
export declare namespace GenModels {
|
|
10428
|
+
interface AuthenticationKindsModel {
|
|
10429
|
+
/**
|
|
10430
|
+
* Id
|
|
10431
|
+
*
|
|
10432
|
+
* @format datatype.uuid
|
|
10433
|
+
*/
|
|
10434
|
+
extensionId: string;
|
|
10435
|
+
/**
|
|
10436
|
+
* Name
|
|
10437
|
+
*/
|
|
10438
|
+
extensionName: string;
|
|
10439
|
+
/**
|
|
10440
|
+
* Flag if use extension for current user
|
|
10441
|
+
*/
|
|
10442
|
+
useExtension: boolean;
|
|
10443
|
+
/**
|
|
10444
|
+
* User login in current extension
|
|
10445
|
+
*/
|
|
10446
|
+
userExtensionLogin: string;
|
|
10447
|
+
/**
|
|
10448
|
+
* User id
|
|
10449
|
+
*
|
|
10450
|
+
* @format datatype.uuid
|
|
10451
|
+
*/
|
|
10452
|
+
userId: string;
|
|
10453
|
+
/**
|
|
10454
|
+
* Flag if extension allowed check user login
|
|
10455
|
+
*/
|
|
10456
|
+
checkButtonEnable: boolean;
|
|
10457
|
+
}
|
|
10458
|
+
}
|
|
10266
10459
|
export declare namespace GenModels {
|
|
10267
10460
|
interface SearchItemModel {
|
|
10268
10461
|
/**
|
|
@@ -10563,17 +10756,13 @@ export declare namespace GenModels {
|
|
|
10563
10756
|
}
|
|
10564
10757
|
export declare namespace GenModels {
|
|
10565
10758
|
enum DecisionSemantics {
|
|
10566
|
-
None = 0,
|
|
10567
10759
|
Positive = 1,
|
|
10568
10760
|
Negative = 2,
|
|
10569
10761
|
Neutral = 3,
|
|
10570
10762
|
Cancellation = 4,
|
|
10571
10763
|
NewCycle = 5,
|
|
10572
10764
|
ApproversAddition = 6,
|
|
10573
|
-
|
|
10574
|
-
Any = 8,
|
|
10575
|
-
Completion = 100,
|
|
10576
|
-
Return = 200
|
|
10765
|
+
Completion = 100
|
|
10577
10766
|
}
|
|
10578
10767
|
}
|
|
10579
10768
|
export declare namespace GenModels {
|
|
@@ -11284,6 +11473,29 @@ export declare namespace GenModels {
|
|
|
11284
11473
|
Favorites = 2
|
|
11285
11474
|
}
|
|
11286
11475
|
}
|
|
11476
|
+
export declare namespace GenModels {
|
|
11477
|
+
/**
|
|
11478
|
+
* Defines type of Diagram control
|
|
11479
|
+
*/
|
|
11480
|
+
enum DiagramType {
|
|
11481
|
+
/**
|
|
11482
|
+
* Bar type
|
|
11483
|
+
*/
|
|
11484
|
+
Bar = 0,
|
|
11485
|
+
/**
|
|
11486
|
+
* StackedBar type
|
|
11487
|
+
*/
|
|
11488
|
+
StackedBar = 1,
|
|
11489
|
+
/**
|
|
11490
|
+
* StackedAreaCharts type
|
|
11491
|
+
*/
|
|
11492
|
+
StackedAreaCharts = 2,
|
|
11493
|
+
/**
|
|
11494
|
+
* PieChart type
|
|
11495
|
+
*/
|
|
11496
|
+
PieChart = 3
|
|
11497
|
+
}
|
|
11498
|
+
}
|
|
11287
11499
|
export declare namespace GenModels {
|
|
11288
11500
|
/**
|
|
11289
11501
|
* Javascript log message level.
|
|
@@ -12598,6 +12810,91 @@ export declare namespace GenModels {
|
|
|
12598
12810
|
DisplayAll = 2
|
|
12599
12811
|
}
|
|
12600
12812
|
}
|
|
12813
|
+
export declare namespace GenModels {
|
|
12814
|
+
/**
|
|
12815
|
+
* Defines color mode for Diagram control
|
|
12816
|
+
*/
|
|
12817
|
+
enum DiagramColorMode {
|
|
12818
|
+
/**
|
|
12819
|
+
* Monochrome mode
|
|
12820
|
+
*/
|
|
12821
|
+
Monochrome = 0,
|
|
12822
|
+
/**
|
|
12823
|
+
* Unicolorous mode
|
|
12824
|
+
*/
|
|
12825
|
+
Unicolorous = 1
|
|
12826
|
+
}
|
|
12827
|
+
}
|
|
12828
|
+
export declare namespace GenModels {
|
|
12829
|
+
/**
|
|
12830
|
+
* Defines legend color scheme for Diagram control
|
|
12831
|
+
*/
|
|
12832
|
+
enum DiagramLegendColorScheme {
|
|
12833
|
+
/**
|
|
12834
|
+
* Indigo legend color scheme
|
|
12835
|
+
*/
|
|
12836
|
+
Indigo = 0,
|
|
12837
|
+
/**
|
|
12838
|
+
* Cyan legend color scheme
|
|
12839
|
+
*/
|
|
12840
|
+
Cyan = 1,
|
|
12841
|
+
/**
|
|
12842
|
+
* Green legend color scheme
|
|
12843
|
+
*/
|
|
12844
|
+
Green = 2,
|
|
12845
|
+
/**
|
|
12846
|
+
* Orange legend color scheme
|
|
12847
|
+
*/
|
|
12848
|
+
Orange = 3,
|
|
12849
|
+
/**
|
|
12850
|
+
* Red legend color scheme
|
|
12851
|
+
*/
|
|
12852
|
+
Red = 4,
|
|
12853
|
+
/**
|
|
12854
|
+
* Purple legend color scheme
|
|
12855
|
+
*/
|
|
12856
|
+
Purple = 5,
|
|
12857
|
+
/**
|
|
12858
|
+
* Violet legend color scheme
|
|
12859
|
+
*/
|
|
12860
|
+
Violet = 6,
|
|
12861
|
+
/**
|
|
12862
|
+
* Gray legend color scheme
|
|
12863
|
+
*/
|
|
12864
|
+
Gray = 7,
|
|
12865
|
+
/**
|
|
12866
|
+
* Brown legend color scheme
|
|
12867
|
+
*/
|
|
12868
|
+
Brown = 8,
|
|
12869
|
+
/**
|
|
12870
|
+
* Multicolor mode
|
|
12871
|
+
*/
|
|
12872
|
+
Multicolored = 9
|
|
12873
|
+
}
|
|
12874
|
+
}
|
|
12875
|
+
export declare namespace GenModels {
|
|
12876
|
+
/**
|
|
12877
|
+
* Defines legend position for Diagram control
|
|
12878
|
+
*/
|
|
12879
|
+
enum DiagramLegendPosition {
|
|
12880
|
+
/**
|
|
12881
|
+
* Bottom legend position
|
|
12882
|
+
*/
|
|
12883
|
+
Bottom = 0,
|
|
12884
|
+
/**
|
|
12885
|
+
* Top legend position
|
|
12886
|
+
*/
|
|
12887
|
+
Top = 1,
|
|
12888
|
+
/**
|
|
12889
|
+
* Left legend position
|
|
12890
|
+
*/
|
|
12891
|
+
Left = 2,
|
|
12892
|
+
/**
|
|
12893
|
+
* Right legend position
|
|
12894
|
+
*/
|
|
12895
|
+
Right = 3
|
|
12896
|
+
}
|
|
12897
|
+
}
|
|
12601
12898
|
export declare namespace GenModels {
|
|
12602
12899
|
/**
|
|
12603
12900
|
* Way of editing and creating of table rows.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
2
|
+
|
|
3
3
|
import { IArtPlayerTimeCode } from '@docsvision/webclient/Helpers/ArtPlayer/models/IArtPlayerTImeCode';
|
|
4
4
|
export interface IArtPlayerTimeCodes extends React.HTMLAttributes<HTMLDivElement> {
|
|
5
5
|
elements: IArtPlayerTimeCode[];
|
|
@@ -42,7 +42,7 @@ export declare class ComboBoxElement extends React.Component<IComboBoxElementPro
|
|
|
42
42
|
*/
|
|
43
43
|
protected onSelect: () => void;
|
|
44
44
|
protected onKeyDown: (e: React.KeyboardEvent<any>) => void;
|
|
45
|
-
get tabIndex():
|
|
45
|
+
get tabIndex(): -1 | 0;
|
|
46
46
|
/**
|
|
47
47
|
* Фокусирует элемент
|
|
48
48
|
*/
|
|
@@ -30,7 +30,7 @@ export declare class ComboBoxTitle extends React.Component<IComboBoxTitleProps,
|
|
|
30
30
|
protected onClick: () => void;
|
|
31
31
|
protected onKeyDown: (e: React.KeyboardEvent<any>) => void;
|
|
32
32
|
/** @internal */
|
|
33
|
-
get tabIndex():
|
|
33
|
+
get tabIndex(): -1 | 0;
|
|
34
34
|
componentDidMount(): void;
|
|
35
35
|
componentWillUnmount(): void;
|
|
36
36
|
/** @internal */
|
|
@@ -37,7 +37,7 @@ export declare class ControlSelector extends React.Component<IControlSelectorPro
|
|
|
37
37
|
UNSAFE_componentWillMount(): void;
|
|
38
38
|
/** @internal */
|
|
39
39
|
UNSAFE_componentWillReceiveProps(nextProps: IControlSelectorProps, nextContext: any): void;
|
|
40
|
-
loadControl(controlTypeName: string): Promise<LayoutControlType>;
|
|
40
|
+
loadControl(controlTypeName: string, updateOnAsyncLoading?: boolean): Promise<LayoutControlType>;
|
|
41
41
|
loadControlFromModule(name: string, path: string): Promise<any>;
|
|
42
42
|
/** См. [документацию React](https://facebook.github.io/react/docs/react-component.html#the-component-lifecycle) */
|
|
43
43
|
componentDidCatch(error: any, info: any): void;
|
|
@@ -19,7 +19,7 @@ export interface ICustomTreeNodeProps {
|
|
|
19
19
|
*/
|
|
20
20
|
export declare class CustomTreeNode extends React.Component<ICustomTreeNodeProps, undefined> {
|
|
21
21
|
protected onClick: () => void;
|
|
22
|
-
get tabIndex():
|
|
22
|
+
get tabIndex(): -1 | 0;
|
|
23
23
|
/** @internal */
|
|
24
24
|
render(): JSX.Element;
|
|
25
25
|
}
|
|
@@ -4,8 +4,13 @@ import { IWebServicesRequest } from '@docsvision/webclient/System/IWebServicesRe
|
|
|
4
4
|
import { IWebServicesConnection } from '@docsvision/webclient/System/IWebServicesConnection';
|
|
5
5
|
import { $MessageBox } from '@docsvision/webclient/System/$MessageBox';
|
|
6
6
|
export declare class DVWebToolConnection {
|
|
7
|
-
private static
|
|
7
|
+
private static WebToolInstalledOptionsKey;
|
|
8
|
+
private static dvWebToolOpenCommand;
|
|
9
|
+
private static delayTime;
|
|
10
|
+
static cancel: boolean;
|
|
8
11
|
static trySendData<RequestT, ResponseT>(webService: string, data: IWebServicesRequest<RequestT>, services: $WebServices & $ApplicationSettings & $MessageBox): Promise<ResponseT>;
|
|
12
|
+
static trySendDataEx<RequestT, ResponseT>(webService: string, data: IWebServicesRequest<RequestT>, services: $WebServices & $ApplicationSettings & $MessageBox, maxTryCount?: number): Promise<ResponseT>;
|
|
9
13
|
static tryConnect<RequestT, ResponseT>(webService: string, services: $WebServices & $ApplicationSettings & $MessageBox): Promise<IWebServicesConnection>;
|
|
10
|
-
static
|
|
14
|
+
static tryConnectEx<RequestT, ResponseT>(webService: string, services: $WebServices & $ApplicationSettings & $MessageBox, maxTryCount?: number): Promise<IWebServicesConnection>;
|
|
15
|
+
static renderModalWindow(container: HTMLElement, services: $WebServices & $ApplicationSettings & $MessageBox): void;
|
|
11
16
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
/** @internal */
|
|
3
|
-
export interface
|
|
3
|
+
export interface IMainMenuItemProps {
|
|
4
4
|
/** Button action */
|
|
5
|
-
onClick: (event: React.MouseEvent<
|
|
6
|
-
children?:
|
|
5
|
+
onClick: (event: React.MouseEvent<unknown>) => void;
|
|
6
|
+
children?: unknown;
|
|
7
7
|
}
|
|
8
8
|
/**
|
|
9
9
|
* @internal Represents a button, that looks like small icon
|
|
@@ -12,4 +12,4 @@ export interface IItemProps {
|
|
|
12
12
|
* iconClassName="dv-ico dv-ico-dictionary" visible={ super.getEditAvailable()}
|
|
13
13
|
* title={resources.Numerator_GenerateNewNumberTooltip} />
|
|
14
14
|
*/
|
|
15
|
-
export declare
|
|
15
|
+
export declare function MainMenuItem(props: IMainMenuItemProps): JSX.Element;
|
|
@@ -30,7 +30,7 @@ export declare class SliderCheckBox extends React.Component<SliderCheckBoxProps,
|
|
|
30
30
|
constructor(props: SliderCheckBoxProps);
|
|
31
31
|
protected get canEdit(): boolean;
|
|
32
32
|
protected handleCheckBoxClick(event: any): void;
|
|
33
|
-
protected getTabIndex():
|
|
33
|
+
protected getTabIndex(): -1 | 0;
|
|
34
34
|
protected getCssClass(): string;
|
|
35
35
|
/** @internal */
|
|
36
36
|
render(): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ISortableItem } from "@docsvision/webclient/Helpers/Sortable/Data/ClientModels/ISortableItem";
|
|
2
2
|
import React from "react";
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
/** @internal Свойства для {@link Sortable} */
|
|
5
5
|
export interface ISortableProps {
|
|
6
6
|
/** дочерние элементы {@link SortableItem}, которые необходимо перемещать */
|
|
@@ -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 ITextInputDialogFramePops extends HtmlProps.div {
|
|
5
5
|
label: string | React.ReactNode;
|
|
6
6
|
renderInput: () => React.ReactNode;
|
|
@@ -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 ITextInputDialogModalPops extends ModalDialogProps {
|
|
6
6
|
onAccept: () => void;
|
|
7
7
|
onCancel: () => void;
|
|
@@ -19,6 +19,7 @@ export declare class ApprovalFilePanel {
|
|
|
19
19
|
private static MainFilesPlaceholder;
|
|
20
20
|
private static AdditionalFilesPlaceholder;
|
|
21
21
|
private static AddFileVersionLabel;
|
|
22
|
+
private static MarkVersionAsFinalCssClass;
|
|
22
23
|
private filePanel;
|
|
23
24
|
private currentSettings;
|
|
24
25
|
private selectedElement;
|
|
@@ -35,8 +36,11 @@ export declare class ApprovalFilePanel {
|
|
|
35
36
|
private SelectEventClick;
|
|
36
37
|
private SettingEventHandler;
|
|
37
38
|
private VersionEventHandler;
|
|
39
|
+
getExpandedVersions(): string[];
|
|
40
|
+
expandVersions(fileId: string, expand?: boolean): void;
|
|
38
41
|
private ShowVersions;
|
|
39
42
|
private DeleteFileVersionEventHandler;
|
|
43
|
+
private MarkVersionAsFinalEventHandler;
|
|
40
44
|
private AddCopyToFinalEventHandler;
|
|
41
45
|
private VersionsSettingsEventHandlers;
|
|
42
46
|
private ShowSettingsEventClick;
|
|
@@ -54,7 +54,7 @@ export declare abstract class BasicGridHtmlBuilder implements IGridHtmlBuilder {
|
|
|
54
54
|
protected abstract buildRowSwitcher(options: GridOptions, model: GenModels.GridViewModel, rowSwitcher: HTMLDivElement, rootElement: HTMLElement): HTMLDivElement;
|
|
55
55
|
abstract getChanges(): Promise<GenModels.GridViewModel>;
|
|
56
56
|
getSelection():
|
|
57
|
-
import("C:/
|
|
57
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/@docsvision/Platform/Services/Table/TableRowsSelectionModel").TableRowsSelectionModel;
|
|
58
58
|
clearSelection(cardIds?: string[]): void;
|
|
59
59
|
selectionChanged: SimpleEvent<any>;
|
|
60
60
|
protected addActionButtons(header: HTMLElement): void;
|