@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.
Files changed (236) hide show
  1. package/Account/AuthBox.d.ts +8 -9
  2. package/Account/Box.d.ts +1 -1
  3. package/Account/Button.d.ts +1 -1
  4. package/Account/ChangeMethodButton.d.ts +1 -1
  5. package/Account/ContactBox.d.ts +1 -1
  6. package/Account/ErrorBlock.d.ts +1 -1
  7. package/Account/Form.d.ts +1 -1
  8. package/Account/Greeting.d.ts +1 -1
  9. package/Account/Input.d.ts +1 -1
  10. package/Account/LoginContainer.d.ts +9 -9
  11. package/Account/LoginError.d.ts +1 -1
  12. package/Account/LoginExtensionManager.d.ts +3 -2
  13. package/Account/LoginInputsDivider.d.ts +1 -1
  14. package/Account/LoginLogic.d.ts +3 -3
  15. package/Account/LoginPage.d.ts +1 -1
  16. package/Account/Logo.d.ts +1 -1
  17. package/Account/ProviderButton.d.ts +1 -1
  18. package/Account/Providers.d.ts +1 -1
  19. package/Account/{LoginTypes.d.ts → index.d.ts} +15 -12
  20. package/BackOffice/AcknowledgementListButton.d.ts +2 -2
  21. package/BackOffice/AcknowledgementListContainer.d.ts +1 -1
  22. package/BackOffice/AuthenticationKinds.stories.d.ts +1 -1
  23. package/BackOffice/AuthenticationKindsContainer.d.ts +1 -1
  24. package/BackOffice/AuthenticationKindsFrame.d.ts +1 -1
  25. package/BackOffice/AuthenticationKindsItem.d.ts +1 -1
  26. package/BackOffice/AuthenticationKindsList.d.ts +1 -1
  27. package/BackOffice/AuthenticationKindsModalDialog.d.ts +1 -1
  28. package/BackOffice/AuthenticationKindsTextBox.d.ts +1 -1
  29. package/BackOffice/CardKindTreeNode.d.ts +1 -1
  30. package/BackOffice/DirectoryDesignerTreeNode.d.ts +1 -1
  31. package/BackOffice/DirectoryFrame.d.ts +1 -1
  32. package/BackOffice/DirectoryRowCutSelection.d.ts +1 -1
  33. package/BackOffice/DirectoryRowIcon.d.ts +1 -1
  34. package/BackOffice/DirectoryRowSelection.d.ts +1 -1
  35. package/BackOffice/DirectorySearchBreadcrumbs.d.ts +1 -1
  36. package/BackOffice/DirectorySearchContainer.d.ts +1 -1
  37. package/BackOffice/DirectorySearchContent.d.ts +2 -2
  38. package/BackOffice/DirectorySearchCounter.d.ts +1 -1
  39. package/BackOffice/DirectorySearchInfo.d.ts +1 -1
  40. package/BackOffice/DirectorySearchResult.d.ts +1 -1
  41. package/BackOffice/DirectorySearchResultList.d.ts +1 -1
  42. package/BackOffice/DirectorySearchResultView.d.ts +1 -1
  43. package/BackOffice/DirectorySplitter.d.ts +1 -1
  44. package/BackOffice/DirectoryTabContents.d.ts +1 -1
  45. package/BackOffice/DirectoryTabItem.d.ts +1 -1
  46. package/BackOffice/DirectoryTabPanel.d.ts +1 -1
  47. package/BackOffice/DirectoryTabsRoot.d.ts +1 -1
  48. package/BackOffice/DirectoryTreeAddButton.d.ts +1 -1
  49. package/BackOffice/DirectoryTreeContainer.d.ts +1 -1
  50. package/BackOffice/DirectoryTreeHScrollContainer.d.ts +1 -1
  51. package/BackOffice/DirectoryTreeIcon.d.ts +1 -1
  52. package/BackOffice/DirectoryTreeRow.d.ts +1 -1
  53. package/BackOffice/DirectoryTreeRowCancelButton.d.ts +1 -1
  54. package/BackOffice/DirectoryTreeRowName.d.ts +1 -1
  55. package/BackOffice/DirectoryTreeToggle.d.ts +1 -1
  56. package/BackOffice/DirectoryTreeWrapper.d.ts +1 -1
  57. package/BackOffice/DirectoryValuesAddButton.d.ts +1 -1
  58. package/BackOffice/DirectoryValuesContainer.d.ts +1 -1
  59. package/BackOffice/DirectoryValuesIcon.d.ts +1 -1
  60. package/BackOffice/DirectoryValuesLoading.d.ts +1 -1
  61. package/BackOffice/DirectoryValuesWrapper.d.ts +1 -1
  62. package/BackOffice/EmailButton.stories.d.ts +1 -1
  63. package/BackOffice/EmailButtonContainer.d.ts +1 -1
  64. package/BackOffice/EmailButtonFiles.d.ts +1 -1
  65. package/BackOffice/EmailButtonItem.d.ts +1 -1
  66. package/BackOffice/EmailButtonSelectedSize.d.ts +1 -1
  67. package/BackOffice/EmailButtonView.d.ts +1 -1
  68. package/BackOffice/EmployeesTabFrame.d.ts +1 -1
  69. package/BackOffice/FileListConstants.d.ts +3 -0
  70. package/BackOffice/FileListControl.d.ts +15 -0
  71. package/BackOffice/FileListControlImpl.d.ts +1 -0
  72. package/BackOffice/FileListControlLogic.d.ts +6 -3
  73. package/BackOffice/FileListItem.d.ts +1 -0
  74. package/BackOffice/FileListItemComponent.d.ts +3 -1
  75. package/BackOffice/FileListItemProps.d.ts +1 -0
  76. package/BackOffice/IFileClickingArgs.d.ts +4 -0
  77. package/BackOffice/IFileVersionExpandingArgs.d.ts +4 -0
  78. package/BackOffice/ILinkEventArgs.d.ts +2 -2
  79. package/BackOffice/IRowClickArgs.d.ts +4 -0
  80. package/BackOffice/ITaskDataModel.d.ts +4 -0
  81. package/BackOffice/ITaskListItemProps.d.ts +4 -2
  82. package/BackOffice/ITaskListProps.d.ts +4 -0
  83. package/BackOffice/ITaskRowClickEventArgs.d.ts +4 -0
  84. package/BackOffice/ITasksTableRow.d.ts +1 -0
  85. package/BackOffice/LinkItem.d.ts +1 -0
  86. package/BackOffice/Links.d.ts +14 -0
  87. package/BackOffice/LinksImpl.d.ts +3 -0
  88. package/BackOffice/OpenTaskInNewWindow.d.ts +1 -1
  89. package/BackOffice/PrintButtonContainer.d.ts +1 -1
  90. package/BackOffice/RemoveFromGroupIconGridPlugin.d.ts +1 -1
  91. package/BackOffice/SignatureButton.stories.d.ts +1 -1
  92. package/BackOffice/SignatureButtonComponent.d.ts +1 -1
  93. package/BackOffice/SignatureButtonMenu.d.ts +1 -1
  94. package/BackOffice/SignatureButtonMenuItem.d.ts +1 -1
  95. package/BackOffice/SignatureDialogFrame.d.ts +1 -1
  96. package/BackOffice/SignatureDialogMethods.d.ts +1 -1
  97. package/BackOffice/SignatureDialogNoPluginMessage.d.ts +1 -1
  98. package/BackOffice/SignatureDialogSettings.d.ts +1 -1
  99. package/BackOffice/SignatureMethodsSetup.stories.d.ts +1 -1
  100. package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +1 -1
  101. package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +1 -1
  102. package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +1 -1
  103. package/BackOffice/SignatureMethodsSetupFrame.d.ts +1 -1
  104. package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +1 -1
  105. package/BackOffice/StaffDirectory.d.ts +1 -1
  106. package/BackOffice/StaffDirectoryHead.d.ts +1 -1
  107. package/BackOffice/StaffDirectoryInfo.d.ts +1 -1
  108. package/BackOffice/StaffDirectoryTreeAddButton.d.ts +1 -1
  109. package/BackOffice/TaskListComponent.d.ts +4 -0
  110. package/BackOffice/Tasks.d.ts +13 -1
  111. package/BackOffice/TasksImpl.d.ts +2 -0
  112. package/BackOffice/TasksTable.d.ts +22 -0
  113. package/BackOffice/TasksTableContainer.d.ts +1 -1
  114. package/BackOffice/TasksTableLink.d.ts +0 -1
  115. package/BackOffice/TasksTableLogic.d.ts +17 -1
  116. package/BackOffice/TasksTableRow.d.ts +1 -0
  117. package/Generated/DocsVision.WebClient.Controllers.d.ts +15 -0
  118. package/Generated/DocsVision.WebClient.Models.d.ts +212 -0
  119. package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +1 -1
  120. package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +1 -1
  121. package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +1 -1
  122. package/Helpers/DropdownButton/components/DropdownMenu.d.ts +1 -1
  123. package/Helpers/DropdownButton/components/DropdownMenuItem.d.ts +1 -1
  124. package/Helpers/DropdownButton/components/DropdownMenuItemContent.d.ts +1 -1
  125. package/Helpers/Sortable/Sortable.d.ts +1 -1
  126. package/Helpers/Table/TableHelperRow.d.ts +1 -0
  127. package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +1 -1
  128. package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +1 -1
  129. package/Platform/AccessListEntryRow.d.ts +1 -1
  130. package/Platform/AggregateItemCheckbox.d.ts +2 -2
  131. package/Platform/AggregatesApplyButtonPanel.d.ts +1 -1
  132. package/Platform/AggregatesGroup.d.ts +1 -1
  133. package/Platform/AggregatesListItem.d.ts +1 -1
  134. package/Platform/AggregatesNotAvailable.d.ts +1 -1
  135. package/Platform/AggregatesPanelHeader.d.ts +1 -1
  136. package/Platform/AggregatesTree.d.ts +1 -1
  137. package/Platform/ApprovalVisualizationArrows.d.ts +1 -1
  138. package/Platform/ApprovalVisualizationConditionList.d.ts +1 -1
  139. package/Platform/ApprovalVisualizationConditionOption.d.ts +1 -1
  140. package/Platform/ApprovalVisualizationContainer.d.ts +1 -1
  141. package/Platform/ApprovalVisualizationView.d.ts +1 -1
  142. package/Platform/ApprovalVisualizationVisBlock.d.ts +2 -2
  143. package/Platform/ArchivedCardsPlugin.d.ts +1 -1
  144. package/Platform/ClearButton.d.ts +1 -1
  145. package/Platform/ColorModeHandle.d.ts +5 -0
  146. package/Platform/ConvertSearchValue.d.ts +1 -0
  147. package/Platform/CreateApexChartInstance.d.ts +7 -0
  148. package/Platform/CreateDiagramParams.d.ts +21 -0
  149. package/Platform/CreateFolderRequestModel.d.ts +3 -0
  150. package/Platform/CreateSearchRequestModel.d.ts +3 -0
  151. package/Platform/DateInput.d.ts +1 -1
  152. package/Platform/DateTimePickerImpl.d.ts +1 -0
  153. package/Platform/DeleteBatchOperationImpl.d.ts +1 -1
  154. package/Platform/Diagram.d.ts +19 -0
  155. package/Platform/Diagram.stories.d.ts +11 -0
  156. package/Platform/DiagramChart.d.ts +7 -0
  157. package/Platform/DiagramConstants.d.ts +12 -0
  158. package/Platform/DiagramContainer.d.ts +7 -0
  159. package/Platform/DiagramLoader.d.ts +8 -0
  160. package/Platform/DiagramLogic.d.ts +74 -0
  161. package/Platform/DiagramOptions.d.ts +54 -0
  162. package/Platform/DiagramQueryParams.d.ts +10 -0
  163. package/Platform/DiagramUtils.d.ts +12 -0
  164. package/Platform/DiagramView.d.ts +10 -0
  165. package/Platform/DiagramWrapper.d.ts +5 -0
  166. package/Platform/DownloadFilesBatchOperationImpl.d.ts +1 -1
  167. package/Platform/Dropdown.stories.d.ts +1 -1
  168. package/Platform/FilterBoolean.d.ts +1 -1
  169. package/Platform/FilterDate.d.ts +2 -2
  170. package/Platform/FilterDateRangePicker.d.ts +1 -1
  171. package/Platform/FocusableTextInput.d.ts +1 -1
  172. package/Platform/FolderGrid.d.ts +1 -1
  173. package/Platform/FolderHelpDialog.d.ts +1 -1
  174. package/Platform/FolderMainMenuItem.d.ts +2 -1
  175. package/Platform/FolderOperationManager.d.ts +1 -1
  176. package/Platform/FolderSizePlugin.d.ts +1 -1
  177. package/Platform/FolderTypeDialog.d.ts +1 -1
  178. package/Platform/FolderViewItemsImpl.d.ts +2 -0
  179. package/Platform/FormatSearchQueryParams.d.ts +2 -0
  180. package/Platform/GetDiagramType.d.ts +6 -0
  181. package/Platform/IDiagramModels.d.ts +129 -0
  182. package/Platform/InputWithMask.d.ts +1 -1
  183. package/Platform/LayoutIconButtonImpl.d.ts +1 -1
  184. package/Platform/ListCheckbox.d.ts +2 -2
  185. package/Platform/ListContent.d.ts +1 -1
  186. package/Platform/ListContentHightlight.d.ts +1 -1
  187. package/Platform/ListEmpty.d.ts +1 -1
  188. package/Platform/ListEmptySearchIcon.d.ts +1 -1
  189. package/Platform/ListInput.d.ts +2 -2
  190. package/Platform/ListItem.d.ts +1 -1
  191. package/Platform/ListLoading.d.ts +1 -1
  192. package/Platform/ListSearchIcon.d.ts +1 -1
  193. package/Platform/ListSlot.d.ts +1 -1
  194. package/Platform/ListTotalItem.d.ts +1 -1
  195. package/Platform/LoadApexLibrary.d.ts +1 -0
  196. package/Platform/ParseModel.d.ts +4 -0
  197. package/Platform/QueryCondition.stories.d.ts +5 -0
  198. package/Platform/Quotes.d.ts +1 -1
  199. package/Platform/QuotesButtonMore.d.ts +1 -1
  200. package/Platform/QuotesHighlight.d.ts +1 -1
  201. package/Platform/QuotesItem.d.ts +1 -1
  202. package/Platform/QuotesModal.d.ts +1 -1
  203. package/Platform/QuotesModalButtonBlock.d.ts +1 -1
  204. package/Platform/QuotesModalQuote.d.ts +1 -1
  205. package/Platform/QuotesWrapper.d.ts +1 -1
  206. package/Platform/ResetSettings.d.ts +3 -2
  207. package/Platform/SearchTextInput.d.ts +2 -2
  208. package/Platform/SecurityDescriptorDialog.d.ts +1 -1
  209. package/Platform/SecurityDialogFrame.d.ts +1 -1
  210. package/Platform/SettingsPopup.d.ts +1 -1
  211. package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -1
  212. package/Platform/SettingsPopupColumn.d.ts +1 -1
  213. package/Platform/SettingsPopupItemView.d.ts +1 -1
  214. package/Platform/SettingsPopupRow.d.ts +1 -1
  215. package/Platform/ShowAllButton.d.ts +1 -1
  216. package/Platform/Strategies.d.ts +23 -0
  217. package/Platform/TableCellNumberRightAlignPlugin.d.ts +1 -1
  218. package/Platform/TableRowColorPlugin.d.ts +1 -1
  219. package/Platform/TextListInputView.d.ts +3 -3
  220. package/Platform/TextListInputWrapper.d.ts +1 -1
  221. package/Platform/ToolbarDaughterControlImpl.d.ts +1 -1
  222. package/Platform/TransformToChartData.d.ts +6 -0
  223. package/Platform/UnreadBarTablePlugins.d.ts +1 -1
  224. package/Platform/WebFrameHelpButton.stories.d.ts +1 -1
  225. package/Platform/WebFrameNavigationBar.stories.d.ts +1 -1
  226. package/Platform/WebFrameSearchPanel.stories.d.ts +1 -1
  227. package/Platform/WebFrameUserPanel.stories.d.ts +1 -1
  228. package/StandardServices.d.ts +2 -1
  229. package/System/$FolderColors.d.ts +25 -0
  230. package/System/DataGridControl.d.ts +1 -1
  231. package/System/FolderColorsService.d.ts +11 -0
  232. package/System/GridModelStub.d.ts +26 -0
  233. package/System/Poll.d.ts +1 -1
  234. package/System/PollService.d.ts +1 -1
  235. package/System/ResourcesStub.d.ts +3 -0
  236. 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
- import "./AggregatesTree.css";
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
- import './ApprovalVisualizationArrows.css';
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
- import './ApprovalVisualizationConditionList.css';
3
+
4
4
  export interface IApprovalVisualizationConditionListProps extends HtmlProps.div {
5
5
  }
6
6
  export declare function ApprovalVisualizationConditionList(props: IApprovalVisualizationConditionListProps): JSX.Element;
@@ -1,5 +1,5 @@
1
1
  import { ChangeEventHandler } from "react";
2
- import './ApprovalVisualizationConditionOption.css';
2
+
3
3
  export interface IApprovalVisualizationConditionOptionProps {
4
4
  onChange: ChangeEventHandler<HTMLInputElement>;
5
5
  }
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HtmlProps } from '@docsvision/web/core/component';
3
- import './ApprovalVisualizationContainer.css';
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
- import("./Components/ApprovalVisualizationVisBlock").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"> &
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
- import './ApprovalVisualizationVisBlock.css';
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
- import './ArchivedCards.css';
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
- import '@docsvision/webclient/Platform/Controls/FolderGrid/Plugins/Filtering/components/ClearButton.css';
2
+
3
3
  import { Moment } from 'moment';
4
4
  export interface IFilteringClearButtonProps {
5
5
  onChange(value: (string | Moment)[]): void;
@@ -0,0 +1,5 @@
1
+ export declare type ColorModeHandleT = ReturnType<typeof colorModeHandle>;
2
+ export declare function colorModeHandle(colorMode: number, colorNum: number): {
3
+ theme: object;
4
+ colors: string[];
5
+ };
@@ -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;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import './DateInput.css';
2
+
3
3
  import { IFilterComponent } from '@docsvision/webclient/Platform/IFilterComponent';
4
4
  export interface IDateInputProps extends IFilterComponent {
5
5
  }
@@ -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
- import './DeleteBatchOperation.css';
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
+ import { LegacyRef } from 'react';
2
+
3
+ export interface IDiagramChartProps {
4
+ chartRef: LegacyRef<HTMLDivElement>;
5
+ height: number;
6
+ }
7
+ export declare function DiagramChart(props: IDiagramChartProps): JSX.Element;
@@ -0,0 +1,12 @@
1
+ export declare const DIAGRAM_COLORS: {
2
+ Indigo: string;
3
+ Cyan: string;
4
+ Green: string;
5
+ Orange: string;
6
+ Red: string;
7
+ Purple: string;
8
+ Violet: string;
9
+ Gray: string;
10
+ Brown: string;
11
+ Multicolored: string[];
12
+ };
@@ -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
+ }
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare function DiagramWrapper({ children, wrapperRef }: {
3
+ children: any;
4
+ wrapperRef: any;
5
+ }): JSX.Element;
@@ -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
- import './DownloadFilesBatchOperation.css';
6
+
7
7
  export interface IDownloadFilesBatchOperationState extends DownloadFilesBatchOperationParams, BaseControlState {
8
8
  }
9
9
  export interface DownloadFilesBatchOperationState extends IDownloadFilesBatchOperationState {
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { Dropdown } from './Dropdown';
3
- import './Dropdown.stories.css';
3
+
4
4
  declare const _default: {
5
5
  title: string;
6
6
  component: typeof Dropdown;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { IFilterComponent } from '@docsvision/webclient/Platform/IFilterComponent';
3
- import "./FilterBoolean.css";
3
+
4
4
  export interface IFilterBooleanProps extends IFilterComponent {
5
5
  }
6
6
  export declare const FilterBoolean: React.NamedExoticComponent<IFilterBooleanProps>;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import '@docsvision/webclient/Platform/Controls/FolderGrid/Plugins/Filtering/components/inputs/FocusableTextInput.css';
3
- import './FilterDate.css';
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
  /// <reference types="react" />
2
- import './FilterDateRangePicker.css';
2
+
3
3
  import { IFilterComponent } from '@docsvision/webclient/Platform/IFilterComponent';
4
4
  export interface IFilterDateRangePickerProps extends IFilterComponent {
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import '@docsvision/webclient/Platform/Controls/FolderGrid/Plugins/Filtering/components/inputs/FocusableTextInput.css';
2
+
3
3
  import { IFilterComponent } from '@docsvision/webclient/Platform/IFilterComponent';
4
4
  export interface IPanelInputProps extends IFilterComponent {
5
5
  }
@@ -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
- import './FolderGrid.css';
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';
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { $Locale } from '@docsvision/webclient/StandardServices';
3
- import './FolderHelpDialog.css';
3
+
4
4
  export interface IFolderHelpDialogProps {
5
5
  isOpen: boolean;
6
6
  closeModal(): void;
@@ -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
- import "./FolderOperationManager.css";
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
- import "./FolderSizePlugin.css";
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
- import "./FolderTypeDialog.css";
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,2 @@
1
+ import { IDiagramChosenQueryParams } from "@docsvision/webclient/Platform/IDiagramModels";
2
+ export declare function formatSearchQueryParams(queryParams: any, queryParamsChosen: IDiagramChosenQueryParams): any;
@@ -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;