@docsvision/webclient 5.17.0-beta.1 → 5.17.0-beta.13

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 (409) hide show
  1. package/Approval/AgreementList.d.ts +2 -2
  2. package/Approval/AgreementListContent.d.ts +1 -0
  3. package/Approval/IAgreementListContentProps.d.ts +2 -0
  4. package/BackOffice/$WebFrameDirectorySearchInfoStorageService.d.ts +8 -3
  5. package/BackOffice/$WebFrameDirectorySearchPanelService.d.ts +4 -1
  6. package/BackOffice/AddEmployeeIconColumn.d.ts +1 -0
  7. package/BackOffice/BatchDelegateOperation.d.ts +2 -1
  8. package/BackOffice/CardKindTreeNode.d.ts +1 -1
  9. package/BackOffice/ChangeBoundaryValuesSection.d.ts +4 -0
  10. package/BackOffice/ChangeSectionValues.d.ts +4 -0
  11. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  12. package/BackOffice/ConvertSizetoMegabytes.d.ts +1 -0
  13. package/BackOffice/DeleteShortcutBatchOperation.d.ts +2 -1
  14. package/BackOffice/DeleteShortcutBatchOperationImpl.d.ts +1 -0
  15. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  16. package/BackOffice/DirectoryEntryModal.d.ts +3 -0
  17. package/BackOffice/DirectoryEntryModalLogic.d.ts +1 -0
  18. package/BackOffice/DirectoryFrame.d.ts +2 -0
  19. package/BackOffice/DirectorySearchContent.d.ts +1 -1
  20. package/BackOffice/DirectorySearchResult.d.ts +2 -0
  21. package/BackOffice/DirectorySearchResultLogic.d.ts +1 -0
  22. package/BackOffice/DirectorySearchResultView.d.ts +3 -2
  23. package/BackOffice/DirectoryTabs.d.ts +3 -0
  24. package/BackOffice/DirectoryTree.d.ts +3 -0
  25. package/BackOffice/DirectoryTreeLogic.d.ts +1 -0
  26. package/BackOffice/DirectoryValues.d.ts +7 -5
  27. package/BackOffice/DirectoryValuesLogic.d.ts +1 -0
  28. package/BackOffice/EmailButton.d.ts +21 -0
  29. package/BackOffice/EmailButton.stories.d.ts +10 -0
  30. package/BackOffice/EmailButtonContainer.d.ts +8 -0
  31. package/BackOffice/EmailButtonFiles.d.ts +7 -0
  32. package/BackOffice/EmailButtonItem.d.ts +12 -0
  33. package/BackOffice/EmailButtonLogic.d.ts +42 -0
  34. package/BackOffice/EmailButtonOptions.d.ts +36 -0
  35. package/BackOffice/EmailButtonSectionId.d.ts +2 -0
  36. package/BackOffice/EmailButtonSelectedSize.d.ts +9 -0
  37. package/BackOffice/EmailButtonView.d.ts +19 -0
  38. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  39. package/BackOffice/FileListControl.d.ts +5 -0
  40. package/BackOffice/FileListControlImpl.d.ts +10 -0
  41. package/BackOffice/FileListControlLogic.d.ts +1 -0
  42. package/BackOffice/FileListItemComponent.d.ts +5 -2
  43. package/BackOffice/FileSignCreateDialog.d.ts +1 -2
  44. package/BackOffice/FileSignSelectCertificateDialog.d.ts +1 -1
  45. package/BackOffice/FindStaffSection.d.ts +4 -1
  46. package/BackOffice/GetEmlUrl.d.ts +11 -0
  47. package/BackOffice/GetEmployeeGroups.d.ts +1 -0
  48. package/BackOffice/IFileMenuItem.d.ts +14 -0
  49. package/BackOffice/IFileMenuOpeningArgs.d.ts +6 -0
  50. package/BackOffice/ITaskTableSorting.d.ts +27 -0
  51. package/BackOffice/Index.d.ts +10 -1
  52. package/BackOffice/InitialCheckboxes.d.ts +4 -0
  53. package/BackOffice/LinksImpl.d.ts +1 -0
  54. package/BackOffice/LoadEmployees.d.ts +2 -5
  55. package/BackOffice/NumeratorImpl.d.ts +2 -1
  56. package/BackOffice/PartnerBase.d.ts +2 -2
  57. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  58. package/BackOffice/PrepareTasksTableModel.d.ts +2 -1
  59. package/BackOffice/PrintButtonView.d.ts +1 -1
  60. package/BackOffice/SearchBar.d.ts +10 -4
  61. package/BackOffice/SearchEmployees.d.ts +2 -1
  62. package/BackOffice/SortingRows.d.ts +6 -0
  63. package/BackOffice/StaffDirectory.d.ts +2 -1
  64. package/BackOffice/StaffDirectoryConstants.d.ts +15 -0
  65. package/BackOffice/StaffDirectoryItems.d.ts +1 -1
  66. package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
  67. package/BackOffice/StaffDirectoryLogic.d.ts +28 -23
  68. package/BackOffice/TaskTasksTreeNodeResolver.d.ts +5 -3
  69. package/BackOffice/TasksTable.d.ts +5 -1
  70. package/BackOffice/TasksTableHeaderCell.d.ts +3 -0
  71. package/BackOffice/TasksTableLogic.d.ts +10 -0
  72. package/BackOffice/TasksTableView.d.ts +3 -3
  73. package/BackOffice/TasksTree.d.ts +2 -1
  74. package/BackOffice/TimeOfPerformanceImpl.d.ts +0 -9
  75. package/BackOffice/UniquenessCheckImpl.d.ts +1 -1
  76. package/BackOffice/UserProfile.d.ts +8 -5
  77. package/BackOffice/UserStatus.d.ts +5 -0
  78. package/BackOffice/WebFrameDirectorySearchPanel.d.ts +13 -2
  79. package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +12 -3
  80. package/BackOffice/WebFrameDirectorySearchPanelService.d.ts +1 -0
  81. package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
  82. package/Generated/DocsVision.WebClient.Controllers.d.ts +200 -4
  83. package/Generated/DocsVision.WebClient.Models.d.ts +1573 -62
  84. package/Helpers/ComboBox/ComboBoxTitle.d.ts +4 -0
  85. package/Helpers/DateRangePicker/DateRangePicker.d.ts +24 -0
  86. package/Helpers/DateRangePicker/DateRangePicker.stories.d.ts +9 -0
  87. package/Helpers/DateRangePicker/components/DateRangePickerDay.d.ts +15 -0
  88. package/Helpers/DateRangePicker/components/DateRangePickerToolbar.d.ts +14 -0
  89. package/Helpers/IconButton.d.ts +2 -0
  90. package/Helpers/MainMenu/ItemText.d.ts +2 -0
  91. package/Helpers/Menu/AdaptiveMenuBar.d.ts +2 -0
  92. package/Helpers/Menu/MobileMenuBar.d.ts +1 -0
  93. package/Helpers/MessageBox/MessageBox.d.ts +6 -1
  94. package/Helpers/PopoverHelpers/EditPopover/EditPopover.d.ts +1 -1
  95. package/Helpers/Sortable/Sortable.d.ts +1 -1
  96. package/Helpers/Table/TableHelperHeaderRow.d.ts +2 -0
  97. package/Helpers/Table/TableHelperRow.d.ts +1 -0
  98. package/Helpers/Tree/ITreeBaseProps.d.ts +9 -0
  99. package/Helpers/Typeahead/Typeahead.d.ts +1 -1
  100. package/Legacy/ApprovalFilePanel.d.ts +1 -0
  101. package/Legacy/BasicGridHtmlBuilder.d.ts +4 -2
  102. package/Legacy/GridOptions.d.ts +4 -1
  103. package/Legacy/ModalWindow.d.ts +1 -1
  104. package/Legacy/NavBarRouteHandler.d.ts +1 -1
  105. package/Legacy/SearchDropdown.d.ts +3 -1
  106. package/Legacy/Sidebar.d.ts +1 -0
  107. package/Legacy/StandardControllers.d.ts +2 -2
  108. package/Legacy/TaskCardFilePanelRazorControl.d.ts +9 -2
  109. package/Legacy/TaskReportPanelRazorControl.d.ts +12 -3
  110. package/Legacy/Utils.d.ts +3 -7
  111. package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +17 -0
  112. package/MainBundle.d.ts +2 -1
  113. package/Platform/$AggregatesCheckbox.d.ts +19 -0
  114. package/Platform/$BatchOperations.d.ts +3 -0
  115. package/Platform/$CacheManagement.d.ts +3 -1
  116. package/Platform/$ContextMenuOptions.d.ts +86 -6
  117. package/Platform/$CurrentFolder.d.ts +3 -0
  118. package/Platform/$FileDownload.d.ts +2 -1
  119. package/Platform/$FolderDataLoading.d.ts +14 -2
  120. package/Platform/$FolderGrid.d.ts +28 -3
  121. package/Platform/$GridOptions.d.ts +10 -4
  122. package/Platform/$HoverPanel.d.ts +8 -0
  123. package/Platform/$LastSearchParameters.d.ts +10 -0
  124. package/Platform/$RefreshUnreadCounters.d.ts +10 -0
  125. package/Platform/$SaveColumns.d.ts +7 -0
  126. package/Platform/$SearchParametersFolder.d.ts +13 -0
  127. package/Platform/$SearchText.d.ts +11 -0
  128. package/Platform/$TablePresentationToggle.d.ts +8 -0
  129. package/Platform/$ToolbarDaughterControls.d.ts +20 -0
  130. package/Platform/$UnreadCounter.d.ts +1 -1
  131. package/Platform/$WebFrameSearchPanel.d.ts +30 -0
  132. package/Platform/AggregateItemCheckbox.d.ts +12 -0
  133. package/Platform/Aggregates.stories.d.ts +8 -0
  134. package/Platform/AggregatesCheckbox.d.ts +10 -0
  135. package/Platform/AggregatesCheckboxPlugins.d.ts +11 -0
  136. package/Platform/AggregatesCheckboxService.d.ts +37 -0
  137. package/Platform/AggregatesExtendedData.d.ts +4 -0
  138. package/Platform/AggregatesGroup.d.ts +13 -0
  139. package/Platform/AggregatesListItem.d.ts +5 -0
  140. package/Platform/AggregatesNotAvailable.d.ts +6 -0
  141. package/Platform/AggregatesPanelHeader.d.ts +6 -0
  142. package/Platform/AggregatesRequestResolver.d.ts +12 -0
  143. package/Platform/AggregatesResponseResolver.d.ts +10 -0
  144. package/Platform/AggregatesTree.d.ts +17 -0
  145. package/Platform/AggregatesTreeLoader.d.ts +2 -0
  146. package/Platform/AggregatesUtils.d.ts +5 -0
  147. package/Platform/ArchivedCardsIcon.d.ts +5 -0
  148. package/Platform/ArchivedCardsPlugin.d.ts +3 -0
  149. package/Platform/ArchivedCardsResponseResolver.d.ts +22 -0
  150. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  151. package/Platform/BatchOperationsPlugin.d.ts +4 -0
  152. package/Platform/ButtonPositionsSelectionRadioButton.d.ts +9 -0
  153. package/Platform/CacheManagementService.d.ts +5 -0
  154. package/Platform/CalendarIcon.d.ts +2 -0
  155. package/Platform/CalendarInput.d.ts +8 -0
  156. package/Platform/CardManagement.d.ts +2 -2
  157. package/Platform/CardManagementImpl.d.ts +1 -0
  158. package/Platform/ClearButton.d.ts +8 -0
  159. package/Platform/CommentFile.d.ts +4 -1
  160. package/Platform/ContextMenu.d.ts +18 -5
  161. package/Platform/ContextMenuCustomPlugins.d.ts +4 -2
  162. package/Platform/ContextMenuOptionsService.d.ts +43 -12
  163. package/Platform/ContextMenuUtils.d.ts +5 -0
  164. package/Platform/CopyShortcutBatchOperation.d.ts +2 -1
  165. package/Platform/DateFormatParsingResponseResolver.d.ts +1 -1
  166. package/Platform/DateInput.d.ts +6 -0
  167. package/Platform/DefaultFolderDataLoader.d.ts +3 -3
  168. package/Platform/DefaultFolderResponseResolver.d.ts +1 -1
  169. package/Platform/DefaultFolderTablePluginFactory.d.ts +12 -7
  170. package/Platform/DeleteBatchOperation.d.ts +31 -0
  171. package/Platform/DeleteBatchOperationImpl.d.ts +23 -0
  172. package/Platform/DownloadBatchOperationFileInfoCard.d.ts +7 -0
  173. package/Platform/DownloadDocumentFileMode.d.ts +5 -0
  174. package/Platform/DownloadFilesBatchOperation.d.ts +36 -0
  175. package/Platform/DownloadFilesBatchOperationImpl.d.ts +26 -0
  176. package/Platform/Dropdown.d.ts +7 -0
  177. package/Platform/Dropdown.stories.d.ts +12 -0
  178. package/Platform/DropdownImpl.d.ts +1 -0
  179. package/Platform/ExportPlugin.d.ts +12 -0
  180. package/Platform/Favorite.d.ts +22 -0
  181. package/Platform/FavoritesPageRouteHandler.d.ts +18 -0
  182. package/Platform/FavoritesRouteHandler.d.ts +18 -0
  183. package/Platform/FileDownloadService.d.ts +2 -1
  184. package/Platform/FilePicker.d.ts +5 -2
  185. package/Platform/FilePickerImpl.d.ts +1 -0
  186. package/Platform/FilterDate.d.ts +11 -0
  187. package/Platform/FilterDateRangePicker.d.ts +6 -0
  188. package/Platform/FilterDateTextListInput.d.ts +5 -0
  189. package/Platform/FilterPlugin.d.ts +3 -0
  190. package/Platform/FilteringExtendedData.d.ts +4 -0
  191. package/Platform/FilteringRequestResolver.d.ts +11 -0
  192. package/Platform/FilteringResponseResolver.d.ts +10 -0
  193. package/Platform/FocusableTextInput.d.ts +6 -0
  194. package/Platform/FolderCardsDashboardWidget.d.ts +2 -1
  195. package/Platform/FolderCardsDashboardWidgetDataLoader.d.ts +13 -0
  196. package/Platform/FolderCardsDashboardWidgetImpl.d.ts +14 -13
  197. package/Platform/FolderCountersRouteHandler.d.ts +1 -1
  198. package/Platform/FolderDashboardWidget.d.ts +1 -0
  199. package/Platform/FolderDashboardWidgetImpl.d.ts +4 -1
  200. package/Platform/FolderDataContext.d.ts +7 -2
  201. package/Platform/FolderDataContextImpl.d.ts +7 -2
  202. package/Platform/FolderDataLoadingService.d.ts +36 -16
  203. package/Platform/FolderGrid.d.ts +31 -4
  204. package/Platform/FolderGrid.stories.d.ts +4 -0
  205. package/Platform/FolderGridBatchOperationsNode.d.ts +33 -0
  206. package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +14 -0
  207. package/Platform/FolderGridConstants.d.ts +7 -0
  208. package/Platform/FolderGridImpl.d.ts +9 -1
  209. package/Platform/FolderGridService.d.ts +44 -3
  210. package/Platform/FolderGridServiceUtils.d.ts +1 -0
  211. package/Platform/FolderGroupDashboardWidget.d.ts +3 -0
  212. package/Platform/FolderGroupDashboardWidgetImpl.d.ts +8 -1
  213. package/Platform/FolderMainMenuItem.d.ts +1 -1
  214. package/Platform/FolderName.d.ts +4 -0
  215. package/Platform/FolderNameImpl.d.ts +1 -2
  216. package/Platform/FolderPluginProvider.d.ts +5 -2
  217. package/Platform/FolderRouteTypeMapper.d.ts +1 -0
  218. package/Platform/FolderSizePlugin.d.ts +11 -0
  219. package/Platform/FolderSizePluginExtendedData.d.ts +9 -0
  220. package/Platform/FolderSizeResponseResolver.d.ts +10 -0
  221. package/Platform/FolderTypeDialog.d.ts +1 -0
  222. package/Platform/FolderViewItemsImpl.d.ts +4 -4
  223. package/Platform/FolderWebFrameRouteHandler.d.ts +18 -0
  224. package/Platform/FormatNumberToCultureString.d.ts +8 -0
  225. package/Platform/GridOperationsService.d.ts +3 -0
  226. package/Platform/GridRowModel.d.ts +2 -2
  227. package/Platform/GropingPlugin.d.ts +3 -0
  228. package/Platform/GroupingRequestResolver.d.ts +12 -0
  229. package/Platform/GroupingResponseResolver.d.ts +17 -0
  230. package/Platform/HoverPanelService.d.ts +5 -0
  231. package/Platform/IAggregates.d.ts +34 -0
  232. package/Platform/ICommonFolderInfo.d.ts +2 -0
  233. package/Platform/IFavoritesPageRouteData.d.ts +6 -0
  234. package/Platform/IFavoritesRouteData.d.ts +7 -0
  235. package/Platform/IFileHasSignature.d.ts +4 -0
  236. package/Platform/IFileInfo.d.ts +5 -0
  237. package/Platform/IFilterComponent.d.ts +29 -0
  238. package/Platform/IFolderDataLoader.d.ts +4 -3
  239. package/Platform/IFolderDataLoadingPlugin.d.ts +2 -2
  240. package/Platform/IFolderLoadRequest.d.ts +6 -0
  241. package/Platform/IFolderPluginFactory.d.ts +2 -0
  242. package/Platform/ITableRowColorPlugin.d.ts +7 -0
  243. package/Platform/IUnreadRowData.d.ts +1 -1
  244. package/Platform/InputWithMask.d.ts +16 -0
  245. package/Platform/LastSearchParametersService.d.ts +11 -0
  246. package/Platform/LayoutIconButton.d.ts +2 -0
  247. package/Platform/LayoutIconButtonImpl.d.ts +1 -0
  248. package/Platform/ListCheckbox.d.ts +6 -0
  249. package/Platform/ListContent.d.ts +8 -0
  250. package/Platform/ListContentHightlight.d.ts +9 -0
  251. package/Platform/ListEmpty.d.ts +6 -0
  252. package/Platform/ListEmptySearchIcon.d.ts +6 -0
  253. package/Platform/ListInput.d.ts +9 -0
  254. package/Platform/ListItem.d.ts +6 -0
  255. package/Platform/ListLoading.d.ts +6 -0
  256. package/Platform/ListSearchIcon.d.ts +6 -0
  257. package/Platform/ListSlot.d.ts +7 -0
  258. package/Platform/ListTotalItem.d.ts +8 -0
  259. package/Platform/ListViewResponseResolver.d.ts +13 -0
  260. package/Platform/LoadExistingFolderDataLoader.d.ts +2 -2
  261. package/Platform/LoaderDialog.d.ts +1 -1
  262. package/Platform/{MoveShortcutsBatchOperation.d.ts → MoveShortcutBatchOperation.d.ts} +7 -6
  263. package/Platform/{MoveShortcutsBatchOperationImpl.d.ts → MoveShortcutBatchOperationImpl.d.ts} +6 -5
  264. package/Platform/PageSizeFolderDataLoadingPlugin.d.ts +1 -1
  265. package/Platform/Panel.d.ts +2 -0
  266. package/Platform/PanelImpl.d.ts +1 -1
  267. package/Platform/ReadAllPlugin.d.ts +17 -0
  268. package/Platform/ReadAllPluginExtendedData.d.ts +9 -0
  269. package/Platform/ReadAllResponseResolver.d.ts +10 -0
  270. package/Platform/ReadBatchOperation.d.ts +33 -0
  271. package/Platform/ReadBatchOperationImpl.d.ts +20 -0
  272. package/Platform/RecentCardsDashboardWidget.d.ts +3 -1
  273. package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +15 -0
  274. package/Platform/RecentCardsDashboardWidgetImpl.d.ts +14 -13
  275. package/Platform/RecentCardsRouteHandler.d.ts +4 -3
  276. package/Platform/RefreshPlugin.d.ts +12 -0
  277. package/Platform/RefreshUnreadCountersService.d.ts +13 -0
  278. package/Platform/ResetSettingsPlugin.d.ts +18 -0
  279. package/Platform/SaveColumnsResponseResolver.d.ts +10 -0
  280. package/Platform/SaveColumnsService.d.ts +8 -0
  281. package/Platform/SaveColumnsServiceProvider.d.ts +6 -0
  282. package/Platform/SearchInfoExtendedData.d.ts +4 -0
  283. package/Platform/SearchParametersFolderRequestResolver.d.ts +12 -0
  284. package/Platform/SearchParametersFolderResponseResolver.d.ts +16 -0
  285. package/Platform/SearchParametersFolderService.d.ts +12 -0
  286. package/Platform/SearchPlugin.d.ts +3 -0
  287. package/Platform/SearchRequestResolver.d.ts +12 -0
  288. package/Platform/SearchResponseResolver.d.ts +11 -0
  289. package/Platform/SearchResultPageRouteHandler.d.ts +3 -1
  290. package/Platform/SearchResultsFolderDataLoadingPluginFactory.d.ts +9 -0
  291. package/Platform/SearchResultsFolderTablePluginFactory.d.ts +16 -0
  292. package/Platform/SearchResultsRequestResolver.d.ts +20 -0
  293. package/Platform/SearchResultsResponseResolver.d.ts +12 -0
  294. package/Platform/SearchRouteHandler.d.ts +2 -1
  295. package/Platform/SearchTextInput.d.ts +6 -0
  296. package/Platform/SearchTextProvider.d.ts +7 -0
  297. package/Platform/SearchTextService.d.ts +10 -0
  298. package/Platform/SearchingResultsImpl.d.ts +1 -1
  299. package/Platform/SecurityDescriptorDialog.d.ts +1 -1
  300. package/Platform/SettingsPlugin.d.ts +20 -0
  301. package/Platform/SettingsPopup.d.ts +17 -0
  302. package/Platform/SettingsPopup.stories.d.ts +1 -0
  303. package/Platform/SettingsPopupCheckBoxContainer.d.ts +6 -0
  304. package/Platform/SettingsPopupColumn.d.ts +5 -0
  305. package/Platform/SettingsPopupExtendedData.d.ts +9 -0
  306. package/Platform/SettingsPopupItemView.d.ts +7 -0
  307. package/Platform/SettingsPopupLogic.d.ts +62 -0
  308. package/Platform/{TemplateRequestResolver.d.ts → SettingsPopupRequestResolver.d.ts} +3 -3
  309. package/Platform/SettingsPopupResponseResolver.d.ts +11 -0
  310. package/Platform/SettingsPopupRow.d.ts +5 -0
  311. package/Platform/SettingsPopupView.d.ts +23 -0
  312. package/Platform/ShowAllButton.d.ts +16 -0
  313. package/Platform/ShowAllPlugins.d.ts +3 -0
  314. package/Platform/SortingResponseResolver.d.ts +2 -1
  315. package/Platform/Table.d.ts +2 -3
  316. package/Platform/TableBackgroundOpacityPlugin.d.ts +4 -0
  317. package/Platform/TableCellNumberFormattedPlugin.d.ts +7 -0
  318. package/Platform/TableCellNumberRightAlignPlugin.d.ts +4 -0
  319. package/Platform/TableCellOpacityPlugin.d.ts +3 -0
  320. package/Platform/TableImpl.d.ts +2 -2
  321. package/Platform/TablePresentationTogglePlugins.d.ts +9 -0
  322. package/Platform/TablePresentationToggleService.d.ts +8 -0
  323. package/Platform/TableRowColorPlugin.d.ts +4 -0
  324. package/Platform/{TemplateResponseResolver.d.ts → TableRowColorResponseResolver.d.ts} +1 -2
  325. package/Platform/TableRowSelectionService.d.ts +22 -0
  326. package/Platform/TableRowSelectionServiceProvider.d.ts +9 -0
  327. package/Platform/TableSelectionRowModel.d.ts +13 -0
  328. package/Platform/TestUtils.d.ts +27 -0
  329. package/Platform/TextListInput.d.ts +6 -0
  330. package/Platform/TextListInputLogic.d.ts +55 -0
  331. package/Platform/TextListInputView.d.ts +40 -0
  332. package/Platform/TextListInputWrapper.d.ts +7 -0
  333. package/Platform/ToggleArrowIcon.d.ts +5 -0
  334. package/Platform/Toolbar.stories.d.ts +12 -0
  335. package/Platform/ToolbarDaughterControl.d.ts +18 -0
  336. package/Platform/ToolbarDaughterControlImpl.d.ts +14 -0
  337. package/Platform/ToolbarDaughterControlsPlugin.d.ts +6 -0
  338. package/Platform/ToolbarDaughterControlsService.d.ts +13 -0
  339. package/Platform/UnreadBarService.d.ts +3 -1
  340. package/Platform/UnreadBarTablePlugins.d.ts +6 -1
  341. package/Platform/UnreadResponseResolver.d.ts +4 -1
  342. package/Platform/UserCulture.d.ts +2 -0
  343. package/Platform/UserProfileDialog.d.ts +1 -1
  344. package/Platform/WebFrameMainMenuContainer.d.ts +2 -2
  345. package/Platform/WebFrameSearchPanel.d.ts +11 -4
  346. package/Platform/WebFrameSearchPanelService.d.ts +24 -0
  347. package/Platform/WebFrameUserPanel.d.ts +4 -2
  348. package/Platform/XIcon.d.ts +2 -0
  349. package/Platform/applyCurrentSettings.d.ts +8 -0
  350. package/Platform/canUseCssVariables.d.ts +1 -0
  351. package/Platform/filterViews.d.ts +3 -0
  352. package/Platform/formatNumberToCulture.d.ts +8 -0
  353. package/Platform/getArrayWidth.d.ts +2 -0
  354. package/Platform/index.d.ts +13 -0
  355. package/Platform/setColumnsSettings.d.ts +6 -0
  356. package/Platform/updateColumnsVisible.d.ts +2 -0
  357. package/Platform/updateValueCheckedColumn.d.ts +6 -0
  358. package/Platform/utils.d.ts +3 -0
  359. package/StandardServices.d.ts +11 -2
  360. package/System/$LastSearchResponse.d.ts +27 -0
  361. package/System/$Layout.d.ts +2 -1
  362. package/System/$PollService.d.ts +10 -0
  363. package/System/$Router.d.ts +1 -0
  364. package/System/BaseControl.d.ts +8 -0
  365. package/System/BaseControlImpl.d.ts +1 -1
  366. package/System/ButtonPositionsSelectionUtils.d.ts +2 -1
  367. package/System/CancelableEvent.d.ts +1 -1
  368. package/System/DateTimeUtils.d.ts +2 -0
  369. package/System/DirectoryBaseImpl.d.ts +4 -3
  370. package/System/DirectorySelectDialog.d.ts +2 -2
  371. package/System/GridAggregatesModelStub.d.ts +13 -0
  372. package/System/HandleTabSelection.d.ts +34 -0
  373. package/System/IRouteInfo.d.ts +2 -0
  374. package/System/IValidateEventArgs.d.ts +9 -0
  375. package/System/IValidationResult.d.ts +4 -0
  376. package/System/LastSearchResponseService.d.ts +39 -0
  377. package/System/Layout.d.ts +3 -3
  378. package/System/LayoutCardControllerStub.d.ts +3 -1
  379. package/System/LayoutContainer.d.ts +1 -1
  380. package/System/LocationContainerControl.d.ts +2 -1
  381. package/System/MessageBoxService.d.ts +1 -1
  382. package/System/PageLeaveConfirmation.d.ts +1 -0
  383. package/System/Poll.d.ts +10 -0
  384. package/System/PollService.d.ts +27 -0
  385. package/System/ResourcesStub.d.ts +604 -68
  386. package/System/Router.d.ts +1 -0
  387. package/System/StandardRoutes.d.ts +4 -0
  388. package/System/summernote-paste-without-formating.d.ts +10 -0
  389. package/package.json +1 -1
  390. package/BackOffice/DirectoryValuesHScrollContainer.d.ts +0 -6
  391. package/Legacy/AgreementSidebar.d.ts +0 -38
  392. package/Legacy/LegacyModels.d.ts +0 -178
  393. package/Legacy/SearchPanelRouteHandler.d.ts +0 -16
  394. package/Platform/$PluginTemplate.d.ts +0 -12
  395. package/Platform/GridConstants.d.ts +0 -4
  396. package/Platform/PluginTemplateExtendedData.d.ts +0 -4
  397. package/Platform/PluginTemplatePlugins.d.ts +0 -15
  398. package/Platform/PluginTemplateService.d.ts +0 -11
  399. package/System/$ServiceTemplate.d.ts +0 -16
  400. package/System/ControlTemplate.d.ts +0 -23
  401. package/System/ControlTemplate.stories.d.ts +0 -9
  402. package/System/ControlTemplateContainer.d.ts +0 -7
  403. package/System/ControlTemplateEffect.d.ts +0 -3
  404. package/System/ControlTemplateFrame.d.ts +0 -8
  405. package/System/ControlTemplateLogic.d.ts +0 -17
  406. package/System/ControlTemplateOptions.d.ts +0 -30
  407. package/System/ControlTemplateText.d.ts +0 -7
  408. package/System/ControlTemplateView.d.ts +0 -10
  409. package/System/ServiceTemplateService.d.ts +0 -13
@@ -3,7 +3,7 @@ import { IAgreementListReportOpenedEventArgs } from "@docsvision/webclient/Appro
3
3
  import { IAgreementListReportOpeningEventArgs } from "@docsvision/webclient/Approval/IAgreementListReportOpeningEventArgs";
4
4
  import { $LayoutAgreementController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
5
5
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
6
- import { $DeviceType, $SiteUrl } from "@docsvision/webclient/StandardServices";
6
+ import { $DeviceType, $SiteUrl, $IsIE } from "@docsvision/webclient/StandardServices";
7
7
  import { BaseControl, BaseControlParams } from "@docsvision/webclient/System/BaseControl";
8
8
  import { $CardId, $EditOperationStore } from "@docsvision/webclient/System/LayoutServices";
9
9
  import { BasicApiEvent, CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
@@ -37,7 +37,7 @@ export declare class AgreementListParams extends BaseControlParams {
37
37
  agreementReportOpened?: BasicApiEvent<IAgreementListReportOpenedEventArgs>;
38
38
  /** События возникает после закрытия окна листа согласования. */
39
39
  agreementReportClosed?: BasicApiEvent<IEventArgs>;
40
- services?: $LayoutAgreementController & $EditOperationStore & Optional<$CardId> & Optional<$SiteUrl> & $DeviceType;
40
+ services?: $LayoutAgreementController & $EditOperationStore & Optional<$CardId> & Optional<$SiteUrl> & $DeviceType & $IsIE;
41
41
  }
42
42
  /**
43
43
  * Класс элемента управления Лист согласования.
@@ -20,6 +20,7 @@ export declare class AgreementListContent extends React.Component<IAgreementList
20
20
  protected renderTable(columnsParam: IAgreementListTableColumn[]): JSX.Element;
21
21
  protected renderHeader(columns: IAgreementListTableColumn[]): JSX.Element;
22
22
  protected renderRow(item: GenModels.AgreementListItemModel, columns: IAgreementListTableColumn[]): JSX.Element;
23
+ getWidthStyle(width: string): React.CSSProperties;
23
24
  protected getCaption(): string;
24
25
  render(): JSX.Element;
25
26
  }
@@ -1,8 +1,10 @@
1
1
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
+ import { $IsIE } from "@docsvision/webclient/StandardServices";
2
3
  /** @internal */
3
4
  export interface IAgreementListContentProps {
4
5
  data: GenModels.AgreementListModel;
5
6
  documentNumber: string;
6
7
  documentName: string;
7
8
  title: string;
9
+ services: $IsIE;
8
10
  }
@@ -1,8 +1,13 @@
1
- import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
1
+ import { DirectorySearchFilters, NomenclatureSearchFilters } from "@docsvision/webclient/BackOffice/Index";
2
+ export declare type SearchFilters = DirectorySearchFilters | NomenclatureSearchFilters;
3
+ export interface ISearchFilterEntry {
4
+ key: SearchFilters;
5
+ value: string;
6
+ }
2
7
  export interface IDirectorySearchInfo {
3
8
  directoryTypeId: string;
4
- searchFilters: GenModels.Element[];
5
- getSearchPlaceholder: (searchFilterKey: string) => string;
9
+ searchFilters: Array<ISearchFilterEntry>;
10
+ getSearchPlaceholder: (searchFilterKey: SearchFilters) => string;
6
11
  }
7
12
  interface IDirectorySearchInfoMap {
8
13
  [directoryTypeId: string]: IDirectorySearchInfo;
@@ -1,6 +1,7 @@
1
+ import { SearchFilters } from '@docsvision/webclient/BackOffice/$WebFrameDirectorySearchInfoStorageService';
1
2
  import { Store, Event } from 'effector';
2
3
  export interface ISearchRequest {
3
- searchFilterKey: string;
4
+ searchFilterKey: SearchFilters;
4
5
  searchText: string;
5
6
  }
6
7
  export interface IWebFrameDirectorySearchPanelService {
@@ -12,6 +13,8 @@ export interface IWebFrameDirectorySearchPanelService {
12
13
  setActivity: Event<boolean>;
13
14
  /** Событие начала поиска в справочнике */
14
15
  startSearch: Event<ISearchRequest>;
16
+ /** Событие очистки поисковой формы */
17
+ clearSearch: Event<void>;
15
18
  }
16
19
  export declare type $WebFrameDirectorySearchPanelService = {
17
20
  webFrameDirectorySearchPanelService: IWebFrameDirectorySearchPanelService;
@@ -1,2 +1,3 @@
1
1
  import { ITableData } from "@docsvision/web/components/table/interfaces";
2
+ export declare const ICON_COLUMN_WIDTH = 50;
2
3
  export declare function addEmployeeColumn(data: ITableData, removeIcon?: boolean): void;
@@ -9,6 +9,7 @@ import { $TableManagement } from '@docsvision/webclient/Platform/$TableManagemen
9
9
  import { $TableMode } from '@docsvision/webclient/Platform/$TableMode';
10
10
  import { $TableRowSelection } from '@docsvision/webclient/Platform/$TableRowSelection';
11
11
  import { BaseControl, BaseControlParams } from '@docsvision/webclient/System/BaseControl';
12
+ export declare type $BatchOperationServices = $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $LayoutTasksController & $EmployeeServices & $TextAreaServices & $CheckBoxServices;
12
13
  /**
13
14
  * Содержит публичные свойства элемента управления [GridDelegateOperation]{@link GridDelegateOperation}.
14
15
  */
@@ -17,7 +18,7 @@ export declare class BatchDelegateOperationParams extends BaseControlParams {
17
18
  standardCssClass?: string;
18
19
  /** Текст кнопки операции. */
19
20
  buttonText?: string;
20
- services?: $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $LayoutTasksController & $EmployeeServices & $TextAreaServices & $CheckBoxServices;
21
+ services?: $BatchOperationServices;
21
22
  }
22
23
  /**
23
24
  * Класс элемента управления GridDelegateOperation.
@@ -7,7 +7,7 @@ export interface ICardKindTreeNodeProps {
7
7
  export declare const CardKindTreeNode:
8
8
  import("styled-components").StyledComponent<"a", any, Partial<Pick<
9
9
  import("react").DetailedHTMLProps<
10
- import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "type" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "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" | "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" | "target" | "download" | "href" | "hrefLang" | "media" | "ping" | "rel" | "referrerPolicy"> & {
10
+ import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "type" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "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" | "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" | "target" | "download" | "href" | "hrefLang" | "media" | "ping" | "rel" | "referrerPolicy"> & {
11
11
  ref?: ((instance: HTMLAnchorElement) => void) |
12
12
  import("react").RefObject<HTMLAnchorElement>;
13
13
  }> & {
@@ -0,0 +1,4 @@
1
+ import { IEmailButtonCheckboxes } from '@docsvision/webclient/BackOffice/EmailButtonLogic';
2
+ import { FileListItem } from '@docsvision/webclient/BackOffice/FileListItem';
3
+ import { Event, Store } from 'effector';
4
+ export declare function changeBoundaryValuesSection(checkboxes: IEmailButtonCheckboxes, files: Store<FileListItem[]>, id: string, event: Event<string>): void;
@@ -0,0 +1,4 @@
1
+ import { IEmailButtonCheckboxes } from '@docsvision/webclient/BackOffice/EmailButtonLogic';
2
+ import { FileListItem } from '@docsvision/webclient/BackOffice/FileListItem';
3
+ import { Store } from 'effector';
4
+ export declare function changeSectionValues(checkboxes: IEmailButtonCheckboxes, files: Store<FileListItem[]>, id: string): void;
@@ -37,17 +37,17 @@ export declare class ChildTasksPerformingImpl extends BaseControlImpl<Params, St
37
37
  unselectAll(): Promise<void>;
38
38
  protected HeaderCell:
39
39
  import("styled-components").StyledComponent<(props:
40
- import("C:/Users/sorokin.v/rep/WebClient/Bin/Helpers/Table/TableHelperHeaderRow").ITableHeaderCellHelperProps) => JSX.Element, any, {}, never>;
40
+ import("C:/dev/WebCVersion/Bin/Helpers/Table/TableHelperHeaderRow").ITableHeaderCellHelperProps) => JSX.Element, any, {}, never>;
41
41
  protected TaskStatus:
42
42
  import("styled-components").StyledComponent<"a", any, {}, never>;
43
43
  protected SelectableCell:
44
44
  import("styled-components").StyledComponent<React.ForwardRefExoticComponent<
45
- import("C:/Users/sorokin.v/rep/WebClient/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
45
+ import("C:/dev/WebCVersion/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
46
46
  selected: boolean;
47
47
  }, never>;
48
48
  protected FileCell:
49
49
  import("styled-components").StyledComponent<React.ForwardRefExoticComponent<
50
- import("C:/Users/sorokin.v/rep/WebClient/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
50
+ import("C:/dev/WebCVersion/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
51
51
  selected: boolean;
52
52
  }, never>;
53
53
  protected SelectAllCheckboxLabel:
@@ -0,0 +1 @@
1
+ export declare function convertSizetoMegabytes(size?: number): string;
@@ -2,6 +2,7 @@ import { DeleteShortcutBatchOperationImpl, DeleteShortcutBatchOperationState } f
2
2
  import { $LayoutFolderController, $LayoutCardController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
3
3
  import { $CheckBoxServices } from "@docsvision/webclient/Platform/CheckBox";
4
4
  import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
5
+ import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
5
6
  import { $BatchOperations } from "@docsvision/webclient/Platform/$BatchOperations";
6
7
  import { $BatchOperationsPerformer } from "@docsvision/webclient/Platform/$BatchOperationsPerformer";
7
8
  import { $TableManagement } from "@docsvision/webclient/Platform/$TableManagement";
@@ -14,7 +15,7 @@ export declare class DeleteShortcutBatchOperationParams extends BaseControlParam
14
15
  standardCssClass?: string;
15
16
  /** Текст кнопки операции. */
16
17
  buttonText?: string;
17
- services?: $LayoutInfo & $LayoutFolderController & $CardInfo & $LayoutCardController & $TableRowSelection & $CheckBoxServices & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $CurrentFolder;
18
+ services?: $LayoutInfo & $LayoutFolderController & $CardInfo & $LayoutCardController & $FolderDataLoading & $TableRowSelection & $CheckBoxServices & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $CurrentFolder;
18
19
  }
19
20
  export declare class DeleteShortcutBatchOperation extends BaseControl<DeleteShortcutBatchOperationParams, DeleteShortcutBatchOperationState> {
20
21
  /** @notest @internal */
@@ -14,6 +14,7 @@ export declare class DeleteShortcutBatchOperationImpl extends BaseControlImpl<De
14
14
  protected onDeleteClick(): void;
15
15
  private deleteShortcuts;
16
16
  isVisible(): boolean;
17
+ getCssClass(): string;
17
18
  private getButtonText;
18
19
  protected renderControl(): JSX.Element;
19
20
  }
@@ -6,6 +6,6 @@ export declare const PredefinedSeparator:
6
6
  import("styled-components").StyledComponent<any, any, object, string>;
7
7
  export declare const Item:
8
8
  import("styled-components").StyledComponent<(props:
9
- import("C:/Users/sorokin.v/rep/WebClient/Bin/TypeScriptDefinitions/Helpers/Breadcrumbs/ButtonItem").IBreadcrumbsItemProps) => JSX.Element, any, {}, never>;
9
+ import("C:/dev/WebCVersion/Bin/TypeScriptDefinitions/Helpers/Breadcrumbs/ButtonItem").IBreadcrumbsItemProps) => JSX.Element, any, {}, never>;
10
10
  export declare const ReadonlyLinkItemView:
11
11
  import("styled-components").StyledComponent<any, any, object, string>;
@@ -5,6 +5,7 @@ import { DirectoryEntryModalLogic } from "@docsvision/webclient/BackOffice/Direc
5
5
  import { Event } from "effector";
6
6
  import { $LocationContainerControlServices, LocationContainerControl } from "@docsvision/webclient/System/LocationContainerControl";
7
7
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
8
+ /** @internal */
8
9
  export interface IDirectoryEntryModalProps<TParams, TResult> extends Omit<ModalDialogProps, "onSetupView" | "onSetupLogic" | "isOpen">, IComponentProps<DirectoryEntryModalLogic<any, any>, DirectoryEntryModalView> {
9
10
  locationName: string;
10
11
  loadLayout: (params: TParams) => Promise<GenModels.LayoutViewModel>;
@@ -16,8 +17,10 @@ export interface IDirectoryEntryModalProps<TParams, TResult> extends Omit<ModalD
16
17
  services: $LocationContainerControlServices;
17
18
  name?: string;
18
19
  }
20
+ /** @internal */
19
21
  export declare class DirectoryEntryModalView {
20
22
  dialog: (props: ModalDialogProps) => JSX.Element;
21
23
  locationContainer: typeof LocationContainerControl;
22
24
  }
25
+ /** @internal */
23
26
  export declare const DirectoryEntryModal: (props: IDirectoryEntryModalProps<any, any>) => JSX.Element;
@@ -3,6 +3,7 @@ import { IDirectoryEntryModalProps } from "@docsvision/webclient/BackOffice/Dire
3
3
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
4
4
  import { ComponentLogic } from "@docsvision/web/core/component";
5
5
  import { Domain, Effect, Event, Store } from "effector";
6
+ /** @internal */
6
7
  export declare class DirectoryEntryModalLogic<TParams, TResult> extends ComponentLogic<IDirectoryEntryModalProps<TParams, TResult>> {
7
8
  init(options: IDirectoryEntryModalProps<TParams, TResult>): void;
8
9
  domain: Domain;
@@ -1,6 +1,7 @@
1
1
  import React from 'react';
2
2
  import { HtmlProps } from '@docsvision/web/core/component';
3
3
  import './DirectoryFrame.css';
4
+ /** @internal */
4
5
  export interface INomenclatureFrameProps extends HtmlProps.div {
5
6
  expandSearchResults?: boolean;
6
7
  renderSearchResults?: () => React.ReactNode;
@@ -8,4 +9,5 @@ export interface INomenclatureFrameProps extends HtmlProps.div {
8
9
  renderTree: () => React.ReactNode;
9
10
  renderValues: () => React.ReactNode;
10
11
  }
12
+ /** @internal */
11
13
  export declare function DirectoryFrame(props: INomenclatureFrameProps): JSX.Element;
@@ -7,4 +7,4 @@ export interface IDirectorySearchContentProps extends HtmlProps.div {
7
7
  renderContent?: () => JSX.Element;
8
8
  opened?: boolean;
9
9
  }
10
- export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "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" | "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" | "renderContent"> & React.RefAttributes<unknown>>;
10
+ export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "hidden" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "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" | "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" | "renderContent"> & React.RefAttributes<unknown>>;
@@ -15,6 +15,7 @@ export declare type SearchCommonResponseT = {
15
15
  };
16
16
  export declare type StaffResponse = StaffDirectorySearchResponseT & SearchCommonResponseT;
17
17
  export declare type DirectorySearchResponse = StaffResponse;
18
+ /** @internal */
18
19
  export interface IDirectorySearchResultProps extends HtmlProps.div, IComponentProps<DirectorySearchResultLogic, DirectorySearchResultView> {
19
20
  data: DirectorySearchResponse;
20
21
  selected?: GenModels.SearchItemModel;
@@ -25,4 +26,5 @@ export interface IDirectorySearchResultProps extends HtmlProps.div, IComponentPr
25
26
  loading?: LoadingStatus;
26
27
  onExpanded?: (expanded: boolean) => void;
27
28
  }
29
+ /** @internal */
28
30
  export declare const DirectorySearchResult: (props: IDirectorySearchResultProps) => JSX.Element;
@@ -2,6 +2,7 @@
2
2
  import { IDirectorySearchResultProps } from "@docsvision/webclient/BackOffice/DirectorySearchResult";
3
3
  import { ComponentLogic } from "@docsvision/web/core/component";
4
4
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
5
+ /** @internal */
5
6
  export declare class DirectorySearchResultLogic extends ComponentLogic<IDirectorySearchResultProps> {
6
7
  protected domain:
7
8
  import("effector").Domain;
@@ -5,14 +5,15 @@ import { DirectorySearchCounter } from "@docsvision/webclient/BackOffice/Directo
5
5
  import { DirectorySearchInfo } from "@docsvision/webclient/BackOffice/DirectorySearchInfo";
6
6
  import { DirectorySearchResultList } from "@docsvision/webclient/BackOffice/DirectorySearchResultList";
7
7
  import { DirectorySearchResponse } from "@docsvision/webclient/BackOffice/DirectorySearchResult";
8
+ /** @internal */
8
9
  export declare class DirectorySearchResultView {
9
10
  container: typeof DirectorySearchContainer;
10
11
  content:
11
12
  import("react").ForwardRefExoticComponent<Pick<
12
- import("./components/DirectorySearchContent").IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "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" | "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" | "renderContent"> &
13
+ import("./components/DirectorySearchContent").IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "hidden" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "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" | "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" | "renderContent"> &
13
14
  import("react").RefAttributes<unknown>>;
14
15
  iconButton: (props:
15
- import("C:/Users/sorokin.v/rep/WebClient/Helpers/IconButton").IIconButtonProps) => JSX.Element;
16
+ import("C:/dev/WebCVersion/Helpers/IconButton").IIconButtonProps) => JSX.Element;
16
17
  searchResultList: typeof DirectorySearchResultList;
17
18
  searchBreadcrumbs: typeof DirectorySearchBreadcrumbs;
18
19
  searchInfo: typeof DirectorySearchInfo;
@@ -7,6 +7,7 @@ import { DirectoryTabPanel } from "@docsvision/webclient/BackOffice/DirectoryTab
7
7
  import { DirectoryTabContents } from "@docsvision/webclient/BackOffice/DirectoryTabContents";
8
8
  import { DirectoryTabsRoot } from "@docsvision/webclient/BackOffice/DirectoryTabsRoot";
9
9
  import { Event } from "effector";
10
+ /** @internal */
10
11
  export interface DirectoryTabsProps extends HtmlProps.div, IComponentProps<DirectoryTabsLogic, DirectoryTabsView> {
11
12
  tabs: DirectoryTabInfo[];
12
13
  children: (tab: DirectoryTabInfo) => React.ReactNode;
@@ -15,10 +16,12 @@ export interface DirectoryTabsProps extends HtmlProps.div, IComponentProps<Direc
15
16
  }>;
16
17
  onTabActivated?: (tab: DirectoryTabInfo) => void;
17
18
  }
19
+ /** @internal */
18
20
  export declare class DirectoryTabsView {
19
21
  tabPanel: typeof DirectoryTabPanel;
20
22
  tabItem: typeof DirectoryTabItem;
21
23
  tabContent: typeof DirectoryTabContents;
22
24
  root: typeof DirectoryTabsRoot;
23
25
  }
26
+ /** @internal */
24
27
  export declare const DirectoryTabs: (props: DirectoryTabsProps) => JSX.Element;
@@ -18,6 +18,7 @@ import { $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/L
18
18
  import { Store } from "effector";
19
19
  import { DirectoryTreeRowCancelButton } from "@docsvision/webclient/BackOffice/DirectoryTreeRowCancelButton";
20
20
  import { DirectoryTreeHScrollContainer } from "@docsvision/webclient/BackOffice/DirectoryTreeHScrollContainer";
21
+ /** @internal */
21
22
  export interface DirectoryTreeProps extends HtmlProps.div, IComponentProps<DirectoryTreeLogic, DirectoryTreeView> {
22
23
  tree: IDirectoryTreeRow[];
23
24
  loadingRows?: IDirectoryTreeRow[];
@@ -34,6 +35,7 @@ export interface DirectoryTreeProps extends HtmlProps.div, IComponentProps<Direc
34
35
  treeAddButtonFn?: (props: DirectoryTreeProps) => JSX.Element;
35
36
  services: Optional<$ContextMenuOptions> & $LocalStorage & $ApplicationSettings & $LayoutInfo & $EditOperationStore & $IsIE;
36
37
  }
38
+ /** @internal */
37
39
  export declare class DirectoryTreeView {
38
40
  treeList: typeof DirectoryTreeList;
39
41
  treeContainer: typeof DirectoryTreeContainer;
@@ -50,4 +52,5 @@ import("styled-components").StyledComponent<"div", any, {
50
52
  rowName: typeof DirectoryTreeRowName;
51
53
  rowCancelButton: typeof DirectoryTreeRowCancelButton;
52
54
  }
55
+ /** @internal */
53
56
  export declare const DirectoryTree: (props: DirectoryTreeProps) => JSX.Element;
@@ -2,6 +2,7 @@ import { DirectoryTreeProps } from "@docsvision/webclient/BackOffice/DirectoryTr
2
2
  import { IDirectoryTreeRow } from "@docsvision/webclient/BackOffice/IDirectoryTreeRow";
3
3
  import { ComponentLogic } from "@docsvision/web/core/component";
4
4
  import { KeyCodes } from "@docsvision/web/utils/common";
5
+ /** @internal */
5
6
  export declare class DirectoryTreeLogic extends ComponentLogic<DirectoryTreeProps> {
6
7
  protected domain:
7
8
  import("effector").Domain;
@@ -1,8 +1,8 @@
1
1
  /// <reference types="react" />
2
2
  import { IComponentProps } from '@docsvision/web/core/component';
3
3
  import { DirectoryValuesLogic } from "@docsvision/webclient/BackOffice/DirectoryValuesLogic";
4
- import { IRow, ITablePlugins } from "@docsvision/web/components/table/interfaces";
5
- import { ITableDataService } from "@docsvision/web/components/table/plugins/table-data";
4
+ import { IRow, ITableData, ITablePlugins } from "@docsvision/web/components/table/interfaces";
5
+ import { ITableDataServiceOptions } from "@docsvision/web/components/table/plugins/table-data";
6
6
  import { TableCompositionProps } from "@docsvision/web/components/table/main";
7
7
  import { DirectoryValuesWrapper } from "@docsvision/webclient/BackOffice/DirectoryValuesWrapper";
8
8
  import { DirectoryValuesContainer } from "@docsvision/webclient/BackOffice/DirectoryValuesContainer";
@@ -15,11 +15,12 @@ import { Optional } from "@docsvision/web/core/services";
15
15
  import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
16
16
  import { $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
17
17
  import { IDirectoryTreeRow } from "@docsvision/webclient/BackOffice/IDirectoryTreeRow";
18
- import { DirectoryValuesHScrollContainer } from "@docsvision/webclient/BackOffice/DirectoryValuesHScrollContainer";
19
18
  import { $SelectionRow } from "@docsvision/webclient/BackOffice/$SelectionRow";
19
+ /** @internal */
20
20
  export interface DirectoryValuesProps extends Omit<TableCompositionProps, "data">, IComponentProps<DirectoryValuesLogic, DirectoryValuesView> {
21
21
  section: IDirectoryTreeRow;
22
- dataService: ITableDataService;
22
+ dataLoad: ITableDataServiceOptions;
23
+ data: ITableData;
23
24
  loading: boolean;
24
25
  plugins?: ITablePlugins[];
25
26
  loadingRows?: IRow[];
@@ -31,13 +32,14 @@ export interface DirectoryValuesProps extends Omit<TableCompositionProps, "data"
31
32
  placeholderText?: string;
32
33
  services?: $LocalStorage & $ApplicationSettings & $LayoutInfo & $EditOperationStore & Optional<$ContextMenuOptions> & Optional<$SelectionRow>;
33
34
  }
35
+ /** @internal */
34
36
  export declare class DirectoryValuesView {
35
37
  wrapper: typeof DirectoryValuesWrapper;
36
38
  container: typeof DirectoryValuesContainer;
37
- horizontalScroll: typeof DirectoryValuesHScrollContainer;
38
39
  valuesAddButton: typeof DirectoryValuesAddButton;
39
40
  composition: (props: TableCompositionProps) => JSX.Element;
40
41
  rowIcon: typeof DirectoryValuesIcon;
41
42
  loadingView: typeof DirectoryValuesLoading;
42
43
  }
44
+ /** @internal */
43
45
  export declare const DirectoryValues: (props: DirectoryValuesProps) => JSX.Element;
@@ -1,5 +1,6 @@
1
1
  import { DirectoryValuesProps } from "@docsvision/webclient/BackOffice/DirectoryValues";
2
2
  import { ComponentLogic } from "@docsvision/web/core/component";
3
+ /** @internal */
3
4
  export declare class DirectoryValuesLogic extends ComponentLogic<DirectoryValuesProps> {
4
5
  protected domain:
5
6
  import("effector").Domain;
@@ -0,0 +1,21 @@
1
+ /// <reference types="react" />
2
+ import { EmailButtonLogic } from '@docsvision/webclient/BackOffice/EmailButtonLogic';
3
+ import { EmailButtonParams } from '@docsvision/webclient/BackOffice/EmailButtonOptions';
4
+ import { EmailButtonView } from '@docsvision/webclient/BackOffice/EmailButtonView';
5
+ import { BaseControl } from '@docsvision/webclient/System/BaseControl';
6
+ import { BaseControlImplState } from '@docsvision/webclient/System/BaseControlImpl';
7
+ import { ControlImpl } from '@docsvision/webclient/System/ControlImpl';
8
+ export interface EmailButtonState extends BaseControlImplState, EmailButtonParams {
9
+ logic: EmailButtonLogic;
10
+ view: EmailButtonView;
11
+ }
12
+ /**
13
+ * Класс элемента управления EmailButton.
14
+ */
15
+ export declare class EmailButton extends BaseControl<EmailButtonParams, EmailButtonState> {
16
+ construct(): void;
17
+ protected createParams(): EmailButtonParams;
18
+ protected createImpl(): ControlImpl;
19
+ protected addCssClass: () => "" | "hide";
20
+ renderControl(): JSX.Element;
21
+ }
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { EmailButton } from '@docsvision/webclient/BackOffice/EmailButton';
3
+ import './EmailButton.stories.css';
4
+ declare const _default: {
5
+ title: string;
6
+ component: typeof EmailButton;
7
+ };
8
+ export default _default;
9
+ export declare const Default: () => JSX.Element;
10
+ export declare const ModifyFilesSelection: () => JSX.Element;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { EmailButtonLogic } from '@docsvision/webclient/BackOffice/EmailButtonLogic';
3
+ import { EmailButtonView } from '@docsvision/webclient/BackOffice/EmailButtonView';
4
+ import './EmailButtonContainer.css';
5
+ export declare const EmailButtonContainer: (props: {
6
+ logic: EmailButtonLogic;
7
+ view: EmailButtonView;
8
+ }) => JSX.Element;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
3
+ import './EmailButtonFiles.css';
4
+ export interface EmailButtonFilesProps extends HtmlProps.div {
5
+ }
6
+ /** Стилевой контейнер файлов {@see EmailButtonContainer }. */
7
+ export declare const EmailButtonFiles: (props: EmailButtonFilesProps) => JSX.Element;
@@ -0,0 +1,12 @@
1
+ import { ReactNode } from 'react';
2
+ import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
3
+ import './EmailButtonItem.css';
4
+ export interface EmailButtonItemProps extends HtmlProps.span {
5
+ title: string;
6
+ size: number;
7
+ disabled?: boolean;
8
+ bold?: boolean;
9
+ renderCheckbox: () => ReactNode;
10
+ }
11
+ /** Стилевой контейнер меню {@see EmailButtonContainer }. */
12
+ export declare const EmailButtonItem: (props: EmailButtonItemProps) => JSX.Element;
@@ -0,0 +1,42 @@
1
+ import { EmailButtonParams } from '@docsvision/webclient/BackOffice/EmailButtonOptions';
2
+ import { FileListItem } from '@docsvision/webclient/BackOffice/FileListItem';
3
+ export interface IEmailButtonCheckboxes {
4
+ [id: string]: boolean;
5
+ }
6
+ export declare class EmailButtonLogic {
7
+ options: EmailButtonParams;
8
+ constructor(options: EmailButtonParams);
9
+ domain:
10
+ import("effector").Domain;
11
+ getEmlFile:
12
+ import("effector").Event<void>;
13
+ getEmlFileFx:
14
+ import("effector").Effect<void, Blob, Error>;
15
+ $emlLoading:
16
+ import("effector").Store<boolean>;
17
+ getFiles:
18
+ import("effector").Event<void>;
19
+ $files:
20
+ import("effector").Store<FileListItem[]>;
21
+ $mainFiles:
22
+ import("effector").Store<FileListItem[]>;
23
+ $mainFilesSize:
24
+ import("effector").Store<number>;
25
+ $additionalFiles:
26
+ import("effector").Store<FileListItem[]>;
27
+ $additionalFilesSize:
28
+ import("effector").Store<number>;
29
+ $selectedFiles:
30
+ import("effector").Store<FileListItem[]>;
31
+ $selectedFileIds:
32
+ import("effector").Store<string[]>;
33
+ $selectedFilesSize:
34
+ import("effector").Store<number>;
35
+ $checkboxes:
36
+ import("effector").Store<IEmailButtonCheckboxes>;
37
+ changeFileSelection:
38
+ import("effector").Event<string>;
39
+ changeSectionSelection:
40
+ import("effector").Event<string>;
41
+ init(): Promise<void>;
42
+ }