@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
@@ -1,17 +1,97 @@
1
- /// <reference types="react" />
2
- import { TableCompositions } from '@docsvision/web/components/table/interfaces';
1
+ import { TableCompositionNames, TableCompositions } from '@docsvision/web/components/table/interfaces';
2
+ import { Event, Store } from 'effector';
3
+ import { IComposition } from '@docsvision/web/core/composition';
3
4
  export interface ICustomContextMenuOption {
5
+ id: string;
4
6
  name: string;
5
- action: (context: TableCompositions.Row | TableCompositions.HeaderRow) => void;
7
+ action: (context: TableCompositions.Row | TableCompositions.HeaderRow | TableCompositions.Cell) => void;
8
+ composition?: string;
6
9
  iconClassName?: string;
7
- visible?: boolean;
8
10
  className?: string;
11
+ visible?: boolean;
12
+ order?: number;
13
+ blockId?: string;
14
+ /** Операция отключена */
15
+ disabled?: boolean;
16
+ }
17
+ export interface ICustomContextMenuStateData {
18
+ isOpened: boolean;
19
+ className: string;
20
+ eventTarget: CustomMenuEventTarget;
21
+ context: CustomMenuCompositions;
22
+ items: ICustomContextMenuOption[];
23
+ }
24
+ export interface ICustomContextMenuBlock {
25
+ id: string;
26
+ order?: number;
27
+ items?: ICustomContextMenuOption[];
28
+ }
29
+ export interface IParamsItemProvider<TLogic, TView> {
30
+ logic?: TLogic;
31
+ view?: TView;
32
+ }
33
+ export declare type CustomMenuCompositions = TableCompositions.Row | TableCompositions.HeaderRow | TableCompositions.Cell;
34
+ export declare type CustomMenuEventTarget = {
35
+ target: HTMLElement;
36
+ userSelection?: string;
37
+ };
38
+ export declare type CustomMenuStateData = Store<{
39
+ isOpened: boolean;
40
+ items: ICustomContextMenuOption[];
41
+ context: CustomMenuCompositions;
42
+ className: string;
43
+ eventTarget: CustomMenuEventTarget;
44
+ }>;
45
+ export declare type ContextMenuItemsManagementData<T> = {
46
+ [TableCompositionNames.TableHeaderRow]?: T;
47
+ [TableCompositionNames.TableRow]?: T;
48
+ [TableCompositionNames.TableCell]?: T;
49
+ };
50
+ export declare type ContextMenuItemsManagementDataProvider = ContextMenuItemsManagementData<IDataItemProvider[]>;
51
+ export declare type ContextMenuItemsManagementDataFilter = ContextMenuItemsManagementData<IDataItemFilter[]>;
52
+ export interface IDataItem {
53
+ id: string;
54
+ composition: string;
55
+ }
56
+ export interface IDataItemProvider extends IDataItem {
57
+ getItemsToAdd: (context?: IComposition<any, any, any>) => ICustomContextMenuOption[];
58
+ }
59
+ export interface IDataItemFilter extends IDataItem {
60
+ getItemsToHide: (context: IComposition<any, any, any>) => string[];
9
61
  }
10
62
  /** Сервис для создания опций кастомного контекстного меню. */
11
63
  export interface IContextMenuOptionsService {
12
- getMenuItems(context: TableCompositions.Row | TableCompositions.HeaderRow): ICustomContextMenuOption[];
64
+ /** Состояние контекстного меню */
65
+ $stateData: CustomMenuStateData;
66
+ /** Устанавлиет значение флага меню открыто/закрыто */
67
+ setOpened: Event<boolean>;
68
+ /** Устанавливает значение конекста, в котором было открыто меню */
69
+ setContext: Event<CustomMenuCompositions>;
70
+ /** Устанавливает значение DOM-элемента, на котором было открыто меню */
71
+ setEventTarget: Event<CustomMenuEventTarget>;
72
+ /** Пользовательский класс контекстного меню */
13
73
  menuClassName?: string;
14
- contextMenu?: (e: React.MouseEvent) => void;
74
+ /** Данные функций-провайдеров контекстного меню в соответсвии с композицией */
75
+ readonly $itemProviders: Store<ContextMenuItemsManagementDataProvider>;
76
+ /** Данные функций-фильтров контекстного меню в соответсвии с композицией */
77
+ readonly $itemFilters: Store<ContextMenuItemsManagementDataFilter>;
78
+ /** Добавляет функцию-провайдер пунктов контекстного меню */
79
+ addItemProvider?: (data: IDataItemProvider) => void;
80
+ /** Удаляет функцию-провайдер пунктов контекстного меню */
81
+ deleteItemProvider?: (functionId?: string) => void;
82
+ /** Добавляет функцию-фильтр пунктов контекстного меню */
83
+ addItemFilter?: (data: IDataItemFilter) => void;
84
+ /** Удаляет функцию-фильтр пунктов контекстного меню */
85
+ deleteItemFilter?: (functionId?: string) => void;
86
+ /** Регистрирует блоки контекстного меню */
87
+ registerBlocks?: (blocks: ICustomContextMenuBlock[]) => void;
88
+ /** Удаляет зарегистрированные блоки контекстного меню */
89
+ unregisterBlocks?: (blockIds: string[]) => void;
90
+ getMenuItems?: (context: IComposition<any, any, any>) => ICustomContextMenuOption[];
91
+ /** Проверка провайдера в заданной композиции */
92
+ isAddedProvider?: (id: string, compositionName: string) => boolean;
93
+ /** Проверка фильтра в заданной композиции */
94
+ isAddedFilter?: (id: string, compositionName: string) => boolean;
15
95
  }
16
96
  /** Сервис для создания опций кастомного контекстного меню. */
17
97
  export declare type $ContextMenuOptions = {
@@ -12,6 +12,9 @@ export interface ICurrentFolderService {
12
12
  readonly parentFolders?: string[];
13
13
  readonly refreshTimeout?: number;
14
14
  readonly forceVirtualFolderSearch?: boolean;
15
+ readonly searchId?: string;
16
+ readonly systemFolder?: GenModels.SystemFolders;
17
+ readonly viewSelection?: string;
15
18
  }
16
19
  /** Сервис информации о текущей папке. */
17
20
  export declare type $CurrentFolder = {
@@ -1,3 +1,4 @@
1
+ import { RequestOptions } from '@docsvision/webclient/Legacy/Utils';
1
2
  /** Сервис для корректного инициирования скачивания файла из скриптов. */
2
3
  export interface IFileDownload {
3
4
  /** Обычное скачивание через создание ссылки и клик по ней. */
@@ -7,7 +8,7 @@ export interface IFileDownload {
7
8
  *
8
9
  * Позволяет скачивать файлы последовательно, однако имеет ограничение на размер файла (он загружается в память браузера).
9
10
  */
10
- saveAs(url: string, fileName: string): Promise<Blob>;
11
+ saveAs(url: string, fileName: string, options?: RequestOptions): Promise<Blob>;
11
12
  }
12
13
  /** Сервис для корректного инициирования скачивания файла из скриптов. */
13
14
  export declare type $FileDownload = {
@@ -1,21 +1,33 @@
1
1
  import { ITableData } from '@docsvision/web/components/table/interfaces';
2
- import { ICommonFolderInfo } from '@docsvision/webclient/Platform/ICommonFolderInfo';
3
2
  import { IFolderDataLoader } from '@docsvision/webclient/Platform/IFolderDataLoader';
4
3
  import { IFolderDataLoadingPlugin } from '@docsvision/webclient/Platform/IFolderDataLoadingPlugin';
5
4
  import { IFolderLoadRequest } from './IFolderLoadRequest';
6
5
  import { SortDirection } from '@docsvision/web/components/table/plugins/sort';
6
+ import { IColumnsWidth } from '@docsvision/web/components/table/plugins/resize-column/$ResizeColumn';
7
7
  import { Store } from 'effector';
8
+ import { IFilterActiveColumn } from '@docsvision/web/components/table/plugins/filter';
9
+ import { IGrouping, IGroupingPathItem, ILoadGroupingItemsOptions } from '@docsvision/web/components/table/plugins/grouping';
10
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
8
11
  export interface IFolderDataLoadingService {
9
- init(folderInfo: ICommonFolderInfo): void;
12
+ init(): void;
10
13
  addPlugin(resolver: IFolderDataLoadingPlugin): void;
11
14
  removePlugin(id: string): void;
12
15
  getPlugins(): IFolderDataLoadingPlugin[];
13
16
  readonly currentData: Store<ITableData>;
17
+ readonly lastResponse: GenModels.GridViewModel;
14
18
  readonly pageSize: number;
15
19
  loadData(options?: IFolderLoadRequest, loader?: IFolderDataLoader): Promise<void>;
16
20
  sortBy(columnId: string, sortDirection: SortDirection): Promise<void>;
21
+ filterBy(filterData: IFilterActiveColumn[]): Promise<any>;
17
22
  setDefaultDataLoader(loader: IFolderDataLoader): void;
23
+ downloadExcelReport(): void;
24
+ saveColumnSettings(columns: IColumnsWidth[]): Promise<void>;
25
+ savePresentation(tablePresentation: GenModels.TablePresentation): Promise<void>;
26
+ resetUserSettings(): Promise<void>;
18
27
  updateUserSettings(loader?: IFolderDataLoader): Promise<void>;
28
+ saveAggregatesToGridUserSettings(items: GenModels.GridAggregateValue[]): Promise<void>;
29
+ loadGrouping(options: ILoadGroupingItemsOptions): Promise<IGrouping>;
30
+ saveGroupingPath(path: IGroupingPathItem[]): Promise<void>;
19
31
  }
20
32
  export declare type $FolderDataLoading = {
21
33
  folderDataLoading: IFolderDataLoadingService;
@@ -1,9 +1,34 @@
1
- import { IColumn, IRow, ITableData, ITableDataLoadRequest } from '@docsvision/web/components/table/interfaces';
2
- import { SortDirection } from '@docsvision/web/components/table/plugins/sort';
1
+ import { IColumn, IRow, ITableData, ITableDataLoadRequest } from "@docsvision/web/components/table/interfaces";
2
+ import { SortDirection } from "@docsvision/web/components/table/plugins/sort";
3
+ import { IFilterActiveColumn } from "@docsvision/web/components/table/plugins/filter";
4
+ import { ICustomContextMenuBlock, IDataItemProvider, IParamsItemProvider } from "@docsvision/webclient/Platform/$ContextMenuOptions";
5
+ import { IGrouping, IGroupingPathItem, ILoadGroupingItemsOptions } from '@docsvision/web/components/table/plugins/grouping';
6
+ import { Store } from 'effector';
7
+ import { IComposition } from "@docsvision/web/core/composition";
8
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
3
9
  export interface IFolderGridService {
10
+ $groupingReadonly: Store<boolean>;
11
+ setGroupingReadonly(available: boolean): void;
12
+ getContextMenuBlockNames: () => {
13
+ gridOperation: string;
14
+ textOperation: string;
15
+ linkOperation: string;
16
+ };
4
17
  onRowClick(row: IRow): void;
5
- onSortRequest(column: IColumn, sortDirection: SortDirection): void;
18
+ backgroundOpacity: number;
19
+ defaultTablePresentation: GenModels.TablePresentation;
20
+ onSortRequest(column: IColumn, sortDirection: SortDirection): Promise<void>;
21
+ onFilterRequest(filterData: IFilterActiveColumn[]): void;
6
22
  onLoadData(data?: ITableData, options?: ITableDataLoadRequest): Promise<void>;
23
+ getContextMenuBlocks(): ICustomContextMenuBlock[];
24
+ getContextMenuItemProviders(params?: IParamsItemProvider<any, any>, context?: IComposition<any, any, any>): IDataItemProvider[];
25
+ onChangeAggregateValue(items: GenModels.GridAggregateValue[]): void;
26
+ onSearchRequest(): Promise<void>;
27
+ onLoadGrouping(options: ILoadGroupingItemsOptions): Promise<IGrouping>;
28
+ onReloadWithNewSettings(): Promise<void>;
29
+ getGroupingAvailable(): boolean;
30
+ onGroupingPathChanged(path: IGroupingPathItem[]): void;
31
+ refreshPage(): void;
7
32
  }
8
33
  export declare type $FolderGrid = {
9
34
  folderGrid: IFolderGridService;
@@ -1,12 +1,15 @@
1
- export interface IGridOptions {
1
+ import { IFolderDataLoader } from '@docsvision/webclient/Platform/IFolderDataLoader';
2
+ interface BasicGridOptions {
2
3
  tableClass: string;
3
4
  tableId: string;
4
5
  wrapRow: boolean;
5
6
  currentPage: number;
6
7
  pageSize: number;
8
+ enableToolbar: boolean;
7
9
  enablePaging: boolean;
8
10
  enableSorting: boolean;
9
11
  enableGrouping: boolean;
12
+ enableUnreadBar: boolean;
10
13
  enableItemDetails: boolean;
11
14
  enableBatchOperations: boolean;
12
15
  isFilterAllowed: boolean;
@@ -18,9 +21,12 @@ export interface IGridOptions {
18
21
  searchParameters: object;
19
22
  saveGridUserSettingsData: boolean;
20
23
  folderHeader: string;
21
- dataLoader: (requestData: any, isMobile: boolean) => Promise<any>;
24
+ dataLoader: IFolderDataLoader;
25
+ services: any;
22
26
  }
27
+ export declare type IGridOptions = Partial<BasicGridOptions>;
23
28
  export declare type $GridOptions = {
24
- gridOptions: IGridOptions;
29
+ gridOptions: Partial<IGridOptions>;
25
30
  };
26
- export declare const $GridOptions: string | ((model?: $GridOptions) => IGridOptions);
31
+ export declare const $GridOptions: string | ((model?: $GridOptions) => Partial<Partial<BasicGridOptions>>);
32
+ export {};
@@ -0,0 +1,8 @@
1
+ import { HeaderHoverPanelPlugin } from '@docsvision/web/components/table/plugins/hover-panel';
2
+ export interface IHoverPanelService {
3
+ getPlugins(defaultPlugins: HeaderHoverPanelPlugin[]): HeaderHoverPanelPlugin[];
4
+ }
5
+ export declare type $HoverPanel = {
6
+ hoverPanel: IHoverPanelService;
7
+ };
8
+ export declare const $HoverPanel: string | ((model?: $HoverPanel) => IHoverPanelService);
@@ -0,0 +1,10 @@
1
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
2
+ /** Cервис передачи последних поисковых параметров. */
3
+ export interface ILastSearchParametersService {
4
+ getSearchParameters: (folderId: string) => GenModels.SearchParameter[];
5
+ setSearchParameters: (folderId: string, value: GenModels.SearchParameter[]) => void;
6
+ }
7
+ export declare type $LastSearchParameters = {
8
+ lastSearchParameters: ILastSearchParametersService;
9
+ };
10
+ export declare const $LastSearchParameters: string | ((model?: $LastSearchParameters) => ILastSearchParametersService);
@@ -0,0 +1,10 @@
1
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
2
+ /** Cервис обновления счетчиков непрочитанных карточек. */
3
+ export interface IRefreshUnreadCountersService {
4
+ /** Запрашивает внеоочередной пересчет счетчиков. */
5
+ requestUnreadCounterRecalculation(request: GenModels.RefreshUnreadCounterRequest): void;
6
+ }
7
+ export declare type $RefreshUnreadCounters = {
8
+ refreshUnreadCounters: IRefreshUnreadCountersService;
9
+ };
10
+ export declare const $RefreshUnreadCounters: string | ((model?: $RefreshUnreadCounters) => IRefreshUnreadCountersService);
@@ -0,0 +1,7 @@
1
+ export interface ISaveColumnsService {
2
+ saveUserSettings: () => void;
3
+ }
4
+ export declare type $SaveColumns = {
5
+ saveColumns: ISaveColumnsService;
6
+ };
7
+ export declare const $SaveColumns: string | ((model?: $SaveColumns) => ISaveColumnsService);
@@ -0,0 +1,13 @@
1
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
2
+ import { Store } from 'effector';
3
+ /** Сервис для предоставления информация о поисковых параметрах папке. */
4
+ export interface ISearchParametersFolderService {
5
+ readonly $parameters: Store<GenModels.SearchParameter[]>;
6
+ readonly $requestCanceled: Store<boolean>;
7
+ setParameters(parameters: GenModels.SearchParameter[]): void;
8
+ setRequestCanceled(param: boolean): void;
9
+ }
10
+ export declare type $SearchParametersFolder = {
11
+ searchParametersFolder: ISearchParametersFolderService;
12
+ };
13
+ export declare const $SearchParametersFolder: string | ((model?: $SearchParametersFolder) => ISearchParametersFolderService);
@@ -0,0 +1,11 @@
1
+ import { Store } from 'effector';
2
+ /** Интефрейс сервиса {@see $SearchText} */
3
+ export interface ISearchTextService {
4
+ readonly $current: Store<string>;
5
+ setCurrent(text: string): void;
6
+ }
7
+ /** Предоставляет информацию об поисковом запросе. */
8
+ export declare type $SearchText = {
9
+ searchText: ISearchTextService;
10
+ };
11
+ export declare const $SearchText: string | ((model?: $SearchText) => ISearchTextService);
@@ -0,0 +1,8 @@
1
+ /** Интерфейс сервиса {@link $TablePresentationToggle} */
2
+ export interface ITablePresentationToggleService {
3
+ }
4
+ /** Сервис, инициирующий сохранение режима отображения таблицы. */
5
+ export declare type $TablePresentationToggle = {
6
+ tablePresentationToggle: ITablePresentationToggleService;
7
+ };
8
+ export declare const $TablePresentationToggle: string | ((model?: $TablePresentationToggle) => ITablePresentationToggleService);
@@ -0,0 +1,20 @@
1
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
2
+ import { IToolbarActionContainerButton } from '@docsvision/web/components/table/plugins/toolbar-action-container';
3
+ import { Store, Event } from 'effector';
4
+ /** */
5
+ export interface IToolbarDaughterControlsService {
6
+ /** Содержит информацию о дочерних контролах */
7
+ readonly $controls: Store<GenModels.ControlModel[]>;
8
+ /** Добавляет контролы в хранилище */
9
+ setControls: Event<GenModels.ControlModel[]>;
10
+ /** Расположение элементов относительно стандартных элементов */
11
+ readonly $location: Store<GenModels.AdditionalElementsMode>;
12
+ /** Добовляет информацию о расположении контролов относительно стандартных кнопок */
13
+ setLocation: Event<GenModels.AdditionalElementsMode>;
14
+ /** Отдаёт дочерние контролы панели настроек таблицы относительно расположения стандартных кнопок панели настроек */
15
+ getRelativeToLocation(actionButtonsRelativeToLocation: IToolbarActionContainerButton[], ...actionButtons: IToolbarActionContainerButton[]): IToolbarActionContainerButton[];
16
+ }
17
+ export declare type $ToolbarDaughterControls = {
18
+ toolbarDaughterControls: IToolbarDaughterControlsService;
19
+ };
20
+ export declare const $ToolbarDaughterControls: string | ((model?: $ToolbarDaughterControls) => IToolbarDaughterControlsService);
@@ -4,7 +4,7 @@ import { IBasicEvent } from "@docsvision/webclient/System/IBasicEvent";
4
4
  export interface IUnreadCounter {
5
5
  addFolderToCount(folderId: string, sourceId: string, options: IFolderToCountOptions): void;
6
6
  removeFolderToCount(folderId: string, sourceId: string): void;
7
- setLocalCount(folderId: string, value: number, timestamp: number, shouldNotify: boolean): void;
7
+ setLocalCount(folderId: string, value: number, timestamp?: number, shouldNotify?: boolean): void;
8
8
  incrementLocalCount(folderId: string, timestamp?: number, shouldNotify?: boolean): void;
9
9
  decrementLocalCount(folderId: string, timestamp?: number, shouldNotify?: boolean): void;
10
10
  getUnreadCardsCount(folderId: string): number | undefined;
@@ -0,0 +1,30 @@
1
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
2
+ import { Store, Event } from 'effector';
3
+ export interface ISearchInfo {
4
+ searchText: string;
5
+ searchContext: GenModels.SearchContextOption;
6
+ }
7
+ /** Интерфейс сервиса {@link $WebFrameSearchPanel}. */
8
+ export interface IWebFrameSearchPanel {
9
+ readonly $searchText: Store<string>;
10
+ readonly $availableContexts: Store<GenModels.SearchContextOption[]>;
11
+ readonly $searchContext: Store<GenModels.SearchContextOption>;
12
+ readonly $expanded: Store<boolean>;
13
+ readonly $visible: Store<boolean>;
14
+ readonly $searchResultsText: Store<string>;
15
+ readonly searchRequested: Event<ISearchInfo>;
16
+ setSearchText(text: string): void;
17
+ setSearchContext(context: GenModels.SearchContextOption): void;
18
+ setExpanded(expanded: boolean): void;
19
+ requestSearch(info?: ISearchInfo): void;
20
+ setAvailableContexts(contexts: GenModels.SearchContextOption[]): void;
21
+ enableContext(context: GenModels.SearchContextOption): void;
22
+ disableContext(context: GenModels.SearchContextOption): void;
23
+ setVisible(visible: boolean): void;
24
+ setSearchResultsText(text: string): void;
25
+ }
26
+ /** Предоставляет доступ к контролу WebFrameSearchPanel корневой разметки. */
27
+ export declare type $WebFrameSearchPanel = {
28
+ webFrameSearchPanel: IWebFrameSearchPanel;
29
+ };
30
+ export declare const $WebFrameSearchPanel: string | ((model?: $WebFrameSearchPanel) => IWebFrameSearchPanel);
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
3
+ import { ISelectItemData } from '@docsvision/webclient/Platform/IAggregates';
4
+ import '@docsvision/webclient/Platform/Controls/FolderGrid/Plugins/AggregatesCheckbox/components/aggregates-tree/aggregates-group/list-item/AggregatesListItem.css';
5
+ import './AggregateItemCheckbox.css';
6
+ export interface IAggregateItemCheckbox {
7
+ item: GenModels.GridAggregateValue;
8
+ onChange(data: ISelectItemData): void;
9
+ value: boolean;
10
+ count: number;
11
+ }
12
+ export declare const AggregateItemCheckbox: React.FC<IAggregateItemCheckbox>;
@@ -0,0 +1,8 @@
1
+ /// <reference types="react" />
2
+ import { FolderGrid } from "@docsvision/webclient/Platform/FolderGrid";
3
+ declare const _default: {
4
+ title: string;
5
+ component: typeof FolderGrid;
6
+ };
7
+ export default _default;
8
+ export declare const WithAggregates: () => JSX.Element;
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { $Aggregates } from '@docsvision/webclient/Platform/$AggregatesCheckbox';
3
+ import { ITableData } from '@docsvision/web/components/table/interfaces';
4
+ import { ICompositionPluginProps } from '@docsvision/web/core/composition';
5
+ import { $Resources } from '@docsvision/web/core/localization/$Resources';
6
+ export interface IAggregatesTextResources {
7
+ showMoreText: string;
8
+ collapseItemsText: string;
9
+ }
10
+ export declare const AggregatesCheckbox: ({ composition }: ICompositionPluginProps<any, ITableData, $Aggregates & $Resources>) => JSX.Element;
@@ -0,0 +1,11 @@
1
+ import { $AggregatesCheckboxServices } from "@docsvision/webclient/Platform/AggregatesCheckboxService";
2
+ import { IAggregatesServiceOptions } from "@docsvision/webclient/Platform/IAggregates";
3
+ import { ITablePlugins, TablePlugins } from "@docsvision/web/components/table/interfaces";
4
+ import { $TableFilterService } from "@docsvision/web/components/table/plugins/filter";
5
+ import { $SidePanel } from "@docsvision/web/components/table/plugins/side-panel";
6
+ import { $Resources } from "@docsvision/web/core/localization/$Resources";
7
+ import { $Aggregates } from "@docsvision/webclient/Platform/$AggregatesCheckbox";
8
+ export declare const AggregatesFeature = "Aggregates";
9
+ export declare const AggregatesPanelContentSidePanelPlugin: TablePlugins.SidePanel.Component<$SidePanel & $Aggregates & $Resources & $AggregatesCheckboxServices>;
10
+ export declare const getAggregatesServiceProvider: (options: IAggregatesServiceOptions) => TablePlugins.ServiceProvider<$Aggregates & $AggregatesCheckboxServices & $TableFilterService>;
11
+ export declare const getAggregatesPlugins: (options: IAggregatesServiceOptions) => ITablePlugins;
@@ -0,0 +1,37 @@
1
+ import { $GridController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
3
+ import { IAggregate, IAggregateServiceOptions, IAggregatesState, ILoadItemsOptions, ISelectItemData } from "@docsvision/webclient/Platform/IAggregates";
4
+ import { $SidePanel } from "@docsvision/web/components/table/plugins/side-panel";
5
+ import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
6
+ import { $Domain } from "@docsvision/web/core/state-management";
7
+ import { Store, Event, Effect } from "effector";
8
+ import { $FolderGrid } from "@docsvision/webclient/Platform/$FolderGrid";
9
+ import { IAggregatesCheckboxService } from "@docsvision/webclient/Platform/$AggregatesCheckbox";
10
+ import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
11
+ import { $LastSearchResponse } from "@docsvision/webclient/System/$LastSearchResponse";
12
+ import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
13
+ import { $WebFrameSearchPanel } from "@docsvision/webclient/Platform/$WebFrameSearchPanel";
14
+ export declare type $AggregatesCheckboxServices = $Domain & $SidePanel & $TableData & $GridController & $FolderGrid & $CurrentFolder & $LastSearchResponse & $WebFrameSearchPanel & $FolderDataLoading;
15
+ export declare class AggregatesCheckboxService implements IAggregatesCheckboxService {
16
+ private options;
17
+ private services;
18
+ $isAggregatesAvailable: Store<boolean>;
19
+ $aggregates: Store<IAggregate[]>;
20
+ $lastAggregates: Store<IAggregate[]>;
21
+ $selectedAggregateItems: Store<GenModels.GridAggregateValue[] | null>;
22
+ $aggregatesState: Store<IAggregatesState>;
23
+ loadAggregateItemsFx: Effect<ILoadItemsOptions | void, IAggregate[]>;
24
+ toggleAggregate: Event<IAggregate>;
25
+ selectItemValue: Event<ISelectItemData>;
26
+ setAggregatesAvailabe: Event<boolean>;
27
+ setLoading: Event<boolean>;
28
+ toggleAll: Event<boolean>;
29
+ clearAll: Event<void>;
30
+ selectItem: any;
31
+ $lastDataId: Store<string>;
32
+ constructor(options: IAggregateServiceOptions, services: $AggregatesCheckboxServices);
33
+ private getSelection;
34
+ updateTableAndAggregates(selectedAggregates: GenModels.GridAggregateValue[], options?: ILoadItemsOptions): Promise<void>;
35
+ getAggregates({ dropFilters }?: ILoadItemsOptions): Promise<IAggregate[]>;
36
+ prepareAggregates(aggregateModel: GenModels.GridAggregateModel[]): GenModels.GridAggregateModel[];
37
+ }
@@ -0,0 +1,4 @@
1
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
+ import { ITableData } from "@docsvision/web/components/table/interfaces";
3
+ import { ISimplePluginData } from "@docsvision/web/core/extensibility/plugins";
4
+ export declare function getCurrentAggregates(cellData: ITableData): ISimplePluginData<GenModels.AggregateFilterItem[]>;
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
3
+ import { IAggregate, ISelectItemData } from '@docsvision/webclient/Platform/IAggregates';
4
+ import { IAggregatesTextResources } from '@docsvision/webclient/Platform/AggregatesCheckbox';
5
+ import '@docsvision/webclient/Platform/Controls/FolderGrid/Plugins/AggregatesCheckbox/components/aggregates-tree/aggregates-group/AggregatesGroup.css';
6
+ export interface IAggregatesGroup {
7
+ aggregate: IAggregate;
8
+ renderItem(item: GenModels.GridAggregateValue, onItemSelect: (data: ISelectItemData) => void): React.ReactElement;
9
+ toggleAggregate(item: IAggregate): void;
10
+ onItemSelect(data: ISelectItemData): void;
11
+ textResources: IAggregatesTextResources;
12
+ }
13
+ export declare const AggregatesGroup: React.FC<IAggregatesGroup>;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import './AggregatesListItem.css';
3
+ export declare const AggregatesListItem: ({ children }: {
4
+ children: any;
5
+ }) => JSX.Element;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { HtmlProps } from '@docsvision/web/core/component';
3
+ import './AggregatesNotAvailable.css';
4
+ export interface IAggregatesNotAvailableProps extends HtmlProps.div {
5
+ }
6
+ export declare const AggregatesNotAvailable: (props: IAggregatesNotAvailableProps) => JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import './AggregatesPanelHeader.css';
3
+ export interface IAggregatesPanelHeaderProps {
4
+ services: any;
5
+ }
6
+ export declare const AggregatesPanelHeader: React.FC<IAggregatesPanelHeaderProps>;
@@ -0,0 +1,12 @@
1
+ import { IFolderDataLoadingPlugin } from "@docsvision/webclient/Platform/IFolderDataLoadingPlugin";
2
+ import { PluginOrder } from "@docsvision/webclient/System/PluginOrder";
3
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
4
+ import { ITableData } from "@docsvision/web/components/table/interfaces";
5
+ import { IFolderLoadRequest } from "@docsvision/webclient/Platform/IFolderLoadRequest";
6
+ import { $LastSearchResponse } from "@docsvision/webclient/System/$LastSearchResponse";
7
+ export declare class AggregatesRequestResolver implements IFolderDataLoadingPlugin {
8
+ id: string;
9
+ description: string;
10
+ order: PluginOrder;
11
+ resolveRequest(options: IFolderLoadRequest, request: GenModels.CardListRequestModel, currentData: ITableData, previousResponse?: GenModels.GridViewModel, services?: $LastSearchResponse): Promise<void>;
12
+ }
@@ -0,0 +1,10 @@
1
+ import { IFolderDataLoadingPlugin, ResponseResolveResult } from "@docsvision/webclient/Platform/IFolderDataLoadingPlugin";
2
+ import { PluginOrder } from "@docsvision/webclient/System/PluginOrder";
3
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
4
+ import { ITableData } from "@docsvision/web/components/table/interfaces";
5
+ export declare class AggregatesResponseResolver implements IFolderDataLoadingPlugin {
6
+ id: string;
7
+ description: string;
8
+ order: PluginOrder;
9
+ resolveResponse(data: ITableData, response: GenModels.GridViewModel): Promise<void | ResponseResolveResult>;
10
+ }
@@ -0,0 +1,17 @@
1
+ /// <reference types="react" />
2
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
3
+ import { IAggregatesState, IAggregate, ISelectItemData } from "@docsvision/webclient/Platform/IAggregates";
4
+ import { IComposition } from "@docsvision/web/core/composition";
5
+ import { IAggregatesTextResources } from "@docsvision/webclient/Platform/AggregatesCheckbox";
6
+ import "./AggregatesTree.css";
7
+ export interface IAggregateTreeProps {
8
+ /** Дерево группировки. Значение null означает, что данные еще в процессе загрузки. */
9
+ aggregates?: IAggregate[] | null;
10
+ textResources: IAggregatesTextResources;
11
+ aggregatesState?: IAggregatesState;
12
+ composition?: IComposition;
13
+ toggleAggregate?: (item: IAggregate) => void;
14
+ onItemSelect?: (data: ISelectItemData) => void;
15
+ onLoadMoreItems?: (aggregates: GenModels.GridAggregateModel[]) => void;
16
+ }
17
+ export declare const AggregatesTree: ({ aggregates, aggregatesState, ...props }: IAggregateTreeProps) => JSX.Element;
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const AggregatesTreeLoader: () => JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
+ import { IAggregate } from "@docsvision/webclient/Platform/IAggregates";
3
+ export declare const NUMBER_OF_AGGREGATE_ITEMS_IN_ONE_GROUP = 7;
4
+ export declare const setMainAggregateFirst: (aggregates: IAggregate[] | null) => IAggregate[];
5
+ export declare const prepareToShowByGroups: (items: GenModels.GridAggregateValue[], numberOfExpandedGroups: number) => GenModels.GridAggregateValue[];
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { HtmlProps } from '@docsvision/web/core/component';
3
+ export interface ArchivedCardsIconProps extends HtmlProps.svg {
4
+ }
5
+ export declare const ArchivedCardsIcon: (props: ArchivedCardsIconProps) => JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { TablePlugins } from "@docsvision/web/components/table/interfaces";
2
+ import './ArchivedCards.css';
3
+ export declare const TableCellArchivedCardsContent: TablePlugins.Cell.Component;
@@ -0,0 +1,22 @@
1
+ import { IFolderDataLoadingPlugin, ResponseResolveResult } from "@docsvision/webclient/Platform/IFolderDataLoadingPlugin";
2
+ import { PluginOrder } from "@docsvision/webclient/System/PluginOrder";
3
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
4
+ import { IRow, ITableData } from "@docsvision/web/components/table/interfaces";
5
+ export declare enum ArchiveState {
6
+ NotArchived = 0,
7
+ Archived = 1
8
+ }
9
+ export interface IRowArchivedState {
10
+ value: ArchiveState;
11
+ }
12
+ export interface IColumnArchivedState {
13
+ value: boolean;
14
+ }
15
+ export declare const getRowArchivedStatePluginData: (row: IRow) => IRowArchivedState;
16
+ export declare const ARCHIVED_COLUMN_ORDER = -1;
17
+ export declare class ArchivedCardsResponseResolver implements IFolderDataLoadingPlugin {
18
+ id: string;
19
+ description: string;
20
+ order: PluginOrder;
21
+ resolveResponse(data: ITableData, response: GenModels.GridViewModelEx): Promise<void | ResponseResolveResult>;
22
+ }
@@ -12,10 +12,10 @@ export declare class BaseMainMenuItemImpl<PropsT extends BaseMainMenuItemParams,
12
12
  constructor(props: PropsT, state?: StateT);
13
13
  UNSAFE_componentWillMount(): void;
14
14
  onSelecting():
15
- import("C:/Users/sorokin.v/rep/WebClient/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
15
+ import("C:/dev/WebCVersion/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
16
16
  onSelected(): void;
17
17
  onToggling():
18
- import("C:/Users/sorokin.v/rep/WebClient/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
18
+ import("C:/dev/WebCVersion/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
19
19
  onToggled(): void;
20
20
  protected onClick(event: React.MouseEvent<any>): void;
21
21
  protected getCssClass(): string;
@@ -0,0 +1,4 @@
1
+ import { ICompositionPlugin } from "@docsvision/web/core/composition";
2
+ import { $BatchOperationServices } from "@docsvision/webclient/BackOffice/BatchDelegateOperation";
3
+ export declare const BatchOperationFeature = "BatchOperationsFeature";
4
+ export declare const BatchOperationButtons: ICompositionPlugin<any, $BatchOperationServices>;