@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,10 +1,7 @@
|
|
|
1
1
|
import { IExistingRowRouteData } from '@docsvision/webclient/Platform/IExistingRowRouteData';
|
|
2
2
|
import { IRouteInfo } from "@docsvision/webclient/System/IRouteInfo";
|
|
3
3
|
import { IRouteTypeMapper } from "@docsvision/webclient/System/IRouteTypeMapper";
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const SectionID = "SectionID";
|
|
6
|
-
export declare const RowID = "RowID";
|
|
7
|
-
export declare const RowViewRouteName = "DepartmentRowView";
|
|
4
|
+
export declare const DepartmentRowViewRouteName = "DepartmentRowView";
|
|
8
5
|
export declare class DepartmentRowViewRouteTypeMapper implements IRouteTypeMapper<IExistingRowRouteData> {
|
|
9
6
|
hashPattern: string;
|
|
10
7
|
resolve(path: string, parameters: {
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { BaseControl } from "@docsvision/webclient/System/BaseControl";
|
|
3
|
+
import { ControlImpl } from "@docsvision/webclient/System/ControlImpl";
|
|
4
|
+
import { BaseControlImplState } from "@docsvision/webclient/System/BaseControlImpl";
|
|
5
|
+
import { DiagramParams } from '@docsvision/webclient/Platform/DiagramOptions';
|
|
6
|
+
import { DiagramLogic } from '@docsvision/webclient/Platform/DiagramLogic';
|
|
7
|
+
import { DiagramView } from '@docsvision/webclient/Platform/DiagramView';
|
|
8
|
+
|
|
9
|
+
export interface DiagramState extends BaseControlImplState, DiagramParams {
|
|
10
|
+
logic: DiagramLogic;
|
|
11
|
+
view: DiagramView;
|
|
12
|
+
}
|
|
13
|
+
export declare class Diagram extends BaseControl<DiagramParams, DiagramState> {
|
|
14
|
+
construct(): void;
|
|
15
|
+
protected createParams(): DiagramParams;
|
|
16
|
+
protected createImpl(): ControlImpl;
|
|
17
|
+
protected addCssClass: () => "" | "diagram__open-folder";
|
|
18
|
+
renderControl(): JSX.Element;
|
|
19
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Diagram } from '@docsvision/webclient/Platform/Diagram';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof Diagram;
|
|
6
|
+
};
|
|
7
|
+
export default _default;
|
|
8
|
+
export declare const Bar: () => JSX.Element;
|
|
9
|
+
export declare const StackedBar: () => JSX.Element;
|
|
10
|
+
export declare const StackedAreaCharts: () => JSX.Element;
|
|
11
|
+
export declare const PieChart: () => JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { DiagramLogic } from "@docsvision/webclient/Platform/DiagramLogic";
|
|
3
|
+
import { DiagramView } from "@docsvision/webclient/Platform/DiagramView";
|
|
4
|
+
export declare function DiagramContainer(props: {
|
|
5
|
+
logic: DiagramLogic;
|
|
6
|
+
view: DiagramView;
|
|
7
|
+
}): JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { DiagramParams } from '@docsvision/webclient/Platform/DiagramOptions';
|
|
3
|
+
export interface IDiagramLoaderProps {
|
|
4
|
+
options: DiagramParams;
|
|
5
|
+
wrapperRef: React.RefObject<HTMLDivElement>;
|
|
6
|
+
show: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare function DiagramLoader({ options, wrapperRef, show }: IDiagramLoaderProps): JSX.Element;
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
|
+
import { IChartData, IDiagramLogic, QueryKind, IParsedModel, IPointConfig, IApexChart, IDiagramRequestStrategy, ParseDiagramModel, ChartClass } from '@docsvision/webclient/Platform/IDiagramModels';
|
|
3
|
+
import { ComponentLogic } from '@docsvision/web/core/component';
|
|
4
|
+
import { DiagramParams } from '@docsvision/webclient/Platform/DiagramOptions';
|
|
5
|
+
import { MutableRefObject } from 'react';
|
|
6
|
+
import { DiagramRequestFolderStrategy, DiagramRequestSearchStrategy } from '@docsvision/webclient/Platform/Strategies';
|
|
7
|
+
export declare class DiagramLogic extends ComponentLogic<DiagramParams> {
|
|
8
|
+
domain:
|
|
9
|
+
import("effector").Domain;
|
|
10
|
+
$options:
|
|
11
|
+
import("effector").Store<IDiagramLogic>;
|
|
12
|
+
$queryKind:
|
|
13
|
+
import("effector").Store<QueryKind>;
|
|
14
|
+
getRequestStrategy: (options: DiagramParams) => DiagramRequestFolderStrategy | DiagramRequestSearchStrategy;
|
|
15
|
+
renderDiagramFx:
|
|
16
|
+
import("effector").Effect<IApexChart, void, Error>;
|
|
17
|
+
goToFolderFx:
|
|
18
|
+
import("effector").Effect<IPointConfig, void, Error>;
|
|
19
|
+
private applyFiltersToFolder;
|
|
20
|
+
initializeOptions(): void;
|
|
21
|
+
$chartInstance:
|
|
22
|
+
import("effector").Store<IApexChart>;
|
|
23
|
+
$chartLib:
|
|
24
|
+
import("effector").Store<any>;
|
|
25
|
+
$colorsObject:
|
|
26
|
+
import("effector").Store<{
|
|
27
|
+
theme: object;
|
|
28
|
+
colors: string[];
|
|
29
|
+
}>;
|
|
30
|
+
$diagramInitializeParams:
|
|
31
|
+
import("effector").Store<{
|
|
32
|
+
title?: undefined;
|
|
33
|
+
legend?: undefined;
|
|
34
|
+
type?: undefined;
|
|
35
|
+
height?: undefined;
|
|
36
|
+
} | {
|
|
37
|
+
title: {
|
|
38
|
+
text: string;
|
|
39
|
+
align: string;
|
|
40
|
+
};
|
|
41
|
+
legend: {
|
|
42
|
+
show: boolean;
|
|
43
|
+
position: string;
|
|
44
|
+
horizontalAlign: string;
|
|
45
|
+
};
|
|
46
|
+
type:
|
|
47
|
+
import("./Functions/GetDiagramType").IDiagramTypeOptions;
|
|
48
|
+
height: number;
|
|
49
|
+
}>;
|
|
50
|
+
setChartRef:
|
|
51
|
+
import("effector").Event<MutableRefObject<HTMLDivElement>>;
|
|
52
|
+
$chartRef:
|
|
53
|
+
import("effector").Store<MutableRefObject<HTMLDivElement>>;
|
|
54
|
+
initializeChartFx:
|
|
55
|
+
import("effector").Effect<MutableRefObject<HTMLDivElement>, {
|
|
56
|
+
lib: ChartClass;
|
|
57
|
+
data: ParseDiagramModel;
|
|
58
|
+
}, Error>;
|
|
59
|
+
diagramInitialize(): void;
|
|
60
|
+
$diagramType:
|
|
61
|
+
import("effector").Store<GenModels.DiagramType>;
|
|
62
|
+
$chartData:
|
|
63
|
+
import("effector").Store<IChartData>;
|
|
64
|
+
$gridModel:
|
|
65
|
+
import("effector").Store<ParseDiagramModel>;
|
|
66
|
+
$parsedGridModel:
|
|
67
|
+
import("effector").Store<IParsedModel>;
|
|
68
|
+
setStrategy:
|
|
69
|
+
import("effector").Event<IDiagramRequestStrategy>;
|
|
70
|
+
$strategy:
|
|
71
|
+
import("effector").Store<IDiagramRequestStrategy>;
|
|
72
|
+
chartMiddlewaresInitialize(): void;
|
|
73
|
+
init(options: DiagramParams): void;
|
|
74
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { $CardsPresentationController, $GridController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
|
+
import { DiagramLogic } from "@docsvision/webclient/Platform/DiagramLogic";
|
|
4
|
+
import { DiagramView } from "@docsvision/webclient/Platform/DiagramView";
|
|
5
|
+
import { ParseDiagramModel } from "@docsvision/webclient/Platform/IDiagramModels";
|
|
6
|
+
import { BaseControlParams } from "@docsvision/webclient/System/BaseControl";
|
|
7
|
+
import { CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
|
|
8
|
+
import { $Router } from "@docsvision/webclient/System/$Router";
|
|
9
|
+
import { $FolderColors } from "@docsvision/webclient/System/$FolderColors";
|
|
10
|
+
import { IControlOptions } from "@docsvision/webclient/System/IControlOptions";
|
|
11
|
+
import { Optional } from "@docsvision/web/core/services";
|
|
12
|
+
import { $DeviceType } from "@docsvision/web/core/system-services/environment/DeviceTypeService";
|
|
13
|
+
/**
|
|
14
|
+
* Содержит публичные свойства элемента управления [DiagramParams]{@link DiagramParams}.
|
|
15
|
+
*/
|
|
16
|
+
export declare class DiagramParams extends BaseControlParams {
|
|
17
|
+
/** Standart CSS class */
|
|
18
|
+
standardCssClass?: string;
|
|
19
|
+
isLegendEnabled: boolean;
|
|
20
|
+
/** Положение легенды */
|
|
21
|
+
legendPosition: GenModels.DiagramLegendPosition;
|
|
22
|
+
/** Заголовок */
|
|
23
|
+
title: string;
|
|
24
|
+
/** Цветовой режим */
|
|
25
|
+
colorMode: GenModels.DiagramColorMode;
|
|
26
|
+
/** Цветовая схема */
|
|
27
|
+
colorScheme: GenModels.DiagramLegendColorScheme;
|
|
28
|
+
openFolder: boolean;
|
|
29
|
+
/** Параметры */
|
|
30
|
+
parameters?: Array<unknown>;
|
|
31
|
+
/** Тип диаграммы */
|
|
32
|
+
diagramType: GenModels.DiagramType;
|
|
33
|
+
folderId?: string;
|
|
34
|
+
viewId?: string;
|
|
35
|
+
/** Идентификатор запроса */
|
|
36
|
+
searchQueryId?: string;
|
|
37
|
+
/** Первая колонка */
|
|
38
|
+
columnPrimary: string;
|
|
39
|
+
/** Вторая колонка */
|
|
40
|
+
columnSecondary: string;
|
|
41
|
+
/** Опции диаграммы */
|
|
42
|
+
chartOptions?: object;
|
|
43
|
+
/** Высота */
|
|
44
|
+
height: number;
|
|
45
|
+
/** После загрузки данных */
|
|
46
|
+
dataLoaded?: CancelableApiEvent<ParseDiagramModel>;
|
|
47
|
+
/** Сервисы контрола */
|
|
48
|
+
services: DiagramServices;
|
|
49
|
+
}
|
|
50
|
+
export declare type DiagramServices = Optional<$DiagramOptions> & $CardsPresentationController & $GridController & $Router & $DeviceType & $FolderColors;
|
|
51
|
+
export declare type $DiagramOptions = {
|
|
52
|
+
diagramOptions: IControlOptions<DiagramParams, DiagramLogic, DiagramView>;
|
|
53
|
+
};
|
|
54
|
+
export declare const $DiagramOptions: string | ((model?: $DiagramOptions) => IControlOptions<DiagramParams, DiagramLogic, DiagramView>);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { IControlSelectorProps } from '@docsvision/webclient/Helpers/ControlSelector/IControlSelectorProps';
|
|
3
|
+
import { IDiagramQueryParameter } from '@docsvision/webclient/Platform/IDiagramModels';
|
|
4
|
+
import { Event } from 'effector';
|
|
5
|
+
|
|
6
|
+
export interface IDiagramQueryProps {
|
|
7
|
+
queryParams: Array<IControlSelectorProps>;
|
|
8
|
+
editQueryParams: Event<IDiagramQueryParameter>;
|
|
9
|
+
}
|
|
10
|
+
export declare function DiagramQueryParams(props: IDiagramQueryProps): JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { IChartColumns, IColValue, ParseDiagramModel, QueryKind } from "@docsvision/webclient/Platform/IDiagramModels";
|
|
3
|
+
export declare const countValues: (data: IColValue[]) => {
|
|
4
|
+
[key: string]: number;
|
|
5
|
+
};
|
|
6
|
+
export declare const formatIfDate: <T extends string | IColValue>(item: T) => T;
|
|
7
|
+
export declare const dateToDefaultFormat: (value: string) => string;
|
|
8
|
+
export declare const getUniqueValues: (values: string[]) => string[];
|
|
9
|
+
export declare const isDate: (value: string) => boolean;
|
|
10
|
+
export declare function calculateTitleWidth(title: string, width: number): number;
|
|
11
|
+
export declare function calculateHeight(width: number, defaultHeight: number, diagramType: GenModels.DiagramType): number;
|
|
12
|
+
export declare const getRequestedColumns: (model: ParseDiagramModel, queryKind: QueryKind, columnPrimary: string, columnSecondary: string) => IChartColumns;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DiagramChart } from "@docsvision/webclient/Platform/DiagramChart";
|
|
2
|
+
import { DiagramLoader } from "@docsvision/webclient/Platform/DiagramLoader";
|
|
3
|
+
import { DiagramQueryParams } from "@docsvision/webclient/Platform/DiagramQueryParams";
|
|
4
|
+
import { DiagramWrapper } from "@docsvision/webclient/Platform/DiagramWrapper";
|
|
5
|
+
export declare class DiagramView {
|
|
6
|
+
chart: typeof DiagramChart;
|
|
7
|
+
controlWrapper: typeof DiagramWrapper;
|
|
8
|
+
queryParams: typeof DiagramQueryParams;
|
|
9
|
+
loader: typeof DiagramLoader;
|
|
10
|
+
}
|
|
@@ -3,7 +3,7 @@ import "file-saver";
|
|
|
3
3
|
import { DownloadFilesBatchOperationParams } from '@docsvision/webclient/Platform/DownloadFilesBatchOperation';
|
|
4
4
|
import { BaseControlState } from '@docsvision/webclient/System/BaseControl';
|
|
5
5
|
import { BaseControlImpl } from '@docsvision/webclient/System/BaseControlImpl';
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
export interface IDownloadFilesBatchOperationState extends DownloadFilesBatchOperationParams, BaseControlState {
|
|
8
8
|
}
|
|
9
9
|
export interface DownloadFilesBatchOperationState extends IDownloadFilesBatchOperationState {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
export declare const
|
|
1
|
+
export declare const ExistingRowViewRouteName = "RowView";
|
|
2
|
+
export declare const ExistingRowEditRouteName = "RowEdit";
|
|
@@ -60,7 +60,7 @@ export declare class FilePreviewImpl extends BaseControlImpl<FilePreviewParams,
|
|
|
60
60
|
get isEditMode(): boolean;
|
|
61
61
|
get fileOpen(): boolean;
|
|
62
62
|
get isCommentsOpened(): boolean;
|
|
63
|
-
getTabIndex():
|
|
63
|
+
getTabIndex(): -1 | 0;
|
|
64
64
|
componentDidMount(): Promise<void>;
|
|
65
65
|
componentWillUnmount(): Promise<void>;
|
|
66
66
|
onFileListWasChanged: () => Promise<void>;
|
|
@@ -98,7 +98,9 @@ export declare class FilePreviewImpl extends BaseControlImpl<FilePreviewParams,
|
|
|
98
98
|
strictMode: boolean;
|
|
99
99
|
selectedID: string;
|
|
100
100
|
};
|
|
101
|
+
checkAllowedPreviewExtension: (ext: string) => boolean;
|
|
101
102
|
onCurrentFileChange: (selectedElement: IComboBoxElement) => Promise<void>;
|
|
102
103
|
filePreviewDialog: () => JSX.Element;
|
|
104
|
+
private getFileId;
|
|
103
105
|
protected renderControl(): JSX.Element;
|
|
104
106
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IFilterComponent } from '@docsvision/webclient/Platform/IFilterComponent';
|
|
3
|
+
|
|
4
|
+
export interface IFilterBooleanProps extends IFilterComponent {
|
|
5
|
+
}
|
|
6
|
+
export declare const FilterBoolean: React.NamedExoticComponent<IFilterBooleanProps>;
|
package/Platform/FilterDate.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
|
|
3
|
+
|
|
4
4
|
import { IFilterComponent } from '@docsvision/webclient/Platform/IFilterComponent';
|
|
5
5
|
export declare enum FilterDateMode {
|
|
6
6
|
DateList = 0,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
2
|
+
|
|
3
3
|
import { IFilterComponent } from '@docsvision/webclient/Platform/IFilterComponent';
|
|
4
4
|
export interface IPanelInputProps extends IFilterComponent {
|
|
5
5
|
}
|
package/Platform/FolderGrid.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import { $FolderInfo } from '@docsvision/webclient/Platform/$FolderInfo';
|
|
|
10
10
|
import { $FolderPluginProvider } from '@docsvision/webclient/Platform/$FolderPluginProvider';
|
|
11
11
|
import { $CurrentLocation } from '@docsvision/webclient/System/LayoutServices';
|
|
12
12
|
import { $FolderDataLoading } from '@docsvision/webclient/Platform/$FolderDataLoading';
|
|
13
|
-
|
|
13
|
+
|
|
14
14
|
import { ITablePlugins } from '@docsvision/web/components/table/interfaces';
|
|
15
15
|
import { $BatchOperationServices } from '@docsvision/webclient/BackOffice/DelegateBatchOperation';
|
|
16
16
|
import { $Domain } from '@docsvision/web/core/state-management';
|
|
@@ -14,6 +14,7 @@ import { IProxyControl } from "@docsvision/webclient/System/IProxyControl";
|
|
|
14
14
|
import { BasicEvent } from "@docsvision/webclient/System/BasicEvent";
|
|
15
15
|
import { CancelableEvent } from "@docsvision/webclient/System/CancelableEvent";
|
|
16
16
|
import { $Router } from '@docsvision/webclient/System/$Router';
|
|
17
|
+
import { $FolderColors } from "@docsvision/webclient/System/$FolderColors";
|
|
17
18
|
/**
|
|
18
19
|
* Содержит публичные свойства элемента управления [FolderMainMenuItem]{@link FolderMainMenuItem}.
|
|
19
20
|
*/
|
|
@@ -64,7 +65,7 @@ export declare class FolderMainMenuItemParams extends BaseNavigationMainMenuItem
|
|
|
64
65
|
subfolderAdding?: CancelableEvent<Layout>;
|
|
65
66
|
/** Событие после сохраниния подпапки */
|
|
66
67
|
subfolderAdded?: BasicEvent<SubfolderAddedEventArgs>;
|
|
67
|
-
services?: $LayoutFolderController & $ControlStore & $Router & $UnreadCounter & $Folders & $DeviceType;
|
|
68
|
+
services?: $LayoutFolderController & $ControlStore & $Router & $UnreadCounter & $Folders & $DeviceType & $FolderColors;
|
|
68
69
|
}
|
|
69
70
|
/**
|
|
70
71
|
* Контрол для отображения ссылки на папку в списке элементов главной панели.
|
|
@@ -36,6 +36,7 @@ export declare class FolderMainMenuItemImpl extends BaseNavigationMainMenuItemIm
|
|
|
36
36
|
protected getChildrenAutoExpandLevelsCount: () => number;
|
|
37
37
|
protected canAutoExpand: () => boolean;
|
|
38
38
|
protected autoExpand(): Promise<void>;
|
|
39
|
+
getChildLevel(): number;
|
|
39
40
|
renderChildren(): React.ReactNode[];
|
|
40
41
|
protected hasSubfolders(): boolean;
|
|
41
42
|
loadChildren(levelsDown?: number): Promise<GenModels.FolderNode>;
|
|
@@ -4,7 +4,7 @@ import { TSecurityDescriptorDialogPropsServices } from "@docsvision/webclient/Pl
|
|
|
4
4
|
import { Layout } from "@docsvision/webclient/System/Layout";
|
|
5
5
|
import { BasicEvent } from "@docsvision/webclient/System/BasicEvent";
|
|
6
6
|
import { CancelableEvent } from "@docsvision/webclient/System/CancelableEvent";
|
|
7
|
-
|
|
7
|
+
|
|
8
8
|
import { $LayoutFolderController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
9
9
|
export declare type FolderEditedEventArgs = {
|
|
10
10
|
layout: Layout;
|
|
@@ -6,6 +6,6 @@ import { $CheckboxService } from "@docsvision/web/components/table/plugins/check
|
|
|
6
6
|
import { $Grouping } from "@docsvision/web/components/table/plugins/grouping";
|
|
7
7
|
import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
|
|
8
8
|
import { Optional } from "@docsvision/web/core/services";
|
|
9
|
-
|
|
9
|
+
|
|
10
10
|
export declare const FolderSizeToolbarLabelFeature = "FolderSizeToolbarLabelFeature";
|
|
11
11
|
export declare const FolderSizePlugin: TablePlugins.Toolbar.Component<$FolderDataLoading & Optional<$CheckboxService> & $Grouping & $TableData & $FolderInfo & $SearchParametersFolder>;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { Tree } from '@docsvision/webclient/Helpers/Tree/Tree';
|
|
3
3
|
import { FolderTypeItem, FolderTypeTreeNode } from '@docsvision/webclient/Platform/FolderTypeItemsImpl';
|
|
4
4
|
import { LoadingState } from '@docsvision/webclient/System/LoadingState';
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
export declare type FolderTypeDialogProps = {
|
|
7
7
|
items: Array<FolderTypeTreeNode>;
|
|
8
8
|
selected: FolderTypeItem;
|
|
@@ -44,7 +44,7 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
|
|
|
44
44
|
checked?: boolean;
|
|
45
45
|
crossOrigin?: string;
|
|
46
46
|
disabled?: boolean;
|
|
47
|
-
enterKeyHint?: "
|
|
47
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send";
|
|
48
48
|
form?: string;
|
|
49
49
|
formAction?: string;
|
|
50
50
|
formEncType?: string;
|
|
@@ -110,11 +110,11 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
|
|
|
110
110
|
results?: number;
|
|
111
111
|
security?: string;
|
|
112
112
|
unselectable?: "on" | "off";
|
|
113
|
-
inputMode?: "
|
|
113
|
+
inputMode?: "none" | "text" | "url" | "tel" | "email" | "numeric" | "decimal" | "search";
|
|
114
114
|
is?: string;
|
|
115
115
|
'aria-activedescendant'?: string;
|
|
116
116
|
'aria-atomic'?: boolean | "true" | "false";
|
|
117
|
-
'aria-autocomplete'?: "none" | "
|
|
117
|
+
'aria-autocomplete'?: "none" | "list" | "inline" | "both";
|
|
118
118
|
'aria-busy'?: boolean | "true" | "false";
|
|
119
119
|
'aria-checked'?: boolean | "true" | "false" | "mixed";
|
|
120
120
|
'aria-colcount'?: number;
|
|
@@ -125,7 +125,7 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
|
|
|
125
125
|
'aria-describedby'?: string;
|
|
126
126
|
'aria-details'?: string;
|
|
127
127
|
'aria-disabled'?: boolean | "true" | "false";
|
|
128
|
-
'aria-dropeffect'?: "
|
|
128
|
+
'aria-dropeffect'?: "copy" | "none" | "link" | "execute" | "move" | "popup";
|
|
129
129
|
'aria-errormessage'?: string;
|
|
130
130
|
'aria-expanded'?: boolean | "true" | "false";
|
|
131
131
|
'aria-flowto'?: string;
|
|
@@ -323,6 +323,8 @@ export declare class FolderViewItemsImpl extends InputBasedControlImpl<string, F
|
|
|
323
323
|
onAnimationIterationCapture?: (event: React.AnimationEvent<HTMLInputElement>) => void;
|
|
324
324
|
onTransitionEnd?: (event: React.TransitionEvent<HTMLInputElement>) => void;
|
|
325
325
|
onTransitionEndCapture?: (event: React.TransitionEvent<HTMLInputElement>) => void;
|
|
326
|
+
css?:
|
|
327
|
+
import("@emotion/core").InterpolationWithTheme<any>;
|
|
326
328
|
};
|
|
327
329
|
protected attachTypeahead(typeahead: Typeahead): void;
|
|
328
330
|
protected onTypeaheadSelected(variant: FolderViewVariant): Promise<void>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
export interface IDiagramTypeOptions {
|
|
3
|
+
type?: string;
|
|
4
|
+
stacked?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export declare const getDiagramType: (diagramType: GenModels.DiagramType) => IDiagramTypeOptions;
|
|
@@ -16,5 +16,6 @@ export declare class GroupMainMenuItemImpl<P extends GroupMainMenuItemParams, S
|
|
|
16
16
|
protected getChildrenAutoExpandLevelsCount: () => number;
|
|
17
17
|
renderProxyChildren(): React.ReactNode[];
|
|
18
18
|
protected getCssClass(): string;
|
|
19
|
+
getChildLevel(): number;
|
|
19
20
|
renderControl(): JSX.Element;
|
|
20
21
|
}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { DiagramParams, DiagramServices } from "@docsvision/webclient/Platform/DiagramOptions";
|
|
3
|
+
import { ITransformOptions } from "@docsvision/webclient/Platform/TransformToChartData";
|
|
4
|
+
export interface IDiagramLogic extends DiagramParams {
|
|
5
|
+
children?: Array<unknown>;
|
|
6
|
+
services: DiagramServices;
|
|
7
|
+
}
|
|
8
|
+
export interface IChartData {
|
|
9
|
+
labels?: string[];
|
|
10
|
+
series?: number[] | Array<{
|
|
11
|
+
data: number[];
|
|
12
|
+
name?: string;
|
|
13
|
+
}>;
|
|
14
|
+
options: {
|
|
15
|
+
[key: string]: unknown;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
export declare enum QueryKind {
|
|
19
|
+
FolderQuery = 0,
|
|
20
|
+
SearchQuery = 1
|
|
21
|
+
}
|
|
22
|
+
export interface IChartDataElement {
|
|
23
|
+
value: number;
|
|
24
|
+
label: string;
|
|
25
|
+
}
|
|
26
|
+
export interface IChartColumn {
|
|
27
|
+
name: string;
|
|
28
|
+
id: string;
|
|
29
|
+
type: DiagramColumnType;
|
|
30
|
+
}
|
|
31
|
+
export interface IColValue {
|
|
32
|
+
value: string;
|
|
33
|
+
count: number;
|
|
34
|
+
primaryValue?: string;
|
|
35
|
+
}
|
|
36
|
+
export interface IChartColumns {
|
|
37
|
+
primary: IChartColumn;
|
|
38
|
+
secondary: IChartColumn;
|
|
39
|
+
}
|
|
40
|
+
export interface IParsedColumns {
|
|
41
|
+
primary: IColValue[];
|
|
42
|
+
secondary: IColValue[];
|
|
43
|
+
}
|
|
44
|
+
export interface IParsedModel {
|
|
45
|
+
data?: IParsedColumns;
|
|
46
|
+
chartColumns?: IChartColumns;
|
|
47
|
+
}
|
|
48
|
+
export interface ISeriesAccumulation {
|
|
49
|
+
name: string;
|
|
50
|
+
primaryCount: {
|
|
51
|
+
[key: string]: number | null;
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
export interface IDiagramChosenQueryParams {
|
|
55
|
+
items: Array<{
|
|
56
|
+
parameterName: string;
|
|
57
|
+
selected: unknown;
|
|
58
|
+
}>;
|
|
59
|
+
}
|
|
60
|
+
export interface IDiagramQueryParameter {
|
|
61
|
+
enabled?: boolean;
|
|
62
|
+
name: string;
|
|
63
|
+
valueContainer: string;
|
|
64
|
+
controlTypeName: string;
|
|
65
|
+
}
|
|
66
|
+
export interface IChartConfigModel {
|
|
67
|
+
representation: any;
|
|
68
|
+
series: any;
|
|
69
|
+
xaxis: any;
|
|
70
|
+
type: any;
|
|
71
|
+
labels: any;
|
|
72
|
+
legend: any;
|
|
73
|
+
title: any;
|
|
74
|
+
colorNum: any;
|
|
75
|
+
colorMode: any;
|
|
76
|
+
}
|
|
77
|
+
export interface IPointConfig {
|
|
78
|
+
dataPointIndex: number;
|
|
79
|
+
selectedDataPoints: {
|
|
80
|
+
[p: number]: number[];
|
|
81
|
+
};
|
|
82
|
+
seriesIndex: number;
|
|
83
|
+
}
|
|
84
|
+
export interface IApexChart {
|
|
85
|
+
updateOptions: (...args: any[]) => void;
|
|
86
|
+
updateSeries: (series: number[] | Array<{
|
|
87
|
+
data: number[];
|
|
88
|
+
name?: string;
|
|
89
|
+
}>) => void;
|
|
90
|
+
render: () => void;
|
|
91
|
+
}
|
|
92
|
+
export declare type DiagramRequestModel = GenModels.CardListRequestModel | GenModels.SearchRequestModelDiagram;
|
|
93
|
+
export interface IDiagramRequestStrategy {
|
|
94
|
+
options: DiagramParams;
|
|
95
|
+
createRequest: (options: DiagramParams) => DiagramRequestModel | GenModels.DistinctValuesDiagramRequestModel;
|
|
96
|
+
requestData: (request: DiagramRequestModel) => Promise<ParseDiagramModel>;
|
|
97
|
+
parseModel: (model: ParseDiagramModel, options: IParseDiagramOptions) => IParsedModel;
|
|
98
|
+
transformToChartData: (model: IParsedModel, options: ITransformOptions) => IChartData;
|
|
99
|
+
}
|
|
100
|
+
export interface IDiagramLoaderRectParams {
|
|
101
|
+
x: number;
|
|
102
|
+
y: number;
|
|
103
|
+
rectHeight?: number;
|
|
104
|
+
numberOfElements?: number;
|
|
105
|
+
wrapHeight?: number;
|
|
106
|
+
contentWidth?: number;
|
|
107
|
+
legendX?: number;
|
|
108
|
+
legendY?: number;
|
|
109
|
+
isHorizontal?: boolean;
|
|
110
|
+
}
|
|
111
|
+
export interface IDiagramLoaderLegendParams {
|
|
112
|
+
x: number;
|
|
113
|
+
y: number;
|
|
114
|
+
isHorizontal?: boolean;
|
|
115
|
+
isCircleBullets?: boolean;
|
|
116
|
+
}
|
|
117
|
+
export interface IParseDiagramOptions {
|
|
118
|
+
queryKind: QueryKind;
|
|
119
|
+
params: Partial<DiagramParams>;
|
|
120
|
+
}
|
|
121
|
+
export declare type ParseDiagramModel = GenModels.SearchResponseModelDiagram | GenModels.DistinctDiagramValuesModel;
|
|
122
|
+
export declare type ChartClass = new (root: HTMLElement, options: unknown) => IApexChart;
|
|
123
|
+
export declare type ChartModule = {
|
|
124
|
+
default: ChartClass;
|
|
125
|
+
};
|
|
126
|
+
export declare enum DiagramColumnType {
|
|
127
|
+
Common = 0,
|
|
128
|
+
Date = 1
|
|
129
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { FocusEvent, RefObject } from 'react';
|
|
2
2
|
import { ReactInputMask } from 'react-input-mask';
|
|
3
3
|
import { IDateFormatPluginData } from '@docsvision/web/components/table/plugins/filter/elements/filter-panel/FilterPanelLogic';
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
import { Moment } from 'moment';
|
|
6
6
|
export interface IInputWithMaskProps {
|
|
7
7
|
value: string[];
|
|
@@ -2,7 +2,7 @@ import { LayoutIconButtonParams } from "@docsvision/webclient/Platform/LayoutIco
|
|
|
2
2
|
import { BaseControlState } from "@docsvision/webclient/System/BaseControl";
|
|
3
3
|
import { BaseControlImpl } from "@docsvision/webclient/System/BaseControlImpl";
|
|
4
4
|
import React from "react";
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
/** @internal */
|
|
7
7
|
export interface ILayoutIconButtonState extends LayoutIconButtonParams, BaseControlState {
|
|
8
8
|
loading: boolean;
|