@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
@@ -13,19 +13,19 @@ import { TextListInputWrapper } from "@docsvision/webclient/Platform/TextListInp
13
13
  export declare class TextListInputView {
14
14
  listInput:
15
15
  import("react").ForwardRefExoticComponent<Pick<
16
- import("./components/ListInput").IListInputProps, "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" | "isScrollable" | "isDate"> &
16
+ | "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" | "isScrollable" | "isDate"> &
17
17
  import("react").RefAttributes<HTMLDivElement>>;
18
18
  clearButton: typeof ClearButton;
19
19
  textInput:
20
20
  import("react").ForwardRefExoticComponent<Pick<
21
- import("./components/SearchTextInput").ISearchTextInputProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "dir" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "accept" | "alt" | "autoFocus" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> &
21
+ | "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" | "accept" | "alt" | "autoFocus" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> &
22
22
  import("react").RefAttributes<HTMLInputElement>>;
23
23
  wrapper: typeof TextListInputWrapper;
24
24
  content: typeof ListContent;
25
25
  item: typeof ListItem;
26
26
  checkbox:
27
27
  import("react").ForwardRefExoticComponent<Pick<
28
- import("./components/ListCheckbox").IListCheckboxProps, "form" | "slot" | "style" | "title" | "pattern" | "children" | "name" | "disabled" | "onSubmit" | "autoComplete" | "type" | "placeholder" | "value" | "dir" | "className" | "color" | "height" | "id" | "lang" | "max" | "min" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "accept" | "alt" | "autoFocus" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> &
28
+ | "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" | "accept" | "alt" | "autoFocus" | "capture" | "checked" | "enterKeyHint" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "list" | "maxLength" | "minLength" | "multiple" | "readOnly" | "required" | "size" | "src" | "step"> &
29
29
  import("react").RefAttributes<HTMLInputElement>>;
30
30
  empty: typeof ListEmpty;
31
31
  icon: typeof ListEmptySearchIcon;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HtmlProps } from '@docsvision/web/core/component';
3
- import './TextListInputWrapper.css';
3
+
4
4
  export interface ITextListInputWrapperProps extends HtmlProps.div {
5
5
  isDate: boolean;
6
6
  }
@@ -1,7 +1,7 @@
1
1
  import { ToolbarDaughterControlParams } from '@docsvision/webclient/Platform/ToolbarDaughterControl';
2
2
  import { PanelImpl, IPanelState } from '@docsvision/webclient/Platform/PanelImpl';
3
3
  import React from 'react';
4
- import './ToolbarDaughterControl.css';
4
+
5
5
  export interface IToolbarDaughterControlState extends ToolbarDaughterControlParams, IPanelState {
6
6
  }
7
7
  export interface ToolbarDaughterControlState extends IToolbarDaughterControlState {
@@ -0,0 +1,6 @@
1
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
+ import { IChartData, IParsedModel } from "@docsvision/webclient/Platform/IDiagramModels";
3
+ export interface ITransformOptions {
4
+ diagramType: GenModels.DiagramType;
5
+ }
6
+ export declare const transformToChartData: ({ data, chartColumns }: IParsedModel, { diagramType }: ITransformOptions) => IChartData;
@@ -6,7 +6,7 @@ import { TablePlugins, ITablePlugins } from '@docsvision/web/components/table/in
6
6
  import { $Domain } from '@docsvision/web/core/state-management';
7
7
  import { $RefreshUnreadCounters } from '@docsvision/webclient/Platform/$RefreshUnreadCounters';
8
8
  import { $CurrentFolder } from '@docsvision/webclient/Platform/$CurrentFolder';
9
- import "./UnreadBarTablePlugins.css";
9
+
10
10
  export declare const UnreadBarFeature = "UnreadBarFeature";
11
11
  export declare const UNREAD_BAR_COLUMN_VISIBILITY = "UnreadBarVisibility";
12
12
  export declare const UnreadBarTableCellPlugin: TablePlugins.Cell.Component<$UnreadBar>;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { WebFrameHelpButton } from '@docsvision/webclient/Platform/WebFrameHelpButton';
3
- import "./WebFrameHelpButton.stories.css";
3
+
4
4
  declare const _default: {
5
5
  title: string;
6
6
  component: typeof WebFrameHelpButton;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { WebFrameNavigationBar } from '@docsvision/webclient/Platform/WebFrameNavigationBar';
3
- import './WebFrameNavigationBar.stories.css';
3
+
4
4
  declare const _default: {
5
5
  title: string;
6
6
  component: typeof WebFrameNavigationBar;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { WebFrameNavigationBar } from '@docsvision/webclient/Platform/WebFrameNavigationBar';
3
- import './WebFrameSearchPanel.stories.css';
3
+
4
4
  declare const _default: {
5
5
  title: string;
6
6
  component: typeof WebFrameNavigationBar;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { WebFrameUserPanel } from "@docsvision/webclient/Platform/WebFrameUserPanel";
3
- import "./WebFrameUserPanel.stories.css";
3
+
4
4
  declare const _default: {
5
5
  title: string;
6
6
  component: typeof WebFrameUserPanel;
@@ -60,6 +60,7 @@ import { $LayoutBackground } from "@docsvision/webclient/System/$LayoutBackgroun
60
60
  import { $HoverPanel } from "@docsvision/webclient/Platform/$HoverPanel";
61
61
  import { $WebFrameContentHeight } from "@docsvision/webclient/System/$WebFrameContentHeight";
62
62
  import { $DigitalSignature } from "@docsvision/webclient/BackOffice/$DigitalSignature";
63
+ import { $FolderColors } from "@docsvision/webclient/System/$FolderColors";
63
64
  /** Сервис доступа к идентификатору текущего пользователя. */
64
65
  export declare type $CurrentEmployeeId = {
65
66
  currentEmployeeId: string;
@@ -149,4 +150,4 @@ export declare type $ApplicationSettings = {
149
150
  };
150
151
  export declare const $ApplicationSettings: string | ((model?: $ApplicationSettings) => GenModels.ApplicationSettings);
151
152
  /** Стандартные сервисы Web-клиента. */
152
- export declare type $StandardServices = $Layout & $Router & $CurrentEmployeeId & $CurrentEmployeeAccountName & $DeviceType & $SiteUrl & $Locale & $FullTextSearchEnabled & $RequestManager & $Sidebar & $FolderViews & $SearchPanel & $NavBar & $Folders & $UnreadCounter & $InstalledCSP & $ApplicationTimestamp & $LayoutManager & $RealtimeCommunicationService & $UserMenu & $LayoutControlFactory & $EditOperationStore & $LayoutInfo & $CardInfo & $RowInfo & $CardId & $RowId & $CardTimestamp & $ControlStore & $LocalStorage & $BaseName & $RouteTimestamp & $EnableRouterLogging & $IsMobileSafari & $LogEnabled & $IsIE & $IsSafari & $LastSearchRequest & $UrlStore & $UrlResolver & $CurrentEmployee & $RouterNavigation & $OwnerLayout & $ApplicationSettings & $ExtensionManager & $WebServices & $BatchOperationsProgressDialog & $BatchOperationsPerformer & $InsideMainMenu & $Timeout & $WebFrameContext & $ExtendedDataSourceInfos & $FilePickerUpload & $MessageBox & $WindowLocation & $FileDownload & $ExperimentalFeature & $UnreadCounterNotification & $EmployeeStatus & $CacheManagement & $FileScan & $LayoutCheck & $ScanDialog & $FileService & $CompanyLogo & $ContentElementProvider & $RootCssClass & $FilePreview & $WebViewIOSEnabled & $FileUpload & Partial<$WebFrameDirectorySearchPanelService> & $Domain & $Resources & $MessageWindow & $DialogManagement & $WebFrameDirectorySearchInfoStorageService & $WebFrameSearchPanel & $LastSearchResponse & $RefreshUnreadCounters & $LastSearchParameters & $CloudSignature & $CryptoPro & $CurrentFolder & $LastSearchResponse & $Poll & $FolderPluginProvider & $LayoutBackground & $ApprovalPathVisualizationController & $HoverPanel & $HoverPanel & $DigitalSignature & $WebFrameDirectorySearchPanelService & $WebFrameContentHeight;
153
+ export declare type $StandardServices = $Layout & $Router & $CurrentEmployeeId & $CurrentEmployeeAccountName & $DeviceType & $SiteUrl & $Locale & $FullTextSearchEnabled & $RequestManager & $Sidebar & $FolderViews & $SearchPanel & $NavBar & $Folders & $UnreadCounter & $InstalledCSP & $ApplicationTimestamp & $LayoutManager & $RealtimeCommunicationService & $UserMenu & $LayoutControlFactory & $EditOperationStore & $LayoutInfo & $CardInfo & $RowInfo & $CardId & $RowId & $CardTimestamp & $ControlStore & $LocalStorage & $BaseName & $RouteTimestamp & $EnableRouterLogging & $IsMobileSafari & $LogEnabled & $IsIE & $IsSafari & $LastSearchRequest & $UrlStore & $UrlResolver & $CurrentEmployee & $RouterNavigation & $OwnerLayout & $ApplicationSettings & $ExtensionManager & $WebServices & $BatchOperationsProgressDialog & $BatchOperationsPerformer & $InsideMainMenu & $Timeout & $WebFrameContext & $ExtendedDataSourceInfos & $FilePickerUpload & $MessageBox & $WindowLocation & $FileDownload & $ExperimentalFeature & $UnreadCounterNotification & $EmployeeStatus & $CacheManagement & $FileScan & $LayoutCheck & $ScanDialog & $FileService & $CompanyLogo & $ContentElementProvider & $RootCssClass & $FilePreview & $WebViewIOSEnabled & $FileUpload & Partial<$WebFrameDirectorySearchPanelService> & $Domain & $Resources & $MessageWindow & $DialogManagement & $WebFrameDirectorySearchInfoStorageService & $WebFrameSearchPanel & $LastSearchResponse & $RefreshUnreadCounters & $LastSearchParameters & $CloudSignature & $CryptoPro & $CurrentFolder & $LastSearchResponse & $Poll & $FolderPluginProvider & $LayoutBackground & $ApprovalPathVisualizationController & $HoverPanel & $HoverPanel & $DigitalSignature & $WebFrameDirectorySearchPanelService & $WebFrameContentHeight & $FolderColors;
@@ -0,0 +1,25 @@
1
+ import { Store, Event } from 'effector';
2
+ export interface IFolderColors {
3
+ [key: string]: string;
4
+ }
5
+ export interface IFolderColor {
6
+ id: string;
7
+ color: string;
8
+ }
9
+ /** Cервис предоставляющий информацию о цвете папок. */
10
+ export interface IFolderColorsService {
11
+ /** Хранилище цвета папок */
12
+ $colors: Store<IFolderColors>;
13
+ /** Добавить цвет папке */
14
+ setColor: Event<IFolderColor>;
15
+ /**$FolderColors.ts
16
+ * @param folderId идентификатор папки
17
+ *
18
+ * @returns возвращается адрес папки с ранее зарегистрированным цветом
19
+ */
20
+ getFolderUrl: (folderId: string) => string;
21
+ }
22
+ export declare type $FolderColors = {
23
+ folderColors: IFolderColorsService;
24
+ };
25
+ export declare const $FolderColors: string | ((model?: $FolderColors) => IFolderColorsService);
@@ -10,7 +10,7 @@ import { CancelableEvent } from '@docsvision/webclient/System/CancelableEvent';
10
10
  import { IEventArgs } from '@docsvision/webclient/System/IEventArgs';
11
11
  import { SimpleEvent } from '@docsvision/webclient/System/SimpleEvent';
12
12
  import { ITableData, ITablePlugins } from '@docsvision/web/components/table/interfaces';
13
- import "./DataGridControl.css";
13
+
14
14
  /**
15
15
  * Содержит публичные свойства элемента управления [ReadOnlyTable]{@link ReadOnlyTable}.
16
16
  */
@@ -0,0 +1,11 @@
1
+ import { IFolderColor, IFolderColors, IFolderColorsService } from '@docsvision/webclient/System/$FolderColors';
2
+ import { $Domain } from '@docsvision/web/core/state-management';
3
+ import { Store, Event } from 'effector';
4
+ /** @internal Реализация {@link IFolderColorsService}. */
5
+ export declare class FolderColorsService implements IFolderColorsService {
6
+ private services;
7
+ $colors: Store<IFolderColors>;
8
+ setColor: Event<IFolderColor>;
9
+ constructor(services: $Domain);
10
+ getFolderUrl: (folderId: string) => string;
11
+ }
@@ -77,3 +77,29 @@ export declare const GRID_MODEL_STUB: {
77
77
  groupingColumnNames: any[];
78
78
  };
79
79
  };
80
+ export declare const GRID_MODEL_STUB_TWO: {
81
+ columns: {
82
+ isFilteringAllowed: boolean;
83
+ name: string;
84
+ columnDisplayName: string;
85
+ level: number;
86
+ isDescending: boolean;
87
+ activeValue: any;
88
+ }[];
89
+ distinctValues: {
90
+ columnName: string;
91
+ isDescending: boolean;
92
+ value: string;
93
+ rawValue: string;
94
+ count: number;
95
+ isLastLevel: boolean;
96
+ children: {
97
+ columnName: string;
98
+ isDescending: boolean;
99
+ value: string;
100
+ rawValue: string;
101
+ count: number;
102
+ isLastLevel: boolean;
103
+ }[];
104
+ }[];
105
+ };
package/System/Poll.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
3
- import './Poll.css';
3
+
4
4
  import { PollStatus } from '@docsvision/webclient/System/PollService';
5
5
  export interface PollProps extends HtmlProps.iframe {
6
6
  updateStatus(status: PollStatus): void;
@@ -7,7 +7,7 @@ import { $MessageWindow } from "@docsvision/web/components/modals/message-box";
7
7
  import { $Resources } from "@docsvision/web/core/localization/$Resources";
8
8
  import { $Domain } from "@docsvision/web/core/state-management";
9
9
  import { Store, Event } from "effector";
10
- import './PollService.css';
10
+
11
11
  export declare enum PollStatus {
12
12
  Done = 0,
13
13
  Next = 1
@@ -1504,4 +1504,7 @@ export declare let resourcesStub: {
1504
1504
  CardType_CardApprovalPath_DisplayName: string;
1505
1505
  CardType_CardApprovalStage_DisplayName: string;
1506
1506
  CardType_CardApprovalResult_DisplayName: string;
1507
+ NoValue: string;
1508
+ Diagram_WaitingForData: string;
1509
+ Diagram_Empty: string;
1507
1510
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docsvision/webclient",
3
- "version": "5.17.0-beta.18",
3
+ "version": "5.17.0-beta.19",
4
4
  "description": "Type definitions for DocsVision WebClient scripts and extensions.",
5
5
  "main": "index.js",
6
6
  "scripts": {},