@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
@@ -18,7 +18,7 @@ export declare abstract class BaseControlImpl<P extends BaseControlParams, S ext
18
18
  private propertySetHandlers;
19
19
  private changedParams;
20
20
  private newStyleControlImpl;
21
- private containerElement;
21
+ protected containerElement: HTMLElement;
22
22
  state: S;
23
23
  /**
24
24
  * Инициализирует объект.
@@ -1,10 +1,11 @@
1
1
  /// <reference types="react" />
2
2
  import { ILocalStorage } from '@docsvision/webclient/System/$LocalStorage';
3
3
  import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
4
+ import { Button } from 'noty';
4
5
  export declare const getButtonsOrderKey: () => string;
5
6
  export declare const getButtonsOrderFromLocalStorage: (localStorage: ILocalStorage) => unknown;
6
7
  export declare const setButtonsOrderToLocalStorage: (localStorage: ILocalStorage, value: GenModels.ButtonPositions) => boolean;
7
8
  export declare const isMac: () => boolean;
8
- export declare const createButtonsOrderArray: (localStorage: ILocalStorage, ok: JSX.Element | HTMLButtonElement, cancel: JSX.Element | HTMLButtonElement) => (JSX.Element | HTMLButtonElement)[];
9
+ export declare const createButtonsOrderArray: (localStorage: ILocalStorage, ok: JSX.Element | HTMLButtonElement | Button, cancel: JSX.Element | HTMLButtonElement | Button) => (JSX.Element | HTMLButtonElement | Button)[];
9
10
  export declare const renderButtonsOrder: (localStorage: ILocalStorage, ok: JSX.Element | HTMLButtonElement, cancel: JSX.Element | HTMLButtonElement) => JSX.Element;
10
11
  export declare function updateButtonsOrderClass(localStorage: ILocalStorage): void;
@@ -25,4 +25,4 @@ export declare class CancelableEvent<T> extends BasicEvent<ICancelableEventArgs<
25
25
  /** Создает экземпляр {@link CancelableEvent}. */
26
26
  static Create<T>(sender: any, subscriberFunc?: CancelableApiEvent<T> | string): CancelableEvent<T> & BasicEventHandler<T>;
27
27
  }
28
- export declare function callCancelableEventHandlers<T>(handlers: BasicEventHandler<ICancelableEventArgs<T>>[], data: ICancelableEventArgs<T>, actualSender: any, createArgs?: (data: any) => CancelableEventArgs<T>): void;
28
+ export declare function callCancelableEventHandlers<T>(handlers: BasicEventHandler<ICancelableEventArgs<T>>[], data: ICancelableEventArgs<T>, actualSender: any, paramName: string, createArgs?: (data: any) => CancelableEventArgs<T>): void;
@@ -43,3 +43,5 @@ export declare function parseDateTime(dateTime: string, format?: DateFormats, as
43
43
  export declare function dateTimeToString(dateTime: Date | string, format?: DateFormats): string;
44
44
  /** Количество часов в одном дне */
45
45
  export declare const HOURS_IN_DAY = 24;
46
+ /** Возвращает функцию, которую можно передать в JSON.strinfiy вторым параметром для фомрматирования дат для сервера. */
47
+ export declare function getDateTimeStringifyServerFormatter(services: $ApplicationSettings): (key: string, value: any) => any;
@@ -23,8 +23,8 @@ export interface DirectoryBaseState<ValueT extends NodeT | ItemT | NodeT[] | Ite
23
23
  directoryDialogSelectedValue: ValueT;
24
24
  typeahead: Typeahead;
25
25
  beforeModalSelectedFilterPath: NodeT[];
26
- maximized: boolean;
27
- maximizeButtonEnabled: boolean;
26
+ maximized?: boolean;
27
+ maximizeButtonEnabled?: boolean;
28
28
  /** Путь для элемента из поиска, отличается от selectedFilterPath тем, что применяется только при закрытии DirectorySelectDialog */
29
29
  searchFilterPath: NodeT[];
30
30
  }
@@ -34,7 +34,8 @@ export declare abstract class DirectoryBaseImpl<ValueT extends NodeT | ItemT | N
34
34
  static NextPageSize: number;
35
35
  static SearchTimeout: number;
36
36
  private services;
37
- protected modalHost: ModalHost;
37
+ protected: any;
38
+ modalHost: ModalHost;
38
39
  constructor(props: ParamsT, state: StateT, services?: any);
39
40
  /** Отрисовка диалога справочника. */
40
41
  protected abstract renderSelectDialog(props: IDirectorySelectDialogProps<ValueT, NodeT, ItemT> & {
@@ -77,10 +77,10 @@ export declare abstract class DirectorySelectDialog<ValueT extends NodeT | ItemT
77
77
  protected modalHost: CommonModalDialogHost;
78
78
  static SimpleItemView:
79
79
  import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
80
- import("C:/Users/sorokin.v/rep/WebClient/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
80
+ import("C:/dev/WebCVersion/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
81
81
  static SimpleItemViewCompact:
82
82
  import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
83
- import("C:/Users/sorokin.v/rep/WebClient/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
83
+ import("C:/dev/WebCVersion/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
84
84
  /** @internal */
85
85
  state: StateT;
86
86
  searchInput: HTMLInputElement;
@@ -0,0 +1,13 @@
1
+ export declare function getAggregatesModelStub(): {
2
+ name: string;
3
+ isMain: boolean;
4
+ alias: string;
5
+ aggregateValues: {
6
+ name: string;
7
+ count: number;
8
+ checked: any;
9
+ disabled: boolean;
10
+ type: number;
11
+ alias: string;
12
+ }[];
13
+ }[];
@@ -0,0 +1,34 @@
1
+ export interface ITabSelectionStyle {
2
+ property?: string;
3
+ focusValue?: string;
4
+ defaultValue?: string;
5
+ }
6
+ export interface ITabSelectionOptions {
7
+ styles: ITabSelectionStyle[];
8
+ useClass?: boolean;
9
+ useWrapper?: boolean;
10
+ }
11
+ export interface IHandlerTabSelection {
12
+ handlers: Array<(e: Event) => void>;
13
+ element: HTMLElement;
14
+ init(options: ITabSelectionOptions): void;
15
+ destroy(): void;
16
+ }
17
+ export declare class HandleTabSelection implements IHandlerTabSelection {
18
+ handlers: any[];
19
+ element: any;
20
+ private styles;
21
+ private wrapper;
22
+ private MOUSEDOWN_EVENT;
23
+ private FOCUS_EVENT;
24
+ private FOCUSOUT_EVENT;
25
+ private isClickEvent;
26
+ private handleMouseDown;
27
+ private handleFocus;
28
+ private handleFocusOut;
29
+ private useClass;
30
+ private useWrapper;
31
+ constructor(element: HTMLElement);
32
+ init({ styles, useClass, useWrapper }: ITabSelectionOptions): void;
33
+ destroy(): void;
34
+ }
@@ -18,4 +18,6 @@ export interface IRouteInfo<T> {
18
18
  cancelRequested?: boolean;
19
19
  /** Флаг, свидетельствующий о том, что роут был размонтирован. */
20
20
  unmounted?: boolean;
21
+ /** Если флаг установлен, то роут не будет сохранен в истории браузера. */
22
+ temporary?: boolean;
21
23
  }
@@ -0,0 +1,9 @@
1
+ import { LayoutControl } from "@docsvision/webclient/System/BaseControl";
2
+ import { IEventArgs } from "@docsvision/webclient/System/IEventArgs";
3
+ import { IValidationParams } from "@docsvision/webclient/System/IValidationParams";
4
+ import { IValidationResult } from "@docsvision/webclient/System/IValidationResult";
5
+ export interface IValidateEventArgs extends IEventArgs {
6
+ control: LayoutControl;
7
+ validationResults: IValidationResult[];
8
+ params: IValidationParams;
9
+ }
@@ -4,4 +4,8 @@ export interface IValidationResult {
4
4
  Passed: boolean;
5
5
  /** Сообщение об ошибке. */
6
6
  Message?: string;
7
+ /** Имя контрола, сгенерировавшего объект. */
8
+ ControlName?: string;
9
+ /** Флаг видимости контрола. */
10
+ Visibility?: boolean;
7
11
  }
@@ -0,0 +1,39 @@
1
+ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
2
+ import { ILastSearchResponse } from "@docsvision/webclient/System/$LastSearchResponse";
3
+ import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
4
+ import { $Domain } from "@docsvision/web/core/state-management";
5
+ import { Event, Store } from "effector";
6
+ export declare class LastSearchResponseService implements ILastSearchResponse {
7
+ private services;
8
+ static InstanceId: string;
9
+ static SearchText: string;
10
+ static SearchContextOption: string;
11
+ static LastSearchText: string;
12
+ static ViewId: string;
13
+ static SortedColumn: string;
14
+ static IsDescending: string;
15
+ static Columns: string;
16
+ static ListColumns: string;
17
+ static TablePresentation: string;
18
+ $instanceId: Store<string>;
19
+ setInstenceId: Event<string>;
20
+ $searchText: Store<string>;
21
+ setSearchText: Event<string>;
22
+ $searchContextOption: Store<GenModels.SearchContextOption>;
23
+ setSearchContextOption: Event<GenModels.SearchContextOption>;
24
+ $viewId: Store<string>;
25
+ setViewId: Event<string>;
26
+ $sortedColumn: Store<string>;
27
+ setSortedColumn: Event<string>;
28
+ $isDescending: Store<boolean>;
29
+ setIsDescending: Event<boolean>;
30
+ $lastSearchText: Store<string>;
31
+ $columns: Store<GenModels.GridUserSettingsColumn[]>;
32
+ setColumns: Event<GenModels.GridUserSettingsColumn[]>;
33
+ $listColumns: Store<GenModels.GridUserSettingsColumn[]>;
34
+ setListColumns: Event<GenModels.GridUserSettingsColumn[]>;
35
+ $tablePresentation: Store<GenModels.TablePresentation>;
36
+ setTablePresentation: Event<GenModels.TablePresentation>;
37
+ constructor(services: $LocalStorage & $Domain);
38
+ private setData;
39
+ }
@@ -114,8 +114,8 @@ export declare class Layout extends Panel<LayoutParams, LayoutState> implements
114
114
  * @param control Элемент управления который требуется сохранить. Если не указан, будет сохранена вся разметка.
115
115
  * @param options Параметры сохранения.
116
116
  */
117
- saveCardEx(control?: LayoutControl, options?: SaveCardOptions): Promise<any>;
118
- delete(isCanceling?: boolean): Promise<any>;
117
+ saveCardEx(control?: LayoutControl, options?: SaveCardOptions): Promise<void>;
118
+ delete(isCanceling?: boolean): Promise<void>;
119
119
  /**
120
120
  * Изменяет состояние карточки, по полученной операции редактирования и перезагружает разметку.
121
121
  * @param operationId Идентификатор операции редактирования.
@@ -157,7 +157,7 @@ export declare class Layout extends Panel<LayoutParams, LayoutState> implements
157
157
  /** @internal */
158
158
  deinit(): void;
159
159
  /** @internal Освобождает дерево компонентов. */
160
- destroy(): Promise<any>;
160
+ destroy(): Promise<void>;
161
161
  /** @internal */
162
162
  protected createImpl(): LayoutImpl;
163
163
  }
@@ -2,10 +2,12 @@ import { GenControllers } from '@docsvision/webclient/Generated/DocsVision.WebCl
2
2
  import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
3
3
  import { RequestOptions } from '@docsvision/webclient/Legacy/Utils';
4
4
  export declare class LayoutCardControllerStub implements GenControllers.ILayoutCardController {
5
+ viewEx(request: GenModels.ViewCardLayoutRequest, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
6
+ editEx(request: GenModels.EditCardLayoutRequest, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
5
7
  newCard(createParams: GenModels.LayoutCardCreateParams, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
6
8
  view(cardId: string, layoutMode: string, refresh?: boolean, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
7
9
  edit(cardId: string, layoutMode: string, refresh?: boolean, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
8
- delete(deleteCardRequestModel: GenModels.DeleteCardRequestModel, options?: RequestOptions): Promise<void>;
10
+ delete(deleteCardRequestModel: GenModels.DeleteCardRequestModel, options?: RequestOptions): Promise<string>;
9
11
  getLayout(cardLayoutParams: GenModels.CardLayoutParams, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
10
12
  getLayoutPart(layoutPartParams: GenModels.LayoutPartParams, options?: RequestOptions): Promise<GenModels.LayoutModel>;
11
13
  save(model: GenModels.SaveControlDataModel, options?: RequestOptions): Promise<void>;
@@ -72,7 +72,7 @@ export declare class LayoutContainer<T extends GenModels.LayoutViewModel> implem
72
72
  /**
73
73
  * Уничтожение разметки.
74
74
  */
75
- destroy(): Promise<any>;
75
+ destroy(): Promise<void>;
76
76
  protected onCardChanged: (message: IRealTimeCommunicationMessage<any>) => void;
77
77
  protected onCardDisabled: (message: IRealTimeCommunicationMessage<any>) => void;
78
78
  /** @internal */
@@ -13,7 +13,8 @@ import { CancelableEvent } from '@docsvision/webclient/System/CancelableEvent';
13
13
  import { IEventArgs } from '@docsvision/webclient/System/IEventArgs';
14
14
  import { SimpleEvent } from '@docsvision/webclient/System/SimpleEvent';
15
15
  import { LocationSourceMode } from '@docsvision/webclient/Helpers/LocationContainer/LocationSourceMode';
16
- export declare type $LocationContainerControlServices = Optional<$LayoutController> & $LayoutManager & Optional<$CurrentLocation> & Optional<$Layout>;
16
+ import { $DeviceType } from "@docsvision/webclient/StandardServices";
17
+ export declare type $LocationContainerControlServices = Optional<$LayoutController> & $LayoutManager & Optional<$CurrentLocation> & Optional<$Layout> & $DeviceType;
17
18
  /**
18
19
  * Содержит публичные свойства элемента управления [LayoutPosition]{@link LayoutPosition}.
19
20
  */
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { IMessageBoxService, MessageBoxButton } from '@docsvision/webclient/System/$MessageBox';
3
3
  import { BodyContainerProvider } from '@docsvision/webclient/Helpers/BodyContainerProvider';
4
- /** Сервис для доступа к системным функция setTimeout и setInterval. */
4
+ /** Сервис для работы с модальным окном. {@link IMessageBoxService} */
5
5
  export declare class MessageBoxService implements IMessageBoxService {
6
6
  /** Показывает модальное окно с сообщением об ошибке. */
7
7
  showError(content: React.ReactNode, customCaptionText?: React.ReactNode): Promise<void>;
@@ -3,6 +3,7 @@ export declare class PageLeaveConfirmation {
3
3
  message: string;
4
4
  constructor(condition?: () => boolean, message?: string);
5
5
  static Setup(condition?: () => boolean): PageLeaveConfirmation;
6
+ static isWebDAV: boolean;
6
7
  dispose(): void;
7
8
  private onBeforeWindowUnload;
8
9
  }
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
3
+ import './Poll.css';
4
+ import { NextPollDisplay } from '@docsvision/webclient/System/PollService';
5
+ export interface PollProps extends HtmlProps.iframe {
6
+ extendTime(month: NextPollDisplay): void;
7
+ }
8
+ export declare const MIN_POLL_TIME = 30;
9
+ /** Контейнер для опроса */
10
+ export declare function Poll(props: PollProps): JSX.Element;
@@ -0,0 +1,27 @@
1
+ import { $LayoutUserSettingsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
+ import { $CacheManagement } from "@docsvision/webclient/Platform/$CacheManagement";
3
+ import { $ApplicationSettings, $DeviceType } from "@docsvision/webclient/StandardServices";
4
+ import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
5
+ import { IPoll } from "@docsvision/webclient/System/$PollService";
6
+ import { $MessageWindow } from "@docsvision/web/components/modals/message-box";
7
+ import { $Resources } from "@docsvision/web/core/localization/$Resources";
8
+ import { $Domain } from "@docsvision/web/core/state-management";
9
+ import { Store, Event } from "effector";
10
+ import './PollService.css';
11
+ export declare enum NextPollDisplay {
12
+ ThreeMonths = 3,
13
+ SixMonths = 6
14
+ }
15
+ export declare type TPollServices = $ApplicationSettings & $Domain & $LayoutUserSettingsController & $LocalStorage & $Resources & $MessageWindow & $CacheManagement & $DeviceType;
16
+ export declare class PollService implements IPoll {
17
+ private services;
18
+ $URL: Store<string>;
19
+ $requestDate: Store<Date>;
20
+ setRequestDate: Event<Date>;
21
+ constructor(services: TPollServices);
22
+ private extendTime;
23
+ private take;
24
+ private nextTime;
25
+ private notification;
26
+ show: () => Promise<void>;
27
+ }