@docsvision/webclient 5.17.0-beta.18 → 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/AuthBox.d.ts +8 -9
- package/Account/Box.d.ts +1 -1
- package/Account/Button.d.ts +1 -1
- package/Account/ChangeMethodButton.d.ts +1 -1
- package/Account/ContactBox.d.ts +1 -1
- package/Account/ErrorBlock.d.ts +1 -1
- package/Account/Form.d.ts +1 -1
- package/Account/Greeting.d.ts +1 -1
- package/Account/Input.d.ts +1 -1
- package/Account/LoginContainer.d.ts +9 -9
- package/Account/LoginError.d.ts +1 -1
- package/Account/LoginExtensionManager.d.ts +3 -2
- package/Account/LoginInputsDivider.d.ts +1 -1
- package/Account/LoginLogic.d.ts +3 -3
- package/Account/LoginPage.d.ts +1 -1
- package/Account/Logo.d.ts +1 -1
- package/Account/ProviderButton.d.ts +1 -1
- package/Account/Providers.d.ts +1 -1
- package/Account/{LoginTypes.d.ts → index.d.ts} +15 -12
- package/BackOffice/AcknowledgementListButton.d.ts +2 -2
- package/BackOffice/AcknowledgementListContainer.d.ts +1 -1
- package/BackOffice/AuthenticationKinds.stories.d.ts +1 -1
- package/BackOffice/AuthenticationKindsContainer.d.ts +1 -1
- package/BackOffice/AuthenticationKindsFrame.d.ts +1 -1
- package/BackOffice/AuthenticationKindsItem.d.ts +1 -1
- package/BackOffice/AuthenticationKindsList.d.ts +1 -1
- package/BackOffice/AuthenticationKindsModalDialog.d.ts +1 -1
- package/BackOffice/AuthenticationKindsTextBox.d.ts +1 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- 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 +1 -1
- 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/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 +1 -1
- package/BackOffice/EmployeesTabFrame.d.ts +1 -1
- package/BackOffice/FileListConstants.d.ts +3 -0
- package/BackOffice/FileListControl.d.ts +15 -0
- package/BackOffice/FileListControlImpl.d.ts +1 -0
- package/BackOffice/FileListControlLogic.d.ts +6 -3
- package/BackOffice/FileListItem.d.ts +1 -0
- package/BackOffice/FileListItemComponent.d.ts +3 -1
- package/BackOffice/FileListItemProps.d.ts +1 -0
- package/BackOffice/IFileClickingArgs.d.ts +4 -0
- package/BackOffice/IFileVersionExpandingArgs.d.ts +4 -0
- package/BackOffice/ILinkEventArgs.d.ts +2 -2
- package/BackOffice/IRowClickArgs.d.ts +4 -0
- package/BackOffice/ITaskDataModel.d.ts +4 -0
- package/BackOffice/ITaskListItemProps.d.ts +4 -2
- package/BackOffice/ITaskListProps.d.ts +4 -0
- package/BackOffice/ITaskRowClickEventArgs.d.ts +4 -0
- package/BackOffice/ITasksTableRow.d.ts +1 -0
- package/BackOffice/LinkItem.d.ts +1 -0
- package/BackOffice/Links.d.ts +14 -0
- package/BackOffice/LinksImpl.d.ts +3 -0
- package/BackOffice/OpenTaskInNewWindow.d.ts +1 -1
- package/BackOffice/PrintButtonContainer.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/StaffDirectoryTreeAddButton.d.ts +1 -1
- package/BackOffice/TaskListComponent.d.ts +4 -0
- package/BackOffice/Tasks.d.ts +13 -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/Generated/DocsVision.WebClient.Controllers.d.ts +15 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +212 -0
- 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/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/Sortable/Sortable.d.ts +1 -1
- package/Helpers/Table/TableHelperRow.d.ts +1 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +1 -1
- package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +1 -1
- 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/ApprovalVisualizationView.d.ts +1 -1
- package/Platform/ApprovalVisualizationVisBlock.d.ts +2 -2
- package/Platform/ArchivedCardsPlugin.d.ts +1 -1
- package/Platform/ClearButton.d.ts +1 -1
- package/Platform/ColorModeHandle.d.ts +5 -0
- 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/DateInput.d.ts +1 -1
- package/Platform/DateTimePickerImpl.d.ts +1 -0
- package/Platform/DeleteBatchOperationImpl.d.ts +1 -1
- 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/FilterBoolean.d.ts +1 -1
- 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/FolderOperationManager.d.ts +1 -1
- package/Platform/FolderSizePlugin.d.ts +1 -1
- package/Platform/FolderTypeDialog.d.ts +1 -1
- package/Platform/FolderViewItemsImpl.d.ts +2 -0
- package/Platform/FormatSearchQueryParams.d.ts +2 -0
- package/Platform/GetDiagramType.d.ts +6 -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/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 +3 -2
- package/Platform/SearchTextInput.d.ts +2 -2
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- 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/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/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/DataGridControl.d.ts +1 -1
- package/System/FolderColorsService.d.ts +11 -0
- package/System/GridModelStub.d.ts +26 -0
- package/System/Poll.d.ts +1 -1
- package/System/PollService.d.ts +1 -1
- package/System/ResourcesStub.d.ts +3 -0
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.
|
|
|
3
3
|
import { IAggregatesState, IAggregate, ISelectItemData } from "@docsvision/webclient/Platform/IAggregates";
|
|
4
4
|
import { IComposition } from "@docsvision/web/core/composition";
|
|
5
5
|
import { IAggregatesTextResources } from "@docsvision/webclient/Platform/AggregatesCheckbox";
|
|
6
|
-
|
|
6
|
+
|
|
7
7
|
export interface IAggregateTreeProps {
|
|
8
8
|
/** Дерево группировки. Значение null означает, что данные еще в процессе загрузки. */
|
|
9
9
|
aggregates?: IAggregate[] | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IApprovalVisualizationArrowsProps {
|
|
5
5
|
semantics: [GenModels.DecisionSemantics];
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IApprovalVisualizationConditionListProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function ApprovalVisualizationConditionList(props: IApprovalVisualizationConditionListProps): JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IApprovalVisualizationContainerProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
6
|
export declare function ApprovalVisualizationContainer(props: IApprovalVisualizationContainerProps): JSX.Element;
|
|
@@ -9,7 +9,7 @@ export declare class ApprovalVisualizationView {
|
|
|
9
9
|
description: typeof ApprovalVisualizationDescription;
|
|
10
10
|
vis:
|
|
11
11
|
import("react").ForwardRefExoticComponent<Pick<
|
|
12
|
-
|
|
12
|
+
| "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> &
|
|
13
13
|
import("react").RefAttributes<HTMLDivElement>>;
|
|
14
14
|
container: typeof ApprovalVisualizationContainer;
|
|
15
15
|
conditionList: typeof ApprovalVisualizationConditionList;
|
|
@@ -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 IApprovalVisualizationVisBlockProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
|
-
export declare const ApprovalVisualizationVisBlock: React.ForwardRefExoticComponent<Pick<IApprovalVisualizationVisBlockProps, "slot" | "style" | "title" | "children" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
export declare const ApprovalVisualizationVisBlock: React.ForwardRefExoticComponent<Pick<IApprovalVisualizationVisBlockProps, "slot" | "style" | "title" | "children" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "css" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { TablePlugins } from "@docsvision/web/components/table/interfaces";
|
|
2
|
-
|
|
2
|
+
|
|
3
3
|
import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
|
|
4
4
|
export declare const TableCellArchivedCardsContent: TablePlugins.Cell.Component<$ApplicationSettings>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
2
|
+
|
|
3
3
|
import { Moment } from 'moment';
|
|
4
4
|
export interface IFilteringClearButtonProps {
|
|
5
5
|
onChange(value: (string | Moment)[]): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const convertSearchValue: (valueContainer: any, type: string) => any;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { DiagramLogic } from "@docsvision/webclient/Platform/DiagramLogic";
|
|
2
|
+
import { ColorModeHandleT } from "@docsvision/webclient/Platform/ColorModeHandle";
|
|
3
|
+
import { CreateDiagramParamsT } from "@docsvision/webclient/Platform/CreateDiagramParams";
|
|
4
|
+
import { IApexChart, IChartData } from "@docsvision/webclient/Platform/IDiagramModels";
|
|
5
|
+
import { MutableRefObject } from "react";
|
|
6
|
+
export declare let DIAGRAM_LEGEND_LENGTH_LIMIT: number;
|
|
7
|
+
export declare const createApexChartInstance: (lib: new (root: HTMLElement, options: unknown) => IApexChart, chartRef: MutableRefObject<HTMLDivElement>, colors: ColorModeHandleT, initialParams: CreateDiagramParamsT, logic: DiagramLogic, customChartOptions: object, chartData: IChartData) => IApexChart;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { DiagramParams } from "@docsvision/webclient/Platform/DiagramOptions";
|
|
2
|
+
export declare type CreateDiagramParamsT = ReturnType<typeof createDiagramParams>;
|
|
3
|
+
export declare function createDiagramParams(options: DiagramParams): {
|
|
4
|
+
title?: undefined;
|
|
5
|
+
legend?: undefined;
|
|
6
|
+
type?: undefined;
|
|
7
|
+
height?: undefined;
|
|
8
|
+
} | {
|
|
9
|
+
title: {
|
|
10
|
+
text: string;
|
|
11
|
+
align: string;
|
|
12
|
+
};
|
|
13
|
+
legend: {
|
|
14
|
+
show: boolean;
|
|
15
|
+
position: string;
|
|
16
|
+
horizontalAlign: string;
|
|
17
|
+
};
|
|
18
|
+
type:
|
|
19
|
+
import("./GetDiagramType").IDiagramTypeOptions;
|
|
20
|
+
height: number;
|
|
21
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { DiagramParams } from "@docsvision/webclient/Platform/DiagramOptions";
|
|
3
|
+
export declare const createFolderRequestModel: (options: DiagramParams) => GenModels.DistinctValuesDiagramRequestModel;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { DiagramParams } from "@docsvision/webclient/Platform/DiagramOptions";
|
|
3
|
+
export declare const createSearchRequestModel: (options: DiagramParams) => GenModels.SearchRequestModelDiagram;
|
package/Platform/DateInput.d.ts
CHANGED
|
@@ -53,6 +53,7 @@ export declare class DateTimePickerImpl extends InputBasedControlImpl<Date, Date
|
|
|
53
53
|
componentDidMount(): Promise<void>;
|
|
54
54
|
getColor: () => "#7BB652" | "rgba(0, 149, 218, 0.8)" | "#3B4C60" | "#0095da" | "#7bb652";
|
|
55
55
|
protected initializeCultureSettings(): void;
|
|
56
|
+
protected setEditInPlaceWidth(element: Element): void;
|
|
56
57
|
protected getMask(date: string): string;
|
|
57
58
|
protected getTextValue(): string;
|
|
58
59
|
getDefaultValue(): Date;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { BaseControlState } from '@docsvision/webclient/System/BaseControl';
|
|
3
3
|
import { BaseControlImpl } from '@docsvision/webclient/System/BaseControlImpl';
|
|
4
4
|
import { DeleteBatchOperationParams } from '@docsvision/webclient/Platform/DeleteBatchOperation';
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
export interface IDeleteBatchOperationState extends DeleteBatchOperationParams, BaseControlState {
|
|
7
7
|
}
|
|
8
8
|
export interface DeleteBatchOperationState extends IDeleteBatchOperationState {
|
|
@@ -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,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { IFilterComponent } from '@docsvision/webclient/Platform/IFilterComponent';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
export interface IFilterBooleanProps extends IFilterComponent {
|
|
5
5
|
}
|
|
6
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
|
* Контрол для отображения ссылки на папку в списке элементов главной панели.
|
|
@@ -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;
|
|
@@ -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;
|